Slashdot Mirror


User: Nasarius

Nasarius's activity in the archive.

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

Comments · 1,860

  1. Re:Webcam? on Cell Phone-Controlled Game Invades Times Square · · Score: 0

    Ha! I may be in New York, but I'm in Buffalo, which is practically Canada. "Pop" my ass...it's called soda!

  2. Re:So in other words... on U.S. Students Shun Computer Science, Engineering · · Score: 1
    The latter make far better scientists, programmers, and engineers.

    This holds true for any field. If you hate doing something, chances are you're not going to be very good at it. If you love it, you at least have the motivation to become good if you're not already.

  3. Re:pessimism on U.S. Students Shun Computer Science, Engineering · · Score: 1

    Same here, except I'm double majoring in CS and Chemistry. I'd much rather do CS, because it's what I love and what I'm good at, but IMHO it's too risky to hope for a good career with just a CS degree.

  4. RTFP on Video-Game Publishers Outsource Development · · Score: 1
    And no that's not the boat that I personally am in but it's hardly a unique story either.

    Learn to read. Thank you.

  5. Re:5%? on Mozilla 1.7 Beta Is Faster And Smaller · · Score: 3, Informative

    You're looking at the README for the alpha. Try here instead.

  6. Re:Patch updates are NOT news on Multiple Vulnerabilities in OpenSSL · · Score: 1

    It's not that difficult these days. Set up a cron job to do "emerge sync && emerge -uD world" or the equivalent every 24 hours. No attention required.

  7. Re:Darn batteries on Cheap Solar Cooling Solution? · · Score: 1
    What the world really needs is a cheap, non-bulky rechargable battery.
    That would be hydrogen fuel cells.

    It's the only thing that keeps solar power, wind power, electric cars, and a lot of other cool sustainable tech from happening.
    Not true. Solar power is stagnating because of the high cost required to create solar panels. Wind power requires a lot of real estate, the right location, and maintenance. Don't get me wrong -- I'm a big supporter of "alternative" energy sources. But the problems are far from simple.

  8. Re:The internet is so common now on U.S. Home Internet Access up to 75% · · Score: 1

    Fool, I2 is just another backbone. It's nice because it makes transfers between many US universities quite fast.

  9. $733 for 1000 on Anand Reviews Athlon 64 FX-53 · · Score: 5, Funny
    Priced at $733 for 1,000 units...

    Whooo! I can get one of these for 73 cents! :-P Yeah yeah, I know what they mean, but that's some horrible wording.

  10. Re:PPC on Novell Announces SUSE Linux 9.1 · · Score: 1

    Just grab a stage 3 tarball from here, for example.

  11. Re:This looks like progress... on Debian Installer Beta 3 Usability Review · · Score: 1
    "I was going to test this out on an old 16mb machine that actually runs Win98 quite capably."

    I call bullshit. I remember installing Win95 on my 486/DX50, with at least 24MB of RAM, and it ran like crap.

  12. Re:Interesting. on HP Starts Pushing Desktop Linux · · Score: 5, Interesting

    You haven't used Mandrake, have you?

  13. Re:Screw you, government! You pay for the upgrades on FBI Adds to Wiretap Wish List · · Score: 1
    They certainly carry the attitude that we're lucky to have such generous people in charge.

    Don't forget enlightened. This reminds me of one of my favorite Bad Religion lines: "The guy running the government is just another jerk."

  14. Re:Encryption on FBI Adds to Wiretap Wish List · · Score: 1
    Moral of the story: use one time pads.

    Not feasible, unless you're only communicating with a small group of people. Public key encryption with a sufficiently long key and a decent password is more than enough for most purposes (ie, it should be uncrackable for at least a few decades).

  15. Looks pretty good on Second Generation Homebrew PVR Devices · · Score: 4, Informative

    Unfortunately, their distributor forces you to buy a copy of Windows XP along with the computer.

  16. Re:Another word : Ausbergers on Building Social Skills in Gifted Youths? · · Score: 1

    It's a Simpsons reference. Uter had a package of "Joy Joy" candy that said "mit Iodine" (with iodine). At least, I hope it's a Simpsons reference and I'm not an idiot :-)

  17. Re:*** SPOILER WARNING *** on Five Free Calculus Textbooks · · Score: 1

    I thought the real plot twist was when you found out that f'(x) = dx

  18. Re:Just the reason. on Tracking Via Anonymous SIM Cards · · Score: 1
    This is also why I refuse to use the key cards that the school provides for us to open the doors.

    As a student at a university that also does this (ie, our student ID doubles as a key card)...how do you manage to avoid it?

  19. Re:Windows Source Code Leak on Leaked Memo Says Microsoft Raised $86 million for SCO · · Score: 2

    That doesn't make any sense. Worst case scenario, we'd revert to 2.6.2 or thereabouts, before the Windows source leak.

  20. Re:wow on Gentoo Linux 2004.0 Released · · Score: 1

    Worked for me not so long ago. After "emerge system", I just did "emerge kde" and let it run overnight. Configure X, and KDE works great.

    Here are some excerpts from the make.conf that I use:

    USE="qt kde dvd alsa cdr -gnome gtk2 imap acpi aim apache2 curl directfb emacs fbcon flac java mmx mozilla oscar perl samba sse usb"

    CHOST="i686-pc-linux-gnu"

    CFLAGS="-O2 -march=pentium4 -funroll-loops -pipe"

    ACCEPT_KEYWORDS="~x86"

  21. Re:From the FAQ on XFree86 4.4 Released · · Score: 1

    Wow. The scary thing is that you're probably serious. Okay, suffice to say, at ~50KB/s, the speed of your TCP/IP stack is not the determining factor. Try transferring a few gig and doing fast pings over a LAN, then we can begin to talk about accuracy.

  22. Re:already was incompatible on XFree86 4.4 Released · · Score: 1

    Because it makes it a real pain in the ass for distributors to ensure they're complying with each license... http://www.gnu.org/philosophy/bsd.html

  23. Re:I've said it before and I'll say it again on XFree86 4.4 Released · · Score: 1, Informative

    Have you ever tried Mandrake? I don't use it normally (I use LFS or Gentoo), but its automatic hardware configuration is amazing. Unfortunately, its package management system kinda sucks.

  24. Re:Gentoo too on Sun Agrees to Talk to IBM over Open Sourcing Java · · Score: 1

    No, they care about choice.

  25. Re:Gentoo too on Sun Agrees to Talk to IBM over Open Sourcing Java · · Score: 3, Informative

    Oh, on the contrary.

    ACCEPT_KEYWORDS="~x86" emerge sun-j2sdk

    That should get the 1.4.2 J2SDK just fine.