26-06#
Garnix is shutting down | Lobsters
i remember Garnix as CI for nix with clever build caching
Is there a way to tell two USB C cables apart? - YouTube
lead to felixhummel/whatcable-linux
Voxel Space (2017) | Hacker News
good old Comanche
Gherkin for Agentic Coding | Hacker News
good idea, e.g
@sso Feature: Single Sign-On Authentication @done Scenario: Successful login via Corporate Okta Given the user is on the login page When they select "Login with Okta" And enter valid corporate credentials Then they should be redirected to the dashboard And the session should be authenticated via SAML @wip Scenario: Handle expired SSO sessions Given the user has an active SSO session When the session token expires in the background And the user attempts to click a protected resource Then they should be silently re-authenticated if the provider session is valid @todo Scenario: Multi-factor authentication (MFA) enforcement Given a user belongs to a "High Security" group When they log in via SSO Then they should be prompted for an additional TOTP code And access should be denied if the code is incorrect
Spaghetti Gun by Saleh | Download free STL model | Printables.com
Stop Using Conventional Commits | Lobsters
Amen to that. I find Conventional Commits very unreadable.
There is no rule. Just put effort in and consider the query side.
People who struggle to write good commit messages must read more commit messages.
DRMacIver/shrinkray: Shrinkray is a modern multi-format test-case reducer
The Bear Bash DeBugger : A lightweight debugger for Bash scripts | Lobsters
Andy C (oil.sh) writes “But I actually haven’t used bash debuggers at all. I don’t really write scripts with a lot of internal state”. I concur.
erm: A Local CLI That Strips Ums, Uhs, and Erms From Speech | Lobsters
cool tool
well written post
like
The only scalable delete in Postgres is DROP TABLE | Lobsters
reminder that postgres has partitioning built-in since v10
What job interviews taught me about Kubernetes
yeah, k8s won
I still don’t like the overhead for small deployments of 2 cores and 2 GB RAM (see Shipyard | K0s vs K3s vs K8s: Comparing Kubernetes Distributions)
YAML still sucks
unification is a boon
savearoundtrip: publish an HTTPS DNS record, skip a round trip | Lobsters
Making HTTP requests from a container that has no curl, using bash /dev/tcp | Lobsters
Data Visualization from the Comfort of your Terminal | Lobsters
k8s vs k3s vs microk8s vs k0s ⁍ Kai Evans
makes k0s sound good
-
I like that I can code Python instead of YAMLitis
it has a smaller community than Home Assistant
adamchainz’ repos are a treasure trove of good django repos, e.g.
django-browser-reload: Automatically reload your browser in development. together with django-watchfiles: Make Django’s autoreloader more efficient by watching for changes with watchfiles. makes frontend dev bearable
django-upgrade looks interesting
djade: A Django template formatter. could be good (need to test this)
time-machine looks like freezegun, but is faster?
django-minify-html: Use minify-html, the extremely fast HTML + JS + CSS minifier, with Django. is worth a try