I don't know about executable signing, but in the embedded world SecureBoot is also used to serve the PRODUCER; id est provide guarantees to the PRODUCER that the firmware of the device they SELL has not been tampered with at some point in the PROFIT chain.
HN user
burstmode
So, there's another copy of CORBA. :-)
pasting images of seemingly random noise into a sensitive environment is a terrible idea.
Only if your rendering libraries are crap.
Ok, so can someone explain what "Large folio support for regular files" is ?
If your product has a software-related failure, customers won't care about all of your certifications. Only the end product.
If you're in a market where a ASIL certification is needed, the customers ONLY care about this certifications. I keeps them out of jail.
No, the exact reverse: Hide away the brain-damaging GIT database system behind a proxy, so that I can (again!) concentrate on my job as developer. Instead I have to spend at least one day every week as "version managment administrator" just to keep GIT from falling apart because of weird internal errors. I will never understand why a plain user must deal with internal data structures (like db-indieces) of some tool on a day to day basis.
I want the reverse: svn-git. That would be a real relief to so many developers.
Many people, Especially sice C++ has become a playfield for CS language theorists, who invent more and more overcomplicated language "features" with little to no practical use.
That would be 1/3 (a third) of their workforce
Yep, that's probably all the SCRUM masters...
Every few sentences there there is a remark like "This circuit might have edge cases,... "...perfect for the majority of use cases,..". In other words: It will, at best, work on the developers table, but nowhere else. Why is somebody publishing examples that won't work in the real world ?
C++ Metaprogramming is also just a bunch sugarcoated preprocessor macros and it was never someting else.
Ohh man. The usual crap: Desingers adding unneeded whitepace to show of their super skillz. These GUI designer bros should really limit their work to their own tools and leave the productive part of the world alone.
OK, so what exactly are the John Deere programs they think are a GPL violation ? There's no info about that in the article.
RT_PREEMT has nothing to do with "real" realtime. You never know WHEN the preemtion is gonna happen. Might be in 20ms, might be in 200.
OK, so Microsoft did the same thing to Linux that they did to Nokia...
incidents like these are only a minor, harmless inconvenience.
Until there is a emergency vehicle thats unable to get through.
Do people secretly like it?
No
Is it possible to use this without a phone, just connecting 2 PCs ?
Don't give the systemd people any ideas ! PLEASE!
OK, so whats the problem ? I don't see a problem with 99% of that tasks.
There used to be one for the beagleboard, but it´s not available anymore...
https://makezine.com/2013/04/23/beaglebone-lego-motor-contro...
Did this compiler really support "auto" as a variable type, as seen in example fizzbuzz ?
Polarion clears it's throat...
In Germany, they are working on "containers of electrons":
https://www.inside-digital.de/news/hyundai-adac-mobile-charg...
If adding a SQL interface makes a system easier to access, that says a lot about how convoluted the original interface is...
Next logical step : a kernel level SQL interpreter integrated in systemd.
If somebody lost a commit after a rebase, and nobody nearby could help them recover it, they should consider spending a few hours learning about git.
GIT is the only source control system where you can completly loose commited data by actions (or commands) available the non-admin user. It's funny to see that this is considered a "feature" and not a design failure.
If you have to ask this question, you're not good.
Yep, the "auto" keyword was added because even the inventors of the template system had a understanding of the syntax they created.
Results of code review of false.c:
* Use of undocumented magic numbers (1)
* No use of getter/setter pattern
* Inflexible design (datatype of result is fixed, no template pattern implemented)
* Manual memory management (no garbage collection used)
* No infrastructure for automated testing included
* No unit tests available
* Code has not changed for Years (code smell!); Probable stale code, to be removed in next release.