Slashdot Mirror


User: ravenlock

ravenlock's activity in the archive.

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

Comments · 118

  1. Re:So let's geek this out on IE 8 Passes Acid2 Test · · Score: 1

    ... or possibly not. The standards say what the page should look like when it's rendered correctly, but do the standards say things have to break in a specific way if the page itself is broken?

  2. Re:Curious on Wii Shortages Costing Nintendo 'A Billion' In Sales · · Score: 1

    I thought there might be a shortage so I put in a mail order for one in mid-November, so I'd have it in time for Christmas. As it turns out, there's plenty of Wiis to go around here, so now I've been having to restrain myself from ripping the packaging open for a full month and then some. :-P

  3. Re:Explanation. on MPAA Forced To Take Down University Toolkit · · Score: 3, Funny

    Two wrongs don't make a right, but three lefts do.

  4. Re:$230 not 'double' the price on Intel, Microsoft Despised the XO Laptop · · Score: 3, Informative

    Nope, $399 buys you one and another for a kid, $200 of it is tax-deductible.

  5. Re:I'm not a fan of the Head First series on Head First SQL · · Score: 1

    I had the same experience with the same book. It's not that I dislike the content, it's just that this particular method of delivery bores me to tears. I can see how it *might* suit somebody else, but I think that's going to be the last Head First book I'm buying for myself.

  6. Re:Slashvertisement on C# Memory Leak Torpedoed Princeton's DARPA Chances · · Score: 1

    That's exactly what I'm saying. In C# 1.0 (up to .NET 1.1) you can't do that. In C# 2.0 you can explicitly specify you want that behavior:

    // int? is synonymous with System.Nullable<int>, the generic nullable wrapper struct for value types
    int? i = getIdByName(name);

  7. Re:Slashvertisement on C# Memory Leak Torpedoed Princeton's DARPA Chances · · Score: 1

    C# doesn't let you assign null to a boxed value type (you can override this from C# 2.0 on by explicitly using a nullable type).

  8. Re:Well, there's your problem! on C# Memory Leak Torpedoed Princeton's DARPA Chances · · Score: 1
    So what exactly does it read here then:

    It obviously doesn't work in situations like this where the bug is in the runtime
  9. Re:to boldly go... on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 1

    Well this is a nitpick, but I really meant that it *installs* fine after you go through the struggle of getting the drivers loaded.

  10. Re:to boldly go... on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 1

    Two minutes ago, actually, although I'd never install one these days. Of course it sucks that it requires a floppy drive, I was just trying to clarify, not opine.

  11. Re:to boldly go... on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 1

    Google suggests MCE is Media Center Edition. XP will install on a SATA system just fine, if you happen to have the SATA drivers on a *floppy*. The installer can't load them off anything else, or so I'm told.

  12. Re:Eclipse WTP 3.3 Europa seems to do this.. almos on Programmer's Language-Aware Spell Checker? · · Score: 1

    Spell checking variable names isn't exactly what IntelliSense does, and Eclipse is actually better than vanilla VS.Net at producing red squigglies under your code (I'm told that VS does it for Visual Basic, but for C# you need something like ReSharper).

    I don't see this as a "MS bad" kind of thing, rather just a really low-impact "problem" that would be less than trivial to fix.

  13. Re:Man Dies Waiting for Eclipse to Launch on Programmer's Language-Aware Spell Checker? · · Score: 5, Informative

    Credit where credit is due -- this is an excerpt from Stevey's Tech News, Issue #1.

  14. Re:Ahh yes but does it... on GNU Coughs Up Emacs 22 After Six Year Wait · · Score: 1

    You're assuming it has to be a trade. It doesn't: vi-vim emulation for Visual Studio.

    I'm a happy man these days, with VS IntelliSense, ReSharper refactorings and Vim modal editing. :)

  15. Re:Boutin has a good idea.... on Are Sysadmins Really that Bad? · · Score: 2, Insightful

    That's one of my pet peeves. I hate being called a resource.

    I have a theory. To the manager, the fact that you can't mix and match programmers (or sysadmins, or hell, any craftsman in any line of business) is intolerable: if you're not a resource, you're beyond their control. So they try to quantify us as resources in order to feel on top of things. I believe this is at least in part something they do on a subconscious level.

    And of course, "our resources are limited at the moment" sounds a lot more professional-like than "raven's got a really bad hangover."

  16. Re:Does this IDE build upon the existing interpret on Delphi For PHP Released · · Score: 1

    Thing is, I don't see why I'd want to leave Vim in the first place.

  17. Re:Yes. on Is Assembly Programming Still Relevant, Today? · · Score: 2, Insightful

    Make it work.
    Make it right.
    Make it fast.

    Or,

    The rules of optimization:
    Rule 1: Don't do it.
    Rule 2 (only for experts): Don't do it (yet).

  18. I program to instrumental on Gifted Children Find Heavy Metal Comforting · · Score: 1

    I've recently experimented with different kinds of music, and the key things that seem to indicate good programming music are:
    - No vocals. Vocals engage the left side of your brain, the one that should be coding.
    - No noise. Too random music confuses the right side of the brain, the one that should mind the big picture.

    Classical and instrumental metal have been by far my best choices. Especially Mozart, Beethoven, Vivaldi etc. Highly recommended. I'm pretty sure good old-fashioned C64 tunes would fit the picture too.

  19. Re:Just in case.. on Month of PHP Bugs Has Begun · · Score: 1

    And that key is not trusted to the client? In that case, what does that add to just keeping the hash on the server side?'

    Not trying to be an ass here -- I just suspect I'm a bit dense today, so a more thorough explanation would be nice. :)

  20. Re:Take Gibson's word with a grain of salt on RIAA's 'Expert' Witness Testimony Now Online · · Score: 1

    That's not really my statement (I quoted it from a thread at a forum), and no, I don't usually generalize like that. In this case, however, I wanted to underline the fact that Gibson's expertise is widely disputed. I admit I chose a poor example, but I was in a bit of a hurry.

    Grcsucks.com dissects a lot of Gibson's rants, and the conclusion is that he's more of a marketer than an engineer -- he uses marketing gimmicks to drive a point which may or may not actually be even valid. Like I said, he might be spot on with this one, but given his history it's dangerous to let him on the list of "people I listen to with regards to security."

  21. Take Gibson's word with a grain of salt on RIAA's 'Expert' Witness Testimony Now Online · · Score: 1

    Found this gem about Steve Gibson at wirelessforums.org:

    Anyone that claims to be a security expert, yet does not participate in any of the security related mailing lists, does not attend security conferences, (does not attend hacker conferences), is not a security expert.

    While his advice does have some merit, in most cases, the problems, exploits, and effects are exaggerated far beyond reality and borderning on alarmist.

    While he may be right about this issue, you should be sure to check out GRC Sucks before giving him too much credit.

  22. Re:Just in case.. on Month of PHP Bugs Has Begun · · Score: 1

    Exactly how is that secure if you trust the client for both the content and the hash?

  23. Re:How is this not a radix sort? on Sort Linked Lists 10X Faster Than MergeSort · · Score: 1

    I tried to write an Evolution sort, but as usual, Evolution crashed on me :(

  24. That's a Live Bookmark on A Bad Month for Firefox · · Score: 2, Informative

    You've got a Live Bookmark to "Latest BBC Headlines." It's in the default installation. A live bookmark is basically the subject lines from an RSS feed in a submenu. Not very useful, but not exactly a bug either -- technically, you are subscribed to a feed, you just don't know it.

    It's located in Bookmarks -> Bookmarks toolbar folder (at least on my installation), and in the bookmarks toolbar.

  25. Re:PHP needs to be fixed in general on March To Be Month of PHP Bugs · · Score: 1

    Too late for that. There is a huge amount of custom web apps already written in PHP, and that's enough momentum to steamroller any attempt to make a decent PHP. Nobody wants to pay for a rewrite that "doesn't add value," because most customers don't care about vulnerabilities until they are already exploited. Time to look at solutions that were well thought out to begin with.