Slashdot Mirror


User: DrSkwid

DrSkwid's activity in the archive.

Stories
0
Comments
6,376
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,376

  1. playlists, sounds over complicated on The Latest And Greatest Console Applications? · · Score: 4, Funny

    isn't that what stdin is for ?

  2. Who's doing the counting? on Unplugging Email To Combat Spam · · Score: 1


    I send mail from home without using an ISP, who's going to be counting my outgoing connections to remote port 25s ?

    If I'm testing my remote server by sending it mail will I have port 25 blocked if my test emails go over the limit counter ?

    What if I were tunnelling data with email as the transport; SOAP is not the only remote protocol.

  3. Ah Quake, that takes me back on Doom 3's Release Date; Quake Turns 8 · · Score: 0


    http://maht.dotgeek.org/quake.html

  4. Re:stuck? on Super-Fast Python Implementation for .NET and Mono · · Score: 1

    good luck getting eval to work in gcc

  5. Repulsive on Cow Brains Into Biofuel · · Score: 2, Interesting


    why not burn our dead people not spawn the bovine damned

    ?

    the horror

    .

  6. Re:Doubtful on Manure-Powered Generators On The Rise · · Score: 1


    so is fratricide, but that is outlawed

  7. Re:Doubtful on Manure-Powered Generators On The Rise · · Score: 1


    Cows are about the dumbest animals to walk the Earth.

    with you at the back with a stick in your hand and some grass in your mouth wearing eau de manure

    the trouble with country folk is that they've lost touch with nature

    .

  8. Re:Doubtful on Manure-Powered Generators On The Rise · · Score: 1


    It is an interesting ethical question.

    I have often said that it is not the method of death but the method of life that is important.

    As an omnivore, if it becomes necessary to choose eating to live or not eating then my survival instinct would no doubt overide my higher functions.

  9. Re:Doubtful on Manure-Powered Generators On The Rise · · Score: 1

    This is the part of the equation to that irrational activist vegas overlook.

    No it isn't, because we can't see past the murdering factory farm complex.

    I don't care if rasing cows for food is 500% more efficient than eating grain, I would still be campaigning.

    You see we don't care about welfare or even Ethical Treatment. Some of us on this side fo the pond treat PETA as a joke, just a way to fleece the bleeding hearts of their subscription.

    So, to summarize, meat is murder.

    .

  10. More on the Mouseion on Library at Alexandria Discovered? · · Score: 3, Informative

    Carl Sagan did some work on the
    ancient Library of Alexandria, the Mouseion, for his TV series Cosmos.

  11. Passwords, how cute on The Security Risk of Keyboard Clicks · · Score: 2, Informative


    I stopped typing passwords a long time ago, because I use Factotum

  12. YHBT on Nicholas Petreley Slams Gnome · · Score: 1


    NT, no really, none.

  13. Re:relevant paper on Non-English Programming Languages? · · Score: 1

    Is english not your first language?

  14. Re:"Beneficial therapeutic cloning"?? on South Korean Cloners In Hot Water Over Donors · · Score: 1



    raises the question, my friend, raises the question.

    but raise it does :

    cloning is not for the benefit of the clone

  15. The field definitely does not need ... on South Korean Cloners In Hot Water Over Donors · · Score: 2, Funny


    the skeptics being right, how dare they!

  16. Re:relevant paper on Non-English Programming Languages? · · Score: 1


    it's ironic because the topic is about non english languages and the entity refs say the equivalent of "Hello World" in two non-english languages using utf-8.

  17. relevant paper on Non-English Programming Languages? · · Score: 1

    Hello World or Καλ ημέρα κόσμε or こんに ちは 世界

    [ how ironic that /. wont let you insert html entity refs ]

    Rob Pike & Ken Thompson

    <a href="http://plan9.bell-labs.com/sys/doc/utf.html" >http://plan9.bell-labs.com/sys/doc/utf.html</a&gt ;

  18. Re:kinda OT on Pike 7.6 Released · · Score: 1


    I should also mention that one *big* problem with backporting such a system is the division between user and kernel space.

    Unix is broken by design. The inventors themselves say so. They redesigned it to make hard things easy and plan9 was born.

    Durable != optimal

  19. Re:*nix it on Free Software Tracking a Stolen Computer? · · Score: 1

    you can't rely on SMTP though, it is more likely to have outgoing blocked in some way than other ports.

    Port 80 is one's best bet, the network connection could be behind a proxy rather than a NAT.

    My laptop tries to connect home at boot, anyway, to mount it's remote file systems.

    If one configured it to use your home net as a VPN or even just Web / Pop3 proxy you could also happily snoop at whatever activities they're getting up to. You might have more fun *not* getting it back!

  20. Re:why bother, make it a paper weight. on Free Software Tracking a Stolen Computer? · · Score: 4, Interesting


    lol, if you think some lame BIOS password you could well have a stiff surprise waiting the day they take the HD out!

    Without encryption
    Physical access == data access

  21. Re:Isn't a custom BIOS needed? on Free Software Tracking a Stolen Computer? · · Score: 1


    No need to mess with the BIOS, your bootloader could do the work.

    for x86 you could extend : http://btmgr.sourceforge.net

  22. Re:*nix it on Free Software Tracking a Stolen Computer? · · Score: 3, Informative

    time to take SMTP mail 101

    If behind a NAT the heders will reveal the external IP of the originating network, *not* the internal IP of the client machine.

  23. Re:BAD IDEA on Pike 7.6 Released · · Score: 1

    > As far as I'm concerned, the "everything is a file" metaphor is only wonderful to people who only have a hammer!

    and what a wonderful hammer it is, coming to you soon in the OS of your choice.

    don't get stuck on the FTP and networked stuff, there's plenty of scope for file tree based applications. Nothing is a solutiuon for everything but why ignore it for the applications tht could really benefit.

    my mailbox is one big file but it's presented as a file system :

    cd /mail/fs/mbox

    grep birthday */subject

    my google searches are presented as a file system

    etc.etc.etc.

  24. Re:kinda OT on Pike 7.6 Released · · Score: 1

    Here's the protocol

    http://plan9.bell-labs.com/sys/man/5/INDEX.html

    one supplies an offset and count and the server returns whatever data it feels like.

    So yes, you are free to play games with the units be it bytes or timecode.

    one issues :
    size[4] Tread tag[2] fid[4] offset[8] count[4]

    and gets returned
    size[4] Rread tag[2] count[4] data[count]

    tag is an ID for this request, fid is an id for the file
    size is the packet size, the rest is the payload.

    The thing you would have to be careful of, though, is the maximum 9p packet size, which is usually set to 8k though this is negotiable.

    I can imagine some system that facilitates MPEG editing by representing the MPEG as RGB24 full frames or even multiple channels for the RGB video channels or even s YUV. There's plenty of scope.

    inferno also uses a 9p variant protocol, Styx, to do much the same thing. You can run Inferno as an application . Inferno as an application is a virtualized OS but aimed at embedded devices, PDAs etc.

  25. Re:kinda OT on Pike 7.6 Released · · Score: 1


    reading and writing is by offset and count.

    Which also means that giant sparse files are trivial to implement.

    It's just a protocol for manipulating a file tree. A suprisingly simple concept that yields so much more than it sounds.