Category Archives: #Open Source

Automata

Automata theory is the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science and discrete mathematics (a subject of study in both mathematics and computer science). The word automata (the plural of automaton) comes from the Greek word αὐτόματα, which means “self-acting”.

wikipedia

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.

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;

General Motors acquires OSVehicle to build EDIT, a new modular self-driving car, in white-label

Not sure how I feel about this.

Today, OSVehicle is announcing its acquisition by General Motors Company. GM already bought another Y Combinator backed company Cruise Automation in March last year to focus on key long-term technologies such as autonomous driving technology and vehicle safety.

GM will now utilize OSVehicle’s open source hardware expertise to develop EDIT, a self-driving car, based on modular version of Chevy Bolt M1 platform. This modular technology was developed jointly with OSVehicle, to enable the easy replacement of key components such as electric motor and battery pack, which will allow vehicles to last 10X longer than traditional cars.

Modularity also allows the hardware upgrade of hardware stacks for self-driving and connected-cars, helping services like ride sharing. This is another strategic move made by GM towards “mobility as-a-service” after investing 500M $ in Lyft and launching Maven, GM’s own car sharing service in January 2016.

 

[via osvehicle]

How to Become Relevant when a Robot Takes Your Job | Pablos Holman | TEDxLA

The Future Doesn’t Need You – How to Become Relevant when a Robot Takes Your Job
In this talk, Pablos dares you to imagine the possibilities in what once seemed impossible: a harmonious co-existence of humans and robots: Robots taking over your jobs and why they should; how this can trigger fear in humans and why it shouldn’t; redefining happiness; solving world problems like eliminating disease; a personal narrative of parenting that will bring you to your knees; and the responsibility of humans in all of this.

Cassie – Next Gen bipedal robotics…

Since then, robots have fascinated the minds of sci-fi writers and engineers alike. Which brings us to Cassie – the next generation of bipedal robots devised by Oregon State University’s Agility Robotics. Cassie originates from its predecessor ATRIAS. The problem that researchers kept stumbling over when developing ATRIAS was that it contained motors which worked against each other. As a result, this left the robot in being completely inefficient. Cassie, on the other hand, contains steering, feet, and a sealed system, allowing it be both agile and robust.

[via serious wonder]