Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot stories can be listened to in audio form via an RSS feed, as read by our own robotic overlord.

08/10/11/2245227 story
Posted by timothy on Sat Oct 11, 2008 05:54 PM
from the well-it-sounds-delicious dept.
Programming
Anthony_Cargile writes "Microsoft announced Friday their new 'M' language, designed especially for building textual domain-specific languages and software models with XAML. Microsoft will also announce Quadrant, for building and viewing models visually, and a repository for storing and combining models using a SQL Server database. While some say the language is simply their 'D' language renamed to a further letter down the alphabet, the language is criticized for lack of a promised cross-platform function because of its ties to MS SQL server, which only runs on Windows."
microsoft programming database namealreadytaken !tech
tech programming
story
08/10/11/2137200 story
Posted by timothy on Sat Oct 11, 2008 04:43 PM
from the well-tell-him-ai-back dept.
Programming
Mighty Squirrel writes "This is a fascinating interivew with Hugh Loebner, the academic who has arguably done more to promote the development of artifical intelligence than anyone else. He founded the Loebner prize in 1990 to promote the development of artificial intelligence by asking developers to create a machine which passes the Turing Test — meaning it responds in a way indistinguishable from a human. The latest running of the contest is this weekend and this article shows what an interesting and colourful character Loebner is."
science technology programming developers !lobster
developers programming
story
08/10/11/156209 story
Posted by Soulskill on Sat Oct 11, 2008 10:56 AM
from the but-are-they-open-source-tomatoes? dept.
Microsoft
snydeq writes "Fatal Exception's Neil McAllister takes Microsoft's recently released Touchless SDK for a test spin, controlling his Asus Eee PC 901 with a Roma tomato. The Touchless SDK is a set of .Net components that can be used to simulate the gestural interfaces of devices like the iPhone in thin air — using an ordinary USB Webcam. Although McAllister was able to draw, scroll, and play a rudimentary game with his tomato, the SDK still has some kinks to work out. 'For starters, its marker-location algorithm is very much keyed to color,' he writes. 'That's probably an efficient way to identify contrasting shapes, but color response varies by camera and is heavily influenced by ambient light conditions.' Moreover, the detection routine soaked up 64 percent of McAllister's 1.6GHz Atom CPU, with the video from the Webcam soon developing a few seconds' lag that made controlling onscreen cursors challenging. Project developer Mike Wasserman offers a video demo of the technology."
microsoft touchless handsoff handsup handset
developers microsoft
story
08/10/11/1338250 story
Posted by Soulskill on Sat Oct 11, 2008 09:48 AM
from the week-one:-beards dept.
Programming
riverman writes "I have been 'provisioned' at the school where I work to teach a new Computer Science/Programming course. I'm supposed to be teaching everything from the very-very basics (i.e. where that myspace thing is in your computer monitor, and how it knows who your friends are) to the easy-advanced (i.e. PHP classes and Python/Google App Engine). I'm an experienced programmer, but I'm not sure where to start — I could easily assume that my students know something basic they don't. Are there any resources on the internet that could help me find a solid curriculum? What are your suggestions?" I'm sure many of us have gone through intro-level programming courses of some sort; what are some things your teacher or professor did that worked well, and what didn't work at all?
ruby python java programming askslashdot
askslashdot programming
story
08/10/10/2351242 story
Posted by timothy on Fri Oct 10, 2008 07:12 PM
from the how-they-made-naughty-pictures-at-vesuvius dept.
Toys
rsk writes "Justin Voskuhl, a Google engineer, in a 2-fold bid to fight boredom and figure out something to cover a large barren wall in his living room, one weekend developed a Java program using an annealing algorithm to figure out the best layout and colors of Lego blocks to reproduce a source image exclusively in Lego blocks inside a frame. He plans to release the source code soon. I probably would have just painted the wall ..."
java software graphics entertainment toy
entertainment toy
story
08/10/08/2230221 story
Posted by samzenpus on Wed Oct 08, 2008 06:35 PM
from the take-this-job-and-shove-it dept.
Databases
An anonymous reader writes "From Kay Arno's blog we see that David Axmark, MySQL's Co-Founder, has resigned. This comes on top of the maybe, maybe not, resignation of Monty. We saw earlier this year that Brian Aker, the Director of Architecture, has forked the server to create a web-focused database from MySQL called Drizzle. The MySQL server has been 'RC' now for a year with hundreds of bugs still listed as being active in the 5.1 version. What is going on with MySQL?"
usenet it sun story yoursql
developers database
story
08/10/08/2132212 story
Posted by timothy on Wed Oct 08, 2008 05:31 PM
from the careful-how-you-hide-stuff dept.
Security
An anonymous reader writes "There's been a lot of talk about recovering blurred or pixelated text, but here's an actual implementation using nothing but Photoshop and a little JavaScript. Includes a Hollywood-esque video showing the uncovered letters slowly appearing."
security javascript bladerunner slashdotted dontreallyhavetimeforcodingathome
it security
story
08/10/08/1951243 story
Posted by timothy on Wed Oct 08, 2008 03:20 PM
from the mostly-aimed-at-americans dept.
The Almighty Buck
snydeq writes "US IT workers could find considerable payoff and invaluable experience by taking their IT skills overseas, InfoWorld reports, as foreign, US, and global firms have increased the demand for a wide range of tech talent across the globe, offering positions that clearly move beyond the scut work of heads-down programming. Business fluency, industry-specific skills, and knowledge of American markets is fast becoming an invaluable asset foreign firms will pay a premium for, according to the report, which offers insights into finding IT work in a range of cities and regions abroad."
it money scut story developers
developers money
story
08/10/08/1443238 story
Posted by CmdrTaco on Wed Oct 08, 2008 10:15 AM
from the game-on dept.
Programming
vitamine73 writes "At 9 a.m. next Sunday, six computer programs — 'artificial conversational entities' — will answer questions posed by human volunteers at the University of Reading in a bid to become the first recognized 'thinking' machine. If any program succeeds, it is likely to be hailed as the most significant breakthrough in artificial intelligence since the IBM supercomputer Deep Blue beat world chess champion Garry Kasparov in 1997. It could also raise profound questions about whether a computer has the potential to be 'conscious' — and if humans should have the 'right' to switch it off."
programming bollocks skynet developers conversion
developers programming
story
08/10/08/019240 story
Posted by kdawson on Wed Oct 08, 2008 02:05 AM
from the more-than-one-way dept.
Perl
pondlife writes "A friend asked me today about using some Microsoft server components from Perl. Over the years he's built up a large collection of Perl/COM code using Win32::OLE and he had planned on doing the same thing here. The big problem is that as with many current MS APIs, they're available for .NET only because COM is effectively deprecated at this point. I did some Googling, expecting to find quickly the Perl equivalent of IronPython or IronRuby. But to my surprise I found almost nothing. ActiveState has PerlNET, but there's almost no information about it, and the mailing list 'activity' suggests it's dead or dying anyway. So, what are Perl/Windows shops doing now that more and more Microsoft components are .NET? Are people moving to other languages for Windows administration? Are they writing wrappers using COM interop? Or have I completely missed something out there that solves this problem?"
perl windows microsoft developers askslashdot
developers perl
story
Today's News | October 12 | October 10  >
home awards contribute story older articles sourceforge, inc. advertise about terms of service privacy faq rss


You are viewing a mobilized version of this site...
View original page here

How do you rate mobile version of this page?

Mobilized by Mowser Mowser