

I moved to virt manager from boxes as I it let me down too many times with bugs. VMs would not restart and snapshots would fail to launch.
I moved to virt manager from boxes as I it let me down too many times with bugs. VMs would not restart and snapshots would fail to launch.
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.
I like you can set custom exif tags like artist with open camera.
Paolo Nutini’s song ‘Iron Sky’ samples this same speech
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.
‘Last year, we asked the public for their views on smart products in a series of workshops. People shared concerns that products collect too much personal information, and said that they feel powerless to control how their data is used and shared’
Thank you to these people!
I’m checking this out!
I like ‘Removable Drive Menu’: a status menu for accessing and unmounting removable devices.
https://extensions.gnome.org/extension/7/removable-drive-menu/
Thanks, did you move your worlds/settings etc by hand then?
Changelog
https://docs.luanti.org/about/changelog/#5120--5130
5.12.0 → 5.13.0 #
Released on 1 August 2025.
Deprecations and compatibility notes #
Vectors passed to C++ API functions may no longer have nil components.
This change can reveal logic issues within mods.
Client / Audiovisuals #
9-slice formspec image buttons now display correctly with gui_scaling_filter (Krock)
Fixed an issue where main menu dialogs could overlap upon start (grorp)
Tabs in formspecs can now be changed using Ctrl(+Shift)+Tab (siliconsniffer)
The formspec element model[] now supports floating-point frames (appgurueu)
The minimap now correctly displays drawtype = “air” nodes (Xeno333)
Main menu ContentDB usability improvements (grorp)
Meshgen (i.e. visible mapblocks) code cleanups and improvements (sfan5)
Add keybinding for world close key (keymap_close_world) (DragonWrangler1)
Relaxed path checks in the main menu to allow downloading mods to symlinked directories (sfan5)
World / Server / Environment #
The Luanti version is now printed after the ASCII logo (sfan5)
Fix main menu hang caused by dropped DNS packets (sfan5)
Fix newline conversion in formspecs on Windows (copy & paste) (PtiLuky)
Fix crash caused by empty particle spawner texture (Krock)
Script API / Modding #
Various lua_api.md improvements (grorp, jordan4ibanez, Xeno333, TheEt1234)
Empty Voxel Manipulators can be created using VoxelManip:initialize() (sfan5)
Fixed an issue where sizeless text input formspecs would incorrectly send ExitButton as text (Krock)
core.show_formspec now allows showing a player inventory (Krock)
core.get_node_raw is now a public API (sfan5)
New API function core.get_mapgen_chunksize() (sfan5)
Newly spawned entities now have a persistent GUID, see ObjectRef:get_guid() (sfence)
Misc / Maintenance #
Many various code improvements and cleanups (sfan5, PtiLuky)
Improved unit tests (sfan5, lhofhansl)
Model skeleton animation cleanups, test and documentation (appgurueu)
Header files are now added as CMake sources (useful for Visual Studio (Code)) (PtiLuky)