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

 



Forgot your password?
typodupeerror

Comment Re:Wha? (Score 1) 300

> My leaning is to cable APs to a few key locations and set up a wireless mesh to fill in the gaps.

I would highly recommend Meraki for this. they have one web interface to manage all your APs, they take care of firmware updates, and are pretty much designed for exactly this application. Oh, and they're perfect for mesh networks, and support POE.

Comment Re:mail (Score 2, Informative) 268

You, sir, have obviously never heard of nmh, or its predecessor MH. It's a suite of command line tools for email, and in 20 years of reading email, I've found nothing that yet comes close to the power and capabilities of reading and processing email with nmh. Being able to search for email from multiple folders using regexp and shell scripting just isn't as easy as on any GUI MUA I've ever seen, and because it is just a bunch of single-task binaries, it's very easy to build a GUI or even web-based front-end for it. The only thing that got me to switch from using it as my primary email was the gmail interface, and labels vs. folders. If not for that, i'd still be using it daily, and not cuz of the cool/smug factor, but simply because it works, and works well.

Biotech

Researcher Implants Laser-Activated Brain Cells 98

destinyland writes "A Stanford researcher has spliced light-sensitive algae genes into human brain cells to fire neurons when activated by a laser. Light is shined through an implanted fiber optic cable (blue light on, yellow light off), and the procedure can target very specific deep brain structures too fragile for most surgery. 'Once the researcher attaches the other end of the cable to a laser, he or she has absolute and flawless control over that group of neurons.' Science writer Quinn Norton cites it as a first attempt at 'building useful handles on the very things that make us ourselves.'"

Comment Sometimes it depends on the domain... (Score 1) 1397

Since our former domain was feather.net, my brother and I started naming machines after birds. The plus side is that there's a great many bird names to use, and we can be somewhat descriptive (the tiny shuttle box is named finch, while the great massive ugly slow beast was named condor, and one machine that was resurrected from the dead was re-christened phoenix).

As for my desktops, the first was lazarus (now retired), followed by minerva and athena, and my laptop is dora. Still a theme, just a different one. (My iPod is hamadryad)

Comment Re:Shells... (Score 2, Informative) 2362

Yeah, zsh is definitely awesome, but by the time I found it, I had already many years of tcsh usage, and not the inclination to re-learn a new shell. But I agree, zsh is amazing.

More tcsh goodness: the ability to add tabcomplete for whatever you want. For example, this:

complete kill 'n/*/`ps axu|grep $USER| awk \{print\ \$2\}`/'

lets you do tabcomplete on your processes' pids. Handy.

Comment Re:Tab (Score 3, Informative) 2362

One of my favorites (in tcsh, at least) is to use ^[p which completes into the history..

Also, !$ for the previous command's parameter, or !! for the previous command, or !3 for re-doing the third entry in history. Fun stuff.

Slashdot Top Deals

The disks are getting full; purge a file today.

Working...