

Look up your phone on dontkillmyapp.com and make sure tailscale is excluded from battery and network “optimization”.
Look up your phone on dontkillmyapp.com and make sure tailscale is excluded from battery and network “optimization”.
Yeah that’s a nice reaction, the other dude wasn’t being a jerk so no need to make him feel bad about it.
The VBA part of the meme is real, VBA is (was?) localized. Turns out it’s a horrible idea: some keywords are badly translated, some are not translated at all. Googling localized error messages is useless, so you need to guess the original error message from the translation. Want to copy/paste a function from SO? Not so fast, you need to translate the keywords first! And the variable names as well while you’re at it.
Ironically, you end up spending a lot of time on translation-related issues. I’ve worked on a french-VBA app, and it was a miserable experience (well, even more miserable than english VBA).
Sure but they still wouldn’t have my email password or recovery codes, which was my point.
Print or write down your recovery codes, and stash them in a safe spot. And don’t store your primary email password in bitwarden either.
With your current setup, you’re one keylogger away from losing all your stuff.
Just tried framed out of curiosity, it works fine on my Pixel 9.
+1 for earasers. They’re very efficient and comfortable , and I wear them for 12 hours a day for 4 days straight during Hellfest each year.
Didn’t know poppy was still around.
She’s actually growing in popularity, opening for and collaborating with major bands. She’s booked on a lot of metal festivals as well.
Yeah, while Gaben is still at the helm…
Nah, Hibernate, Spring and most major Java frameworks have largely moved away from XML. It’s still supported, but these days it’s mostly configured in the code directly, with properties loaded from yaml, JSON or the environment (for containers).
The JDK ecosystem is in a pretty good spot nowadays. With Spring boot you can whip up a productions ready back-end very fast, or if you prefer a more hands-on approach there are lighter frameworks/libraries quarkus or micronaut.
The Java language itself has evolved fast and is actually pretty nice now, and if you prefer something more modern akin to TS or swift you can just use Kotlin which is almost 100% interoperable with Java.
Since Java 14 it looks like this:
Exception in thread “main” java.lang.NullPointerException:
Cannot invoke “String.toLowerCase()” because the return value of “com.baeldung.java14.npe.HelpfulNullPointerException$PersonalDetails.getEmailAddress()” is null
at com.baeldung.java14.npe.HelpfulNullPointerException.main(HelpfulNullPointerException.java:10)
Yep, at my previous job I moved a pretty complex build system from Jenkins to github actions. It worked fine and was much simpler to maintain.
And yes there are ways to run github actions on your own machine, but I haven’t tried it.
I was answering a question which had nothing to do with reclaiming territory?
The Ukrainian army and equipment supplied by NATO members I guess?
Yes, only in New Caledonia, and only on mobile. The goal is to prevent the rioters from coordinating on the go.
The various Gameboys, DS, Vita, … are all handhelds with much worse performances and graphics than the Switch. I’ve owned quite a few handheld consoles since the original Gameboy, and when I bought the Switch it had the best-looking games I had ever seen. Hence my response.
But yeah it’s been gathering dust since I got the SD :)
Yeah if you consider the steam deck and co to be consoles, which I don’t.
I was responding to the claim that the switch “has the worst graphics on a handheld”, which is obviously wrong.
Yeah I thought about it but IMO the Deck is a PC, as it runs a PC OS, games and software out of the box.
Plex sucks but jellyseer, the *arr stack and jellyfin are all open source and entirely free. Together they provide an experience almost as straightforward as any commercial streaming platform: find a media on jellyseerr and request it with a single click. A few minutes* later the media is available in Jellyfin, and you can watch it on your computer, smartphone, smart TV, …
*with Usenet and a good internet connection