― s1utsky (slutsky), Thursday, 9 October 2003 21:10 (twenty-one years ago)
― calstars (calstars), Thursday, 9 October 2003 21:33 (twenty-one years ago)
― Chris P (Chris P), Thursday, 9 October 2003 21:56 (twenty-one years ago)
― adaml (adaml), Thursday, 9 October 2003 22:00 (twenty-one years ago)
― David. (Cozen), Thursday, 9 October 2003 22:03 (twenty-one years ago)
― maura (maura), Thursday, 9 October 2003 22:16 (twenty-one years ago)
― N. (nickdastoor), Thursday, 9 October 2003 22:45 (twenty-one years ago)
― calstars (calstars), Thursday, 9 October 2003 22:52 (twenty-one years ago)
― j. pantsman (jpantsman), Thursday, 9 October 2003 23:25 (twenty-one years ago)
― Elvis Telecom (Chris Barrus), Friday, 10 October 2003 01:13 (twenty-one years ago)
― s1utsky (slutsky), Friday, 10 October 2003 03:27 (twenty-one years ago)
Don't forget to add Safari Enhancer the main thing this does is add a debug menu the only useful feature of which is the 'Open Page With' item, which allows you to select one of the other browsers on your system to view the current page with.
― Ed (dali), Friday, 10 October 2003 08:55 (twenty-one years ago)
That and I put all my bookmarks in Galeon and now can't be bothered to change. Safari seems to be OK though less SMUG than Mozilla.
― Sarah (starry), Friday, 10 October 2003 09:13 (twenty-one years ago)
― Dave B (daveb), Friday, 10 October 2003 09:17 (twenty-one years ago)
the only sites that I've come across that don't work are annoying one's that check the browser and say "Fuck off and use IE you hippy". twats. mp3sfinder has some weird excuse for this
― Alan (Alan), Friday, 10 October 2003 09:23 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 09:59 (twenty-one years ago)
― Alan (Alan), Friday, 10 October 2003 10:09 (twenty-one years ago)
― Alan (Alan), Friday, 10 October 2003 10:10 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 10:25 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 10:25 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 10:31 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 10:40 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 10:44 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 12:39 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 12:56 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 13:02 (twenty-one years ago)
― Lord Custos Omicron (Lord Custos Omicron), Friday, 10 October 2003 20:27 (twenty-one years ago)
andy
― koogs (koogs), Saturday, 11 October 2003 09:53 (twenty-one years ago)
― nathalie (nathalie), Saturday, 11 October 2003 12:04 (twenty-one years ago)
― s1utsky (slutsky), Saturday, 11 October 2003 17:18 (twenty-one years ago)
― Ed (dali), Monday, 13 October 2003 14:09 (twenty-one years ago)
Maybe I'm just imagining that. Anyway, Safari is my browser of choice until Firebird is actually usable on OS X. That was my favourite browser on Windows/Linux.
― fields of salmon (fieldsofsalmon), Monday, 13 October 2003 22:24 (twenty-one years ago)
― Ed (dali), Tuesday, 14 October 2003 09:05 (twenty-one years ago)
What stuff can I do?
― @d@ml (nordicskilla), Friday, 21 November 2003 06:35 (twenty-one years ago)
― rgeary (rgeary), Friday, 21 November 2003 06:42 (twenty-one years ago)
― @d@ml (nordicskilla), Friday, 21 November 2003 07:13 (twenty-one years ago)
/* * turns off "blink" element blinking */ blink { text-decoration: none ! important; }
/* * hides many ads by preventing display of images that are inside * links when the link HREF contans certain substrings. */
A:link[HREF*="ad."] IMG { display: none ! important } A:link[HREF*="ads."] IMG { display: none ! important } A:link[HREF*="/ad"] IMG { display: none ! important } A:link[HREF*="/A="] IMG { display: none ! important } A:link[HREF*="/click"] IMG { display: none ! important } A:link[HREF*="?click"] IMG { display: none ! important } A:link[HREF*="?banner"] IMG { display: none ! important } A:link[HREF*="=click"] IMG { display: none ! important } A:link[HREF*="/ar.atwo"] IMG { display: none ! important } A:link[HREF*="spinbox."] IMG { display: none ! important } A:link[HREF*="transfer.go"] IMG { display: none ! important } A:link[HREF*="adfarm"] IMG { display: none ! important } A:link[HREF*="bluestreak"] IMG { display: none ! important } A:link[HREF*="doubleclick"] IMG { display: none ! important } A:link[HREF*="valueclick"] IMG { display: none ! important } A:link[HREF*="redcoat.net"] IMG { display: none ! important } A:link[HREF*="goatse.cx"] IMG { display: none ! important }
/* disable ad iframes */ IFRAME[SRC*="ad."] { display: none ! important } IFRAME[SRC*="ads."] { display: none ! important } IFRAME[SRC*="/ad"] { display: none ! important } IFRAME[SRC*="/A="] { display: none ! important } IFRAME[SRC*="/click"] { display: none ! important } IFRAME[SRC*="?click"] { display: none ! important } IFRAME[SRC*="?banner"] { display: none ! important } IFRAME[SRC*="=click"] { display: none ! important } IFRAME[SRC*="/ar.atwo"] { display: none ! important } IFRAME[SRC*="spinbox."] { display: none ! important } IFRAME[SRC*="transfer.go"] { display: none ! important } IFRAME[SRC*="adfarm"] { display: none ! important } IFRAME[SRC*="bluestreak"] { display: none ! important } IFRAME[SRC*="doubleclick"] { display: none ! important } IFRAME[SRC*=" value click"] { display: none ! important }IFRAME[SRC*="redcoat.net"] { display: none ! important }IFRAME[SRC*="goatse.cx"] { display: none ! important }
SCRIPT[SRC*="ad."] { display: none ! important } SCRIPT[SRC*="ads."] { display: none ! important } SCRIPT[SRC*="/ad"] { display: none ! important } SCRIPT[SRC*="/A="] { display: none ! important } SCRIPT[SRC*="/click"] { display: none ! important } SCRIPT[SRC*="?click"] { display: none ! important } SCRIPT[SRC*="?banner"] { display: none ! important } SCRIPT[SRC*="=click"] { display: none ! important } SCRIPT[SRC*="/ar.atwo"] { display: none ! important } SCRIPT[SRC*="spinbox."] { display: none ! important } SCRIPT[SRC*="transfer.go"] { display: none ! important } SCRIPT[SRC*="adfarm"] { display: none ! important } SCRIPT[SRC*="bluestreak"] { display: none ! important } SCRIPT[SRC*="doubleclick"] { display: none ! important } SCRIPT[SRC*=" value click"] { display: none ! important }SCRIPT[SRC*="redcoat.net"] { display: none ! important }SCRIPT[SRC*="goatse.cx"] { display: none ! important }
/* turning some false positives back off */
A:link[HREF*="download."] IMG { display: inline ! important } A:link[HREF*="click.mp3"] IMG { display: inline ! important }
/* * For more examples see http://www.mozilla.org/unix/customizing.html */
just save it as something.css and set it as the style sheet in Safari->Prefs->Advanced.Not as simple as the mozilla method but it works (incidentally this method also works with mozilla).
― Ed (dali), Friday, 21 November 2003 09:34 (twenty-one years ago)
― Elvis Telecom (Chris Barrus), Thursday, 6 May 2004 22:03 (twenty-one years ago)
― s1ocki (slutsky), Thursday, 6 May 2004 22:06 (twenty-one years ago)
― @d@ml (nordicskilla), Thursday, 6 May 2004 22:08 (twenty-one years ago)
― s1ocki (slutsky), Thursday, 6 May 2004 22:08 (twenty-one years ago)
― @d@ml (nordicskilla), Thursday, 6 May 2004 22:12 (twenty-one years ago)
There is only one Microsoft product I have any respect for, and that is Visio. End of line.
― TOMBOT, Thursday, 6 May 2004 22:13 (twenty-one years ago)
― Elvis Telecom (Chris Barrus), Thursday, 6 May 2004 22:20 (twenty-one years ago)
― s1ocki (slutsky), Thursday, 6 May 2004 22:25 (twenty-one years ago)
I tried to do it manually via the terminal using:
"defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25"
&
"defaults write com.apple.Safari WebKitInitialTimedLayoutDelay -float 0.25"
and got this:
"-bash: defaults: command not found"
then I tried to do it via "safari speed" and got this:
"sh: line 1: defaults: command not found (127)"
any ideas?
― cozen (Cozen), Thursday, 25 August 2005 20:55 (nineteen years ago)
: /
― cozen (Cozen), Thursday, 25 August 2005 20:56 (nineteen years ago)
― Do you have the bsd subsystem installed, Friday, 26 August 2005 02:01 (nineteen years ago)
― I'm Hi, Jared Fogle (ex machina), Friday, 26 August 2005 04:59 (nineteen years ago)
ie, if it's in /opt/safari/bin, type /opt/safari/bin/defaults write ...
― Forest Pines (ForestPines), Friday, 26 August 2005 05:54 (nineteen years ago)
― I'm Hi, Jared Fogle (ex machina), Friday, 26 August 2005 06:05 (nineteen years ago)
― Forest Pines (ForestPines), Friday, 26 August 2005 06:07 (nineteen years ago)
― I'm Hi, Jared Fogle (ex machina), Friday, 26 August 2005 06:18 (nineteen years ago)
― unconscious, honey (FE7), Sunday, 23 October 2005 14:56 (nineteen years ago)
― beanz (beanz), Sunday, 23 October 2005 15:12 (nineteen years ago)
Opera on Mac is/was so incredibly bad I switched to Firefox, this carried over to Windows. I'd been using it since v4.0... I won't be going back. Downloaded the latest (now free) version... couldn't be bothered tweaking that UI into something I could even look at for the 15th time.
― login name (fandango), Sunday, 23 October 2005 16:08 (nineteen years ago)
― giboyeux (skowly), Sunday, 23 October 2005 17:09 (nineteen years ago)
otm!! :(
― s1ocki (slutsky), Sunday, 23 October 2005 17:43 (nineteen years ago)
― naus (Robert T), Sunday, 23 October 2005 18:11 (nineteen years ago)
yup. kept crashing. testing flock now
― unconscious, honey (FE7), Sunday, 23 October 2005 19:01 (nineteen years ago)
― s1ocki (slutsky), Sunday, 23 October 2005 19:05 (nineteen years ago)
― c7n (Cozen), Sunday, 23 October 2005 19:27 (nineteen years ago)
― c7n (Cozen), Sunday, 23 October 2005 20:06 (nineteen years ago)
I've been using Flock and and off for the past few days (though sticking with Firefox as my main browser) and it looks excellent. Aside from what I consider my "essential" Firefox extensions not being ported over to it yet, it seems very tailored to the way I use the web at home. Perhaps when it's actually released I'll switch over to it full-time, but not quite yet.
― melton mowbray (adr), Sunday, 23 October 2005 20:28 (nineteen years ago)
― unconscious, honey (FE7), Sunday, 23 October 2005 20:33 (nineteen years ago)
― jed_ (jed), Thursday, 10 November 2005 14:28 (nineteen years ago)
― tissp! (the impossible shortest specia), Thursday, 10 November 2005 14:41 (nineteen years ago)
― lyra (lyra), Friday, 11 November 2005 00:37 (nineteen years ago)
-- Lord Custos Omicron (l.custo...), October 10th, 2003 5:27 PM. (Lord Custos Omicron)
NOOOOOOOOOOOOO
― s1ocki (slutsky), Friday, 11 November 2005 04:16 (nineteen years ago)
― Mädchen (Madchen), Friday, 11 November 2005 07:06 (nineteen years ago)
i've been getting this too! if i restart firefox it goes away.
― teeth marks on your tongue (Jody Beth Rosen), Friday, 11 November 2005 07:48 (nineteen years ago)
― Mädchen (Madchen), Friday, 11 November 2005 09:33 (nineteen years ago)
http://www.mozilla.org/support/firefox/keyboard
― TOMBOT, Friday, 11 November 2005 14:07 (nineteen years ago)
― Mädchen (Madchen), Friday, 11 November 2005 14:16 (nineteen years ago)
― Mädchen (Madchen), Friday, 11 November 2005 14:17 (nineteen years ago)
― I do feel guilty for getting any perverse amusement out of it (Rock Hardy), Friday, 11 November 2005 14:25 (nineteen years ago)
― tissp! (the impossible shortest specia), Friday, 11 November 2005 14:36 (nineteen years ago)
how come it only comes up some times and not others?
― teeth marks on your tongue (Jody Beth Rosen), Friday, 11 November 2005 17:14 (nineteen years ago)
― Jdubz (ex machina), Friday, 11 November 2005 17:21 (nineteen years ago)
(I like this shouting. Its good stress relief)
― Mädchen (Madchen), Friday, 11 November 2005 17:43 (nineteen years ago)
― Casuistry (Chris P), Saturday, 4 February 2006 00:11 (nineteen years ago)
― truck-patch pixel farmer (my crop froze in the field) (Rock Hardy), Saturday, 4 February 2006 01:23 (nineteen years ago)
ive had it with the 'safari marking all bookmarked feeds as unread' bug, im switching to google reader + firefox now.
― ☪, Sunday, 2 September 2007 10:24 (seventeen years ago)
have you tried webkit
― Catsupppppppppppppp dude 茄蕃, Sunday, 2 September 2007 12:09 (seventeen years ago)
yes but it wasnt very stable when i last used it a year ago. will try again thx
― ☪, Sunday, 2 September 2007 13:13 (seventeen years ago)
i thought you two were the same dude
― tremendoid, Sunday, 2 September 2007 18:41 (seventeen years ago)
they are
― elan, Sunday, 2 September 2007 21:00 (seventeen years ago)
i cant decide between safari (3!) and firefox. i have no willpower so pls decide for me :(
― DG, Monday, 19 November 2007 23:40 (seventeen years ago)
Firefox >>>>>>>>>>>>>>>>>>>>>>> Safari just for the 'find as you type' feature so derided above.
― ledge, Monday, 19 November 2007 23:44 (seventeen years ago)
b-b-but safari is so grey and matte mmmm
― DG, Monday, 19 November 2007 23:46 (seventeen years ago)
uno + grapple (uno) theme + firefox = grey & matte firefox!!
― ☪, Monday, 19 November 2007 23:56 (seventeen years ago)
I turned off font smoothing for font sizes below 144 (via Tinker Tool) and the text looks very sharp and LCD-y.
― calstars, Tuesday, 20 November 2007 00:20 (seventeen years ago)
Safari 3 is snappier
― Catsupppppppppppppp dude 茄蕃, Tuesday, 20 November 2007 08:13 (seventeen years ago)
safari no contesto.
― J0rdan S., Tuesday, 20 November 2007 08:17 (seventeen years ago)
http://www.blackbirdhome.com/img/header_home.jpg
http://www.blackbirdhome.com
― craig sager (eman), Tuesday, 9 December 2008 02:11 (sixteen years ago)
Awaiting Mozilla Goldenfinch.
― ⅅ∊ȴℹҁℹσᴗᔔ Ӎℹȴⱪℹȵʛ (libcrypt), Tuesday, 9 December 2008 03:58 (sixteen years ago)
# Black Search# Black News Ticker# Black Bookmarks# Blackbird TV# Email Manager
― Lafayette Lever hi wtf (ice cr?m), Tuesday, 9 December 2008 04:01 (sixteen years ago)
# Black history
― negotiable, Tuesday, 9 December 2008 04:06 (sixteen years ago)
Wait, whoah. All those untold hours they spent, toiling away at slapping a black firefox theme on it and bookmarking some shit, and they don't even have the decency to include BLACK email? That's so offensive.
― fiscal liberal (kenan), Tuesday, 9 December 2008 06:32 (sixteen years ago)
This is prob really obvious, but how do I make Mozilla Firefox my default browser again? Downloaded Chrome but decided to stick with Moz and I can't figure out how to change it to default.
― Chris in Belfast, Tuesday, 14 April 2009 22:37 (sixteen years ago)
You have to go through Safari's preferences. Safari's Preferences > Default web browser.
― shaane, Tuesday, 14 April 2009 22:48 (sixteen years ago)
It's Google Chrome I'm having the problem with, not Safari. And guess what: you can't change it back! Fuck you, Google. Just going to uninstall it.
― Chris in Belfast, Wednesday, 15 April 2009 12:51 (sixteen years ago)
um can't you just go to firefox prefs > advanced > general > always check if ffox is default browser > check now
??
― the most naturally gifted poster of his generation (cozwn), Wednesday, 15 April 2009 12:55 (sixteen years ago)
Sorted! Thanks cozwn.
― Chris in Belfast, Wednesday, 15 April 2009 14:18 (sixteen years ago)
You can do that through Safari too, as shaane suggested.
― Tracer Hand, Wednesday, 15 April 2009 16:51 (sixteen years ago)
i've been using Firefox since 2004, but man is it slow compared to Safari on OS X. has anyone made the switch from Firefox to Safari?
― ksh, Tuesday, 23 March 2010 04:25 (fifteen years ago)
esp. interested in hearing from people running OS X
― ksh, Tuesday, 23 March 2010 04:26 (fifteen years ago)
Safari is definitely faster, but I'm too locked into Firefox with all my add-ons. But you might want to give the Chrome beta a try instead, since it's based on the same renderer as Safari but has some nicer things like the tab tearing / separated processes.
― Nhex, Tuesday, 23 March 2010 04:28 (fifteen years ago)
yeah, i stopped using anything that doesn't come with a vanilla install of Firefox, so that wouldn't be a problem. typing this from Safari now, which I use relatively infrequently, and so far it's much better. i'm going to look into Chrome too. haven't tried it out on the Mac yet.
― ksh, Tuesday, 23 March 2010 04:59 (fifteen years ago)
by "better" i mean "faster"
I use chrome, I find it to be the fastest of the triumvirate
― 丫 power (dyao), Tuesday, 23 March 2010 05:02 (fifteen years ago)
i'm trying out Chrome now. i think i'm going to switch to either this or Safari
― ksh, Tuesday, 23 March 2010 05:10 (fifteen years ago)
I use Firefox for our web CMS, but Safari or Chrome for everything else.
― No, YOU'RE a disgusting savage (Scik Mouthy), Tuesday, 23 March 2010 06:51 (fifteen years ago)
trying to load a really long ILX thread with Firefox is such a pain. i really should switch to Safari or Chrome permanently
― ksh, Thursday, 25 March 2010 21:18 (fifteen years ago)
Just installed chrome and spent some time browsing, can't fault it so far.all my bookmarks are there, passwords are there (not sure if good or bad thing really) and it's noticeably faster than firefox, especially on flickr, youtube and other demanding sites.
― not_goodwin, Thursday, 25 March 2010 23:25 (fifteen years ago)
yeah, i think there's no question that Chrome & Safari are faster than Firefox. man, i've been on Firefox for six years, but i feel like it might be time to give it up
― ksh, Thursday, 25 March 2010 23:29 (fifteen years ago)
I remember when firefox was all the rage and new and hip and stuff.Like everything really, has to be upgraded/replaced sometime.
I mean we all used internet explorer once!
― not_goodwin, Thursday, 25 March 2010 23:35 (fifteen years ago)
seriously, you are correct
― ksh, Thursday, 25 March 2010 23:36 (fifteen years ago)
Especially on Mac, FF is a dog compared to its Windows version. But the add-on lock-in has gotten pretty steep for me, Adblock Plus, Stylish/Greasemonkey, Tree Style Tab, about 20 custom search engines installed, an add-on where I can select to right click menu to search any text on any of those engines, mouse gestures, Read It Later, Webmail Notifier... it's going to be a long time if ever that Chrome will have all these features. Didn't feel this kind of pull when I was moving back and forth between Netscape/IE/FF... but I'm still drawn to the speed advantage of Chrome.
― Nhex, Thursday, 25 March 2010 23:54 (fifteen years ago)
I am used to the Apple+(Number Key) combo to get to my favorites in Safari, otherwise I would switch to Chrome
― calstars, Friday, 26 March 2010 02:58 (fifteen years ago)
Why has Firefox gotten so slow recently? Is it all down to heavy add-on's?
― sam500, Friday, 26 March 2010 06:35 (fifteen years ago)
Actually I have no speed issues with FF once it's actually running (except that it is a bit of a memory hog - especially if one doesn't restart it once in a while).
Launching FF is where it falls down speed wise.
― sam500, Friday, 26 March 2010 06:50 (fifteen years ago)
i'm on OS X, and i've been using Firefox forever, and i'm used to it and it's been good. but, man, does it seem increasingly sllllloowwww. i don't use any add-ons, so i'm not too worried about losing too much functionality if i switch to another browser. i really should read up on the pros & cons of Safari vs. Chrome.
― ksh, Friday, 26 March 2010 16:07 (fifteen years ago)
back when I was on Windows XP, Firefox was just so much better than IE that it was no contest. sad to see it fall behind like this, but oh well
― ksh, Friday, 26 March 2010 16:08 (fifteen years ago)
I really wish Opera wouldn't shoot themselves in the face with their baffling out-of-the-box UI experience on PC's.
I gave up on it (to FF) after a good few years/versions but would switch back instantly if I didn't have to do so much horrible configging to make it act normal & plain every time there's a major version upgrade. Right now it's much the quickest of the lot too.
Google & Apple can suck my balls. Both software makers that promises far more than is actually delivered in user satisfaction.
― fndgo, Friday, 26 March 2010 19:00 (fifteen years ago)
what is the preferred way of blocking ads on safari? I've tried a few of the top google hits for this and none seem to work as well as adblock plus on FF, and I gather they are likely to break eventually because of the way they work with input managers or something.
and i don't suppose there is an equivalent of skipscreen?
― caek, Saturday, 27 March 2010 17:13 (fifteen years ago)
I've asked this before, but is there any way of adding to Safari or Chrome Firefox's 3-fingers swipe to get to the top/bottom of a page?
― licorice oratorio (baaderonixx), Monday, 22 August 2011 08:58 (thirteen years ago)
GLIMMER BLOCKER. seriously, it is the best thing ever. http://glimmerblocker.org/
The problem with other ad-blockers for Safari is that they are implemented as awful hacks: as an InputManager and/or ApplicationEnhancer. This compromises the stability of Safari and very often create problems when Apple releases a new version of Safari. Snow Leopard doesn't support the InputManager-based blockers when Safari runs in 64-bit mode.GlimmerBlocker is implemented as an http proxy, so the stability of Safari isn't compromised because it doesn't use any hacks. It is even compatible with all other browsers and other native Mac OS X applications which uses http, e.g. NetNewsWire.
GlimmerBlocker is implemented as an http proxy, so the stability of Safari isn't compromised because it doesn't use any hacks. It is even compatible with all other browsers and other native Mac OS X applications which uses http, e.g. NetNewsWire.
― TracerHandVEVO (Tracer Hand), Monday, 22 August 2011 10:30 (thirteen years ago)
A proxy that all the traffic goes through had better be damn fast.
― stet, Monday, 22 August 2011 18:16 (thirteen years ago)
it's a local proxy, right? hard to see how that could ever be the bottleneck.
― caek, Monday, 22 August 2011 18:18 (thirteen years ago)
Depends a lot. If he's written it in Ruby or something it'll choke to fuck.
― stet, Monday, 22 August 2011 18:28 (thirteen years ago)
Just started using Mozilla Thunderbird as my email client. So far, so good, but I am easy to please in this regard. I only want something basic and obvious that doesn't get in my way.
― Aimless, Monday, 22 August 2011 18:32 (thirteen years ago)
The problem with other ad-blockers for Safari is that they are implemented as awful hacks: as an InputManager and/or ApplicationEnhancer.
Safari AdBlock is an extension (ergo not a hack) and seems to work just fine..
― sktsh, Monday, 22 August 2011 18:39 (thirteen years ago)
(...sadly I don't think there's a direct equivalent to skipscreen though.)
― sktsh, Monday, 22 August 2011 18:52 (thirteen years ago)
if only there were some way to find out..
― TracerHandVEVO (Tracer Hand), Monday, 22 August 2011 18:53 (thirteen years ago)
Depends a lot. If he's written it in Ruby or something it'll choke to fuck.― stet, Monday, August 22, 2011 7:28 PM (26 minutes ago) Bookmark Suggest Ban Permalink
― stet, Monday, August 22, 2011 7:28 PM (26 minutes ago) Bookmark Suggest Ban Permalink
don't see why it should. we're talking at most a few requests per second here.
― caek, Monday, 22 August 2011 18:55 (thirteen years ago)
ok more, but still, this even if he's written it in basic i can't see why it would be the bottleneck
― caek, Monday, 22 August 2011 18:56 (thirteen years ago)
p.s. don't use safari
It wouldn't be the bottleneck, but it sure could be *a* bottleneck. I've suffered with some poorly responding proxies before, and it's amazing the difference a lag of even sub-second times per request makes.
Is written in java, by the looks of it, with potential calls to your own javascript on every req.
― stet, Monday, 22 August 2011 19:26 (thirteen years ago)
What's with Firefox upgrading to v6.0 a few weeks after v5.0 was released? Why can't they stick to the time-honoured system of minor upgrades being denoted by a .1 or .01 increment?
― Lee547 (Lee626), Monday, 22 August 2011 19:33 (thirteen years ago)
they got envious of Chrome, then they freaked out and decided to race the numbers to 11. Then Google said they'd only support the most recent 2 versions of any browser, so now Mozilla have decided they're not even going to show numbers any more.
― stet, Monday, 22 August 2011 19:44 (thirteen years ago)
and their going to force updates on users, despite having this whole ecosystem of extensions etc that break on every release.
damnit.
― stet, Monday, 22 August 2011 19:45 (thirteen years ago)
it it is kind of crazy how poorly the upgrade/extension thing works.
― TracerHandVEVO (Tracer Hand), Monday, 22 August 2011 20:14 (thirteen years ago)
bettertouchtool - http://blog.boastr.net/
though i would highly recommend mapping three finger swipe down for cmd+w
― diamonddave85, Monday, 22 August 2011 20:14 (thirteen years ago)
speaking of how horrible safari extensions are, i checked out an extension being hyped by the technorati (footnotify) and was aghast when i looked at the code and it essentially injects a huge javascript method into EVERY SINGLE LINK ON EVERY SINGLE PAGE. wtf was the author thinking?
― diamonddave85, Monday, 22 August 2011 20:16 (thirteen years ago)
Footnotes on major sites like Wikipedia, Daring Fireball and Brooks Review are enhanced with this extension.
RAGE
― diamonddave85, Monday, 22 August 2011 20:18 (thirteen years ago)
Gruber linked to it missing the irony that he's responsible for his own shitty footnotes.
― stet, Monday, 22 August 2011 20:27 (thirteen years ago)
http://www.huffingtonpost.com/becky-hayes/mozilla-hires-anti-gay-ceo_b_5044262.html
― Dominique, Monday, 31 March 2014 22:17 (eleven years ago)
joek for programming language geeks going around twitter:
@jfxschxffx 2hDoesn't surprise me at all that the inventor of Javascript got equality all wrong again.
― wat is teh waht (s.clover), Tuesday, 1 April 2014 03:22 (eleven years ago)
http://money.cnn.com/2014/04/03/technology/mozilla-ceo/index.html?hpt=hp_t3
― Dominique, Thursday, 3 April 2014 21:41 (eleven years ago)
looks like they'll be browsing for another ceo
― mattresslessness, Thursday, 3 April 2014 21:43 (eleven years ago)
he lasted 10 days over uproar via a $1000 dontation to Prop 8. 10 days.
― Dominique, Thursday, 3 April 2014 21:56 (eleven years ago)
it's sad, he was a bigot
― Neanderthal, Thursday, 3 April 2014 22:24 (eleven years ago)
This incident had me searching for gay mozilla firefox beefcake cosplay (a la this chick:
http://0.media.dorkly.cvcdn.com/39/41/2ed8706c43bef0a2121a314420f3916d.jpg
but for dudes).
No luck.
― how's life, Thursday, 3 April 2014 23:09 (eleven years ago)