Slashdot Mirror


User: Vaevictis666

Vaevictis666's activity in the archive.

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

Comments · 396

  1. Re:'Meme' on I Love Bees Coming to an End · · Score: 4, Insightful
    The proper mocking quote is:

    You keep using that word... I do not think it means what you think it means.
    - Inigo Montoya

  2. Re:Too many new languages at once... on Programming Ruby: The Pragmatic Programmers' Guide · · Score: 1
    I can't say I've delved too deeply into Python, but I know enough of it to read it. I'd recommend that you look at the web version of the 1st edition of this book (linked above in a few comments) and just browse through the first section on syntax.

    As far as I am aware, the guts are about comparable (though anecdotal evidence suggests faster runtime with python) but I much prefer Ruby's syntax. A few of the constructs are really really nice, such as code blocks. Plus, it's much more consistent in the OO department - python (and php5) are half-OO, meaning there's OO stuff, but you still have functions like strlen which are (presumably) based off of the root Kernel object... In Ruby you have the object you want to find stuff out about do the check itself - mystring.len is all it takes.

  3. Re:Relax on Solar Minimum Coming Sooner Than Expected · · Score: 4, Insightful

    It's noteworthy since (according to wikipedia) the last Solar Maximum was in 2001, so on an 11 year cycle, it shouldn't be due for another 2 1/2 years or so.

  4. Topic overrated, flamebait on You Might Be a Microsoft Patent Infringer · · Score: 5, Insightful
    from the patent application:

    What is claimed is:
    1. A method for dynamically displaying pricing data on a client display device...

    Note that that's a 1, meaning that's the patent request at its broadest. Once you get past the abstract, according to claim 1 there is required to be client-server communication, a price list, and rules for combining them.

    This patent would likely apply to a typical linux distro installation package manager (handling dependencies etc) that was (a) run online, (b) charged prices, and (c) did dependency checking on the form itself before submission.

    Hell, I doubt that even Linspire's Click'n'Run violates it...

  5. Re:Chess computers have ruined the game of chess. on Saitek Maestro Travel Chess Computer Review · · Score: 2, Insightful
    And this is why more people should play Go. A computer Go player is halfwise decent, and I'm getting some knowlege by playing against one, but once you pass an Intermediate level (~10k I think), you can kinda hose any program out there.

    Still doesn't compete with a real live opponent though.

  6. Re:'willing' vs 'knowing'? on File Trading Law Would Include 'Willing' Traders · · Score: 1

    If you are aware that Kazaa uploads files to other people, but don't know how to turn it off, you are Knowingly sharing. If you know how to turn it off but haven't, you are Willingly sharing.

  7. Re:OT: Useless links on OpenBSD 3.6 Song Released · · Score: 1
    It's just brute forcing it.

    A few links in general, a few links from the story, and then a trio of links (whitepapers, best delas, more stories) for each of the story icons - in this case it's Security, Laugh It's Funny, Operating Systems, and BSD.

  8. Re:OT: what is ilovebees.com? on Nintendo DS Network · · Score: 1

    It's a Halo 2 publicity stunt, google for it and look past the first few hits.

  9. Re:_some_ screenshots on Evolution 2.0 Released, Screenshots · · Score: 1

    Also, gotta love how they captured not only every drop-down menu, but even multiple submenus too... I mean come on people...

  10. Re:Big Bang dead? on When Galaxies Collide · · Score: 2, Insightful

    Think two cars driving along the highway, in the same direction (neighbors expanding away from big bang). Except that the one on the right is drifting slightly left, and sideswipes the other. Eventually. And then the crash goes into slo-mo for the next few thousand million years.

  11. Re:Go is flawed on Hikarunix: The Go Distro · · Score: 1
    Except that that wouldn't work - you need the holes in your formations to give it strength, otherwise you'll end up filling all your liberties and suiciding.

    I think the only way to tell when a game is over is to practice - for example, when playing my friend, I'll fairly often beleive the board is settled, but he's not convinced so he'll keep pushing. I successfully defend the "pointless" attacks more often than he can make something of it, but regardless we both end up learning something.

  12. Re:.sxi format? on Large Scale Web Apps Built on Open Source · · Score: 2, Informative

    According to http://www.cryer.co.uk/filetypes/ it's an Open Office Impress file (think power point)

  13. Re:Skype on The Voice Over IP Insurrection · · Score: 1
    The Linspire gang are attempting to merge their vision (PhoneGaim) into the main Gaim branch. Looks like progress has been slow though...

    PhoneGaim is also supposed to be better because it's Open Source, with an open network, something that Robertson has said is what would keep Skype from merging with Gaim or some such.

  14. Re:What really gets me is this... on Sims 2 Blocked by CD Copying Software · · Score: 2, Insightful

    Do notice though, that the account was not removed, murronrose and MaxoidLucky got into a dialogue, and murronrose is working at documenting solutions.

  15. Wow.... on Half-Life 2 Submitted to VU For Approval · · Score: 4, Interesting

    So they might actually scrape in at under a year delay? (IIRC the initial release date was Sept something, forget exactly what)

  16. Re:LCD picture frame on Replace Your Windows With LCD Panels · · Score: 1
    For starters, this is 8 LCDs, powered by two quad-head nvidia cards. Then they were mounted inside the wall.

    Other than that, same principle.

  17. Sigh politics.... on The Dangers of One Party Rule · · Score: 1

    So does anyone know why, if I have both politics sections in the prefs dialog checked for exclusion, this appears on my front page? (And why there are two in the first place?)

  18. I was wondering when this would come up on John Carmack Retiring? · · Score: 2, Insightful
    I was wondering when this speculation would start up again.

    I note that this was also bandied around when he was working on the Doom 3 engine, where he said somehting akin to having "one more good engine in him"

  19. Re:oooh! that is so cool! on Last Words On Service Pack 2 · · Score: 1

    It's all databased. I'd wager the different VHosts just include a different copy of the files with the different color schemes (in a more advanced world, they'd be using different css files, but /. isn't that up to date)

  20. Re:All he does is explain P and NP on The End of Encryption? · · Score: 2, Interesting
    Encryption cannot die, algorithms can.

    True - and if NP is found to be P, then it will effectively hose encryption as we know it today. Your private-key/public-key encryption that relies on those big primes you know and love? Well then would be easily broken - the standard is private key is the two prime factors, public key is their product, and if an easy way to factor is found, then from the public key I can deduce the private, thus breaking your encryption.

    They're not as unrelated as you'd think, but it's true that it's not the be-all end-all of encryption.

  21. Re:The real reason on Nintendo Expected To Drop GBA Price To $80US · · Score: 1

    Don't forget that the DS is also capable of playing regular GBA games.

  22. Re:Monopoly hadware versus monopoly software on Microsoft to Launch Online Music Store · · Score: 1

    *ahem* No, I do believe the Worst Music Compression Format Ever award goes to Real. Along with Worst Video Compression Format Ever.

  23. Re:You never played it eh ? on Sims 2 Goes Gold · · Score: 1

    What you want goes by the name "Evil Genius"

  24. Re:Direct download link on After Petition, Farscape Miniseries Trailer Online · · Score: 1

    Really? I just downloaded the wrapper, ran it through cat, and went to the url that was in the midst of the gibberish :)

  25. Re:I dont remember on After Petition, Farscape Miniseries Trailer Online · · Score: 1
    The lady in black's name is Commandant Grayza (if not proper spelling, that's how it's pronounced)

    And yeah, most of the scarrans in the trailer are probably high-ranking ones, not that I recall ever getting many names during the 3-parter at the end of season 4.

    Also, there are definitely some new faces there in full frame shots that indicate a focal character :)