DiagnosedADHD

@DiagnosedADHD@kbin.social
0 Post – 7 Comments
Joined 1 years ago

Thin client! They're significantly more powerful than a pi and you can grab them for nothing on eBay and you can use the nvme slots for storage

It's almost like these politicians made a lot of noise because the person who is polling the strongest got indicted. I would honestly be relieved if both Biden and Trump went to jail. I'm really not looking forward to a 2024 election between Trump and Biden.

I switched to Linux a long time ago, it's only getting better and better. After valve started making serious investments in the ecosystem it has only gotten better for desktop usage and it simply 'works' in ways that even windows struggles with, ie: ps4 controllers/switch controllers work ootb, gamescope allows significantly more control over how games are rendered and offers a true console-like experience combined with big picture UI.

Is your VPN running on the same host as ssh? If so it could be a firewall issue. What VPN are you using?

6 more...

Osmand - I use this along Google maps, but it's nice to have entire regions downloaded and it shows more information than Google maps, specifically for back country stuff where you need to see every type of trail

Home Assistant

Wireguard - I love that the protocol is lightweight and secure, makes it really easy to access my home network without needing to expose self hosted stuff to the internet

Bitwarden - self hosted with vaultwarden/SQLite, changed my life and it's really easy to share logins with my partner

Immich - self hosted, the first real replacement for Google photos I've found. It has autobackup and it's really easy to share albums.

Kiss Launcher - I like how simple it is. My home screen ends up disorganized anyway so it's honestly just faster to have a recents list and a quick search feature.

I like osmand. I usually have my state and surrounding states downloaded just in case. It also can show more information than Google maps, especially for hiking and mountain biking, you can also customize the map display as well. The navigation is obviously not as good as maps but it's reliable af.

I'm not convinced using rust is all that useful for web development. There are already plenty of other mature well optimized solutions for backend web development that includes a lot of security, qol features ootb like mature orm's with optimized database access which regardless of how fast your code is can bottleneck your site much faster if you don't have smart database access.

Yeah, theoretically rust can be faster than ruby/python/node, but it's harder to optimize it enough to get to that point and you will have a much harder time finding devs to work on such a project because the amount of backend devs that have enough rust experience is so small, they're like on the opposite sides of the ven diagram of languages for web developers.

On top of all that, languages which are heavily used for web development often get low level optimizations baked into the frameworks/languages so you can get pretty amazing performance uplifts over time to bring it to the level of lower level languages.