Slashdot Mirror


User: Taladar

Taladar's activity in the archive.

Stories
0
Comments
1,558
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,558

  1. Re:Monthly Cap? on 8Mbit Broadband to Become Available in the UK · · Score: 1

    You know that on an 8 Mbit Line you could get to 2 GB in a bit more than half an hour (2000 seconds) and 5 GB in one hour and 23 minutes?

  2. Re:How is this legal? on Human Animal Hybrid Created in Lab · · Score: 1

    IMO it is more of a "150.000 people I don't know dying" compared to "100 people from my country I might know personally dying". Our brain tends to ignore suffering that does not affect us directly to a certain degree because otherwise we would have a very difficult time getting anything done with all those people out there dying every day. Just a natural defense mechanism of our subconscious mind.

  3. Re:22% of which market on Firefox In Print · · Score: 1

    And you think a website about web-standards gives you representative numbers about a non-standards-compliant browser like IE?

  4. Re:Someday... on New Climate Change Warning · · Score: 1

    Do you have evidence terrorism would kill a significantly larger number of people if the US would not fight it's "War on Terrorism"?

  5. Re:You have to prioritize on New Climate Change Warning · · Score: 1

    As a rule of thumb it isn't "nosy and intrusive" if you don't injure or kill anyone.

  6. Re:You have to prioritize on New Climate Change Warning · · Score: 2, Insightful

    We have always been at war with Eurasia...

  7. Re:more than insightful on IBM Desktop Linux Pledge, One Year Later · · Score: 1

    Or he just doesn't consider Mac an option because of the extra computer he would have to buy to test wether it suits his needs

  8. Re:It just won't work. on IBM Desktop Linux Pledge, One Year Later · · Score: 3, Insightful

    Judging by my experiences with users as a sysadmin training when switching from one version of windows to another would be necessary as well. The people having to decide wether they do this just don't train the people because inefficient work is not a hard number while training costs are. Training for Linux would at least be necessary only once because you don't have to change to a new Windowmanager (differences between Windows versions are like two different window managers) every few years.

  9. Re:Run everywere, my ass. on Java Application Development on Linux · · Score: 1

    He is probably like me and hates bloat (other people call it 'eye candy') or just does not use an external mouse and prefers keyboard input. GUIs tend to lose much of their efficiency without a fast, precise mouse (I could argue that there isn't much efficiency to begin with but that is besides the point here).

  10. Re:success largely depends on expertise on Java Application Development on Linux · · Score: 1

    Normally it might not be fair to blame it on the JVM but when the JVM marketing people promise you "Write once, run anywhere" you can blame them if they can't deliver even if the feature is technically impossible to implement in the JVM.

  11. Re:The Java trap on Java Application Development on Linux · · Score: 1

    I read the article a while ago. The point is that Java falls when Sun falls and Sun is not a company with the most stable business model out there. If that should happen all the Java Developers have a big problem since there is no free (and no real alternative to Sun) Java Implementation out there.

  12. Re:The IDE Issue... on Java Application Development on Linux · · Score: 1

    You will know who wasted the time when the Emacs or vi user happily uses his/her knowledge with the next language and you have to relearn a whole IDE all over again because your IDE of choice just works (or just works as well as you describe) with one language.

  13. Re:The IDE Issue... on Java Application Development on Linux · · Score: 2, Informative

    Not to mention that your editor still works for the hype-language of tomorrow when Java is gone. Except for Lisp, Fortran and a few other examples programming languages don't last as long as a programmer's work life.

  14. Re:Java: I love it, but... on Java Application Development on Linux · · Score: 1

    Almost any modern programming language can get you platform independance if you just use Sockets, File-Access and "internal" logic. Server-side programming doesn't use many platform specific libraries.

  15. Re:Java: I love it, but... on Java Application Development on Linux · · Score: 1
    The one area I always have to be careful about is setting up the AWT environment, but this is sysadmin stuff and does not effect the code.
    What you call 'sysadmin stuff' is the thing that has to be repeated thousands of times (once on every computer your app is installed). If you had to spend 1 hour more with the code and 1 minute less per machine with 'sysadmin stuff' you would save lots of people lots of time although you might have to invest a little more.

    Java isn't bad because of issues at compile-time on different platforms. It is bad because you simply can't trust a JRE to install automatically (newest version) and run a given Java JAR. Sure it runs if you specifically handcraft the environment on each computer but that doesn't save anyone important (developers are not important in this case) any time.
  16. Re:gonna party like it's 1999 on Talking with Timothy Miller · · Score: 1
    Every Radeon card seems to work fine on any flavor of any OS.
    Even though I have a NVidia Card I hear lots of Radeon Owners complaining about the bad quality of ATI's drivers for Linux.
  17. Re:wrong on New Standard Keyboard · · Score: 1

    You forgot to mention the mode-change-key (or however vim users call it) that is for some strange reason the one key worse reachable than almost every other: Escape

  18. Re:Physical access! on Just How Paranoid Are You? · · Score: 1

    With Linux you could (if you were really paranoid) do encrypt root http://forums.gentoo.org/viewtopic.php?t=191052 and swap http://forums.gentoo.org/viewtopic.php?t=279472

  19. Re:How could anyone be confused? on Survey Says Internet Users Confuse Search Results, Ads · · Score: 1
    It appears that 82% of adult internet users are idiots
    82% of adult internet users use AOL?
  20. Re:why onLAMP? on Rolling With Ruby On Rails · · Score: 1

    The could just use PostgreSQL and Ruby and have a LARP app.

  21. Re:Played with it on Rolling With Ruby On Rails · · Score: 1

    Perhaps you might want to have a look at http://www.rubycentral.com/book/ which is a good ebook to learn Ruby.

  22. Re:Nice framework... on Rolling With Ruby On Rails · · Score: 1

    Lets just say the Java Developers (the ones developing Java, not with Java) didn't take the time to do OO in Java The Right Way (TM).

  23. Re:Browser support on Printing XML: Why CSS Is Better than XSL · · Score: 1

    So it seems as if we need some sort of test suite for xsl processors

  24. Re:TeX on Printing XML: Why CSS Is Better than XSL · · Score: 1
    Down with WYSIWYG!
    I second that.
  25. Re:Is this guy serious? on Are Extensible Programming Languages Coming? · · Score: 1

    It is irrelevant how easy or hard compiler development gets (as long as it is still possible). You simply don't make work easy for 1% of the people at the cost of making it hard for the other 99%.

    I didn't RTFA but I recognize a programming language I don't want to work with directly and I know I hate UML-Editors and other Tools that move me further away from the actual code so I as a programmer don't want to work with XML as a programming language syntax, neither directly nor through some kind of IDE.