mystik

joined 1 year ago
[–] mystik@lemmy.world 22 points 4 days ago

Revolt is kinda “centralized”. You can host your own version, but they seem to actively discourage you from doing so.

[–] mystik@lemmy.world 32 points 1 week ago (1 children)

Forced memes don't work either. Just ask Milhouse

[–] mystik@lemmy.world 11 points 3 weeks ago (4 children)

https://github.com/jgraph/drawio/blame/dev/LICENSE <-- that's ... a rather specific and recent change. Is there a story here ?

[–] mystik@lemmy.world 8 points 3 weeks ago (6 children)

You are aware that draw.io is itself open source and self-hostable: https://github.com/jgraph/drawio ?

[–] mystik@lemmy.world 11 points 1 month ago* (last edited 1 month ago) (1 children)
[–] mystik@lemmy.world 16 points 1 month ago

Price fixing is a problem because of the power imbalance between businesses selling products, and individual consumers that need to buy them.

Worker unions are a solution to that power imbalance.

[–] mystik@lemmy.world 4 points 2 months ago

They also made RIPTerm and RIPscript iirc. Those were the days…….

[–] mystik@lemmy.world 19 points 2 months ago

At $dayjob I switched from Apache to nginx 15+ years ago. It's Callback/Event based process model ran circles around Apache's pre-fork model at the time. It was very carefully developed to be secure, and even early on it had a good track record. Being able to have nginx handle static content without tying up a backend worker process was huge, and let us scale our app pretty well for the investment of time. Since then, Apache implemented threaded + Event based process models, Caddy, traefik, and a bunch of others have entered the scene.

TBH, I think the big thing nowadays is sane defaults, and better configuration, even automatically discovered configuration -- traefik is my current favorite for discovering hosts in consul/Kubernetes/simple host definition files, but since traefik can't directly serve files, I simply proxy from traefik to .... nginx :)

[–] mystik@lemmy.world 15 points 2 months ago

Navidrome is another server that works pretty well, implements the subsonic protocol ( so all the apps that can cache and stream to your mobile device work). You can have multiple logins, or just share out playlists and albums individually to non-authenticated users.

[–] mystik@lemmy.world 4 points 3 months ago (1 children)

MoCA is a way to send wired Ethernet up to (300mb/s, at least the version i have) over coax. Verizon fios would provide these devices to send internet to set top boxes over existing coax cabling, but you can get a pair of these devices and send Ethernet in on one side, and Ethernet out the other side.

I have noticed however, it adds a bit of latency to the connection, which may be trouble.

[–] mystik@lemmy.world 14 points 3 months ago* (last edited 3 months ago) (1 children)

⟋etc⟋passwd ⧸etc⧸passwd /etc/passwd

[–] mystik@lemmy.world 4 points 3 months ago (1 children)

Depending on your use cases and apps, file locking can be problematic when sharing across SMB and NFS simultaneously, their locking semantics are slightly different

view more: next ›