Slashdot Mirror


User: bl8n8r

bl8n8r's activity in the archive.

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

Comments · 925

  1. for more info on No JavaScript Needed For New Adobe Exploits · · Score: 1

    A little better than the crummy cnet write-up. http://blog.didierstevens.com/

  2. Sad, but this is war people on Wikileaks Releases Video of Journalist Killings · · Score: 1

    I only watched the first couple mins of the video but I didn't see anyone saying there were kids or journalists in the crowd. It's too bad, but you gotta remember, these people are conditioned to kill on command. Don't blame them when they do. If you're in a war zone, it would seem to me you've already come-to-terms with the risks. *ESPECIALLY* if you have a choice about whether you could be there or not. The soldiers probably didn't.

  3. route announcements? on Chinese Root Server Shut Down After DNS Problem · · Score: 1

    So... the chinese DNS server was using BGP? Sorry, not much of a BIND geek. Is this a reference to the Anycast protocol?

  4. Monopolism over anthropology on We're Staying In China, Says Microsoft · · Score: -1, Flamebait

    As soon as google is out, bing will move in. Bill Gates wants to be seen as some kind of third world savior but in the end, he's just another capitalist with money to burn. Nevermind the human rights violations who Google, Dell and others are standing up against. To microsoft, it's *only* about money and always has been and I'm not surprised.

  5. pandemic? on Dell To Leave China For India · · Score: 2, Interesting

    Wonder how many more US companies are going to pull out of China. First google, then godaddy, now Dell. What happens when all that China has left, is China?

  6. Re:pandemic? on GoDaddy Follows Google's Lead; No More Registrations In China · · Score: 1

    > How the hell is China going to operate in a global economy where more and more business is done over the Internet?

    Think NAT. Big, big NAT.

  7. pandemic? on GoDaddy Follows Google's Lead; No More Registrations In China · · Score: 2, Interesting

    Not a big deal - godaddy isn't the only domain registry out there. I wonder what other companies are going to follow suit though. Endgame I see is china eventually unplugging from the rest of the world and inventing it's own set of 'tubes.

  8. important features? on Sprint Unveils HTC Evo 4G Super Phone · · Score: 1

    How bout battery life? It's great having all that power, but if it only stays running 6 hours between charges it's just a desk brick. No mention of multi-touch/tasking? itards will be whining for that if you're trying to horn into the apple market.

  9. Wonder where microsoft is on Dueling Summary Judgment Motions In Viacom v. YouTube · · Score: 0, Troll
  10. Re:So you think its really that easy? on MySpace To Sell User Data · · Score: 1

    > Will get you deleted in less than an hour. Guaranteed. ^^

    Probably get you a visit by the FBI, RIAA, and Aryan Nations in less than an hour also.

  11. Fud fud and more fud. on A Skeptical Comparison of HTML5 Video Playback To Flash · · Score: 1

    Having a platform based/built on open standards is way more important than having some monetarily driven format underpinning everything we develop for. I don't care about efficiency; I care about being able to use the internet without having it dictated to me that I need to use a Mac, or Vista, or a special browser feature some asshat wrote that I need for my banking. The world doesn't need another microsoft. The world doesn't need another swiss-cheese plugin controlling the web so shaddap about it already.

    Even if HTML5 "efficiency" sucks now, give it 6 months; it will improve. Open source evolves into a superior product because of the ability to innovate with legal freedom.

  12. YRO on Zeus Botnet Dealt a Blow As ISPs Troyak, Group 3 Knocked Out · · Score: 0

    Nobody likes to see crooks get away with being crooks but keep in mind if you are championing the forced removal of content like this, then you are also championing the removal of any content deemed objectionable by a governing body.

  13. cross-platform != monoculture on Microsoft Demos Three Platforms Running the Same Game · · Score: 1

    this isn't cross-platform, it's an example of an incestuos codebase. Cross-platform means your code can cross os boundaries too. Java, python and perl are examples of cross-platform computing.

  14. ditch the controller on Wear Leveling, RAID Can Wipe Out SSD Advantage · · Score: 1

    kernel based software raid or zfs gives much better raid performance IMHO. The only reason I use hw raid is to make administration simpler. I think there is much more benefit to be had letting the os govern partition boundaries, chunk size and stripe alignment. Not to mention the dismal firmware upgrades supplied by closed source offerings.

  15. The inscription on Earliest "Writing" On 60,000-Year-Old Eggshells · · Score: 2, Funny

    Mmmmmmmm.... bacon

  16. This is ridiculous on Microsoft Says, Don't Press the F1 Key In XP · · Score: 1

    I find it fascinating just how long everyone has been putting up with the crap attitude towards security involving windows. Internet explorer has been the biggest wastes of disk space since there have been alternatives out there and it's amazing to me how many bone-headed people and developers are still insisting on using it. Microsoft must be very proud of itself.

  17. Re:limit the length and content of what you accept on Anatomy of a SQL Injection Attack · · Score: 1

    > So, no names with accent ?

    Of course you can. You need to expand/adapt the example. One of the biggest holes in sql queries is allowing backtics (0x60) and/or semicolons (0x3B) to be passed straight-through. If you *need* those characters, then subject input containing those characters to extra scrutiny in your code. Eliminate potential input conflicts all together if you don't intend to be working with it.

    It's better to get a call about intentional failure of your code, rather than that of *unintentional* failure of your code.
    Just ask Nokia*

    [*] - http://www.associatedcontent.com/article/135988/nokia_website_hacked_by_drjr7.html

  18. limit the length and content of what you accept on Anatomy of a SQL Injection Attack · · Score: 0

    This isn't a new concept, just one that people have been removed from.

    If ($QUERY_STRING > $MAX_QUERY)
    {
        print "*Boom* Check server for smoke!"
        exit;
    }

    # only allow characters 0 through 9 and upper/lowercase a-z
    $Input = $QUERY_STRING;
    $Input =~ s/[^0-9a-zA-Z]//g;

  19. Re:Oh COOL: Tracking stolen xboxen... on Microsoft Says It Never Meant To Knock Cryptome Offline · · Score: -1, Troll

    you're drunk on the kool-aid if you think microsoft is going through all this to give kids their stolen x-boxes back. Read the wired article: http://www.wired.com/threatlevel/2010/02/microsoft-cryptome/

  20. I'd blame Darrel and Ron on Confessions of an Internet "Shock Jock" · · Score: 1

    "...It was there that I cut my teeth on technologies like NetWare, LAN Manager and SCO UNIX. ..."

    Ah, so you can't blame the guy; he's been working for two of the biggest FUD factories of the past 10 years.

  21. Get wise; and quick on US Unable To Win a Cyber War · · Score: 1

    Anyone that has been grep'ing server logs for the past 10 years or so knows the "cyber war" has already started. Since the late 90's bunk ingress from APNIC regions has been growing at an alarming rate. I used to wonder how the hell so many people in (seemingly) Asia had so much time to kill with all the dictionary attacks/scans. A lot of admins I know simply just drop the entire APNIC address range, but if you do biz in Asia, that's not so much of an option. The fact that the U.S. network czars are only just realizing they brought knives to the gunfight is an indication to me that the infrastructure is in for a severe corn-holing when the time comes.

  22. TFA is a troll on Google Android — a Universe of Incompatible Devices · · Score: 3, Insightful

    From TFA: "Who wants to commit to a two-year cell contract for an Android phone when it's not clear if a better version will be out next month or if the operating system and apps you put on your Android device will be supported in the future?"

    There's no guarantee that palm will ever fix it's frustrating SMTP/TLS implementation to match the RFC , or that Apple won't force every developer to DRM everything that enters the iPhone. I'm also not guaranteed that I'll ever be spyware free on Windows, or that Microsoft won't shut down my PC because they think it's pirated.

    The article is just the same opportunistic FUD against Open Source that went around in the mid 90s. Next thing coming out of InfoWorld will be an article written by someone from the Yankee Group declaring android is infringing on copyrights. Go ahead and drink the kool-aid if you want folks. The only thing your doing is limiting your own choices down the road.

  23. Call wikipedia on Perth Game Company CEO Takes IP By Night · · Score: 3, Insightful

    There's a new poster child available for the "ConnivingBastard PrickManager" definition.

  24. Re:End of Twitter? I don't think SO on Two Scoops of Buzz · · Score: 1

    > it forces you to go to the point.

    I've yet to see the majority of twitter content to be relevant to anyone but the author. Until the percentage of useful twitter content gets above 5%, getting to the point is pointless.

  25. Re:Uh, what? on Bill Gates Responds To Apple iPad · · Score: 1

    > why not wait until you've touched the thing to declare it a failure of a netbook without a keyboard.

    Although it may be true that I like to try different *foods* before liking/disliking them, I know
    that I don't care to palette anything sprinkled with liberal amounts of DRM, vendor lock-in, or
    intentionally limited functionality. I don't need a whiff of the main course when the kitchen
    smells like an outhouse.