shroomato

joined 2 years ago
[–] shroomato@lemmy.world 1 points 2 weeks ago (1 children)

I'm not sure that the alternatives were any better, everything was terrible back then.

[–] shroomato@lemmy.world 8 points 2 weeks ago

The Chinese Communist Party has a chance to do the funny

[–] shroomato@lemmy.world 15 points 2 weeks ago (1 children)

Clever, the bacteria gets lost in the maze and slowly goes insane and starves to death.

[–] shroomato@lemmy.world 1 points 3 weeks ago (1 children)

Most cloud providers have some kind of firewall that allows to configure a resource being accessible only from certain IP addresses. Worth it to set to your home IP address, as long as it's static.

[–] shroomato@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago)

Tbh there also was iPod Touch, which did everything iPhone did except making calls.

[–] shroomato@lemmy.world 5 points 2 months ago

Yep, conservatives don't stand a chance to make a conservative LLM as they keep contradicting themselves. Inconsistent data is just noise.

[–] shroomato@lemmy.world 12 points 5 months ago (5 children)

Out of recommendations given here I'd ignore Arch/Manjaro, for a server you want something that you can set up and forget about and not explode when you try to update the packages after not doing so for 3 months.
Kubernetes and the likes are a bit of an overkill unless you're planning to expand to having multiple machines or want a learning experience.
I'd recommend docker compose or podman, you generally don't want bare bones docker as running your containers via docker run sucks ass.

[–] shroomato@lemmy.world 2 points 7 months ago* (last edited 7 months ago)

The best I can do is make a sandwich that simultaneously has and doesn't have tomatoes in it.

[–] shroomato@lemmy.world 1 points 7 months ago

"I accidentally did something that I had to explicitly go out of my way to do, and doing literally nothing could have prevented it"

[–] shroomato@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Multiselect lists are outdated design, requiring prior knowledge of what they are and the use of keyboard (that you might not have if using a touchscreen device) for a simple interaction with a webpage is terrible UX. The issue is that it's how browsers render them by default, a 'proper' multiselect requires a bunch of css and javascript.