@literallylara

62 Followers
74 Following
7 Posts
Software Engineer | Demoscene | DIY | Permaculture | AuDHD | pan | poly | she/they.
LocationGermany
Codeberghttps://codeberg.org/literallylara
Printableshttps://www.printables.com/@literallylara
Blueskyhttps://literallylara.bsky.social

A response to recent reporting in Germany, in service of clarity and accountability:

First, it’s important to be precise when it comes to critical infrastructure like Signal. Signal was not “hacked” — in that our encryption, infrastructure, and the integrity of the app’s code was not compromised. 1/

Last year I worked on an ESP32-powered air quality monitoring device with audio/visual alerts, but couldn't finish it due to RSI. Now I finally got around to documenting the last bits and uploading pre-built firmware binaries.

Model on Printables: https://www.printables.com/model/1529426-sensor-cube-prebuilt-fw-released
Firmware: https://codeberg.org/literallylara/SensorCube

#ESP32 #3DPrinting #IoT #HomeAssitant #Sensirion #SEN66

I couldn't find a tool to easily display command output in a limited scrolling region of the terminal, so I built a bash script that does that. It uses the terminal's built-in scrolling region capability.

I call it "peek" 👀 . You can think of it as a combination of watch + tail.

Source: https://gist.github.com/literallylara/fb2d47789ac3cd0ff9b771f5e7dc86f3

#linux #unix #bash #shell