

Yeah, it could also just sent the translation to a Matrix chanel, but then there are more moving parts and a day delay, it’s still much better than what I have now though. So if I can’t solve it on device this is a good fallback.


Yeah, it could also just sent the translation to a Matrix chanel, but then there are more moving parts and a day delay, it’s still much better than what I have now though. So if I can’t solve it on device this is a good fallback.


Ah cool, perhaps I can figure out what model the’re using because it’s open source, thanks for sharing!


https://youtu.be/sXgZhGzqPmU this guy explains it from different angles


Because you point to :latest and everything is dockerized and on one machine? How does it know when it’s time to upgrade?


Yeah, For some reason I didn’t think of ansible even though I use it at work regularly. Thanks for pointing it out!


And it’s stable enough for you? Do you go service by service or is it good enough for everything?


So everything is dockerized and points to :latest?
What about the necessary changes to the docker compose files? What about changes necessary in nginx configs?
I guess you also read each release notes manually?


I am developing a script which will do that specifically for my services.
Right now at the first stage it only checks GitHub, Codeberg, etc. To check if there is a new version compared to what each service is running right now.
https://git.jeena.net/jeena/service-update-alerts
I am extending it now with a auto update part, but it’s difficult because sometimes I can’t just call a static script because some other migration things need to run. So I have a classifier which takes the release notes and let’s a local LLM to judge if it’s OK to run the automation or if I need to do it manually. But for that I am collecting old release notes as examples from each service. This takes forever to do so I only have it done for PieFed, PeerTube, Immich and open-webui, and I didn’t push those changes to the public repo yet.


Hm, I didn’t think of ansible, that’s something I should think about to use.


What is n8n?
I know what you mean, at work right now when you run Linux they don’t give you support but they also don’t enforce any of the bullshit but skill give you VPN access to the work resources.
On win and Mac they dust disabled USB storage access and there is a to other bullshit going in TN the name of security while everyone uploads their code to openai or anthropic because they’re pushing for it
So now I am hidden from IT, when those Sanitized Linux ditros start showing up they will build in the same bullshit as they have from win and Mac now and then I’m fucked, because they will force me to use them


One caveat is that all of us are using the same user radicale user account
This is not necessary, we don’t do that we have the same setup but what I did was I just symlinked the shared calendars, to all the users, see https://github.com/Kozea/Radicale/wiki/Sharing-Collections
Yeah, actually once I realized how much they have I turned it off in panic first, but then I realized, turning it off only disallowes me access to it, they still have it, so I turned it back on.
OK, I didn’t read the full text but I saw self-hostable alternative to Google Timeline and Hona Assistant and I’m sold!
Google timeline once genuenly helped me get my Swedish citizenship, but it also freaked me out how much data Google had about me.
I had to write down when I left the country and when I came back for the last 5 years or so, and without timeline it would not been possible because during that time I traveled abroad at least twice a Mont for a year.
Anyway it sounds very cool especially because I’m already having Home assistant set up for this but it doesn’t have this timeline functionality.


FairScan, very cool, I was looking for something like that. I already use Paperless.


Yes I always have it on, both when I’m at home and away. The problem is that when I try to pay something with Samsung Pay, the Samsung Pay app tells me to turn off the VPN before I can use it.


That sounds too good to be true :D I’m also really interested in Graphene OS but I never pulled the trigger. Perhaps I need to buy some used pixel to try if all the things work which I need.


But those services detect that I have VPN on and force me to turn it off, otherwise they just exit.


So how do you deal with the fact that So many services on the phone tell you to turn off VPN to use them? I’m turning the VPN off and on several times a day on my phone and am always annoyed about it, because I need it on so I can get notifications and calls from my parents home network.
But every time I need to pay with Samsung Pay I have to turn it off, every time I want to log in to a government website I have to use this 2FA PASS app here in Korea and I have to turn the VPN off.
So often I forget to turn it on again, it’s so annoying, that this alone makes me want to put my stuff directly on the internet without a VPN and just keep stuff updated.
God damn this app is amazing! I’ve never seen such speed in translation like the SMS text I paste in is translated within less than half a second! And the translation quality is extremely good!
On top of all those good things it even exposes a android service so other apps can send in a string and it translates it for them and sends it back for them to use asynchronously, holly shit!
With this speed I can remove all the background translation code and all the storage and database, etc and can just translate the SMS when it becomes visible!
I will try to integrate it. Perhaps it is so little code that it’d be worth to upstream it to Fossify if it works well.