While I see Bitcoin as a game changer for Fintech, the blockchain is the real revolution.

While I see Bitcoin as a game changer for Fintech, the blockchain is the real revolution.

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;
This interview, while 5 years old, continues to highlight why I think RMS is on the right path.

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.
Was at a Cafe and thought, screw it. I will code generic cup in OpenSCAD as a skill building exercice.
difference()
{
cylinder(20,7,10,0,$fn=200) ;
translate([0,0,2]) cylinder(20,7,10,0,$fn=200);
}

How do I not know this guy ?!
Since age 15 or so, the main goal of professor Jürgen Schmidhuber has been to build a self-improving Artificial Intelligence (AI) smarter than himself, then retire.
[via idsia.ch ]
MEPs have called for the adoption of comprehensive rules for how humans will interact with artificial intelligence and robots.
The report makes it clear that it believes the world is on the cusp of a “new industrial” robot revolution.
It looks at whether to give robots legal status as “electronic persons”.
Designers should make sure any robots have a kill switch, which would allow functions to be shut down if necessary, the report recommends.
Meanwhile users should be able to use robots “without risk or fear of physical or psychological harm”, it states.
Lorna Brazell, a partner at law firm Osborne Clarke, was surprised by how far-reaching the rules were.
But questioned the need to give future robots legal status.
[via BBC]
Linus is my spirit engineer.
“I’m actually not a people person. I don’t really love other people. I love computers,” the legendary software engineer Linus Torvalds said in an interview with Chris Anderson at the TED conference.