Designing for The Guest/Host Relationship As Part of A More Prosocial Web https://osteophage.neocities.org/writing/designing-for-the-guest-host-relationship #Mastodon #WebDev

Designing for The Guest/Host Relationship As Part of A More Prosocial Web https://osteophage.neocities.org/writing/designing-for-the-guest-host-relationship #Mastodon #WebDev
One last question before I collapse from exhaustion.
Is this conformant with the HTML spec?
That is, will browsers correctly sniff the MIME type parameters?
<video>
<source src=movie.webm type="video/webm; codecs="vp8, vorbis"">
</video>
Finished up v0.1 of the AI Poison Honeypot Builder.
It makes sites with some Markov chain generated pages and a robots.txt file with a disallow instruction for the entire site. Bots shouldn't scrape the pages. If they do, they'll add a little gibberish to their training models.
A quick post with repo and test site links is here:
Interesting:
OmniSVG is the first family of "end-to-end multimodal SVG generators" capable of generating complex and detailed SVGs ("from simple icons to intricate anime characters").
Is the ordering of attribute values ever semantically or logically important.
For example, is there ever a practical difference between:
`<p class="a b">`
and
`<p class="b a">`
"What does it look like when there's a bug in your debugger and it crashes your coding app?"
️ New Article: Shut up, you're being an asshole https://ift.tt/muOW6rI #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
Datastar: Web Framework for the Future?
https://chrismalek.me/posts/data-star-first-impressions/
Discussions: https://discu.eu/q/https://chrismalek.me/posts/data-star-first-impressions/
Why I the web.
WebTUI is a modular #CSS library that brings the beauty of Terminal UIs to the browser.
Deflaking System Specs by Migrating to Playwright
https://blog.yuribocharov.dev/posts/2025/04/10/playwright
Discussions: https://discu.eu/q/https://blog.yuribocharov.dev/posts/2025/04/10/playwright
Tried Django for the first time, ended up building and releasing a product
Discussions: https://discu.eu/q/http://neatsheet.io
I saw @algernon talking about fighting AI scrappers. It got me thinking. I ended up doing a little prototype of a JS approach designed to send bad actors into honeypots.
Details here if you're into that type of thing:
Ship Software That Does Nothing
https://kerrick.blog/articles/2025/ship-software-that-does-nothing/
YAY! My #Python is improving! I made this thing that makes a new @eleventy for me based off templates. Any chance Eleventy will have a built in new post creation thing in the future? I know it makes absolutely zero assumptions about your project but this is the most time consuming part for me and I imagine I'm not alone in this thinking. https://github.com/rkingett/myblog/blob/main/MakeNewPost.py #Eleventy #11ty #WebDev
My First Github Project using Flask.
https://github.com/HarrisMarinos/image-to-text-converter
Discussions: https://discu.eu/q/https://github.com/HarrisMarinos/image-to-text-converter
Since the subject came up I thought I would shill my #hosting company. They have 24/7 chat support so they are always there. They are 300% green.
https://www.greengeeks.com/track/u107346
I have the Premium plan which is $25/month, but that is one of their more expensive plans. It has unlimited domains and emails. I started on a cheaper plan that was only $15 a month, but that too has unlimited domains and emails. Plans start at $3/month. You can also upload #github scripts for #selfhosting.
Tauri vs. Electron Benchmark: ~58% Less Memory, ~96% Smaller Bundle – Our Findings and Why We Chose Tauri
https://gethopp.app/blog/tauri-vs-electron
Discussions: https://discu.eu/q/https://gethopp.app/blog/tauri-vs-electron
What is an Index-Only Scan, why does it matter, and how can it be achieved?
https://medium.com/p/beb2272b93c9
Discussions: https://discu.eu/q/https://medium.com/p/beb2272b93c9