Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Article from Guardian. Sounds serious to me... (Score 1) 329

Article about what was posted

It reported there had been an internet image showing a gun-toting man with a hand-written message reading: "Tomorrow last day of school. We gonna fuck up the bullies and leave this world 11/06/2010."

Another message said: "Tested it at firing range, we have two shotguns as well, it's locked in but tomorrow I have a key. St Aelred's Catholic Technology College, England, watch BBC."

If anything like that is posted publicly I would hope more than just the FBI would report it to the authorities.

Comment Re:We Got Hit By This (Score 5, Informative) 288

Here is a great overview of the technique that was used:

http://www.virusbtn.com/pdf/conference_slides/2009/Maciejak-Lovet-VB2009.pdf

While they are targeting IIS and MSSQL the real issue is developers that don't sanitize the parameters that get sent to the database. The SQL is encoded in at least 2 different layers, so the only keywords that appear in the URL are ;dEcLaRe%20@s%20vArChAr(8000) and ;EXEC%20(@S); and It would be pretty difficult for Microsoft to block those without affecting legitimate usage. If you are using LINQ, Stored Procedures, or Parameterized Queries based on SqlCommand then this wouldn't work against your site or library. Mainly queries created as raw text strings have this vulnerability, and in this case it appears that some library or module used by a number of sites used raw SQL strings instead of the best practices recommended by Microsoft and every other SQL and web server vendor.

Submission + - Police fuck up redaction, lifelock gets the blame (slashdot.org) 2

logjon writes: Today, slashdot reached a new low when it took the chance to point the finger at a private corporation for a government fuckup. A police report was improperly redacted, yet the finger was pointed at LifeLock for taking action when it came to light, ignoring the fact that LifeLock did absolutely nothing wrong, but in fact, took preemptive action against this data leak. One can only conclude that slashdot editors are fucktards, oblivious to the fact that police reports are public records, and that said editors cannot even be assed to rtfa. Details at 11.
Microsoft

Submission + - Apple worth more than Microsoft (reuters.com)

batkid writes: After over 20 years, Apple is finally worth more than Microsoft in market value. Maybe that's why Apple is not getting all the government attention.

Comment Apple Says iPhone Jailbreaking is Illegal (Score 3, Informative) 482

Jailbreaking an iPhone constitutes copyright infringement and a DMCA violation, says Apple in comments filed with the Copyright Office as part of the 2009 DMCA triennial rulemaking. This marks the first formal public statement by Apple about its legal stance on iPhone jailbreaking.

Link to full article on EFF

Comment Re: Microsoft Surface... check out Hard Rock Cafe (Score 1) 277

I just saw a video on Channel 9 showing that the Hard Rock Cafe is using Microsoft Surface and other touchscreen devices in a few of their restaurants. Considering the device was only release about 2 years ago and has such a large price tag I am still impressed with what they have done. Check it out:

http://channel9.msdn.com/posts/LarryLarsen/The-Tech-Behind-The-Hard-Rock-Cafe/Default.aspx

Wikipedia mentions AT&T, Harrah’s, Disneyland, Sheraton Hotels and MSNBC as users of the Microsoft Surface too. I have yet to see one, but it still is making it's way into the market.

Comment Parallels Workstation 4.0 EXTREEEEEMMMMEEEE!!!! (Score 1) 289

I use VirtualBox for building a test environment and it works very well. Also the graphics acceleration worked fine for the games that I tested with. Parallels Workstation 4.0 Extreme looks interesting, but the only "Certified hardware platform" is a HP Z800 Workstation, which costs $2000 to $5000. Add in $400 for the Parallels license and that gets to be a bit steep. Plus the announcer on the video sounds like he is trying to sell you a used car.

Comment Video from Channel 9 (Score 3, Informative) 123

There was a video showing the features of Excel Web App, Powerpoint Web App, and Word Web App here on channel 9: http://channel9.msdn.com/posts/dtzar/Office-Live-Applications-First-Look/ They look a little slow and not as responsive as Google Docs, but they do have more feature. Interesting to see the final product.

Comment What about the opportunity to learn something new? (Score 2, Interesting) 59

When Resolver Systems started their $25,000 competition for the best spreadsheet examples for Resolver One, I saw it as a great opportunity to learn IronPython and play around with a new program that looked interesting. I spent some free time having fun coding in a new language, and the Texas Holdem Monte Carlo Hand Evaluator worksheet that I made ended up being pretty useful. Oh... and it won one of the rounds, so I see it as time very well spent :-P

Now this competition is a bit more structured and has much less of a "fun" factor, but it still is a good incentive to look at the data that is available and try and think of new ways to visualize or use it.

Comment Get a better mouse and flip through them faster! (Score 1) 554

I recently got a Logitech MX Revolution mouse, which has made it much easier to open and close a large number of webpages. It has a total of 11 buttons, and the SetPoint software lets you add customized keystrokes for different applications. My current setup is:

=Middle Click (Scroll Wheel) - force opening links in a new window in IE or Chrome
=Scroll Wheel Sweep Left - switch tabs (move left one tab)
=Scroll Wheel Sweep Right - switch tabs (move right one tab)
=Jog Dial Back - go back (same as browser back button)
=Jog Dial Forward - go forward (same as browser forward button)
=Jog Dial Click - close the current tab or active window (ctrl+w or alt+F4 depending on active program)
=Touch to Search button - re-open the last closed tab in Chrome using Ctrl+Shift+T (I LOVE THIS FEATURE!!!)

This makes it a breeze to open a bunch of new tabs and then flip through and close the ones you don't care about.

Comment Open Source NAND Flash testing platform (Score 1) 357

I did something similar for a senior project at the University of Utah that was sponsored by Micron. Our goal was to build a testing platform for NAND Flash memory, which would allow vendors to test the memory and analyse the failure characteristics. We never fully finished, but we did get a spot presenting at the 2008 FLASH Memory Summit.

Slashdot Top Deals

Recent investments will yield a slight profit.

Working...