mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#webdev

128 Beiträge93 Beteiligte0 Beiträge heute

🦖 WebSocketStream 🦖

developer.mozilla.org/en-US/do

The WebSocketStream interface of the WebSockets API is a promise-based API for connecting to a WebSocket server. It uses streams to send and receive data on the connection, and can therefore take advantage of stream backpressure automatically, regulating the speed of reading or writing to avoid bottlenecks in the application.

The MDN Web Docs logo, featuring a blue accent color, displayed on a solid black background.
MDN Web DocsWebSocketStream - Web APIs | MDNThe WebSocketStream interface of the WebSockets API is a promise-based API for connecting to a WebSocket server. It uses streams to send and receive data on the connection, and can therefore take advantage of stream backpressure automatically, regulating the speed of reading or writing to avoid bottlenecks in the application.

"Google Zero" bezeichnet den Zeitpunkt (in der Zukunft) , wenn es keinerlei Traffic mehr durch Suchmaschinenergebnisse von Google gibt, weil Google es schafft mit den KI-Antworten die Leute auf der eigenen Plattform zu halten. Welche Auswirkungen das auf den Journalismus hat, diskutieren Paris Marx und Matt Pearce im sehr hörenswerten Podcast

techwontsave.us/episode/288_wh

... und auch die Auswirkungen auf Websites und damit auch auf die Website-Erstellung werden massiv sein ...

Tech Won't Save UsWhat Google Zero Means for Journalism w/ Matt Pearce - Tech Won’t Save UsA left-wing podcast for better technology and a better world.

What's the longest place name in Australia?

What's the longest personal name ever used?

What's the best text to use to try out a font?

What's a pangram?

I cover them all in my latest post! The most ridiculous test data I use to stress test designs and web implementations:

didoesdigital.com/blog/stress-

Diana MacDonald. Creative technologist building interactive data-driven stories. DiDoesDigital.com
didoesdigital.comStress Test Data for Web Projects · DiDoesDigitalBreak designs by stuffing them with test data and mock images so you can build more resilient websites.

I have a weird #webDev question #askFedi

I'm customizing the Apache directory index in XHTML mode (so no hard styling). The table is set to width: 100% with some padding via CSS. When I restrict the horizontal space below 825px, though, the central (Name) column doesn't shrink anymore, as if there was something preventing it from wrapping text more than it has, so the table overflows. Only happens in some directories. How do I find what's preventing the shrink/wrap?