project-insanity.org

Awesome hacking blog

Aus dem Archiv: Elektro-Papierflieger Featured Image
Hardware

Aus dem Archiv: Elektro-Papierflieger

Eigentlich ein einfacher Hack zwischendurch, aber das Ergebnis hatte uns selber überrascht! Ein Papierflieger, ausgestattet mit Modellbau-LiPo-Zellen und zwei kleinen Lüftern wird zum autonomen Flugobjekt. Unser Modellbauexperte st hatte in der alten WG sein ganzes Know-How in den kleinen Papierflieger gesteckt. Der Testflug dauerte länger als gedacht, endete dann aber unerhofft in einem Balkon des […]

1 min read
Automated test on NixOS repository with Gitlab CI/CD Featured Image
Software

Automated test on NixOS repository with Gitlab CI/CD

The NUR repository template integrates automated tests done by Travis CI to check code integrity with every GIT commit. Only if the automated build process succeeds, commited package changes are applied to the main NUR repository. For me this was the first introduction to CI/CD (continuous integration / development). In case of the NixOS user […]

5 min read
Auto authenticate to public wifis or test hotspots Featured Image
Software

Auto authenticate to public wifis or test hotspots

This small Python script will automatically login to public hotspots or development networks. It monitors the iwd wireless lan network daemon and performs an authentication process as soon it is connected and a matching connection profile is present. Do not use this in production or against real public access points, since automatically logging in will […]

1 min read