Slashdot Mirror


User: tkinnun0

tkinnun0's activity in the archive.

Stories
0
Comments
271
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 271

  1. Re:I have a feeling.... on Vista Post-SP2 Is the Safest OS On the Planet · · Score: 1

    Neither do I need oxygen if I've just taken a deep breath, but it's nice to have.

  2. Re:Json vs. XML on Brendan Eich Explains ECMAScript 3.1 To Developers · · Score: 1

    I think it's a combination of bad initial impressions and the all-too common programmer tendency to look for small optimizations too early. A bit like the treatment Java gets.

  3. Re:I have a feeling.... on Vista Post-SP2 Is the Safest OS On the Planet · · Score: 1
    • 64-bit support
    • Aero
    • DreamScene
    • No screen tearing in portrait mode
    • UAC
  4. Re:cash cow on Google App Engine Adds Java Support, Groovy Meta-Programming · · Score: 1

    To me, the need for that kind of tooling support is a sign that the language is poorly designed for expressiveness.

    You don't need to do it and how you use it tells something to the reader. An unencapsulated field says "this is a throwaway class, do not reuse". An encapsulated field with default getters and setters says "this class participates in a bean framework, renaming the field and its getters and setters may break code without compile-time errors". Customized getters and setters, with or without an associated field say something else.

    In every case, IDE support for generating those getters and setters is something you either don't use, use as-is or use as a basis to build on. Which brings us to the age-old debate on whether the reduction in source code size is worth the reduction in IDE support.

  5. Re:cash cow on Google App Engine Adds Java Support, Groovy Meta-Programming · · Score: 1

    "Write exactly as much" NOT BY A LONG SHOT.(MyClass class1 = new MyClass() versus class1 = MyClass() just for a start)

    Write new MyClass(), press Shift-Home, Shift-Alt-L, Enter produces MyClass myClass = new MyClass(); That's less key presses and the IDE will automatically create an unused name.

  6. Re:Any objective critisism drowns in FUD. on Linux Needs Critics · · Score: 1

    Don't forget the "Patch please" replies from developers.

  7. Re:It all depends on Project Aims For 5x Increase In Python Performance · · Score: 1

    If you used an std::vector, you couldn't have a bottleneck, for the simple reason that the std::vector is an array.

    If you say so, but try to tell that to the compiler. Or rather, try to let the compiler figure that out.

  8. Re:Those who fail to learn the lessons of history. on Ext4 Data Losses Explained, Worked Around · · Score: 2, Interesting

    If the filesystem is a few percents faster but then your disk sits idle half of the time and then you have a crash and lose a file that takes two hours to recreate, have you actually gained any performance?

  9. Re:Good idea! on Sun In Talks To Be Acquired By IBM · · Score: 1

    But in their scheming, they made a terrible mistake. You see, once they released ZFS under CDDL, they could no longer take it back. So all that the GPL folks needs to do is to get rid of the virality clauses to spite Sun and incorporate their crown jewel into Linux. Boy will Sun's face be red when ZFS is under the GPL despite their attempts!

  10. Re:"Protest"? on Adbusters Suggests Click Fraud As Protest · · Score: 1

    Which part of "arms race" do you not understand?

  11. Re:Not a bug on Apps That Rely On Ext3's Commit Interval May Lose Data In Ext4 · · Score: 1

    Not necessary, you say? And what's to say the behavior doesn't change in the future to take advantage of the leeway in the API? I bet KDE developers didn't think it necessary to do things properly either.

  12. Re:Just rip off the band-aid on UAC Whitelist Hole In Windows 7 · · Score: 1

    Example: My eldest son, at the age of *5*, could turn on a Win 95 PC

    OK, that's your error is right there. You should have installed NT 3.51.

  13. Re:Good thing it's a beta on UAC Whitelist Hole In Windows 7 · · Score: 1
  14. Re:No Script Bragging -- please stop on UAC Whitelist Hole In Windows 7 · · Score: 1

    There have been security holes that have worked thru TCP/IP. Is that low-level-enough for you?

  15. Re:If it was easy-- on UAC Whitelist Hole In Windows 7 · · Score: 1

    How could they do it? O, perhaps they should design a system for granting priveledge escelation.

    But that's what UAC does. The program that requested the priviledges is allowed to continue without them.

  16. Re:No Script Bragging -- please stop on UAC Whitelist Hole In Windows 7 · · Score: 3, Insightful

    You know that most security holes needing little to no user interaction require JavaScript to function properly.

    Yes, and even more security holes need HTTP to function properly. I hear you can surf the web using daemons and email; I'd rather use Firefox.

  17. Re:not a question on Open Source Usability — Joomla! Vs. WordPress · · Score: 1

    /System/Settings/passwd isn't any more intuitive than /etc/passwd: It's still the same file, with the same weird formatting and editing requirements (keeping shadow in sync)

    That's because you know what it's for. If you look at it with a new user's eyes:

    /System/Settings/passwd is something to do with the system's settings, probably some system password file from the looks of it.

    /etc/passwd is one of those "et cetera" files when the "programmers" just couldn't put it anywhere else, and if I had to guess, I'd say it stores the passwords I use to go to websites and thus it should be deleted when I clear my private data.

  18. Re:not a question on Open Source Usability — Joomla! Vs. WordPress · · Score: 1

    There is a difference between being easy-to-use-first-time and usable.

    Well, yes, but one implies the other. I'll let you work out which one.

  19. Re:Cut their own throats, so to speak on Without Jobs, Will Open Source Suffer? · · Score: 1

    1) If the OSS software is truly worse, either the system using it will be worse, or someone needs to do the work for fix it up or hammer it into shape -> jobs.

    This is the broken windows fallacy rephrased: it's good to build a house with broken windows, because fixing windows creates jobs.

  20. Re:Stop this right now on Sun Slips Firefox Extension Into Java Update · · Score: 1

    Firefox is open source, so WorksForMe and PatchPlease.

  21. Re:could? on Web-based IDEs Edge Closer To the Mainstream · · Score: 1

    I just copy-pasted a snippet of code from one class to another and Eclipse added the correct import statements automatically. Does Emacs do that?

  22. Re:They won't listen on Malware Threat To GNOME and KDE · · Score: 1

    No system can defeat social engineering.

    How about a system which has no humans in it?

  23. Re:RIP My Friend on Palm Pulls the Plug On Palm OS · · Score: 2, Insightful

    Not status, but join date. He joined slashdot when it was new. Curious how the early adopters of yesterday seems to be the biggest conservatives of today.

  24. Re:Tried and failed on Bruce Perens On Combining GPL and Proprietary Software · · Score: 1

    The FSF makes available Free and Open software. They have a website promoting Free and Open software. It is a reasonable expectation that the FSF has figured out the legalities of Free and Open software and is willing to communicate them in a Free and Open manner. Seeing how it's all Free and Open[1].



    [1] some disclaimers may apply.

  25. Re:Read About Face... on Phantom OS, the 21st Century OS? · · Score: 1

    If all computers were 64 bit and had at least 500-1000GB of non-volatile fast RAM, computers could do exactly what Grandma wanted.

    Or if all computers had a working hibernate feature.