Monthly Shaarli
October, 2021
Brilliant short explanation of the difference between the three popular FOSS (/OSS) licenses.
Boiling it down to 'what are you afraid of' really helps quick decision-making.
A huge array of tutorials focusing especially on ESP32 - explanations of working with different sensors (magnetic, light, touch, temperature and humidity, ...), different protocols (http, mqtt, ...), and larger guides like a cloud weather station.
A display constructed out of common materials, giving you HMD overview of a connected sensor (through bluetooth).
Idea can probably be converted slightly for a more thorough / programmable HUD on the glasses.
Prototype presented here was roughly 70€
List of quantified self resources - some outdated and some missing (Grafana would fit into many qs deployments, datasette, etc) but not bad for an overview.
A comprehensive writeup of setting up offlineimap, mutt, and notmuch.
Being a bit older it does not consider isync/mbsync nor neomutt - but the ideas and logic behind decisions is explained very well.
A review of Tailscale, "a secure network that just works".
Uses wireguard to create an encrypted tunnel between all your devices. Automatically takes care of NAT, DNS, and similar.
Essentially makes it really easy to set up your true private network within the wider one.
Also comes with 'taildrop' which mimics airdrop to easily transfer any files between your devices,
but do so without any involvement of external cloud services and completely encrypted.
A super simple podcast fetcher/downloader. Can be automated with cron or similar. Seems nice in that it only requires minimal configuration and is entirely cli focused.
Super comprehensive overview of everything Esspresif ESP32.
Datasheets, guides, books, tutorials, inspiration, code snippets -- literally everything you could need for programming with ESP32s.
A quick guide on how to update xps13 wifi card firmware to newer versions.
Should rarely be necessary since they get merged to the kernel sooner or later,
but might nevertheless be useful.
Creating a weather station for air pressure, temperature, rain, humidity (soil and air).
karlicoss of the data liberation project HPI explains how to best store and access data moved from various points in the cloud/web/internet to your drives and why databases might not always be the best choice.
TLDR.
Save your grabbed data without any manipulation.
Let the manipulation happen every time you access/interpret the data.
If you have slices of data (mostly time frames), don't try to merge them on disk but save as extra files and merge on access/interpretation as well.
You can make use of databases for access caching since the last points generate some overhead for each access.
Fully localized, one of the rare guides using neomutt instead of mutt as well as msmtp for mail relay.
A visual representation of the todos, mimicking something like workflowy or dynalist.
Simple, efficient and pretty.
A minimal GUI Journaling application - it gets out of your way and allows you to write in markdown.
One neat feature is its calendar view which lists the quick titles of your journal entries for days passed and thus gives you an overview of what you did when and when you were journaling.
If you need a terminal equivalent use jrnl
instead.
A comprehensive beginner's guide to setting up Arduino programming from vim and the commandline.
Starts with sample blink program, with classic Arduino board,
but quickly moves on to usage with an ESP8266 (so, easily adaptable to ESP32 boards) and with an included library (in this case Adafruit Neopixels).
An extensive introduction to all things Arduino and circuitry - goes through setting up and using Arduino, various electrical components, foundations of electrical engineering, analog parts, communication with computers, and more.
A free and cloudless replacement for your gadget vendors' closed source Android applications. See the list for supported devices. https://gadgetbridge.org
search document dumps: ingest and explore in one extensible framework - GitHub - newsdev/stevedore: search document dumps: ingest and explore in one extensible framework
Many many Linux softwares. Mostly useful as an overview for someone looking for a software in a specific area of computing (audio engineering, writing, database editing, programming, ..) since they are nicely sorted and allow an overview of FOSS alternatives to various software needs.