Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment I was playing with this concept some months ago (Score 1) 457

We (at Uni.) where playing with this concept some months ago.
I made those videos showing our "demo":
http://www.youtube.com/watch?v=-Mcul1-bt8w
http://www.youtube.com/watch?v=2MVgzJ2tGw8
(The audio is in portuguese.)
We did all the software/hardware project, from the web-server side to the microcontroler board.
Maybe NXP can hire us =D.
Image

Julian Assange's Online Dating Profile Leaked 334

Ponca City writes "The Telegraph reports that an online dating profile created by Julian Assange in 2006 has been unearthed from OKCupid disclosing that the WikiLeaks editor sought 'spirited, erotic' women 'from countries that have sustained political turmoil.' Writing under the pseudonym of British science fiction author Harry Harrison, Assange described himself as a 'passionate, and often pig headed activist intellectual.' Assange said he was seeking a 'siren for [a] love affair, children and occasional criminal conspiracy' adding that he was 'directing a consuming, dangerous human rights project which is, as you might expect, male dominated' and added enigmatically: 'I am DANGER, ACHTUNG.' Among Assange's listed interests were the 'structure of reality' and 'chopping up human brains' – although he added the caveat '(neuroscience background)' lest the latter put off potential admirers. 'I like women from countries that have sustained political turmoil,' Assange wrote. 'Western culture seems to forge women that are valueless and inane. OK. Not only women!'"
Emulation (Games)

A JavaScript Gameboy Emulator, Detailed In 8 Parts 62

Two9A writes "JavaScript has shed its image of being a limited language, tied to DOM manipulation in a browser; in recent years, new engines and frameworks have given JS a reputation as a language capable of bigger things. Mix this in with the new elements of HTML5, and you have the capacity to emulate a game console or other system, with full graphical output. This series of articles looks in detail at how an emulator is written in JavaScript, using the example of the Gameboy handheld: starting at the CPU, and (as of part 8) running a copy of Tetris."
First Person Shooters (Games)

Duke Nukem 3D On Unreal Engine 3 118

Julefrokost writes "While we're waiting patiently on Forever, there's some real news in the Duke Nukem realm. Ars Technica has a story about a fan-made Duke 3D project on Unreal Engine 3. There's an awesome demo video up on YouTube. Created by hardcore fan Frederick 'fresch' Schreiber, we can hopefully expect to see an upgraded Duke 3D in the near future." The article also notes, "Gearbox ultimately decided to support the project, and gave Schreiber a personal, non-commercial license to Duke Nukem 3D. He can't sell the work or profit from it directly, but he can use the characters and design of the game without fear of being shut down."

Comment Re:(most of this post is plagerized) (Score 0, Flamebait) 308

I learned to fly inside dreams too. It was kinda evolutive, begining with "long jumps" and now I can do very long controled flights.
Many times Im beeing stalked by some kinda of aliens/big monsters too. What scares me is the fact that almost always I jump thru windows, so if that shit is not a dream I can end killing myself.
Sometimes the dreams feel so realistic that I think I'm living some kind of doomsday, with Independance Day's styled invasions.
My way to know that I'm inside a dream is to ask people around or try to run. When asking people, they don't speech, and when running I can't get speed and tend to turn backward.
Handhelds

Nokia Releases Qt SDK For Mobile Development 76

An anonymous reader writes "Nokia has released its unified Qt-based SDK for cross-platform development for Symbian and MeeGo (plus Maemo) devices. The blurb reads: 'Today sees the release of the Nokia Qt SDK, a single easy-to-use software development kit (SDK) for Symbian and Meego application development. Developers can now develop, test, and deploy native applications for Nokia smartphones and mobile computers. The beta version of the SDK is available for download from today, ready for developers to kick off development for new devices, including the just-announced Nokia N8.'"
Image

Man Sues Neighbor For Not Turning Off His Wi-Fi 428

Scyth3 writes "A man is suing his neighbor for not turning off his cell phone or wireless router. He claims it affects his 'electromagnetic allergies,' and has resorted to being homeless. So, why doesn't he check into a hotel? Because hotels typically have wireless internet for free. I wonder if a tinfoil hat would help his cause?"
Debian

FreeNAS Switching From FreeBSD To Debian Linux 206

dnaumov writes "FreeNAS, a popular, free NAS solution, is moving away from using FreeBSD as its underlying core OS and switching to Debian Linux. Version 0.8 of FreeNAS as well as all further releases are going to be based on Linux, while the FreeBSD-based 0.7 branch of FreeNAS is going into maintenance-only mode, according to main developer Volker Theile. A discussion about the switch, including comments from the developers, can be found on the FreeNAS SourceForge discussion forum. Some users applaud the change, which promises improved hardware compatibility, while others voice concerns regarding the future of their existing setups and lack of ZFS support in Linux."
Idle

Canadian Blood Services Promotes Pseudoscience 219

trianglecat writes "The not-for-profit agency Canadian Blood Services has a section of their website based on the Japanese cultural belief of ketsueki-gata, which claims that a person's blood group determines or predicts their personality type. Disappointing for a self-proclaimed 'science-based' organization. The Ottawa Skeptics, based in the nation's capital, appear to be taking some action."

Comment Windows-only (Score 1) 496

There are many things here.
  • DirectX is a MS product, with trademarks, patents and all.
  • Its interface is public but its implementation is not. So you must reverse engineer to get the same result.
  • DirectX apps are using Win32 and WinNT API, and many others Microsoft APIs. There's no reason to have DX without a complete Windows layer and it's why we have DX on Wine
  • the list goes on...

Slashdot Top Deals

On the eighth day, God created FORTRAN.

Working...