Air Force Treating Wounds With Lasers and Nanotech

May 7th, 2010

1

Forget stitches and old-school sutures. The Air Force is funding scientists who are using nano-technology and lasers to seal up wounds at a molecular level.

Dr. Crusher here we come :)

Posted via web from jerwilkins’s posterous

Lucid Lynx Flash Install for Firefox, Chrome, and the Rest

May 5th, 2010
Installation
  1. Download Get64bitFlash-0.2.3.tar.gz script at the end of this post (use “Right Click, Save Link As…)
  2. Right click on the tar.gz and select “Extract Here”
  3. Close all browsers.
  4. Inside the folder that extracts is a “Get64bitFlash” file, double click on it.
  5. Select “Run in Terminal”
  6. When the terminal closes, restart your browser.
  7. Test by going to http://www.adobe.com/software/flash/about/. Version 10.0.45.2 should show up in “Version” box.
File Type: gz Get64bitFlash-0.2.3.tar.gz (1,017 Bytes, 3802 views)

You’ll need to sign in to fetch the attached script.
Massive thanks to michael37 on the Ubuntu Forums for this timesaver.

Posted via web from jerwilkins’s posterous

Alt+Mousewheel for window transparency in #Ubuntu

April 30th, 2010
Just found this out! Great for grocery lists, copying contents into a terminal, etc.

Posted via email from jerwilkins’s posterous

Nutrients found primarily in cheese correlated with reduced incidence of cancer

April 26th, 2010
These findings suggest that dietary intake of menaquinones, which is highly determined by the consumption of cheese, is associated with a reduced risk of incident and fatal cancer.

Posted via web from jerwilkins’s posterous

For any Goa/Psy lovers

April 22nd, 2010
The mix streaming at Psychedelic.com right now is quite good. Some cool breakbeat influences in tracks thus far, although that appears to have tapered off a bit.Here's the direct link.

Posted via email from jerwilkins’s posterous

Identify unknown pills, courtesy of the U.S. Government

April 16th, 2010

I just know some of you will find this useful.

Posted via web from jerwilkins’s posterous

Blackberry simulator nuisance: Unable to connect to the selected Mobile Data Service, please try later

April 9th, 2010
I was able to resolve the problem by playing around with the settings. It seems if you open the “Network connectivity” settings by clicking on the menu button (the button left of the track wheel button) while on main menu.

The Mobile Network shows as “Fledge Simulated Network”. But if you toggle the Network Technology to from Global to any other value and then back to Global the above value gets changed to “Default CDMA Network” and now every thing starts working.

Thanks @sandy_ptc. This was a bugger to find, so figured I’d pop it up on the Posterous.

Posted via web from jerwilkins’s posterous

Air is coming. [Powell's Books - Air: Or, Have Not Have by Geoff Ryman]

April 3rd, 2010

Air: Or, Have Not Have

by Geoff Ryman

Air: Or, Have Not Have Cover

Outstanding, socially-centered science fiction. “Air” is essentially in-mind net access, and it’s coming to a corner of the globe that has never even enjoyed web access. Great springtime read.

Posted via web from jerwilkins’s posterous

Toward making the blind see: Gene therapy restores vision in mice

April 1st, 2010
Scientists from Buffalo, Cleveland, and Oklahoma City made a huge step toward making the blind see, and they did it by using a form of gene therapy that does not involve the use of modified viruses. In a research report published in the April 2010 print issue of The FASEB Journal, scientists describe how they used a non-viral, synthetic nanoparticle carrier to improve and save the sight of mice with retinitis pigmentosa, an inherited disease characterized by progressive vision loss and eventual blindness.

Massive change in approach to be delivering genes without a retrovirus. Additionally, being able to repair retinal tissue genetically is huge: it will be exciting to see if this approach can be duplicated with similar degenerative conditions (e.g. Alzheimer’s).

Posted via web from jerwilkins’s posterous

Network with Hostnames easily on Ubuntu (from the forums)

March 30th, 2010
Let me start with a little background info. I manage a computer lab with 85 workstations. I ocassionally use either RDP or VNC to do some maintenance. I have no problem doing this from windows, but I wanted my lonely Ubuntu workstation to be able to do the same thing. After about a week of research I am finally able to ping my windows workstations via their Netbios names. Woohoo!!

All you have to do is:

edit /etc/nsswitch.conf

change the line that says

Quote:
hosts: files dns

to this:

Quote:
hosts: files wins dns

(order does matter)

finally, you need to install winbind

Code:
sudo apt-get install winbind

that’s all that it took for me.

now ping <hostname> works great. And I can finally use the built-in terminal server client with hostnames instead of IP addresses.

@javiwwweb, you are magical.

Posted via web from jerwilkins’s posterous