

Is this necessary? Seriously, we are heading into a climate crises (or more accurately, already in one) and now we need to manufacture this shit?
Is this necessary? Seriously, we are heading into a climate crises (or more accurately, already in one) and now we need to manufacture this shit?
postmarketOS?
It’s mostly about performance. Caddy’s Go-based garbage collector starts to negatively impact performance at high load. It looks something like:
server {
listen 443 ssl http2;
server_name example.com;
ssl_certificate /etc/nginx/ssl/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/privkey.pem;
location / {
proxy_pass http://localhost:3000/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
I’m also a developer and I’m really big on optimizing database queries and having the right data indexed. When I review others’ code I’m being “nitpicky” when I point out that an index is missing. When it comes to query optimization I’m often told “well there’s plenty of memory.”
I prefer nginx to Caddy myself for reverse proxies. As far as VPN technologies go, Tailscale and WireGuard are where it’s at.
Not sure why we’re comparing Caddy to Tailscale though.
Such an original, Reddit-style one liner. 😒
And all the photos look like shit because they’ve been recompressed in JPEG, and all the metadata is just gone.
.order(created_at: :desc)
I don’t have a point, but felt like typing it in Ruby. Maybe someone else will have something snarky to say.
I don’t know why but this makes me picture some dusty old-school newsroom with that one guy in all the TV shows smoking a cigar acting kind of like an asshole, and he looks up from the rough draft and while pointing at it with the cigar half-yells “have ChatGPT take a crack at it, maybe it’ll spice things up!”
Well the layout of the search in the new version also completely fucking sucks since at least in the old layout it would highlight the section you needed to go to.
I much prefer the one on the right. Sure, it looked a bit less modern but it wasn’t nearly as glitchy as the newer one. I rely on searching for settings and it almost never works; I really don’t know how Apple ever let the new version into macOS.
But you can do all that without selling out your users to third parties.
As a web developer that blocks all this shit, that’s the line I always use. I would just use first-party analytics from the same domain the website is hosted from. The added bonus is that people like me wouldn’t even be able to block it without blocking the entire website (at least with DNS).
This is why I’m such a cunt about blocking this stuff at the DNS and/or IP level. Google Analytics is essentially everywhere including IRS web pages with your Social Security number in the DOM.
For that price I might as well get a used desktop or another mini PC.
It does matter to me and I live in an area with frequent power outages. Unfortunately I didn’t check this out before purchasing so I’m pretty annoyed by this behavior.
Why is this even being covered?
That is sad to see. I’ve moved on to Raspberry Pi + hard disk enclosure (with incredible performance) but it’s still upsetting to see Synology go this route.
Oh right, silly me for having forgotten.
I self-host web apps I write myself? ¯\(ツ)/¯