This is why i need to learn how to weld...
Thursday 28 April 2011
Friday 8 April 2011
BEEHIVE!!
Having your own beehive, that'd be cool, right? right?!
You'd be able to make your own honey!
Also, if you eat locally produced honey you dont get hayfever. apparently.
Something to do with building resistance to pollen.. yep.'sright.
I've had a coulple of days where ive already started to sneeze this year, so no way this will be ready in time to stop the two month bararge of plant jizz I normally have to endure.
Wednesday 23 March 2011
North Paw
"North Paw is an anklet that tells the wearer which way is North. The anklet holds eight cellphone vibrator motors around your ankle. A control unit senses magnetic north and turns on and off the motors. At any given time only one motor is on and this motor is the closest to North. The skin senses the vibration, and the wearer’s brain learns to associate the vibration with direction, giving the wearer an intuitive sense of which way is North. Most people “get it” mere seconds after putting it on, and can then reliably point north when asked."
Monday 9 August 2010
Monday 19 July 2010
Friday 9 July 2010
Thursday 27 May 2010
Thursday 13 May 2010
Friday 30 April 2010
Sloooow Friday
So slow that i started tinkering with windows script files
Managed to automate logging in to programs that ask for a password at start up. It does mean the pw is kept in the script, but saves a whole 3 seconds!
<package>
<job id="vbs">
<script language="VBScript">
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.run """C:/""", 3 *** change C:/ to directory of program***
WScript.Sleep 100
WshShell.AppActivate "" ***name of prompt window ***
WScript.Sleep 100
WshShell.SendKeys "{TAB}" *** tabs to the password field - login ID stored***
WshShell.SendKeys "PW" ***change PW to your password ***
WScript.Sleep 100
WshShell.SendKeys "~"
WScript.Sleep 100
</script>
</job>
</package>
3 seconds, 5 times a day, 20 times a month does not add up to the time it took to work out how to do it...
MSDN is useful
Managed to automate logging in to programs that ask for a password at start up. It does mean the pw is kept in the script, but saves a whole 3 seconds!
<package>
<job id="vbs">
<script language="VBScript">
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.run """C:/""", 3 *** change C:/ to directory of program***
WScript.Sleep 100
WshShell.AppActivate "" ***name of prompt window ***
WScript.Sleep 100
WshShell.SendKeys "{TAB}" *** tabs to the password field - login ID stored***
WshShell.SendKeys "PW" ***change PW to your password ***
WScript.Sleep 100
WshShell.SendKeys "~"
WScript.Sleep 100
</script>
</job>
</package>
3 seconds, 5 times a day, 20 times a month does not add up to the time it took to work out how to do it...
MSDN is useful
Sunday 18 April 2010
Long exposure Pinhole photography
from the SolargraphyGallery
Six month exposures directly onto darkroom paper tracking the sun's path.
Nice nice easy to follow How-To here.
Sunday 11 April 2010
Friday 9 April 2010
Subscribe to:
Posts (Atom)