No fax machine? π
No fax machine? π
Let's not go to the World Cup.
NL only.
https://actie.degoedezaak.org/petitions/boycot-het-trump-wk-in-de-vs-1
Ik ga aanstonds iemand ontbieden. #plotsklaps
π
I bought another domain name:
doesthetrumpphoneexistyet.com
If the yanks fasc would still let me into the country for that, they certainly won't after this toot π
/ht @dompreston.com
Iets over hoofdletters? ;)
performance.now() is coming!
The night before the conference, 29th of October, @mozilla.org organises performance.sync(), the pre-meetup where you can meet your peers to mentally prepare for two days of information overload. They're also looking for a few people to present.
luma.com/ziykhh4y
performance.now() is coming!
@adevnadia.bsky.social will provide a deep dive into the new React Server Components. How does the app render in the browser? What are their performance implications? How do they compare to traditional SSR and CSR techniques?
perfnow.nl/speakers.htm...
Old Soviet joke for out times: Guy stops by the newsstand every day, scans the front page, doesn't buy the paper. One day the vendor asks what he's up to. Guy syas: "looking for an obituary." Vendor says: "those are towards the back of the paper, comrade." Guy says: "not the one I'm looking for."
Not knowing about Greek mythology is my Achilles' horse.
β www.reddit.com/r/meirl/comm...
This leaves a "Content-Disposition: form-data ..." header for each part, which should really be "Content-Disposition: attachment ..." for multipart/mixed, but them's the breaks.
2b/2
- Replacing "/form-data" in the resulting content type header with "/mixed", crucially retaining the autmatically added (and otherwise opaque) "; boundary=--..." bit;
- Having a lie down π
2/2
TIL multipart/mixed HTTP requests can be faked in #JavaScript (well, fetch) by:
- Creating a FormData object with an entry named "file";
- Creating a request without a content type header;
- Setting the FormData object as the request body;
- ...
1/2
For the benefit of any Americans here: en.wikipedia.org/wiki/Other_P...
#CSS' text-box-trim is a game changer. That is all.
If there is anything I have learned in all my years, decades even, of writing #JavaScript, it is that undefined is not a function.
I just typed this #JS:
`path.to.object.optionalMethod?.();`
Optionally chaining a function call. Nice, but I need to get used to that syntax π
*perturbed
Wel een collecte gedaan?
Oh, my fave! Use it almost daily, mostly to squeeze a few more bytes of compression out of icons by removing redundant paths/points, swapping absolute/relative, rounding decimals and scaling.. I'm just listing all the features, aren't I?
Earlier today #cssday 2025 ticket sales opened. The going is brisk; early birds will likely sell out today.
cssday.nl/tickets.html
I once did something similar: sniffing for filetype by looking for things like "1f 8b" in the first n bytes. Faster than loading it and trusting mime types or extensions.
It was for a rather snazzy file upload component. Hmm, maybe I'll revive that, I hear there's a market for these things...
Hey gurl, what's your XPathResult.resultType? π»
So I follow @joost.blog on here for a bit of drama, but jeezβ¦ π
Could have been worse; could have been a screenshot of Notepad++ pasted into a .docx and shared via WhatsApp #beenthere
#teamnessa
TIL that pattern validation does not work for <textarea>'s.
β developer.mozilla.org/en-US/docs/W...