What do the exclamation points mean?
What do the exclamation points mean?
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.
What thing called turtle are you referring to?
How about MNT Reform or it’s Pocket little brother?
They get you
They do NOT get you
I can’t help you but I’m fascinated by your door now. Does this door/lock have a name? How did you end up with such an elaborate mechanism?
Scrum that’s not adapted to your needs isn’t scrum.
IMO there are exceptionally few cases where it is acceptable for a QR code to not be immediately adjacent to a textual representation of the same content.
What plugins can you recommend?
I think the only markdown plugin I’ve used was for table alignment.
I’ve used 3 unrelated baby cams and junked them all because not one was remotely usable, never mind reliable.
That was a decade ago, but we had pretty solid ip cameras a decade ago.
That’s leftpad. The package name dispute was over something else, but they pulled all their packages from npm in protest. Turned out leftpad was a transient dependency for a huge swathe of all JavaScript.
Can you just drop to assembly for what you want to do? Gnu compilers even have inline assembly, but with any compiler you should at least be able to built a separate, assembly, object file.
Simulink has a concept called Test Harnesses which are models that isolate individual blocks for testing. The tests themselves are then driven programmatically from MATLAB
Have you got concurrency and parallelism swapped around?
Typing speed measured in flops
I use fWallet for my plane tickets
A right not being reserved does not mean it is waived, only that it is not exclusive. The last person to commit still has the right to commit, as does everyone else.
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.