Slashdot Mirror


User: Luke-Jr

Luke-Jr's activity in the archive.

Stories
0
Comments
703
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 703

  1. Re:What is Gentoo based on? on Gentoo 1.4 Final Released · · Score: 1

    The one-command part goes for any good distro these days... For example, in Mandrake you can simply: urpmi applicationname (tho in my experience they have so few apps you end up having to compile everything by hand anyway)

  2. PPC Torrents on Gentoo 1.4 Final Released · · Score: 1

    PowerPC 1.4 Torrents are now available at http://dev.gentoo.org/~luke-jr/torrent/gentoo-1.4/ with the rest...

  3. Re:good news! on Gentoo 1.4 Final Released · · Score: 2, Interesting

    As I understand it, that's only because it was easier to register a for-profit company when Gentoo was started. I think we are trying to change to non-profit, though.

  4. Re:Changelog! Getcha changelog! on Gentoo 1.4 Final Released · · Score: 2, Informative

    That appears to be the daily CVS changelog which covers the portage tree, which has nothing to do with releases...

  5. The Real Reason on The Effect of Pirated CDs · · Score: 1

    I think the real reason their sales have dropped is because more and more people are realizing that the "music" they sell is garbage. I'm surprised that people still buy any of it.

  6. Re:Doesn't X have and even easier exploit? on Screensaver Bug in Mac OS X · · Score: 1

    Try using this instead of 'startx':
    { nohup startx >/dev/null & }; exit

  7. Re:Is *anyone* running out of IP addresses? on IP Shortage In Asia Just Myth, Says APNIC · · Score: 1

    Broadband increases the number of people with IP addresses, not decreases. Furthermore, some people may need/want more than 1 IP address per device. Not all protocols support virtual hosting yet, though perhaps it would have been better if IPv6 forced virtual hosts on all protocols...

  8. Re:IP shortage? Bah. on IP Shortage In Asia Just Myth, Says APNIC · · Score: 1

    CD keys should not exist in the first place.

  9. Acronyms on (Short-, Medium-, Long)wave Radio Meets Digital Stereo · · Score: 2, Interesting

    This is the 3rd definition of DRM now...
    1. Digital Restrictions Management (M$)
    2. Direct Rendering M(anagement?) (XFree)

  10. Yay! on Yet Another Windows Worm · · Score: 1

    I've gotten a few of these already. Anyone know how many different combinations there are? I want to collect them all! :)

  11. Open Source Firmware/Software on Neuros Gets (Beta) Linux Support · · Score: 1

    I have also emailed them and they claim to be working on the details of making the software and firmware open source.

  12. Re:isn't it easier... on Nmap Featured in The Matrix Reloaded · · Score: 1

    1. using '-l' is good when you've already typed the IP and forgotten to type the username.
    2. if they used username@host, the complete idiots would think it was an email and try emailing it.

  13. Re:Whose computers still crash? on Why Do Computers Still Crash? · · Score: 1

    Good point... Usually when I lose power I have to spend 10 minutes to make the system work correctly again.

  14. Re:The description is very vague on Gentoo Games · · Score: 1

    If you use gaming-sources for your kernel, Gentoo is already super-optimized for games. :)

  15. Re:This of course will force the networks to evolv on The War Between p2p and Record Companies Heating Up? · · Score: 1

    Uh... Since when? Real downloads usually range from 10KB/sec to 100KB/sec. And then there are a few times you might get a better (or worse) speed.

  16. Re:What does that mean in practical terms? on Buckminsterfullerene Strikes Again - Nanotube RAM · · Score: 2, Funny

    I already leave all progs running all the time...

  17. Re:too bad on Buckminsterfullerene Strikes Again - Nanotube RAM · · Score: 1

    So new motherboards can have a 2 MB RAM chip on them used for randomization... Big deal.

  18. Re:WineX our only hope of playing this game in Lin on Middle Earth MMORPG Announced · · Score: 1

    I only allow open source software on my PC. Very rarely (never) do I need WINE or WineX for games.

  19. Re:Definitely Troll on Linux Running on Xbox Without Modchip! · · Score: 1

    Actually, closer to 23.3 GB

  20. Re:DRM/DMCA/Profit? on Gameboy Advance Clone Superemulator · · Score: 1

    Actually, even the original GB cartridges had a region. They're either Japan Region or Everyone-Else Region. The GB consoles never checked any of it though.

  21. Re:that's not funny! on Gentoo Linux Rethinks Package Management System · · Score: 1

    I assure you DRobbins was quite a bit more pissed about it than you are.

  22. Netscape... on Nick Petreleley on Linux Taking Market Share From Windows · · Score: 2, Insightful

    The replies suggest that Netscape lost because IE was free as in beer while in fact Netscape was freeware before Internet Explorer. That almost forced Microsoft to make IE freeware and then they decided they could bundle it with Windows to kill Netscape.

  23. Re:binary compatibility on Dvorak Thinks Apple Will Switch to Intel · · Score: 1

    I'm not sure, but doesn't Stage 1 contain a binary GCC and Glibc? Also, did you install *all* of KDE or just the minimum needed?

  24. Re:binary compatibility on Dvorak Thinks Apple Will Switch to Intel · · Score: 1

    On my P3 800 MHz, it took me 3 days also. But that's just KDE. An entire system would include the kernel, GCC, Glibc, XF86, Qt and GTK also.

  25. Re:binary compatibility on Dvorak Thinks Apple Will Switch to Intel · · Score: 1

    You make the assumption that the person compiling the binaries for the website has binary compatibility with other people. Without binary compatibility, you would have to compile it on every system. As it is, I believe it wasn't until just recently that C++ binaries were compatible between different versions of GCC that compiled them.