I thought webp was supposed to be smaller at the same loss-level as jpeg? Also, doesn’t it have a lossless mode too? Compatibility is an issue.
- 0 Posts
- 9 Comments
JavaScript in the wild
The document is filled with so much meaningless fluff that it’s annoying to read and was probably written by chatgpt and the cover image is AI generated: I don’t think there’s anything useful here.
powerofm@lemmy.cato
Selfhosted@lemmy.world•What do you guys do about usernames / passwords for your local services?English
272·1 year agoI’m pretty sure that vulnerability only affected windows machines. Surely you’re not running a homelab with windows server?
My guess would be the response text is passed through a rudimentary templating engine that looks for
{and}. Somehow it must be processing the whole chat history. The templater fails at the unexpected braces in the code block and then just gives up (probably a try-catch ignores the error and sends the message anyway).
powerofm@lemmy.cato
Selfhosted@lemmy.world•What's your favorite note-taking application?English
1·2 years agoWish there was a self-hosted version of notion with all the same features
I feel like I’m insane because I remember clearly that someone made an open source trip planner years ago on Reddit that gained a lot of support. But I can’t find any references to it anymore.
I was also going to suggest tunnels (Cloudflare, ngrok, etc) as a great way to test out your setup without worrying about the networking side. They’re not a great long-term solution, but a great step before diving into vpn configuration or messing with a new router.

Oh that’s smart! I just got started with podman and quadlets. Loving how simple it is to setup a systemd service and even organize multi-pod apps