
2025-06-18 06:36:56
Can anyone describe to me the last time they actually used a human-readable sitemap page on a website?
What were you looking for? Why did the menu system not give this to you?
#webdev
Can anyone describe to me the last time they actually used a human-readable sitemap page on a website?
What were you looking for? Why did the menu system not give this to you?
#webdev
I have a lot of cool pictures to share from hikes and such, but first I have some stylesheets with cascading speculations to fight, I mean write. 😟
#technology #webdev #programming #life #nerd
I nearly gave my credit card to a legit-looking Maine business, until I noticed their “privacy policy” linked to Wikipedia. That’s not laziness but AI-generated HTML vibecoded into place without review. And a lot more can go wrong than a missing legal page.
https://www.
Last week I asked Google to stop releasing broken things. Apologists said maybe I needed to contribute more, write code or demos.
Last year I outlined some of what I *have* done and how, for the most part, Google / Web•dev doesn’t give a shit:
https://adrianroselli.com/2024/07…
Just bought a ticket for @… in Freiburg!
Someone else coming? Can't wait to see y'all again.
#webdev
»Kostenlose Bilder für Webseiten – Die 15 besten Quellen im Internet:
Hier kommen die 15 besten Quellen für kostenlose Bilder im Internet. Was bedeutet CC0? Worauf muss man bei der Nutzung der Werke achten?«
Ja die kann und sollte mensch auch im WebDev nutzen aber auch mit dem Bewusstsein, dass mensch deren Vertrag auch einhaltet so wie respektiert.
🖼️
type TimeoutID = ReturnType<typeof setTimeout>;
const n: TimeoutID = setTimeout(...
clearTimeout(n)
Use this so that your typescript code works no matter the environment
No longer will I need to ask is this code using NodeJS.Timeout or number (browser)
#typescript #webdev
🕸️ #AI #webdev #vibecoding Google’s AI Is Burying the Web Alive (https://nymag.com/intelligencer/article/google-ai-mode-search-results-bury-the-web.html?utm_source=tldrwebdev).
I really don't understand the enthusiasm around #htmx. Why would anyone want to put html and css classes in their backend code? It probably works for tiny projects but can you imagine a large company doing that? Oh the frontend team needs this button bigger? Better ask the backend team to change their API! That kind of coupling seems very unergonomic. Just my two cents... #webdev #html #backend