If you change your self to use a technology, you become a slave to those that own that technology.
#ownyourtech
If you change your self to use a technology, you become a slave to those that own that technology.
#ownyourtech
…that I want live in. Not waiting for the future…
…just not distributed enough…
Shit getting real….
This reminds me of Raconteur from Daniel Suarez’s book “Kill Decision”. The future is here !
NeuralTalk and Walk from Kyle McDonald on Vimeo.
function onOpen() {
getTVID();
}
function getTVID() {
var sheet = SpreadsheetApp.getActiveSheet();
sheet.getRange(‘A1:Z100’).clearContent();
var threads = GmailApp.search(‘from:tv@gmail.com “TV on “‘);
for (var i=0; i < threads.length; i++)
{
var messages = threads[i].getMessages();
for (var j=0; j < messages.length; j++)
{
if (!messages[j].isUnread())
{
continue;
}
tid=messages[j].getSubject();
pid=messages[j].getSubject();
dte= messages[j].getDate();
tvid=tid.slice(tid.length-9, tid.length);
pvid=pid.slice(5, tid.length-12);
sheet.appendRow([dte,pvid,tvid]);
}
}
}
In multitasking computer operating systems, a daemon (/ˈdiːmən/ or /ˈdeɪmən/)[1] is a computer program that runs as a background process, rather than being under the direct control of an interactive user.
I am from the island of Antigua. I live in St. Thomas, United States Virgin Islands. I am a roboticist.
A roboticist is a person who designs, builds, programs, and experiments with robots.