

If you use any kind of ad blocker, switch to FireFox
Chrome is deliberately crippling ad block extensions via manifest v3
If you use any kind of ad blocker, switch to FireFox
Chrome is deliberately crippling ad block extensions via manifest v3
We kinda do, with GPS satellites that have to correct their clocks due to the effects of gravity and speed
And communication with space probes
I use 24h clocks and ISO 8601 dates almost always
Honestly, I’m better at organizing code than I am my actual life
Timezones make intuitive sense for humans
UTC / Unix timestamps make intuitive sense for computers
The issue is bridging the gap
It’s an explicit “opt-out” by the OP, such that their content cannot (legally) be used to train LLMs or such (Chat GPT, Github Copilot, etc)
Well, that’s what I assumed until i read the license terms. It doesn’t explicitly mention AI or LLMs, but it does say
You may not use the material for commercial purposes
Which i assume has the same limitations for AI training, for commercial AI
(I am not a lawyer)
The thumbnail is a shot of kde plasma, not w11
While i also disagree with python’s tendency to use exceptions as control flow
Python is a pretty stellar scripting language. I wouldn’t use it for app dev, but it’s quite handy for the odd automation or CLI task
Use a spectroscopic app on your phone
It’ll help you identify the source of high pitch sounds
I once noticed an external HDD was making a high pitch noise intermittently, as the LED turned on and off. It was bizarre
Edit: spalling
I only use DDG for searching. I use Google for things like checking business hours or directions (you can use !g
to search google)
I mean, you just need to look at the conflicting files, fix up the code, then stage those changes and pop a new commit
There’s no “special” merge conflict resolution commit “type”
As for fixing the code itself, I usually look at what changed between both versions, and then re-author the code such that both changes make “sense”