A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.

I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things as well.

  • 2 Posts
  • 676 Comments
Joined 5 years ago
cake
Cake day: August 21st, 2021

help-circle


  • Interesting. Thanks for the info. I’ll re-think whether I recommend it to random people around the world, then.

    In Germany it’s great. I’ve been using it for many years now. But we have some good/strong hacker organizations, digital sovereignty and privacy groups, nonprofits and some generous IT companies. Maybe it’s random private individuals in other countries and they’re not as reliable.

    Seems right now there’s something going wrong anyway. I don’t think the amount of “offline” servers is normal. And a good amount of them isn’t even offline, but still answer my DNS queries.






  • Even if you control your router/modem, they still control the other end, it connects to. And some more infrastructure along the path. So i think it depends a bit where you’re going with this. If you’re worried about them doing packet inspection, or logging IP numbers you connect to, I don’t think there’s a big difference. They could do it anywhere. And they’ll likely do it in some datacenter.

    A router interfaces with your local network, though. So in theory a router can be used to connect to your internal devices and computers and maybe you have an open network share without password protection or something like that. But we’re talking violating your constitutional rights here. It’s highly illegal in most jurisdictions to enter your home and go through your stuff.

    I’ll buy my own router because I can then configure it to my liking. And my ISP charges way too much for renting one. And what I also do is not use my ISP’s DNS service. That’d just send every domain name I open to their logfiles. Instead I use one from OpenNIC



  • Ja, wir hatten damals auch ganz viele wirklich gute Vorschläge und das meiste davon wurde abgelehnt wegen zu anstößig, zu sonstwas, und nachher einigt man sich sowieso auf den kleinsten gemeinsamen Nenner. Wobei von uns glaube ich niemand auf die Idee gekommen wäre, dass NS-Anspielungen oder Juden-Witze irgendwie unseren Abschluss oder uns wiederspiegeln. Also sowas kam einfach gar nicht erst nicht auf den Tisch. Über die Aussagekräftigkeit kann man sicherlich diskutieren. Ein Edge-Lord in der Gruppe ist wahrscheinlich genug um soetwas anzuzetteln. Also entweder finden dort mehrere Leute so Memes aus der Ecke witzig, was etwas beschämend wäre, oder es ist gutes Trolling. Schließlich hat es das bis in die Zeitung geschafft. Kann beides sein. Ist aber auch ein guter Aufhänger für einen Artikel. Ich wäre allerdings weit mehr besorgt über die Leute mit den White Power T-Shirts.


  • I’d go with the Debian package. That’s tied into the system. You get nice updates, there’s more eyes on what the upstream developers do, sometimes the Debian maintainers disable things like tracking, fix vulnerabilities in libraries. It’s smaller, less permission issues… It’s just safer and more convenient…

    I’ll go for Flatpak once there’s some benefit. For example the sandboxing which is great to have for proprietary software. Or if the package isn’t available in the Debian repositories, and the alternative would be some third-party repo or deb file downloaded from a random website. And in rare cases when I need a specific version and the Debian maintainers are stuck with an old release.



  • Depends. Sometimes you’ll get a PC magazine or blog cover an upcoming laptop and test Linux compatibility. Or someone writes a long Reddit post after they got it, or updates the Arch Wiki. There definitely are ways to learn about Linux-compatibility with new models. We used to have Amazon comments and reviews…Just be super cautious with all the AI bots and fake comparison sites out there.

    And it’s a bit more complicated with gaming stuff. Sometimes they’ll add a weird webcam, or unsupported RGB LED controller, or have weird quirks in the firmware. Some other model lines like a business laptop from Dell or Lenovo tend to be just fine and you’ll get 100% Linux compatibility. There’s no guarantee, but any way, after a few Linux nerds blogged about it you should be fine.



  • What I do is use externed_openai_conversation from the HACS to hook into my LLM’s OpenAI-compatible API endpoint. That one makes it available via the regular Voice Assistant stuff within Home Assistant.

    Not sure what’s happening here. The Ollama page says it doesn’t have all functionality, for example it doesn’t have sentence triggers? And weather forecast is a bit of a weird one in Home Assistant. That’s not an entity (unless you configure one manually) but a service call to fetch the forecast. Maybe your AI just doesn’t have the forecast available, just the current condition and maybe current temperature. Everything else must be specifically requested with a deliberate “weather.get_forecast” call. Maybe that service call and the specific processing is in the official Assistant, but not in the Ollama integration?






  • Thanks for the link! As a short aside for the other people here: Try not to spam developers. That usually achieves the opposite and makes them miserable, when we want them to not burn out, and write good software for us. A thumbs-up emoji is the correct reaction for the average person. Or for the pros - a code-review highlighting specific issues within the code.