

Yes


Yes


How about only apply to non-FOSS software? Most hobby projects used not just by the author altend to be FOSS, and businesses can decide to go FOSS, making their software independently auditable by anyone, or go through certification.
I guess there’s a danger of a campaign to re-brand FOSS as “uncertified” then…


I heard about star citizen when I was a teen, and it looked soooo cool. Unfortunately my PC was not strong enough. So I saved up for months to buy a PC specifically to play Star Citizen. Finally, I had all the upgrades I needed for the PC. Started excitedly pouring over Roberts Space Industries to pick my ship. Noticed the pricing model was… Off. In fact, this felt like a scam. Hold on, there’s no real game I could actually play? Decided to hold off until something released I could play, ideally with friends, and ideally via a less obfuscated pricing model.
Anyways, I’ve checked in with SC about once a year since. I’m about to begin the process to finance a house with my girlfriend of 9 years. Exciting times ahead.
I’m pretty sire SC won’t have released anything close to what was promised in 2012 by the time I retire, MUCH less anything promised since.
(Btw I was not a smart teen. I fell for lots of things and lost money to scams and stupid games. I got lucky with SC, because in an alternate universe, I might also be stuck in sunk cost fallacy.)


Worse than just taxing them properly.


Most correct answer possible.




You killed him! NOW IT’S JUST “Lake”!
Lmao this is fantastic, thank you.




In that order. I self-host both XMPP and Matrix, and I wouldn’t want to stop using matrix. Spaces, arbitrary amounts of self-chats, and so on are great. I use matrix every day.
But for chatting… It sooner or later fails you. It’s slow. Notifications break. Messages are shown as sent, but somehow do not appear in the recipient’s devices until TWO WEEKS LATER (yeah IDK, happened twice already, in different chats and directions. Best part is, I’m not even federated!). Encryption is great IF YOU KNOW SOME CRYPTOGRAPHY BASICS, and utterly confusing otherwise.
XMPP just works. Especially the calls, holy shit, I had to fight Matrix for so long to make voice and video calls work, and xmpp just… Works. Notifications are way more reliable (as in, have been absolutely perfect). I really like monocles as a chat app on Android. (The downside is: can’t decrypt old messages on new devices, and desktop clients are ugly.)
So why Signal above XMPP?
Because it’s not your fault should something ever break in a vital service. Also the encryption and privacy afforded by it a great.
I’ll second Pocket-ID.
I originally had Authentik setup. It worked well enough. However, their packaging constantly broke and no-one seemed to care.
Switched to Pocket-ID and won’t be looking back. Passkey-based OAuth was all I wanted anyways. (Also, the logins themselves are noticeably faster!)


Burden of proof is on Astrology claiming to be real.




Yeah, like 3-4x/week.
This includes things like train tickets, because I refuse to have to have my phone with me.
Sheet music, shopping list, letters to doctors/government offices/…


Thanks, I’m very happy to hear that!


I actually have things like “play x by y” functioning really well without a LLM.
Have a custom service that exports all song/album/artist names from MusicAssistant, does some simple cleanup, and places the list where HomeAssistant expects it for custom voice intents. Then this: https://github.com/charludo/hass-closest-intent is enough that imperfect STT can still easily be matched to those song/artist/… names.


I’m just gonna shamelessly plug my project here: https://github.com/charludo/hass-closest-intent
You do need local STT, but it’s fine if it’s somewhat bad; the conversation agent linked is sufficient to “get” what you meant, without LLM.


I feel like one could legitimately run on this platform at this point.


Awesome!! And thanks for actually letting me know! :D
Edit: anything for the wishlist?


This started off as a single file in my private nix config, to see if I could get it working at all. In that initial part, some parts were indeed LLM generated (esp. testcases based on my existing intents and failures).
When I noticed that this might actually work and be useful not just for myself though, I moved everything out manually, refactored and cleaned it up, and everything since has just been myself. I guess you’re still right though. I’ll see about adding a disclaimer to the README until I’ve gotten the chance to properly rewrite everything.
Yeah. Honestly it might be a good idea to start a community project that’s a “nix2everyDistro”, and then go around and open PRs on FOSS projects to wire their project up to build in nix + output “every distro”