Slashdot Mirror


User: deadzaphod

deadzaphod's activity in the archive.

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

Comments · 22

  1. Re:Seen them already??? on New Type of Star Can Emerge From Inside Black Holes, Say Cosmologists · · Score: 1

    The Dice that owns slashdot was originally a job listings site. The C compiler called Dice (http://www.binarydevotion.com/?p=76) was written by Matt Dillon, who now works on DragonflyBSD. No relation.

  2. Re:chicken or egg? on GCC 4.8.0 Release Marks Completion of C++ Migration · · Score: 2

    We should, but I don't think anyone has it well organized so far. This book is a good start though http://en.wikipedia.org/wiki/The_Way_Things_Work

  3. replying to undo misclicked mod on New Asteroid Mining Company Emerges · · Score: 1

    I really dislike the fact that we can't undo an unintentional mod here =-(

  4. Re:This isn't that hard to explain.. on What Happened To Diaspora, the Facebook Killer? It's Complicated · · Score: 1

    No, I think fetlife already has that covered...

  5. Re:Seriously... on "SMSZombie" Malware Infects 500,000 Android Users In China · · Score: 1

    I've been wondering that since the 90s... SMS is a crude hack that was past due for replacement before most people ever heard of it.

  6. Re:shitstorm on Diamonds Used To Increase Density, Performance of Phase-Change Memory · · Score: 1

    It may be worse than I thought. Our last few stories seem suspicious. I think perhaps slashdot has been at least partially compromised. Hopefully the new management notices soon....... *waits impatiently*

  7. Re:shitstorm on Diamonds Used To Increase Density, Performance of Phase-Change Memory · · Score: 1

    I read /. uncensored for the trolls and such. Usually there's some larfs Perhaps, not today.

    Same here. This may be the lamest troll thread I've ever seen on /.

  8. Re:Ok on eBay Fakes Devalue the Craft of Tomb Robbing · · Score: 1

    Ivory. If you can make convincing fake ivory and sell it you might save elephants.

  9. AltME - not OSS, but free, secure, and easy on Internal Instant Messaging Client / Server Combo? · · Score: 1

    This is a perfect use case for AltME, which is set up specifically for running your own private, secure server, that logs all messages. It is very easy to install, set up and to maintain (I've been running servers with no problems for a few years now).

  10. Re:Every time he speaks I just want to shoot him on Richard Stallman Warns About Non-Free Web Apps · · Score: 1

    I have mod points right now but your post was so misguided that I feel obligated to post here instead of using them...

    He goes so far in the article to try to confuse the meaning of 'free' versus 'open', implying they are essentially the same thing. They aren't, and never will be.

    The only person confusing 'free' and 'open' here is you. TFA contains only a single occurrence of the word 'open' and then only in relation to standards, not software. RMS has never been a proponent of 'open source' software per se, and takes every opportunity he gets to distinguish the difference between the OSS movement and the free software movement.

    Now that OSS has become even slightly accepted his usefulness as a supporter of OSS is diminished, so he's taking it to the next level and trying to say all non-free software is bad. Read that carefully, 'non-free'. Not open. In this article he in a round about way attacks 'open' standards that are not 'free' by his definition.

    He was never a supporter of OSS, he is a supporter of "free software". Nor is he now "taking it to the next level"; he has been at that same level for longer than many of the people reading this have been alive. He has always said that all non-free software is a bad thing. His goals have been clearly stated since the original announcement of the GNU project in 1983. The only reason the attacks on standards that are 'open' but not 'free' are roundabout in this article is that it is a minor side issue to his main point about web applications; if he were writing about standards I expect he would be quite direct on his opposition to any standard that is 'non-free'.

    If anyone is the unclear on what the difference between 'free' and 'open' is in this context, I suggest reading 'Why âoeOpen Sourceâ misses the point of Free Software'.

    All of that having been said, I do not personally agree with RMS about the inherent wrongness of using or working on 'non-free' software. In fact I have made my living working on a commercial web application for the last several years. Despite this, I fully support his idea of making it easy to know how the software you run is licensed (even in the browser) and giving users the choice of whether or not to allow software licensed in a way they do not appove of to be run on their machines. With regard to the idea of allowing modified Javascript code to be used, I like the idea in principle, but having worked on a large web app and having had to debug issues caused by cached obsolete Javascript, I have concerns about the practicality of ever using such a feature.

    Finally, I think you are a jerk and a troll. Comparing RMS to the Church of Scientology? Really? Get a life.

  11. Re:Still needs a root on Web of Trust For Scientific Publications · · Score: 1

    I agree that this is a great idea, and with your criticism of the implementation. I would like to see this as a website, compatible with the existing tool, funded by Google, and written by someone other than me (although I am willing to help). It could be sort of like MySpace for science ;-)

  12. Re:Joint account on What Examples of Security Theater Have You Encountered? · · Score: 1

    The deepening of your voice due to testosterone is irreversible, so when going through a sex-change your voice doesn't change. Most of us just practice changing our voices the same way you would if you were faking it.

  13. Re:Prior Art on 'Friendly' Worms Could Spread Software Fixes · · Score: 5, Insightful

    Very, very old idea. The first worm of this type was called "Reaper" and was created to kill the "Creeper" worm. http://www.viruslist.com/en/viruses/encyclopedia?chapter=153310937

  14. Re:Why not S-expressions? on The Future of XML · · Score: 1

    Good question. I would love to see everyone standardize on S-expressions instead. The only real advantage that I know of that XML has is namespaces, and that could be fixed with a single short RFC describing a standard structure on top of S-expressions instead.

    Now that I think about it, I think maybe I'll set up a website after work tonight to promote this idea...

  15. Re:Pre 1972, or any 90's diesel... on Stopping Cars With Microwave Radiation · · Score: 0, Offtopic

    My grandmother had an old diesel Mercedes... It was the worst car she ever owned; broke down all the time. Only someone who doesn't know better would drive an old diesel Mercedes.

  16. mod this up +5 funny on Porn Industry Trials Burnable DVDs · · Score: 1

    This is the funniest link I've seen on slashdot in a quite a while, thanks!

  17. Re:REBOL on P2P In 15 Lines of Code · · Score: 1
    I haven't tried doing a minimal P2P program in rebol yet (I'll probably try it tonight), but I got the webserver down to 308 characters
    secure[net allow library throw shell throw file throw %. [allow read]]p: open/lines tcp://:80 forever[attempt[s: length? b: read/binary to-file next pick parse pick c: p/1 1 none 2 write-io c b: rejoin[#{}"HTTP/1.0 200 OK^M^JServer: Rebol^M^JContent-length: "s"^M^JContent-type: text/html^M^J^M^J"b]length? b close c]]
  18. Re:Who cares if somebody speedhacks? on Blizzard Bans Speed Hackers from WoW · · Score: 1

    3) Customers want a button they can click to win the game. Should Blizzard provide it?

    yes

  19. Re:wget is forbidden on Breaking Google's DRM · · Score: 1

    I actually used to do that a lot. At the time I used Lynx most of the time, but when I wanted to view a site that used frames (which Lynx didn't support), I'd just telnet to port 80, type in the request and read the HTML it sent back.

    I still check my POP3 email accounts that way when I'm away from home...

  20. QTask on Best To-Do List Software? · · Score: 1

    It's currently in alpha and available by invite only, but QTask is by far the best I've ever used.

  21. Re:bitch on IBM Files For Declaratory Judgement In SCO Case · · Score: 1

    Odd, I got my name on the first try...

  22. Re:There appears to be a typographical error in #5 on SCOoby Snacks · · Score: 1

    Actually, the commercial software business was first started by CSC (Computer Sciences Corporation), who produced software for mainframes.