Self-synchronizes to GMT by passively receiving continent-spanning radio time signals.
Why don’t other watches do this?
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]
Self-synchronizes to GMT by passively receiving continent-spanning radio time signals.
Why don’t other watches do this?
I have a Galaxy S3 somewhere, which is apparently supported by PostmarketOS. Interesting.
Hart
My wife bought a Hart brand shop vac and it nearly caught on fire the first time we used it. We swapped it for a DeWalt branded one (which are not actually made by DeWalt) and haven’t had any issues.
Open source is good because it means it can be maintained even if the manufacturer shuts down. One of the biggest issues with keeping older tech alive and in a useful state is proprietary firmware.
That’s Blend-Tec not Vitamix lol
Funny enough this is the first video I ever watched on YouTube, back in 2007, after switching from Google Video: https://m.youtube.com/watch?v=qg1ckCkm8YI
I ran Tomato on mine. Liked it better than DD-WRT.
This confuses me because BlueSky does not have any federalization technologies built into it,
Bluesky is designed to be federated though. It’s just not fully available yet. Also, Bluesky is open-source, licensed under the MIT license.
Yahoo and AOL email are both still around and relatively widely used, and there’s plenty more that aren’t ran by large companies, like FastMail.
Breville is such a good brand. Not very well known in the USA since they’re an Australian brand. Kinda expensive, but very high quality.
ECC (and other methods) write the corrected value back to memory
That was my understanding (it corrects the error and writes the good value back to RAM), but now I’m not so sure! I imagine it must do that, otherwise a second bit flip would actually corrupt the RAM, and the RAM manufacturer would want to reduce that risk.
Regular ECC adds an extra parity bit for each byte. For each byte of memory, it can correct an error in one bit, and detect but not correct an error in two bits, so they wouldn’t want a one bit error to linger for longer than it needs to.
A better use of your time is to improve documentation. Developers generally hate documentation so it’s often in need of improvement. Rewrite confusing sentences. Add tutorials that are missing. Things like that. You don’t necessarily have to be a good developer or even understand the code of the project; you just have to have some knowledge of the project as an end user.
At least for that we have replacement names that make sense (like primary and secondary or replica).
HTML isn’t compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with data-
(e.g. <div data-foo="test">
) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.
It’d drain the batteries quickly. Wifi uses a relatively large amount of power, and low-power wifi variants like HaLow aren’t widespread yet. Bluetooth has a low energy mode for low-power devices that works well for this use case. I guess it could have a power cord, but then why use wifi when it could just plug into the phone instead?
You should try the Bowers and Wilkins system in the BMW iX some time. In the USA it’s a $3,400 upgrade compared to their mid-range Harmon Kardon system (which itself is an upgrade from the base system), but it sounds amazing. 30 speakers including one in every head rest, two subwoofers under the floor, and 4 bass shakers in the front seats. 1615 watts total. Sounds better than some home cinema setups I’ve heard.
In Australia, I used to use them the opposite way as you: “mould” for the fungus, and “mold” to shape. These days I live in the USA and use “mold” for both.
For DNS challenges, I personally prefer using acme-dns. It’s a separate DNS server that only serves ACME DNS challenges. I felt a bit uneasy using an access token for my actual DNS host since it grants full read/write access to every record. acme-dns reduces the attack surface.
Let’s Encrypt follows CNAMEs and supports IPv6-only DNS servers, so you could just run acme-dns on a spare IPv6 address (assuming your internet provider has a static IPv6 range, or you have a VPS with IPv6).
Yeah, video game ratings in Australia aren’t great. Australia didn’t even have an adult (R18+) rating for video games until 2013. Before then, all games rated higher than MA were illegal in Australia. Some games were banned, while others were modified to reduce violence, remove sexual themes, remove drug use, etc.
Australia: Consumer protection laws are better than most other countries, even European countries. For example:
This applies for digital goods, too. As far as I know, Australia is the only country where you can get a refund from Steam for a major bug in a game regardless of how long you’ve owned the game for or how many hours you’ve played. Valve tried to avoid doing this and was fined $3 million: https://www.cnet.com/culture/entertainment/valve-to-pay-3-million-fine-for-misleading-australian-gamers/
Sounds like you did a thorough job as a QA tester. As a software engineer, I love to see it.