Usually, you would use a formatter anyway - it’s good to know the standard way but for day to day coding I just have a shortcut bound that runs ruff format
(you can even have it done automatically on file save).
Usually, you would use a formatter anyway - it’s good to know the standard way but for day to day coding I just have a shortcut bound that runs ruff format
(you can even have it done automatically on file save).
How did you open this? Maybe something overrode your default text editor application (look in settings for Default Applications).
Also maybe check your EDITOR env variable (echo $EDITOR), though that is only used when a different CLI program wants to open an editor for you (in CLI)
.local is special, it’s for mDNS/zeroconf.
https://en.wikipedia.org/wiki/.local
Try using .lan or .home
Love this bit, I usually don’t understand half of what’s happening and many references fly over my head but it’s hard to resist their explosions of laughter.
Sadly, it seems todays law allows them to force you to unlock it, otherwise they straight up treat you as a terrorist. At least in UK it seems (source: Britannica youtuber getting detained when returning home to UK)
Hunt Showdown, it’s literally a slow shooter - old, single shot weapons and similar.
Have a few thousand hours between me and my friends, its decent but someone high up in Crytek seems to be pushing for “popularization” - it’s not as fun and slow-ish as it used to be.
There is a different game coming up with possibly slow game play too, HUNGER, not much known yet though.
Linus: Are you going to say the AI word?
I’m not going to say the AI word, unless you want me to.
No, no, no.
Hahah
Oh finally.
The news on this is mixed. “All the tool authors have signaled they can and would implement the PEP as an export format,” said Cannon, but that does not mean they would adopt it as their sole lock file format. The creator of uv, Charlie Marsh, said that “today, the PEP 751-style pylock.toml files are not sufficient to replace uv.lock,” but that support will be added for export.
This sounds little better then “here is 13th standard” even though it’s not feature full.
You are replacing partitions with subvolumes, as such you have to make these operations on the btrfs filesystem (so as others have already written, deleting the subvolume instead of re-formatting the partition).
Ah bere it is, I have scrolled deep enough
Usually, when games and programs natively support 3rd party mods/plugins its done so through a defined API - a modding API - just a bunch of functions made by the devs that allow you to register new stuff, change/override what already exists, react to events, … Example https://lua-api.factorio.com/latest/
Lua is often used as the language for the mods because it’s really easy to embed into a program (most games are done in compiled languages) and so creates a “sandbox” - you can only really call what the devs make available for the lua scripts.
Someone did s/double/decimal/g
(find ‘double’, replace by ‘decimal’) on the whole project.
Please decimal check
lol
Long Earth by T Pratchett & S. Baxter
For the monero mining, did you solo or pool mine? Also p2pool+xmrig ?
Here is hoping this will at least make it easier to take back control of tuya devices
E: nvm, there is something else at play, the following worked only once
I can reproduce it like this:
Also, proxy_buffering
You are usually only interested in the last few lines of the journal: journalctl -f -n 200
Post that
Have you resolved it yet? First thing would be finding out why did it kick you into emergency mode ie whats the actual error
Considering this thread, guess I should look into why zigbee with mqtt is better then just the default zigbee HA gives.