Slashdot Mirror


User: Gazzonyx

Gazzonyx's activity in the archive.

Stories
0
Comments
1,229
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,229

  1. Re:Buyer protection on "Hidden" PayPal Fees Inciting Community Unrest · · Score: 1

    Parsing error.
    Could you rephrase as a car analogy?

  2. CE will become a bootstrap for the CLR on Dell Considering ARM-Based Smartbooks · · Score: 1

    I think, looking forward, MS will make the CE kernel a lightweight bootstrap for a .NET JIT. It only benefits them to reduce the attack surface, memory footprint, and number of interfaces they'll have to maintain for backwards compatibility and delegate it to the CLR. Then you've got a sand box that can leak memory (and reclaim it!) all day, that has a single interface to the kernel that needs to be maintained, and as a bonus you don't alienate any developers in the process. The last thing they want is another v[bc]-6 or J# incident.

    IIRC, you work on an open source project that deals with operating system internals (was it something to do with emulation?); in your educated opinion, do you think this is likely?

  3. This filter exists on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    We can do this now.
    Drop mail from anything @aol.com. It's a shotgun method for fixing the problem. As such there is collateral damage... but you won't miss the "RE:RE:RE:RE:urban myth" email from Aunt Sally, anyways.

  4. Perhaps this was a blanket statement? on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    And much the same the other way, eh?

  5. Not sure which policy I prefer on What Questions Should a Prospective Employee Ask? · · Score: 2, Funny

    Better than where I work! Our policy is "no blood on the carpet".
    OTOH, your contract allows the beating of customers. They've both got their pros and cons, I guess.

  6. Re:Blown Totally Out Of Proportion! on FOIA Documents Detail iPods Overheating, Catching Fire · · Score: 3, Funny

    Self defense?
    No, friend, that was a suicide/homicide. If only more devices would give their PCBs to stop Celine Dion...

  7. Re:Toughest spam on A Look At Google's Email Spam Prevention · · Score: 1

    Really? Don't leave me hanging.... How do they go about doing this?!

  8. Just wait until graduation! on How To Get Out of Developer's Block? · · Score: 1

    ..whether because you think your project will make the world a better place or just cause you think your coding style is gonna get you laid.[...]

    So, I take it you're new to software development...

  9. Re:since the shuttle programming is so old on Stuck Knob Causes Serious Window Damage To Atlantis · · Score: 1

    Any thoughts on rims? I thinking gold (plated) spinners are in order...

  10. Re:Something about his arguement doesn't work on Facebook VP Slams Intel's, AMD's Chip Performance Claims · · Score: 1

    I'd assume that the context of 'cheap' is different in both instances. On one hand, you want cheap per unit servers; OTOH, you want to buy many cheap units to be able to scale.
    Of course, that's just my interpretation...

  11. Well, that's gotta' be mod abuse. on Cornell Computer Theft Puts 45,000 At Risk of Identity Theft · · Score: 0, Offtopic

    I have no idea why this is modded funny. The correct moderation for this is +1 "We feel your pain, please revoke the user's privs. Immediately"

  12. From the "... Oh, now I get it category..." on Should Wikipedians Edit Stories For Pay? · · Score: 1

    Crap. Reading comprehension, FTW!

    I need some caffeine, sixty seconds ago.

  13. Re:I've spent $300 on this already on Should Wikipedians Edit Stories For Pay? · · Score: 1

    Care to expand upon that?

    Saying that you have a problem with it does nothing for me; someone, without an opinion on the topic, willing to consider both sides of the argument. Bring a bit of signal with that noise, will ya'?

  14. Re:Is Slashdot considered a Social Network? on Time On Social Networks Almost Doubles In a Year · · Score: 1

    Social!? It's barely civil!

    You shut your mouth! You shut your stupid mouth!

  15. Scary Quote from the Article on AMD's Six-Core Istanbul Opterons · · Score: 4, Interesting

    [...] Not only that, but it's hitting the market early. AMD had originally planned to introduce this product in the October time frame, but the first spin of Istanbul silicon came back solid, so the firm pulled the launch forward into June. Even with the accelerated schedule, of course, Istanbul comes not a moment too soon, now that Nehalem Xeons are out in the wild.

    Does anyone else think that this seems a little convenient? I'm really hoping that they didn't just tone down the testing to make it to market. I'm thinking they'll go to market and then quickly release a new revision to fix the corners that they cut the first time around. I hope I'm wrong, but AMD has been slipping lately.

    Any EE's out there know the process well enough to confirm or deny my suspicions?

  16. Perhaps the nautical equivalent? on Is Playing a DVD Harder Than Rocket Science? · · Score: 1

    Poseidon Adventure?

  17. Re:I know... on Documenting a Network? · · Score: 1

    I think that's an emacs thing. :D

  18. Homestead, FTW on Documenting a Network? · · Score: 1
    Homestead; just like etherape, but in a 3d environment where you can move nodes and your point of view. As a bonus, it's open source. Its sourceforge blurb:

    Homestead is a 3D real-time network visualizer, displaying hosts & packet traffic. Features: multiple sensor support, gather hostnames & services, configurable subnetwork layout, record/replay packet traffic, filter packets by host, protocol or port.

  19. The insane need not apply on North Korea Conducts Nuclear Test · · Score: 2, Informative

    Yeah, but it only takes one person with access, opportunity, and a death wish to take everyone with them.

  20. Re:Half that for parallel cracking attempts. on Calculating Password Policy Strength Vs. Cracking · · Score: 1, Informative
    I stand corrected (you freakin' old hat ;) ) and retract my previous statement. Apparently this exploit is only applicable for LANMAN hashes. I thought all DES ciphers suffered this weakness.

    Quotith the freakin' wikipedia page:

    Although it is based on DES, a well-studied block cipher, the LM hash can easily be cracked due to two weaknesses in its implementation. First, passwords longer than 7 characters are divided into two pieces and each piece is hashed separately. Second, all lower case letters in the password are changed to upper case before the password is hashed. The first weakness allows each half of the password to be attacked separately. While there are 95^{14} \approx 2^{92} different passwords made of up to 14 printable ASCII characters, there would be only 95^{7} \approx 2^{46} different 7 character password pieces using the same character set. Restricting the character set by converting lowercase to uppercase further reduces the number of possibilities for each half to 69^{7} \approx 2^{43}. By mounting a brute force attack on each half separately, modern desktop machines can crack alphanumeric LM hashes in a few hours.

    LM hash does not include salt, therefore a time-memory trade-off cryptanalysis attack, such as rainbow tables, is also feasible. In 2003, Ophcrack, an implementation of the rainbow table technique, was published. It specifically targets the weaknesses of LM encryption, and includes pre-computed data sufficient to crack virtually all alphanumeric LM hashes in a few seconds. Many cracking tools, e.g. RainbowCrack, L0phtCrack and Cain, now incorporate similar attacks and make cracking of LM hashes trivial. However, because LM hashing is not used for passwords of 15 characters or longer, these are relatively strong.

    Well done geezer, I'll get you next time though! :)

  21. Half that for parallel cracking attempts. on Calculating Password Policy Strength Vs. Cracking · · Score: 1, Interesting

    Divide that in half again. You can break an 8 character password in to two 4 character passwords and crack them in parallel. This is why it takes longer to break a 7 character password than an 8 character password.

  22. Someone thought it was a good idea... on Apple May Loosen Restrictions With iPhone 3.0 · · Score: 1

    Just last night I installed a Java stack on my jailbroken iPod touch 2G. I got JamVM for a lightweight JVM, Jikes for a compiler, and JDBC drivers/JocStrap for libraries.

    The JVM weighs in at around 2MB, and the libraries were about half a meg each, IIRC. JocStrap is described as a Java/Objective C connection library.

    So far as JocStrap goes, I haven't had a chance to look at it; not sure if 'connection' means bindings or wrapper classes or what. However, the fact that the JVM is included makes me assume that you run native Java instead of interpreted java bytecode on top of objective-C.

  23. Ask and ye shall receive on First Look at Microsoft Exchange Server 2010 Beta · · Score: 1
    I just found this the other day (I've got a mail server, ipod touch and blackberry storm - this is the only solution that looks like it might harmonize the three), and I think it might do what you want... icing on the cake, FOSS.

    funambol server

    Teaser:
    Learn About Funambol
    Many people want quick and easy access to their email, contacts, calendars, tasks and notes, regardless of where that information is stored. Funambol syncs this data with 1.5 billion mobile devices and with thousands of applications and online services. It doesn't matter if you use Gmail, Yahoo!, AOL, Hotmail, Outlook or Thunderbird, with Funambol, you can sync your email & PIM on many mobile handsets.

    Funambol is the leading provider of mobile 2.0 messaging, powered by open source. Funambol solutions include push email for the mass market, mobile backup & PIM sync, device management and a mobile open source platform to mobilize applications and data.

    for the impatient, link to download page

  24. It's been done. on FCC Seeks To Improve US Broadband Access · · Score: 1

    Ref: Kutztown Pennsylvania.

    I'm sending this over 10 mbit fiber from the town that costs less than your 4 mbit cable.

  25. Indeed. on CloudLeft Public License Closes User Data Loophole · · Score: 1

    Twice.