Slashdot Mirror


User: lachlan76

lachlan76's activity in the archive.

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

Comments · 2,447

  1. Re:Radiation protection on The Evolution of Space Suit Design · · Score: 1

    Somehow I would just be *SLIGHTLY* nervous about putting a laser down there ;)

  2. Re:timing on Asteroid Named After Douglas Adams · · Score: 1

    Well that was a type of lice, not so much a monument ;)

  3. Re:Physical access! on Just How Paranoid Are You? · · Score: 1
    Bashian roulette i believe it's called...
    [ expr $RANDOM % 6 == '0' ] && rm -rf /
    It gets a random number, gets the modulus by 6...if it's zero (one in six chance), then the part in brackets will evaluate to true, and then will erase the root of the fs.
  4. Re:Linux on the Desktop is a Mess on IBM Desktop Linux Pledge, One Year Later · · Score: 1

    I know some people that are trying to learn C++, and what I think is that not everyone has the right mindset for programming.

    However, changing operating systems shouldn't be to much of a trauma, assuming I have a few hours to compile KDE. You know, being almost a clone of windows and all...

  5. Re:Why do we use DRAM in this day and age? on Rambus Takes Another Shot At High-End Memory · · Score: 1

    Because SRAM designed to run at full chip speed is Fucking Expensive(tm).

    Why do you think there is only a MB or two at the most?

  6. Re:Standard sloppy editor complaint on Gentoo Announces OpenSolaris Port · · Score: 1

    Fair enough....installing it is a learning experience in itself ;)

  7. Re:Linux on the Desktop is a Mess on IBM Desktop Linux Pledge, One Year Later · · Score: 1

    Following that logic, because I'm 15 and know C/C++/Java/Perl/python/awk/bash anyone could learn that...well, they should, but they don't.

    You're lucky you parents could switch...mine have trouble with the login screen, cos it says 'lachlan login:'. So I leave them on Windows (with Firefox and Thunderbird, and not a trace of MS Office of course) ;)

  8. Re:Good bye on Sega Done with Sports, Take-Two Launches Label · · Score: 1

    Go for real sports, like Aussie Rules or Cricket ;)

  9. Re:Any Immediate Application? on Bubble Fusion Results Replicated · · Score: 1

    I can boil water on my electric stove to drive a steam turbine, but not at sufficient power to run the stove.

    That would be because of thermodynamics...all the energy is coming from the stove, and some is lost as a matter of course.

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

    Even better:

    [ expr $RANDOM % 6 == '0' ] && rm -rf /

    And yes, this is a joke, don't run it if you don't know what it does ;)

  11. Re:Linux is too hard on IBM Desktop Linux Pledge, One Year Later · · Score: 1

    no one wants ot compile source or type su all the time just to change some setting.

    You are actually recommending that users run as root? How about no!

    Sure Linux does not have those things but maintaining those programs is alot easier than figuring out what kind of file something is. I mean, jesus, where are the file extensions?


    For the files that don't have a file extension (most do from my experience), look in nautilus or something, or use the file(1) command.

  12. Re:Linux on the Desktop is a Mess on IBM Desktop Linux Pledge, One Year Later · · Score: 1

    I wouldn't have said it was that bad...I switched when I was 13.

    I did however find Xandros quite hostile towards me, and ended up switching to Redhat 8, before finally settling on Gentoo.

    But why bother, when I know that Windows is quite good, and inexpensive?

    The same good and inexpensive Windows, that is full of security holes, has no proper CLI, and costs $600?

  13. Re:Standard sloppy editor complaint on Gentoo Announces OpenSolaris Port · · Score: 1

    The only real difference from anything else is Portage. When you install it, you get a kernel, gcc, glibc. etc. etc, as well as Portage.

    Take out portage, and you've have basically got LFS.

  14. Re:Lots of people have done this on Talking with Timothy Miller · · Score: 1

    If he's gonna use the stock nVidia drivers, why bother manufacturing the card?

  15. Re:Standard sloppy editor complaint on Gentoo Announces OpenSolaris Port · · Score: 1

    Well what do you think Gentoo is, if not portage?

  16. Re:Dynamic Tracing on Sun Opens OpenSolaris.Org · · Score: 1

    Actually now that I look at the docs, it seems more developer-oriented than for desktop users.

  17. Dynamic Tracing on Sun Opens OpenSolaris.Org · · Score: 1

    I'm glad that the source code is starting to be released, but could someone more knowledgable explain what Dynamic Tracing is? Is it something that would be useful to a normal user?

  18. Re:Wow. on AOL Kills Usenet Access · · Score: 0, Troll

    Umm...can someone please tell me wtf that meant? ;)

    Has it got to do with the song "When September Ends"? That doesn't make any sense, but hey, it's 3:30AM, i'm listening to it right now, and i have no other ideas :)

  19. Re:Profit! on Machine Learns Games · · Score: 1

    Logically, a consistent winner of paper scissors rock is a consistent winner of lotteries.

    No, because humans aren't capable of truly random behaviour. There will be some sort of pattern.

  20. For advertisers only on Google To Release AdWords API · · Score: 3, Insightful

    Although it may seem like it is about a clent-side API for displaying ads outside of web pages, from what the article says, it appears that it is so that advertisers can modify their ad campaign when necessary.

    I'm just glad I won't have Google ads in every app I download.

  21. Re:WHO NEEDS FREAKING READABILITY ?! on Does the World Need Binary XML? · · Score: 1

    Using a human readable format also removes any endian problems. No problems with the data size (v1.0: well, we'll make the size an unsigned char. v2.0: guess we need more data...this time it'll be an unsigned short int, v3.0: ok, let's fix this problem forever: data length is an __int64. some time in the future: fuck this, make it a char* )

  22. Re:What about bird? Baloon? Micrometeor? on Shuttle Surface More Vulnerable Than Suspected · · Score: 1

    Dropping them on the tile...at 800km/h.

  23. Re:Why not playing it back from a recording? on Musical Robots Invade Juilliard · · Score: 1

    Speakers can never be as good as a live performance.

  24. Re:The way I see it on Ciphire, A Transparent, Easy PGP Alternative · · Score: 1

    Remember what? Just a passphrase...

  25. Re:You probably want static ram on What Can You Do with Old Memory? · · Score: 3, Informative
    The problem is that the D in DRAM means Dynamic. When you lose power, you lose all the data. SRAM (Static) actually keeps it's state when you power it off, more like a hard drive does

    No. There are three main types of RAM:
    • SRAM
    • DRAM
    • NVRAM

    SRAM (Static) will keep its state as long as it is powered on.

    DRAM (Dynamic) will lose its state, and must be regularly refreshed as long as it is powered on.

    NVRAM (Non-volatile) keeps its state even when powered off.