Show newer

hate Thursdays... forcing people to class in early mornings should be a warcrime

7 hours till alarm but there's still waaay too much caffeine going through my brain

pretty shit that our cyberpunk present doesn't even have the cool aesthetics

code, screenreader unfriendly 

@violet for the dominos case I started by just writing

pizzas = Array.from(document.querySelectorAll(".product-container")).map((product) => {
return {
name: product.querySelectorAll(".menu-entry")[0].textContent,
img: product.querySelectorAll(".pizza-image")[0].src,
comment: product.querySelectorAll(".menu-page-product-description")[0].textContent
}
})

in the browser console while on the menu page, but going to rewrite it to a standalone script that also fetches the full product page in order to get the lengthier description

@violet uhh years of doing all sorts of things with the web i suppose

but depending on the task, either quickly write (nested) .querySelectorAll() calls, then just copy the result as a json or Object. Or for more involved or automated stuff, npmjs.com/package/cheerio

totally didn't just steal all of Domino's pizza names, images and descriptions

Show thread

music sads, noisia 

last time I could've seen them (before the virus), for free even, in my own city even, I had a massive headache :|

Show thread

covid anxiety, music 

i'll enjoy their set at home still, maybe pass my ticket on to someone more reckless...

Show thread

covid anxiety, music 

also NL numbers are only going up

Show thread

covid anxiety, music 

i still have a ticket for the Noisia Farewell Show in a few weeks, literally one of the last times they'll ever play together

but just watching the crowd at youtu.be/FwuWyFxLeA0 (their set in Groningen last weekend) gives me huge covid anxiety... so more and more sure I won't be going

going to scribble programming notes on the train again, pizza delivery simulator for scouting game this weekend

Show older
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.