Slashdot Mirror


User: FooBarWidget

FooBarWidget's activity in the archive.

Stories
0
Comments
2,217
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,217

  1. Re:Photoshop Elements on The GIMP Now Has a Working Single-Window Mode · · Score: 1

    With "annoying windowing issues" do you mean that clicks on unfocused windows don't do anything, and you need to explicitly focus a window before clicks have effect? That's actually a setting in OS X's X server. You can change it in the Preferences dialog. I found out about it recently and Gimp is now sooo much more usable on OS X.

  2. Re:And yet... on The GIMP Now Has a Working Single-Window Mode · · Score: 1

    After all these years, all I've seen is complaints about the name but nobody steps up and actually forks it and changes the name.

  3. Re:Carmack on C++ 2011 and the Return of Native Code · · Score: 1

    A garbage collector can compact memory in order to fight memory fragmentation.

  4. Re:That's it, I'm done. on Mozilla To Remove User-Facing Firefox Version Numbers · · Score: 1

    So you're switching to Chrome 13?

  5. Re:Comments on the browser itself? on Mozilla Firefox 6 Released Ahead of Schedule · · Score: 1

    If those 20% of users are the dedicated ones who tell their friends 'why are you still using IE? You should be using Firefox, it's way better' then pissing them off means you're fscked.

    The 1% Linux users are extremely hardcore about the command line and tell their friends to use Linux. Has optimizing the UI for those 1% helped Linux gain more market share?

    Where did this 'clutter' bullshit come from anyway? [...] Major FOSS developers seem to have gone insane in the last year, abandoning the markets they have in the hope of gaining markets they don't. It's retarded.

    I wonder how much of your opinion would hold when under scrutiny of a professional usability expert.

  6. Re:Does Mozilla not read Slashdot? on Mozilla Firefox 6 Released Ahead of Schedule · · Score: 1

    I can understand it when people complain that extensions break, but banking websites dropping support for Firefx? Banking websites are built plain HTTPS, HTML and CSS and Firefox isn't breaking any of those with any upgrade. I also don't see banks releasing Firefox extensions.

  7. Re:Comments on the browser itself? on Mozilla Firefox 6 Released Ahead of Schedule · · Score: 1

    But the question is which users? If a UI changes makes things better or easier for 80% of the users but pisses off 20% of the users, then I'd say go for it. The back button history dropdown makes the UI look less cluttered and saves screen real-estate. Most average users never use the dropdown. It's an overall win. Only the vocal 5% minority chooses to scream death instead of rightclicking and moving on.

  8. Re:Does Mozilla not read Slashdot? on Mozilla Firefox 6 Released Ahead of Schedule · · Score: 0

    Slashdotters always complain about stupid minor things like version numbers. I upgraded to Firefox 5 and Thunderbird 5 a while ago and holy shit it's insanely fast! But no, Slashdot prefers to complain about the version number. I'd say Mozilla should ignore the complaints. If that means the people who complain about Firefox's version number are driven away to Opera then good riddance. That'll just filter out all the bikeshedding so that Mozilla can focus on what really matters, like standards compliance, security and performance.

  9. Re:Sound? What sound? on Chrome Extension Helps Find Noisy Tabs · · Score: 2

    Yeah and all those people who are listening to music while browsing are out of their minds and are only imagining that they have a problem, right?

  10. Re:Advocacy of NoSQL is a warning sign... on Unified NoSQL Query Language Launched · · Score: 1

    Or maybe said "shitty" programmer:
    - is writing a for-profit web app for his own company that consists of mostly programmers
    - already knows in advance that the only queries he's ever going to make are those defined by the programmers, and that for his particular use case it's no disaster if newly introduced queries only work over new data
    - already knows in advance that his data size will become several terabytes in several months and thus needs sharding
    - does not want or have the resources to spend several million dollars on expensive Oracle licenses

    Go ahead. Find me an auto-sharding solution for MySQL or PostgreSQL that doesn't involve tons of money. Then I'll change my mind.

  11. Re:iOS browser does this from day 1 on Firefox 8 20% Faster Than Firefox 5 · · Score: 1

    Only CSS transitions with scale()/translate()/rotate()/etc, as well as scrolling, are GPU accelerated. Everything else is not only rendered in software, it's also literally 10 times slower than on a desktop computer. I presume that Firefox's GPU acceleration goes a bit further than that.

  12. Re:Well of course! Just like Firefox on Linux 3.0 Will Be Faster Than 2.6.39 · · Score: 1

    Where are these "most benchmarks"?

  13. Re:Well of course! Just like Firefox on Linux 3.0 Will Be Faster Than 2.6.39 · · Score: 1

    Firefox 3 is faster than Firefox 2. Firefox 4 is faster than Firefox 3. You do the math. If you don't believe, download Firefox 2 (don't forget to clear Firefox's caches and history) and compare it for yourself.

  14. Re:Label works on "Do Not Eat iPod Shuffle": 30 Dumb Warning Labels · · Score: 1

    It has got nothing to do with how smart or dumb Apple thinks people are, and has got everything to do with the legal system. Most of the US and the UK fall under Common Law where judges interpret laws and contracts to the letter. If something isn't written in the contract then it isn't there. This in contrast to Civil Law countries where judges interpret laws and contracts according to their spirit. If something isn't written in the contract then the judge can still make a decision based on what is reasonable. This is the reason why US contracts are insanely long: every single stupid corner case, no matter how obvious, like chewing on iPods, have to be mentioned, otherwise you can be held liable.

  15. Re:Well of course! Just like Firefox on Linux 3.0 Will Be Faster Than 2.6.39 · · Score: 2

    Your cynical undertone that software only get slower and slower is not true. Firefox 4 *is* faster than Firefox 3. Haven't used Firefox 5 yet. Phusion Passenger 3 is 50% faster than Phusion Passenger 2.

  16. Re:Why are GPUs faster? on Brute-Force Password Cracking With GPUs · · Score: 1

    These days there are GPGPUs with GP standing for "General Purpose". They're not only used for displaying graphics anymore but for general-purpose vector calculations. GPUs are faster *for vector calculations* because most of the chip consists of arithmetic units. In return, GPUs are much, much worse at pretty much everything else, such as branching. Don't try to run if-statements on GPUs.

  17. Re:WTF? on Proposal For Gnome To Become Linux-Only · · Score: 1

    And your hyperbole is based on what evidence? Linux 2.6 runs fine even in an x86 emulator written in Javascript.

  18. Re:WTF? on Proposal For Gnome To Become Linux-Only · · Score: 1

    Wait a minute, you call GNOME NIH but applaud Apple for inventing their own stuff?

  19. Re:WTF? on Proposal For Gnome To Become Linux-Only · · Score: 1

    Yeah but those differences are nowhere near as big as between OSes. All Linux distros use iptables. All Linux distros have /proc and /sys. Now compare with FreeBSD and Solaris.

  20. Re:WTF? on Proposal For Gnome To Become Linux-Only · · Score: 1

    The difference between distros is a lot smaller than the difference between any Linux distro and, say, FreeBSD and Solaris.

  21. Re:WTF? on Proposal For Gnome To Become Linux-Only · · Score: 3, Insightful

    The days that desktop environments are only GUIs and only consisted of a bunch of windows that paint stuff on the screen are long over. These days desktop environment handle a lot more lower-level stuff, and users rightfully expect them to do so. Think for example user interfaces for managing hardware, system settings (user accounts, security, firewall, wired and wireless network), etc. GNOME depends on various background daemons that must be started at boot. All of these things have system-dependent mechanisms. Configuring the wireless network is completely different between FreeBSD, Solaris and Linux. All 3 of those OSes have a completely different init system, completely different firewall system, etc.

  22. Re:If they keep taking 8 months to fix security bu on Apple Support Forums Suggest Malware Explosion · · Score: 1

    Except people think that it's not a "program that randomly popped up" (if they even know what a program is), they think it's their "computer" giving them a real warning.

  23. Re:Online bullies != playground bullies on Over 7.5 Million Facebook Users Are Under 13 · · Score: 1

    Clearly you've never seen online bullies who go into extraordinary lengths to crack (maybe brute force) someone's passwords in order take over their accounts or to steal their identities to harm their reputations, or spam their web spaces with insults so that it scares away all of the victims' visitors and associates.

  24. Re:I can't wait for Native Client! on WebGL Poses New Security Problems · · Score: 1

    So that users don't have to install anything, making it easier to distribute software.

  25. Re:Both faster AND less sluggish? on Firefox On Linux Gets Faster Builds — To Be Fast As Windows · · Score: 1

    Not necessarily. Operations may be offloaded in a thread so that the UI stays responsive even if the offloaded operation is slower than it was. Or if the operation yields the UI main loop periodically so that the UI stays responsive even though the operation now takes more time than it used to.