IanTwenty
This is similar using nix: https://devenv.sh/
It has a few more features like git hooks and spinning up long-running processes like web servers
Triangle of Sadness is another I think, a bit of a patchy film tho
Maybe Strudel:
https://strudel.cc/workshop/getting-started/
Can help with composingyour own tunes and I think its dev friendly being javascript based.
Stalker has been on my watch list for ages, must find time for this
So underrated/underappreciated this film I think! Pacey, funny, smart with an existential threat and Tom Cruise playing humble. Emily Blunt is perfect and Bill Paxton has a great time.
I'll take a look at those, thanks
Appreciate your advice, thanks. It's the daily driver so I'm probably overthinking it!
The thing that puts me off a cover is that I hear you have to really keep the car clean to avoid damage? I just don't have the time right now to keep washing it.
Paolo Nutini's song 'Iron Sky' samples this same speech
https://en.wikipedia.org/wiki/Iron_Sky_%28song%29?wprov=sfla1
Never had this with ZigBee, one hub lots of different devices. Had to switch hub to USB2 at beginning to reduce interference but after that smooth sailing.
An example site that takes user submissions and is not a wiki:
https://github.com/nerdydaytrips/website
Users submit a form that is turned into a github PR, hosted with cloudflare worker. Site itself is completely static, made with hugo. The data about each map pin is simply key/value in the frontmatter of a markdown file:
https://github.com/NerdyDayTrips/website/blob/main/content/daytrip/eu/gb/1066-battle-of-hastings.md
Simple but effective and can be styled however you need (hugo has themes). Moderation can scale by adding more contributors who can merge PRs.