K9 and Thunderbird for Android are now the same app with different branding
K9 and Thunderbird for Android are now the same app with different branding
Not quite, they are and will continue to be the same app and code base with distinct branding.
The rebranding in F-droid recently was a mistake that has been fixed.
Cheers. It took 5 full days for the comments to federate to my instance after this post, so this post was a ghost town on my end until today.
Interesting to see how different that is from Australia. In your example only lane 3 is a passing lane, and “undertaking” isn’t a thing, it’s completely legal to overtake in any lane.
He’s not naked, he’s wearing glasses
I reckon that requires a legislative solution, not just a technological one.
Two of the “questions” are just statements
Unpaid Open Source developers will have trouble fulfilling increasing government requirements, for example the EU Cyber Security Act.
Emerging companies like Tidelift, which pay developers, will solve the current problems of Open Source.
Open Source Software follows the Open Source Definition, while Free Software follows the Free Software Definition.
They have heavy overlap, one is not a subset of the other, and they are similarly restrictive, just shepherded by different groups. I’m sure there are licences that satisfy one but not the other, but they would have to be few and far between; just reading through each it’s not obvious how one could satisfy only one definition.
If I read that right, the normal way. It’s not a special lock, just the normal lock screen. The use case seems to be addressing the idea of your phone being snatched while unlocked, and then attempted brute forcing into apps with sensitive data pin/biometric locks
You would be giving up some feed-rate control and retraction. Probably not too bad with certain materials and large scale prints, but I’d be surprised if you could do anything moderately precise with this.
Note to studios: there is no amount of potential, unrealised profit that makes it ethical to install malware on another person’s computer.
They kind of exist in the form of car fridges
How about MNT Reform or it’s Pocket little brother?
They get you
They do NOT get you
Only just got your reply, but just in case:
Make sure to read through this if you are exploring this route https://github.com/sn4k3/UVtools/wiki/Setup-PrusaSlicer
The should be doing shit like this to petroleum company offices.
https://en.wikipedia.org/wiki/Just_Stop_Oil#Protests
They do. And those protests get little coverage and large prison sentences.
Did you… try?
I worked on software at one point that had at it’s core a number of “modes” that it switched between. It was, at the time, in the process of migrating from enums and switch/case trees to an inheritance based system.
In practice this meant there was a single instance of “Mode” for each mode which used pointer equality to switch/case on modes like an enum.
To add a new mode (that did nothing) I think I had to change about 6 different places.