Show newer

@dumpsterqueer@ondergrond.org it has one super good component model and everything is possible on top of that :3 btw React Hooks is the New Way and it's amazing

@goat@hellsite.site put it in front of the council's building

do you think that people who work on bikes call themselves sprocket scientists ?

wish I had the energy to work freelance next to uni... just can't commit to things at all

@Shrigglepuss Max Richter is great too tho.. Nature of Daylight? hell yeah!

"ABC Always Be Closing?" I prefer "CBA Couldn't Be Arsed"

nonsense 

@ln@chaos.social brainworms gateway protocol

forced icebreaker activities that make hell freeze over

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

Show older
Pixietown

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