undefined

joined 1 year ago
[–] undefined@lemmy.hogru.ch 15 points 5 months ago

My negative outlook on life pushes friends away so I don’t have that problem.

[–] undefined@lemmy.hogru.ch 44 points 5 months ago (7 children)

I’m always like “who the fuck uses Instagram?” I guess I’m living in a different world entirely.

[–] undefined@lemmy.hogru.ch 11 points 5 months ago (3 children)

Am I missing something or can you just get around this by not having it on the Internet? Like you could just start shuffling a bunch of flash drives around.

[–] undefined@lemmy.hogru.ch 3 points 5 months ago

Right? Why the hell would anyone think this? There are a lot of articles lately like “is AI alive?” Please, it’s 2025 and it can hardly do autocomplete correctly.

[–] undefined@lemmy.hogru.ch 1 points 5 months ago* (last edited 5 months ago) (1 children)

Ruby on Rails developer here, why is that bad? Honestly Python feels old and shitty, PHP is a joke, and I can’t think of any other language I’d prefer.

[–] undefined@lemmy.hogru.ch 1 points 5 months ago* (last edited 5 months ago)

For my personal setup I’ve been wanting to do it on a VPS I have. I route my traffic through a bundle of VPNs from the US to Switzerland and I end up needing to clear browser cache often (web developer testing JavaScript, etc) on my end devices.

each site hosts their own copy of jQuery or whatever the kids use these days

I do this in my projects (Hotwire) but I wish I could say the same for other websites. I still run into broken websites due to trying to import jQuery from Google for example. This would be another nice thing to have cached.

[–] undefined@lemmy.hogru.ch 1 points 5 months ago (3 children)

I couldn’t get SSL bumping in Squid on Alpine Linux about a year ago but I’m willing to give it another shot.

My home router is also a mini PC on Alpine Linux. I do transparent caching of plain HTTP (it’s minimal but it works) but with others using the router I do feel uneasy about SSL bumping, not to mention some apps (banks) are a lot more strict about it.

[–] undefined@lemmy.hogru.ch 15 points 5 months ago (5 children)

This very much bothers me as a web developer. I go hard on Conditinal GET Request support and compression as well as using http/2+. I’m tired of using websites (outside of work) that need to load a fuckton of assets (even after I block 99% of advertising and tracking domains).

macOS and iOS actually allow updates to be cached locally on the network, and if I remember correctly Windows has some sort of peer-to-peer mechanism for updates too (I can’t remember if that works over the LAN though; I don’t use Windows).

The part I struggle with is caching HTTP. It used to be easy pre-HTTPS but now it’s practically impossible. I do think other types of apps do a poor job of caching things though too.

view more: ‹ prev next ›