The Craftsman's Blog
Andi Altendorfer, e-Matrix Innovations
A playground and sandbox for
Altex
Andi, 2019-02-11

Andi, 2019-01-25

, 2018-12-31
500tj anniversary of Leonardo Da Vinci’s death
Next year is the 500th anniversary of Leonardo Da Vinci’s death and there is a really cool
project about his notes.
I hope this will be available online some day.
Read about The Da Vinci Codescope on
GatesNotes.....
Andi, 2018-10-17
I’m using Elixir as a scripting language for the shell
And it’s that easy …
Write a file, hello.exs for example.#!/usr/bin/env elixirdefmoduleGreeterdodefhello(name),do:IO.puts"Hello, #{name}!"end# MainGreeter.hello(hd(System.argv())
Don’t forget to chmod +x hello.exs and then use the script from
the terminal....
, 2018-10-14
If it disagrees with experiment, it is wrong! The Character of Physical Law, Cornell University, 1964. pic.twitter.com/jzoWaFx3D9— Richard Feynman (@ProfFeynman) October 4, 2018....
, 2018-10-08
Did you know that almost any shell uses the READLINE library?
If using the command-line is part of your daily work you really should read
Gnu Software Manual - Readline and get comfortable with it’s keys ;-)
Even setting an editor (export EDITOR=vim for example) is possible. Set that you can use Alt-E to edit the current input line of your terminal within your editor.
Most important keys
MovementC-a
Move to the start of the line.
C-e
Move to the end of the l....
Andi, 2018-10-02

, 2018-09-03
After publishing Bucketier,
a simple KV store for Elixir as a Hex-package about a month ago, today
let me announce Datasource. Source on GithubHex-packageDatasource is a side project used in my Raspberry Experiments and as
a handler of client-activities in my work-project.
A continues stream of data from any source
The Datasource is a straightforward module providing one
function ....
Andi, 2018-08-26

Andi, 2018-08-19
A nice and easy to understand Introduction to Elixir & Nerves on a RaspberryPi.
Thanks to SteveGrossi I’ll have some fun
today, playing with my Raspberry. ....