undefined

joined 7 months ago
[–] undefined@lemmy.hogru.ch 10 points 1 month ago (2 children)

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?

[–] undefined@lemmy.hogru.ch 6 points 2 months ago
[–] undefined@lemmy.hogru.ch 2 points 2 months ago (2 children)

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;
    }
}
[–] undefined@lemmy.hogru.ch 10 points 2 months ago* (last edited 2 months ago)

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.”

[–] undefined@lemmy.hogru.ch 13 points 2 months ago* (last edited 2 months ago) (4 children)

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.

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

Oh, that’s pretty sick.

[–] undefined@lemmy.hogru.ch 0 points 2 months ago

Such an original, Reddit-style one liner. 😒

[–] undefined@lemmy.hogru.ch 9 points 2 months ago (2 children)

I don’t think it’s what you’re looking for but what your post reminds me of is ReactOS, though that’s more of a rewrite of actual Windows than a Linux distro.

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

And all the photos look like shit because they’ve been recompressed in JPEG, and all the metadata is just gone.

[–] undefined@lemmy.hogru.ch 10 points 2 months ago* (last edited 2 months ago) (3 children)
.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.

[–] undefined@lemmy.hogru.ch 13 points 2 months ago

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!”

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

If only there were an anonymous, distributed, peer-to-peer network where things like this could be hosted easily. cough i2p

view more: ‹ prev next ›