Slashdot Mirror


User: Dwonis

Dwonis's activity in the archive.

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

Comments · 2,728

  1. Re:Whatever happened to personal responsibility? on Gaming Companies Being Sued Over Columbine · · Score: 2

    I overcame the teasing easily (believe me, there was a lot), because my parents always told me that those people's opinions didn't matter in the end ("You'll be the one with the good job making money", etc).

    Your parents really make the difference of how well you take being a geek at school. I guess you didn't have the same support I did.
    ------

  2. Re:How does this help? on Next Generation C++ In The Works · · Score: 2

    I recommend assert so that people use it more than one would want to for production code (due to runtime slowdowns). Besides, if people follow the other things I said (discipline, planning, discipline, etc (did I mention discipline?)), that will be a very minor issue.
    ------

  3. Re:How does this help? on Next Generation C++ In The Works · · Score: 2
    If you are coding an I/O intensive application, chances are that the scripting language with run about as fast as your tuned C or assembly. Your hard drive or your network card will usually hobble the most carefully tuned C or assembly AND it will take much longer to write than the equivalent code in a scripting language.

    That would make sense, except that today we have multitasking operating systems, which means you're wasting CPU time that could be used for other processes. Also, more and more, we are seeing code that used to be the frontend to something being moved into a backend. That means your new script may one day be the bane of somebody's database system, and they'll have to waste time rewriting your code, which is a shame (and a disgrace to the concept of free/open-source software.)
    ------

  4. Re:How does this help? on Next Generation C++ In The Works · · Score: 2

    Because when you get into machine code, you only have a few registers to leave data in for the next function to see. It also makes handling your stack a lot easier (I think; can someone who does compiler design verify this?).
    ------

  5. Re:How does this help? on Next Generation C++ In The Works · · Score: 2
    I don't want to know what the hardware is; I shouldn't have to.

    That is the entire problem with today's programmers. That don't want to code blind, without knowing what they are coding for.

    Also, a lot of the things you mentioned you don't want to worry about can be transparent in C.
    ------

  6. Re:How does this help? on Next Generation C++ In The Works · · Score: 2

    I define "best" as having all good qualities, including what you say.
    ------

  7. Re:The real news here... on What 1.7Ghz Is Like · · Score: 2

    I've talked to someone who ran the Windows XP beta, and he says that it's deathly slow. Soon enough, desktop PCs will need more speed, thanks to Microsoft.

    Of course, I won't be running XP, but with KDE/GNOME, I can enjoy the same "benefits" (speed-wise).

    Window Maker.
    ------

  8. Re:What did you expect? on Displaced Techies Find Sex Sells, And Pays · · Score: 2

    When you "fuck, suck, smoke, toke, and get it on", it *always* affects other people. Get a clue.
    ------

  9. Re:Bolt-ons are not the same as "new and improved" on Next Generation C++ In The Works · · Score: 2

    Irregardless, he has a point. :-)
    ------

  10. Re:How does this help? on Next Generation C++ In The Works · · Score: 2
    IMO, the programmer community would, in many cases, be far, *far* better off writing their applications using a very high level language.

    This will allow them to spend *less* time creating the main code body, and *more* time debugging. Their applications will be less faulty.

    Actually, the best code is often written in very low-level languages, like C and assembly. The key is planning your code extensively, programming in a disciplined manner, and using assert() liberally, so your code is essentially "bug-free" (i.e. no "bugs", just design faults).
    ------

  11. Re:Drat. Not I have to rethink my strategy. on Paper: Technical and Legal Approaches to Spam · · Score: 2

    Not likely, since nobody really sees that. Microsoft can't put an HTML comment into their Windows Update page that says that I give them permission to wipe my partition.
    ------

  12. This will help nobody on Gaming Companies Being Sued Over Columbine · · Score: 2

    Because the parents of shool-shooting-types will probably buy their kids the games. Only people like me, who learned a lot about 3D graphics programming from playing Quake (seriously), will suffer (and I'm not exactly going to go around shooting people).
    ------

  13. Re:Games Don't Kill People... on Gaming Companies Being Sued Over Columbine · · Score: 2

    I thought bullets killed people.
    ------

  14. Re:Whatever happened to personal responsibility? on Gaming Companies Being Sued Over Columbine · · Score: 2

    They can't cope because they never had to cope. Coping is a skill that is learned, like any other. A toddler who bawls his/her eyes out about going to bed, if ignored, will learn to cope, while if the parent comes in and "poor babies" him/her to death, the child will become a spoiled brat. (Assuming this method of parenting continues throughout the child's life.)

    Organisms (yes, including humans) adapt quite well to their environments. People do what is demanded of them. Ask a child psychologist that doesn't have a political agenda.

    I'll probably get nailed by an American (US) moderator, ad nauseum. Carmack shouldn't have to put up with this.

    If we shipped all the lawyers in the world to some island, what kind of society would they build?

    "The first thing we do..."
    ------

  15. Re:Now we see the other side of the coin. on Burlington Northern to Stop Gene Tests for CTS · · Score: 3

    Grr.. I really wish people would stop using the wisdom of one field (physics) to push their own opinions in another (philosophy/technological progress). It may make you look smart, but it's still stupid.
    ------

  16. Drat. Not I have to rethink my strategy. on Paper: Technical and Legal Approaches to Spam · · Score: 3
    What? You mean we can't shoot spammers? Damnit! Now I'll have to change my SMTP greeting.

    mail.dlitz.net - Spammers will be shot. Resistance is futile.
    ------

  17. Re:Well, I knew it would happen. on Stormix Technologies Shut Down · · Score: 2
    I don't know about the other things, but:

    Mandrake ... loads and loads of applications

    Last time I checked (2001-Apr-20), Debian had the most packages. See below.

    zed:~# grep "^Package:" /var/lib/dpkg/available | sort | uniq | wc -l
    7002

    ------

  18. Re:Good old GPL.... on Stormix Technologies Shut Down · · Score: 3

    Yeah, and that's what we expect from RMS. That's why a lot of us say "either version 2 of the License, or (at your option) any later version": we trust RMS to have the same rigid standards as he has always had.
    ------

  19. Progeny Debian *is* Debian. on Stormix Technologies Shut Down · · Score: 2

    Unlike Corel Linux, Progeny Debian not a fork from Debian (it's more like a commercial `front-end' for Debian), so you can apt-get from one to the other and there aren't any serious compatibility problems, AFAIK. If Progeny goes out of business, it won't really affect anyone (from the software standpoint; support is another issue) short of a change to sources.list.
    ------

  20. Re:Like all things, it's a cost/benefit analysis.. on Protecting Your Backup Media? · · Score: 2

    Where can you get pressed CDs for a low number of copies (under 10)? What does it usually cost?
    ------

  21. Re:It's brilliant! on IBM's Dirty Ad Tactics Bother SF Officials · · Score: 2

    I said it was brilliant, not that I liked it.
    ------

  22. It's brilliant! on IBM's Dirty Ad Tactics Bother SF Officials · · Score: 5

    You've got to hand it to those marketroids at IBM. Think about it: if the stuff they used to make the ads would have washed away, then only San Francisco people would have seen it. Because they got themselves in minor trouble with the law (or city by-laws), it's heard all over the country via CNN. Every CNN watcher has now heard that "IBM strongly backs Linux".

    This is great for Linux, and it's great for IBM. Somebody at IBM deserves a raise.
    ------

  23. MODERATORS! on Security Flaw with Linux 2.4 Kernel and IPTables · · Score: 2

    He's right. OpenBSD doesn't run any daemons by default, making it secure by default. However, if you run apache on OpenBSD, and there's a hole in apache, your OpenBSD system is no longer secure. Tbus "OpenBSD is secure until you use it for anything practical."

    That was not "Overrated".
    ------

  24. Re:"One Billion Seconds of Unix" on The Quickly Descending Unix Timestamp · · Score: 3
    One billion seconds are stored in time_t,

    time_t is a type, not a variable. You can't store a value in time_t. 8-)
    ------

  25. Re:Hey! on QT Mozilla Port · · Score: 3

    I'd just like to step in and tell you that "Amiga weenies" are the most loyal, intelligent, and mature computer users I've ever known. They support the best technology. Period.
    ------