

I already did that. It doesn’t change the fact, that a normal user will not do that and google will just not tell you straight up.
I already did that. It doesn’t change the fact, that a normal user will not do that and google will just not tell you straight up.
I have used the page linked to in the comments. But that just said that they received my request - no indication if I had an affected device or not. Also for my jurisdiction I cannot get the free battery replacement, just the money or store credit.
I still have to hear back from them.
Seems like I have an affected device. No thanks to google for helping me figure that out. Their useless page shows no information regarding that. Had to look at the serial number of the battery: sudo cat /sys/class/power_supply/battery/serial_number
. Which contains the string from the mastodon post.
Now, I have a custom ROM, so that means I won’t suffer degraded battery capacity, it just might be dangerous to continue to use my phone.
I just keep my history file around and have set it up to never truncate. Then grep
or ^R
.
Something like that should do it:
i = ~((~i + 1) + ~0) + 1
Nein, eher so braun-türkis.
Not yet, though thats a feature worth looking at. I’m thinking that it should be collections instead of playlists. If you add 3 shows to a playlist only the episodes will appear there, while the collection will only show the tv show (or season, whatever you added).
Ah, should probably make that more clear. Everything can be done in the settings of the plugin.
It just manages a native jellyfin playlist, so that should work just fine.
Yes, but it’s incompatible with the way I handle access control. I think I did it with Remote User authentication, which breaks all the login mechanisms of diverse apps, even though it’s officially supported by the projects. That’s why I only choose projects where the frontend is a PWA or they support oidc.
So I just installed the PWA, which works great.
Ja, das aber war eher so gemeint, dass es total unerwartet ist.
Lustiger Fakt: Python ist stark typisiert (aber dynamisch), aber booleans sind trotzdem integer:
assert isinstance(True, int)
War die einzige Falle in die ich bis jetzt rein gelaufen bin, die wirklich gemein ist.
Und typehints im Zusammenhang mit cython. Und cython eigenheiten generell.
I didn’t read the whole article, just a cursory glance really, but it seems like that is the exact other way around that I would want it.
I’m thinking of scanning a paper bill with my phone, extracting the text and matching parts of the text to firefly fields, like transaction description, source account, destination account, amount and maybe categories/tags.
I have Firefly III and am really quiet happy with it. I might write a companion program to scan bill though, since doing everything by hand is rather time consuming.
paar Sache:
Reminds me of the style in Scavengers Reign.
I just use ansible to generate all wireguard configs and deploy them. Works great, but then, all my devices have static ips.
The fragment of a URL is not sent to the server, so that’s where such platforms usually store the key. That’s also the way cryptpad does it. You can thus share the URL and with it the key.
Of course, you still need to trust the platform. The sourcecode link at the bottom of the page links to https://github.com/timvisee/send who forked from mozilla/send and links back to the web page.
Gut möglich, dass die A/B testing betrieben haben, machen viele.
Looks good, I use a lot of the stuff you plan to host.
Don’t forget about enabling infrastructure. Nearly everything needs a database, so get that figured out early on. An LDAP server is also helpful, even though you can just use the file backend of Authelia. Decide if you want to enable access from outside and choose a suitable reverse proxy with a solution for certificates, if you did not already do that.
Hosting Grafana on the same host as all other services will give you no benefit if the host goes offline. If you plan to monitor that too.
I’d get the LDAP server, the database and the reverse proxy running first. Afterwards configure Authelia and and try to implement authentication for the first project. Gitea/Forgejo is a good first one, you can setup OIDC or Remote-User authentication with it. If you’ve got this down, the other projects are a breeze to set up.
Best of luck with your migration.