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:Welcome to the Mozilla botnet ... on Like Google's Chrome, Mozilla To Silently Update Firefox 4 · · Score: 1

    Show me even one user who knows he doesn't want updates, but also doesn't know how to look for a checkbox to disable them.

  2. Re:This is problematic and I hope it can be disabl on Like Google's Chrome, Mozilla To Silently Update Firefox 4 · · Score: 3, Insightful

    "And I hope it can be disabled"

    Read the summary.

  3. Re:Welcome to the Mozilla botnet ... on Like Google's Chrome, Mozilla To Silently Update Firefox 4 · · Score: 1

    Bullshit? "Force"? Then what part of "Mozilla will let users change the default silent service to the more traditional mode, where the browser asks permission before downloading and installing any update" did you not understand?

  4. Re:Handbrake on Encoding Video For Mobile Devices? · · Score: 1

    Thank you! I've been looking for a tool that handles MKV subtitles correctly. Handbrake doesn't support burning in MKV subtitles but it seems to work perfectly with this tool.

  5. Re:Here, let me have a go on Android Compatibility and Fragmentation · · Score: 1

    I don't get your question. Just target Android 1.5. Aren't future versions backwards compatible?

  6. Re:Release early, release often. on Next Ubuntu Linux To Be a Maverick · · Score: 1

    The problem with that is that often users will want to upgrade some things but not other things. For example people might not be interested in the new themes, or switch from HAL to DeviceKit, or the new kernel, or major desktop environment changes that change UI all over the place and break binary compatibility, but they might want to upgrade Firefox 2 to 3 or being able to use that new app which was released last week.

  7. Re:What's that I hear? on Open Community vs. Open Code · · Score: 3, Insightful

    And how's that an excuse against "do it yourself"? If you live in a household, not knowing how to wash dishes does not exclude you from the duty. Now you didn't sign a contract which states that you *must* wash dishes regularly. You can hire a dish washing person, or the other household members can be nice to you and wash dishes for you. But if neither are true then complaining whenever other household members ask you to wash dishes is a douchy thing to do.

    "Escape from listening to feedback and requests"? The developer has to eat, how will immediately doing what you say get him his next meal? It won't, so he has the right to do whatever he wants with your feedback, including postponing to an indefinite time in the future.

  8. Re:Theora or VP8 on Is the Tide Turning On Patents? · · Score: 2, Informative

    It's still a rumor that hasn't been confirmed by Google.

  9. Re:What happened... on Larry Sanger Tells FBI Wikipedia Distributes "Child Pornography" · · Score: 1

    Well read this article to get a sense of what the judges are thinking: http://www.msnbc.msn.com/id/28319199
    "it is not a required element of any offense under this section that the minor depicted actually exists."

  10. Re:Category:Pedophilia on Larry Sanger Tells FBI Wikipedia Distributes "Child Pornography" · · Score: 3, Informative

    Several Americans have in fact been jailed for possessing lolicon. The judge deemed lolicon manga just as harmful as the real thing.

  11. No app store in Europe? on Android Gets Carrier-Operated European App Store · · Score: 1

    What? I live in the Netherlands and my Android phone has this "Market" thing. If that's not the Android app store then what is it?

  12. Re:This is all fine and dandy, on Firefox Lorentz Keeps Plugin Crashes Under Control · · Score: 1

    As funny as it may be, it's actually possible with X and XEmbed. Even though X haters have been screaming for years that network transparency needs to go.

  13. Re:Article summary on Why Some Devs Can't Wait For NoSQL To Die · · Score: 1

    "My experience has made me believe PostgreSQL is better in every respect."

    Except when you insert a row with a specific primary key value instead of having the primary key sequence generate a new value for you. Like for example when you're restoring an SQL dump. That'll totally screw up the sequence which you'll then have to manually fix, otherwise the sequence might generate a primary key that already exists. Insane. PostgreSQL does a lot of things well but when it comes to something simple like this MySQL does it far better.

    "Look at Oracle solutions. All their fancy eBusiness software is still Oracle SQL DB backed and some of the biggest companies in the world are using it."

    Or maybe people mean that they want to scale to millions of users without having to pay licensing fees that can bankrupt them.

    "SQL isn't the problem, it's a tool. Bad programmers are the problem."

    And money.

  14. Re:'Your disturbing me. I'm picking mushrooms' on Perelman Urged To Accept $1m Prize · · Score: 3, Funny

    Rumor has it that anyone who eats those mushrooms will become twice as tall and have the power to break bricks.

  15. Re:Dated? on Ubuntu Gets a New Visual Identity · · Score: 1

    "Run Vista and XP on a Pentium 4 with 512 MB of RAM, see which OS you can do more on."

    You measure an OS's superiority by how well it can run on almost obsolete hardware? Then I guess DOS is the best OS of them all, followed by Linux with only a bash shell.

  16. Re:Open Source Projects on Is Mozilla Ubiquity Dead? · · Score: 1

    Why do you talk like this phenomenon is exclusive to open source? It happens all the time in closed source projects too, you just never hear about them because of NDAs or whatever.

  17. Re:H.264 Quality BETTER than OGV, sorry! on Free Software Foundation Urges Google To Free VP8 · · Score: 1

    Your point? The article is talking about VP8, what does that have to do with OGV?

  18. Re:30ms? on Ars Analysis Calls Windows 7 Memory Usage Claims "Scaremongering" · · Score: 1

    Then what *is* the point? That caching disk data in RAM is stupid? Pretty much every modern OS does this, and has done it for years. Linux, OS X, FreeBSD, etc. all do this. If you don't like this then I guess you should use DOS.

  19. Re:When do people get this on 86% of Windows 7 PCs Maxing Out Memory · · Score: 1

    Why "Linux developers" exactly? If you look at Windows, OS X, FreeBSD, or pretty much any other operating system, they all report memory usage the same way: VM size, RSS, etc. None of them display memory usage in a way that average users understand. I don't think there's even a way to do that, it's like blaming airplane designers for not designing an airplane that average people can operate.

    The simple mental model of memory usage that people have is not only wrong, it is also vaguely defined. Virtual memory, along with disk caching, have many optimizations and are complex by nature; there's simply no way to reduce that information to a simple mental model and be 100% accurate at the same time. There are only two ways to display memory usage in a way that average people understand:

    - By not using virtual memory and not using disk caching, i.e. by making your computer inefficient, dog slow and prone to crashes.
    - By only displaying "guesses" of what the "real" memory usage is, for some vague definition of "real".

    Actually when it comes to the latter, Linux has an edge here over other operating systems. Recent kernel versions introduced the concept of "Proportional Set Size", which is something like the RSS but it divides the size of each memory page by the number of processes that share it. This is as close as you can come to what people expect to be the "real" memory usage of processes. The standard OS tools don't display this number yet but I'm already incorporating this feature into my own tools.

  20. Re:Why not change of certifcation notification? on Mozilla Debates Whether To Trust Chinese CA · · Score: 1

    I think that's probably the main reason.

  21. Re:No CA should be trusted by default on Mozilla Debates Whether To Trust Chinese CA · · Score: 1

    Suppose that there is an OS which supports that model. The Britney_Spears_Naked email would just come with instructions to check "yes" for all permissions. Since most people have no idea what all those confusing permission dialogs are, and they just want to see the damn pictures, they'll do what the instructions say and click "Yes" for everything. Still nothing solved.

    Proof: Android supports the security model that you described. Didn't stop people from publishing Android malware.

  22. Re:When do people get this on 86% of Windows 7 PCs Maxing Out Memory · · Score: 1

    Yeah, this just proves how complex memory management is. Unfortunately this does not stop people from thinking that they're experts and concluding that software XYZ is hogging memory.

  23. Re:When do people get this on 86% of Windows 7 PCs Maxing Out Memory · · Score: 4, Insightful

    Definitely the part about HDD caching slowing things down. Even in the DOS age it was well known that hdd caching utilities (I forgot the names, too long ago) improve disk performance tremendously.

    Linux does the same things as Windows: it caches as much stuff from disk into main memory as possible. Try running:

        cat large_video_file.avi > /dev/null

    You'll see that after running the command, your memory usage jumps up by the size of the video file. Now try running the same command again, it's now an order of a magnitude faster.

    On Linux things like this are stored in main memory in the form of caches and buffers. I don't know about Windows, but Linux clears some caches and buffers if applications need real memory. Caches and buffers show up in memory usage reporting tools like 'free', so it's quite normal to see Linux systems using 90% or more RAM, most of which go to caches and buffers. It seems that most people who complain about memory usage don't know how memory is managed on modern operating systems, so they go all apeshit about "OMG HELP linux is using so much memory it sux0rz!!!" and I have to explain again and again how they're not getting it. Same goes to you. Now, Windows is suffering from the same problem.

    FYI, here's the memory usage of my Linux server:

                 total       used       free     shared    buffers     cached
    Mem:           720        702         17          0         55        510
    -/+ buffers/cache:        136        583
    Swap:          399          0        399

    It says 702 MB of used memory. Now look at "-/+ buffers/cache", it says 136 MB. That's the amount of memory *actually* used by applications.

  24. Re:Yeah that is a problem on Mozilla Debates Whether To Trust Chinese CA · · Score: 1

    That was sarcasm. :) Slashdot stripped out my [/sarcasm] tag.

  25. Re:No CA should be trusted by default on Mozilla Debates Whether To Trust Chinese CA · · Score: 1

    And that would solve what problem, exactly? People open email attachments named Britney_Spears_Naked.exe all the time even if they've never seen the sender before.