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:Timeline on Linux 2001 Timeline · · Score: 2

    Even Microsoft took less than 10 years to become less shitty. What the hell is taking so long, open source people?

    The same reason it's taking Microsoft so long. Too much programming, not enough design work, and not enough attention paid to quality and efficiency.

    <rant>

    You can tell which programmers is contributing to the problem: anyone who says "but with today's 2GHz computers, that's not really a problem" is too lazy or too unskilled to actually FIX the problem, so they simply justify it. It's the same problem as Microsoft has had, unfortunately.

    </rant>

  2. Re:Jon Stewart-esque on Linux 2001 Timeline · · Score: 2
    About your sig: what's so bad about Outlook?

    I am contacting you to ask your advice.

  3. Re:Question on IBM Builds A Limited Quantum Computer · · Score: 2
    IDEA

    It probably suffers from the same problems.

    or even Xoring with a big chunk of random data?

    This is known as a one-time pad (where the key is the same length as the message), and it's unbreakable (not just hard to break). Of course, it's also difficult to exchange these keys.

  4. Re:Downsides.... on IBM Builds A Limited Quantum Computer · · Score: 2

    The only thing that's secure against quantum computers is one-time pads, which are impractical over the internet.

  5. Re:Fine. on IBM Builds A Limited Quantum Computer · · Score: 0, Troll

    Perl is practical language for extracting and reporting. For anything else, it tends to suck. (But it also tends to be easy for beginners, so people cling to it like they cling to VB, instead of learning how to program.)

  6. Re:Webcasting vs. SW transmission on Webcasting and the DMCA · · Score: 2
    The bandwidth needed for webcasting will be irrelevent once IPv6 (i.e. mandatory multicasting support) becomes mainstream.

    IPv6. Bug your ISP for it today.

  7. Re:They already get royalites for blank audio CD's on Webcasting and the DMCA · · Score: 2
    regular data CD-ROMs ... These don't have the RIAA tax on them

    *Sigh* They do in Canada. OTOH, at least we don't have a DMCA...

  8. Re:Tarballz! on Affordable Home Backups for 10-100G Systems? · · Score: 2

    That's correct. Another neat thing is that you can index your tar files, and seek wherever you want to extract the appropriate files.

  9. Re:Microsoft should be treated like IBM was. on Cringely On Microsoft Settlement · · Score: 2

    Having a published API lets you re-implement Windows, extend Windows, and extinguish Windows.

  10. Protocol? on A GEANT Leap Forward In Networking For Research · · Score: 2

    Please tell me they're not running IPv4 on it.

  11. Re:Right ON! -- addendum (Possibly a flamebait) on Making Linux Look Harder Than It Is · · Score: 2

    Well, at least with ACPI, you'll soon be able to use the power button.

  12. Re:Right ON! -- addendum on Making Linux Look Harder Than It Is · · Score: 2

    Pick a new window manager?

  13. Re:Too knowledgeable?? Hardly. on Making Linux Look Harder Than It Is · · Score: 2

    Negative numbers are easier here, due to the weather. Everybody knows that -40 is colder than +30.

  14. Re:Hungarian notation considered harmful on How To Make Software Projects Fail · · Score: 2
    Yep, you are. First of all, depending on the case, it's quite possible that it will not "exhibit itself as odd subtle bugs next time you link to the library". This is especially true when using macros to declare types . . . like when you use autoconf.

    For instance, time(2) has returned a long int pretty much forever. So, it would have been safe to name a variable storing time(2)'s return value as lCurrentTime. Let's say you also have another long int somewhere else called lFoo

    When the 64-bit platforms roll in, and even possibly replace 32-bit platforms, you use autoconf to compile your program perfectly on those platforms (since you used a macro to declare type). Now, you have the wonderful situation where lCurrentTime is a long long int, yet lFoo is a long int.

    What happens? New developers are confused and frustrated, and experienced ones are still confused, but they soon make a habit of relying on variable declarations, rather than the notation (and will curse your name every time they screw up because of the notation).

    In the long run, Hungarian notation can't be trusted, and if you need it to remember your types, your code is probably already too complex, and needs re-thinking (eg. modularization) anyway.

  15. Re:The upside on You May Not Link This Web Site · · Score: 2

    Why does an accounting firm have to be clueful about web design?

  16. Re:Ugly Flash on You May Not Link This Web Site · · Score: 1

    First part: often. Second part: grow up.

  17. Re:nit picking on The LDP and Debian · · Score: 2

    Maybe, but on Debian, it's actually possible to do apt-get -y install ash && ln -sf ash /bin/sh without too much harm coming. Also, the Debian maintainers appear to listen when you report bugs about bashisms.

  18. Re:Hungarian notation considered harmful on How To Make Software Projects Fail · · Score: 2
    Tell that to the users of libc.

    Search and replace kills source-compatibility.

  19. HotDeals / SaveBig: pm0.net on Email Turns Thirty · · Score: 2

    And 30 years later, I'm getting more spam than ever!

  20. Re:nit picking on The LDP and Debian · · Score: 2

    On Debian, it returns Bash's builtins(1) manpage.

  21. Re:It restricts derived works. on The LDP and Debian · · Score: 2

    Trademark law?

  22. Re:Free Software, costly documentation?? on The LDP and Debian · · Score: 2
    Yes, Windows is the most secure OS to browse the web with... because it can't read my Linux partition!

    No, but it can crap all over it if you're not careful!

  23. Re:As an author on The LDP and Debian · · Score: 2

    It's been said 1000 times: non-free is NOT part of Debian. So, in effect, it IS being dropped.

  24. Re:Hungarian notation considered harmful on How To Make Software Projects Fail · · Score: 2

    Hungarian notation is fine...until you change around your datatypes (think of promoting char -> int -> long -> long long, or float -> double). Then, it's just confusing.

  25. How about contributing? on Good Games For Christmas? · · Score: 2

    OpenQuartz , needs GPL-compatible sounds!