Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Odds ? (Score 2, Interesting) 622

I'd imagine that it is made more likely by the topology of the ocean floor itself; there are probably good corridors through which to travel undetected (especially in 'friendly' water where it's unlikely that the enemy have detector arrays). If both sides are using the same ocean floor map, it seems that the odds of a collision go up considerably if there's an obvious corridor to traverse/hide in.

Comment Re:raytracing is VERY established (Score 4, Interesting) 158

Wolf3D used raycasting, rather than tracing to give a pseudo-3D rendering of what was basically a 2D grid map.

It's pretty clever how it worked, I remember having a LOT of fun cooking up my own similar renderer back in the day (Turbo Pascal with inline asm was fun!). If I remember rightly:
First, the ceiling and floor were drawn in, covering everything (intersecting in the middle, vertically). Then, they took your location on the map, and cast a ray for each row of pixels (320 of them, I believe). This ray went forward until it intersected a wall - and the distance to the wall was measured. It then did a quick calculation (lookup table) to determine the height of the wall at that distance, subtracted half that height from the center of the screen, and plotted a vertical line in the color of the wall. I seem to remember the wall color was retrieved from a small texture and scaled.
That gives surprisingly good results, albeit with no lighting or shading.

Unix

Submission + - Puffy's Marathon: What's New in OpenBSD 4.2 (onlamp.com)

blackbearnh writes: "OpenBSD 4.2 was released today, and has a host of new features. O'Reilly's ONLamp site has a pretty thorough overview of the release.

Even though security is still there, this release comes with some amazing performance improvements: basic benchmarks showed PF being twice as fast, a rewrite of the TLB shootdown code for i386 and amd64 cut the time to do a full package build by 20 percent (mostly because all the forks in configure scripts have become much cheaper), and the improved frequency scaling on MP systems can help save nearly 20 percent of battery power. And then the new features: FFS2, support for the Advanced Host Controller Interface, IP balancing in CARP, layer 7 manipulation with hoststated, Xenocara, and more! Federico Biancuzzi interviewed 23 developers and assembled this huge interview...
"

Data Storage

Submission + - Nanotech to replace disk drives in 10 years? (computerworld.com)

Ian Lamont writes: "An Arizona State University researcher named Michael Kozicki claims that nanotechnology will replace disk drives in ten years. The article mentions three approaches: Nanowires (which replace electrons/capacitors), multiple memory layers on silicon (instead of a single layer), and a method that stores multiple pieces of information in the same space: "Traditionally, each cell holds one bit of information. However, instead of storing simply a 0 or a 1, that cell could hold a 00 or a 01. Kozicki said the ability to double capacity that way — without increasing the number of cells — has already been proven. Now researchers are working to see how many pieces of data can be held by a single cell.""
Security

Submission + - Computer security tech targets first-responders (networkworld.com)

coondoggie writes: "Researchers at Princeton are building security features directly into the hardware of personal computer, cell phone or PDA with the goal of building a computer architecture that enables the secure transmission of crucial rescue information to first responders during events such as natural disasters, fires or terrorist attacks.Researchers said the Secret Protected (SP) computer architecture relies on two new elements that are embedded in the hardware of an electronic device: a device root key and a storage root hash.That technology, embedded in a firefighter's handheld computer would let trusted authority such as a municipal Fire Department grant emergency access to relevant floor plans, security codes or other essential information. Once the emergency was over, the access to this sensitive information would end. http://www.networkworld.com/community/node/21415"
Data Storage

Submission + - What OS/FS to use for 16TB storage array? 1TBx16!!

Dan Cabrera writes: "So I just took delivery of a large package (pickup truck bed sized box) labeled 'server' — turns out it's the one I've been waiting for a while from a client. We had some miscommunication and I assumed this was a 2-4, maybe 5TB system for use as a production content shared drive, but it turned into a real monster, SuperMicro SC-836 with HighPoint 2240 Controller and *16*x*1TB* Hitachi drives in a RAID5 array. It's got WinXP64 loaded, but there must be a better solution after reading of ZFS and related technology now available as open source, no? Looking forward to your comments and suggestions! I'll repost with some benchmarks as this puppy grows up (into the wee hours of the morning I'll work :) Happy SD'in! PS: Just need a large drive to save rendered projects to and backup music/other projects (This is for a world known DJ, so the each tour/show can involve a LOT of media!) ...and, how the heck am I gonna do off-site backup for this in event of disaster? Ay-yay-yi!"

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...