Slashdot Mirror


User: Fry-kun

Fry-kun's activity in the archive.

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

Comments · 245

  1. binary is all the rage on date +%s Turning 1111111111 · · Score: 1

    My binary clock pWnz you. I get more fun times, like 12:44:21

  2. how odd on Open Species Database Breaks Half-Million Mark · · Score: 1

    does anyone else find it odd that such articles (i'm talking about nature.com's article, not the /. article) rarely include actual links to the websites they're referring to? I swear, this is like a conspiracy of the journalists...

  3. you've got it all wrong on Star Smaller Than Some Planets Found · · Score: 1

    that solar system is actually the home system of the Aschen (ref: Stargate) - they have converted one of their gas giants into a second sun so that their crops would have higher yield

    XD

  4. just a thought on Hitchhiker's Guide to the Galaxy Trailer · · Score: 1

    The story, in fact, is NOT about Arthur Dent, but rather, about The Hitchhiker's Guide itself.

    just a thought.. :P

  5. commercial space travel on Space Station Crew Forced to Cut Calories · · Score: 1

    They should just ask SpaceShipOne to deliver some food :)
    In the future that may actually be possible

  6. Would be awesome... on WiFi Seeker, Finder, Detector Roundup · · Score: 1

    ... if the HWL1 had an antenna connector: then it could be simply connected to your laptop's wifi card for a much better signal.

  7. Please fix the link on Windows Update v5 Gathering Too Much Information? · · Score: 0, Redundant

    please fix the link
    thanks

  8. a-hem on When Lack Of Pixelation Leads To Consternation · · Score: 1

    are run in an interlaced (flickery) screen mode

    I feel obligated to point out that in the NTSC standard, everything you see on your TV is interlaced already (at 60Hz, so the end result is considered to be 30fps).

  9. Re:Matrix semi-ignorant on Human Power For Human Upgrades · · Score: 0

    using human body heat as a power source ;)

  10. old idea, finally implemented on Playing Games With One's Brainwaves · · Score: 1

    to see how this technology will migrate to prosthetics, see the anime Angelic Layer ;)

    P.S. other two references I can remember from the top of my head are Playstation commercial (guessing that they will have a brain-controlled PS sometime in the future) and a gaming console in Cowboy Bebop

  11. Re:hmm... not quite... on LayerOne Hits Los Angeles · · Score: 1

    well, at least hackers can talk to the media... and some media personalities actually know the difference between white-hat and black-hat hackers...

  12. blah.. bad grammar... on LayerOne Hits Los Angeles · · Score: 1

    me == grammar fiend :D

    --> nearly all efforts by any group that contains "hack" in their name or description have not been successful in "educat[ing] the masses" --

  13. hmm... not quite... on LayerOne Hits Los Angeles · · Score: 4, Insightful

    The conference is a collaborative effort put together by a hack-savvy group to educate the masses.

    From my past experience, nearly all efforts by a group that contains "hack" in their name or description hasn't been able to "educate the masses". Most of these people just don't have what it takes to do that. What they need to do instead is to educate the media (TV, newspapers, radio, et cetera) and those will "educate" the populus.

  14. Finally... on North America's Fastest Linux Cluster Constructed · · Score: 2, Funny

    ...I can back up my brain

  15. take the fight to the government on Verisign Considers Restarting Sitefinder · · Score: 1

    If anyone remembers, the Internet was originally created as a defense network, able to withstand a nuclear explosion *snicker*
    Somebody can just accuse VeriSign of tampering with the internet in such way that it may stop being a reliable communication network ...and if that doesn't really apply, then we can file an antitrust suit: VS is a monopoly in this field; they have no right to enforce sitefinder if nobody else can compete

    tell me why i'm full of it to svist^at$hotmail*com

  16. Page 4 (thanks, Google :) on BSD For Linux Users · · Score: 5, Informative

    The Ports System

    Then, there's the second category; those programs which are add-on packages. In the BSD world, this is usually called the "ports system". That name is chosen for a specific reason.

    Traditionally, when you wanted to run a package on your system, the first thing you had to do was compile it. And often before you could compile it, you'd have to fiddle with it. Your system would require different header files. Sometimes, manifest constants would be different. Sometimes, you'd even need to rewrite parts of it from scratch, because of basic assumption that didn't hold on your system.

    Or, in other words, you'd have to "port" it to your OS, and/or to your specific system. The basic intent of the ports system is to do all that "porting" stuff for you. That it also automates building and installing, and provides packaging services (for things like 'uninstall') isn't as well reflected in the name.

    But as with many things, it grew past its name into the beast it is today. The current FreeBSD ports collection has close to 10,000 packages in it (this number will, of course, be outdated quickly, but that's the nature of development). The most obvious feature of ports is that it builds things from source all the time, rather than just install pre-build binaries. This, it seems, is another one of those blatant differences that trip people up when trying to look at BSD from a Linux perspective. That it builds from source is just a side effect, it's not the primary purpose or difference. Binary packages are also available; in fact, binary packages are built from the ports tree!

    Now, it's true that most Linux users install binary packages, and most BSD users install by building from source. Partly, that's a result of the tools; the ports system is designed around the concept of building from source, with the ability to make and install binary packages being something of an afterthought, while Linux packaging like RPM and dpkg and such are designed around the concept of installing a binary package, with building from source as an afterthought. Some of this is historical; binary packaging historically isn't a predominant theme in Unix systems, as I mentioned earlier. For that matter, packaging itself is a more recent thing. Traditionally, you'd deal with uninstalling and such manually.

    Now, there are advantages to pre-compiled binaries; mostly time (as in much less), and usually it'll take a lot less space to install a pre-compiled package, than it would to compile the package. There's also advantages to building from source, like avoiding all sorts of library versioning ugliness (my personal pet peeve with binary packages). You can install binary packages on Linux or BSD; you can build from source on Linux or BSD. But the users seem to be biased differently, because the systems are biased differently, because the users are biased differently... it all dovetails.

    I guess what's important here is to realize that the difference between ports and RPM's isn't just that ports compile and RPM's just install. Ports are designed to cover the full range of bits and pieces of installing stuff; encoding and tracking and installing dependancies, packaging, installing and deinstalling, local changes necessary to build on your system, compile-time configuration tweaks... all those things. An RPM is just a binary package. If you want to auto-install dependancies, you have to have a higher-level tool like urpmi or apt-get to do it. And, since it's binary, you have to deal with library versioning conflicts, or missing compile options, or any of the other limitations you incur by not building it on your own system.

    And further, ports, like the rest of the BSD systems, are centralized. The "ports tree" is really just a big directory tree with a bunch of categorized directories, each containing a Makefile with some variable definitions, a checksum file, a packing list, and various other possible things. Each of those directories represents a single program, which is described by th

  17. Re:speaking of PVRs... on Neat Stuff In Sin City: CES 2004 · · Score: 2, Interesting

    oops, correction: the device is called MediaMVP
    linkified: MediaMVP

  18. speaking of PVRs... on Neat Stuff In Sin City: CES 2004 · · Score: 3, Interesting

    You probably haven't noticed a small device that stands a chance of replacing PVRs. If you're still at CES, look for MVP by Hauppauge and check it out.

    In a few words, it uses an ethernet connection to connect to a computer with the video data, then just forwards it to the TV over RCA or S-video cables.

    Who needs a VCR that takes up space if you can record TV directly to your computer and then watch it on the TV in the comfort of your living room (that is, if you have one ;) Hell, you can probably even watch those divx movies you downloaded off the net.

  19. oh wow found it! on First Computers · · Score: 1

    WOWZER!
    found mah machine :D ..or rather another one like it: http://www.interface1.net/zx/clones/delta.html
    Mi ne didn't have the russian letters, though... but I now remember I color-coded the keys, too ;)

    I guess I should've kept it for nostalgic purposes XD

  20. wonder what mine was on First Computers · · Score: 1

    I remember my first computer.
    The thing about it wass... it was a Sinclair ZX-Spectrum knockoff o_O
    It had a slightly faster processor than z80 (i remember that because some games seemed a bit too fast and sounds a tad too high-pitched). Nevertheless, it was otherwise fully zx-compatible :)

  21. obligatory futurama reference :P on NASA Debates How And When To Kill Hubble Telescope · · Score: 1

    i think it's obvious that the job should be left to Zap Brannigan

  22. sheesh... on Hotel Being Sued for Using the Dewey Decimal System · · Score: 1

    ...just use the Fry-kun's hexadecimal filing system... :P

  23. Re:Bio on Dijkstra's Manuscripts Available Online · · Score: 2, Informative

    a somewhat longer entry at wiki :)

  24. mmm, cryogenic ice cream... on Slashback: Sorveteria, Rockets, Anger · · Score: 1

    looks like the guys forgot to mix the concoction while adding Chemical X... err... i mean liquid nitrogen :P

  25. Re:eh eh eh eh eh ... on IRC Forum w/ CmdrTaco & Hemos Tonight at 8pm Eastern · · Score: 1

    amen, dude!
    imagine the horror when the majority of /.-ers will start a flame war if such a change happens.

    Did you know that somewhere deep inside Intel, there's a document that states that only 20%* of incremental changes is allowed for successive chips?
    *err... well, i THINK it was 20%... if i'm wrong, feel free to reply :P