It sure feels like we’re at the peak of the Gartner hype cycle. If so, the bubble will pop, and we’ll end up with AI used where it actually works, not shoved into everything. In the long run, that pop could be a small blip in overall development, like the dot-com bust was to the growth of the internet, but it’s difficult to predict that while still in the middle of the hype cycle.
Relevant XKCD. Humans have always been able to lie. Having a single form of irrefutable proof is the historical exception, not the rule.
K-9 mail… isn’t supported or being developed any more.
That’s not true. They make frequent-enough releases, they post monthly progress reports, and they are actually going to become Thunderbird’s Android version.
Having said that, I almost switched to FairEmail because K-9 lacked support for some sort of authentication measure (which I no longer need), but that wasn’t because K-9 stopped development.
If you want a preview of an uncaring and anti-consumer Valve, look no further than the company’s efforts on Mac.
Valve never updated any of its earlier games to run in 64-bit mode… Apple dropped support for 32-bit applications in 2019
Funny enough, the only platform with a 64-bit Steam client is Mac.
I don’t disagree with concerns about monopoly, but the author’s key example is Macs. And from the example, it sounds to me like Apple disregards backwards compatibility (dropping 32-bit support, moving to ARM chips) and Valve isn’t investing to keep up. Meanwhile, Windows has a heavy backwards-compatibility focus, and Linux isn’t too bad either, so no wonder they still get Valve’s attention. So who is being “anti-consumer” in this example, Valve or Apple?
And here I was thinking of https://xkcd.com/664/
Also worth noting this article is nearly five years old. Rust’s first stable release was nearly nine years ago, so its (stable) age has more than doubled since then. I expect Rust would look a lot more mature if the article was written today.
At a glance, it looks like Aegis generates standard TOTP tokens, which means there’s a lot of software that can do the same thing, so you don’t need to emulate Aegis. I use pass-otp (an extension to pass), but that’s command-line-only, and a lot to deal with if you’re not already using pass. From a quick search, it looks like Keysmith and OTPClient are decent graphical alternatives. From another quick search, OTPClient is available in Ubuntu 23.10.
Edit: Re-reading your post, your issue is that you don’t like logging in on your phone, right? But Aegis just provides the code, you should be able to use the code from your phone to log in on your computer. TOTP codes are only affected by the secret values and the current time, so the code generated on your phone can be used on any device.
From the article:
The researchers have so far been unable to determine precisely how Krasue gets installed.
So no one knows yet. But I feel that the existence of malware in the wild is newsworthy, even if we don’t know how it got there. Regardless, you and I probably don’t have to worry about it unless you’re a Thai telecom.
You must be thinking of a different grant, or you’re in a province where the carbon price is not federally run. The federal Climate Action Incentive payment is disbursed to everyone.
Tell us more about what you’re thinking of building/drawing. I like FreeCAD, but it’s also quite complicated, depending on what your goals are.
Here is their reasoning, basically summarized as “it’s easier to get everything for games into a new language than bolting it onto an existing language”. I also recall seeing a blog post where they said their initial implementation of GDScrip took fewer lines of code than embedding Lua did.
Note Godot does officially support C# and C++, and there is unofficial support for other languages too. But they commonly recommend GDScript for beginners.
Yes, but not all clients expose dependent tasks (which is sadly a common issue with open standards: they aren’t always properly implemented). I’m using Tasks.org on my phone (which supports dependent tasks), synchronizing to a Nextcloud server with the Tasks app (which supports dependent tasks now,
but didn’t for a long time), which also syncs to Thunderbird (which does not appear to show dependent tasks as dependents).Edit: remembered that the Nextcloud Tasks app has long supported dependent tasks. I was thinking of recurring tasks, which it does not support. Again, open standards aren’t always fully implemented.