Author Archives: Stanford

Veranda to dish….

On June 20th, I took the step to self reliance and purchased an vertical aeroponics system from Al Henry [alhenry2@gmail.com] a local(USVI) hydroponics system maker and this weekend harvested the first of many produce.

Here is the system

Before

Currently:

Plants are :

Kale
Parsley
Thyme & Oregano
Basil
Spinach
Collard Greens
Lettuce
Arugula
Onions (Scallions)
Chives
Rosemary
Sweet Marjoram
Cilantro
Swiss Chard
Mustard (Greens)
Lemon Grass
Mint
Sage
Tarragon

 

This is a time lapse of the system(click on image to start animation):

And the resulting meal that used produce from the system.

Heat shrink tubing alternative

That awkward moment when you realize you could have saved a bunch of money on heat shrink tubing by just holding on to the straws from all the drinking that you have done at bars and restaurants.

Stanford’s random thoughts….

The moment that humans can be recreated by either robots, biological clones and/or combination, entertainment stars will not die. In fact they will have found the “fountain of youth”

Their estates will keep them around and you can invest in them since they will be will be traded on the wall street.

Heart Beat shell script

I use this script to get alerts from some systems to insure they are still up.  It gives me local IP address, hostname and the WAN IP for the network.

 

#!/bin/sh
IP=”$(ip addr | grep ‘state UP’ -A2 | tail -n1 | awk ‘{print $2}’ | cut -f1 -d’/’)”
IP2=”$(curl ifconfig.co)”
HST=”$(hostname)”
CN=”$(curl ifconfig.co/country)”
CT=”$(curl ifconfig.co/city)”
HST=”$(hostname)”
echo $IP2 > /tmp/$HST
echo $IP >> /tmp/$HST
echo $CN >> /tmp/$HST
echo $CT >> /tmp/$HST

/usr/bin/sendemail -t info\@mydomain.org -f hb\@mydomain.org -u “HB from $HST” -s smtp.server -o message-file=/tmp/$HST;

Test it or it doesn’t apply

There are 3 areas of Physics.

[via wikipeida]

I fall into the first area, Applied Physics and partially the second, Experimental.  I fall into those areas because I need to be able to repeat my findings and expect them to remain the same.  Any change is an indicator that the system has changed.

Theoretical physics is sorcery.

Still interested in College ? Study either liberal arts, biotech or a robotic engineering.

if you you still interested in college for yourself or advising someone else, then take

  • Liberal arts where you study human nature
  • Biotech as we are still carbon based entities
  • Engineering involving robotics  –  techproresearch.com