People who wanted GPS were also already using it by buying TomToms or other GPS devices…
The average desktop user already benefits from the changes the RT folks have slowly been getting into the baseline.
People who wanted GPS were also already using it by buying TomToms or other GPS devices…
The average desktop user already benefits from the changes the RT folks have slowly been getting into the baseline.
“Very fast” is relative. 1200mm/s is very fast for 3D printing, no argument. But it’s 1.2mm/millisecond, and we’re talking about time scales in the microsecond range. I suspect you’re going to run into materials issues far before real time performance becomes a limiting factor in print speed and quality.
It’s like saying GPS was available for decades before, why would putting it in everyone’s phone expand its popularity.
For myself, I’m hoping the nerds and hackers that otherwise found it not worth the effort will start creating tools to manage real time better and start building them into the applications they write. That way you don’t need to pay an arm and a leg to RedHawk for the privilege of dynamically isolating CPUs or have to reboot the computer to modify kernel arguments a la RedHat MRG.
What’s preventing that from working now? If it’s indeterminate latency, then yeah, absolutely. Theoretically this will give you the ability to have a very deterministic loop around the accelerometer data, but 3d printers don’t move all that fast to begin with so having unbounded latency might not matter. The determinism we’re talking about here is on the order of tens of microseconds or less.
I would argue that anyone who says C++ provides a similar level of memory safety as rust hasn’t done serious development work in either language.
Appreciate you correcting your post, just one more needed.
ms = milliseconds
us = microseconds
They probably aren’t insured at all. These aren’t billion dollar satellites, so they’re probably just launched at risk.
Mine is also a cuddler
Look, I’ll give you the benefit of the doubt here in assuming you’re asking that question honestly and not trying to start a debate about whether or not this dishonest nature of the comment constitutes a lie.
So why was she protesting the building of a wind farm a few weeks ago?
I find it funny how her protesting something hugely beneficial was met with general silence.
The comment is set up to try and make Greta appear hypocritical. She’s supposed to be an environmentalist and she’s protesting wind farms? The comment goes on to extrapolate that to the entire environmentalist community being hypocrites because the protest “was met with general silence”.
What it leaves out is the context of the protest, which had absolutely nothing to do with the windmill, but rather the development of land use by peoples who don’t have the political power to prevent it.
It’s akin to you protesting a children’s hospital being put in your backyard and then being accused of hating sick children.
In other comments, OP says “I work in the industry and windmills aren’t a problem”, blah, blah, blah. This purposely misses the point that the problem is development of these people’s land against their will, whether it be a windmill or a Walmart. You can be an environmentalist who is pro windfarm and still have an issue with exploiting people, even if that exploitation is to put up wind farms.
To be more blunt, the comment was an outright mischaracterization, and if not out of ignorance, then a pure lie. Typical bullshit used to discredit people offhand.
The question was about privacy. Routing your DNS traffic through a VPN puts your unencrypted traffic out of an endpoint with all sorts of other connections. That’s a privacy gain.
Further, using DNS-over-TLS or DNS-over-Https encrypts your query end-to-end.
Using both in concert prevents the DNS servers from knowing your IP and anyone along the route from knowing your query.
Kinda. You can always route your traffic over a VPN. Further, from the unbound page:
To help increase online privacy, Unbound supports DNS-over-TLS and DNS-over-HTTPS which allows clients to encrypt their communication. In addition, it supports various modern standards that limit the amount of data exchanged with authoritative servers. These standards do not only improve privacy but also help making the DNS more robust. The most important are Query Name Minimisation, the Aggressive Use of DNSSEC-Validated Cache and support for authority zones, which can be used to load a copy of the root zone.
Edit: to be clear, I run unbound but I don’t recall how much I hardened it. The config file is fairly large and I was mostly focusing on speed and efficiency since it’s running on an already busy raspberry pi.
Authoritative name servers.
Good enough write-up about it here: https://docs.pi-hole.net/guides/dns/unbound/
Both open and closed source software share this problem, so this doesn’t really answer the question.
Lemmy drag Deez nuts across your face?
The most obvious answer is gaming. Hard 60/144Hz deadlines is RT. But there are lots of changes that got into the kernel from the RT group, starting with getting rid of the BKL, which helped everyone.