HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pickpuck

178 karmajoined 12 năm trước

Submissions

CSS DOS – a '80s PC in a stylesheet

css-dos.ahmedamer.co.uk
11 points·by pickpuck·23 giờ trước·1 comments

What's Missing in CSS Layout

patrickbrosset.com
5 points·by pickpuck·2 tháng trước·0 comments

Dynamic Slots in Web Components

abeautifulsite.net
6 points·by pickpuck·2 năm trước·0 comments

comments

pickpuck
·6 tháng trước·discuss
ExplorerPatcher fixes everything I hate about Win11
pickpuck
·7 tháng trước·discuss
This adage has been "the first rule of ARIA" since the beginning.

There are a few ARIA "widgets" that have no HTML equivalent, such as Tabs or a spreadsheet-like Grid. Those are heavily documented so you can basically copy and paste whenever you need them.

Avoiding sprinkling ARIA on already-semantic HTML, because this can lead to confusing or inconsistent behaviors for the end user.
pickpuck
·7 tháng trước·discuss
They're working on it in the "Core Accessibility API Mappings" spec

https://www.w3.org/TR/core-aam-1.2/
pickpuck
·7 tháng trước·discuss
Location: Louisville, KY, USA (EST)

Remote: Yes

Willing to relocate: No

Technologies: TypeScript, React, React Native, Next.js, Node.js, TailwindCSS, AI/LLM integration, UI/UX, Figma, Design systems, WCAG accessibility, Lit.js, Web components

Résumé/CV: https://puckett.codes

Email: [email protected]

I'm a creative technologist with extensive experience building accessible, user-friendly digital products and tools. X-Apple. X-Google. 15+ years in tech.

Open to freelance work, employment, co-founder roles.
pickpuck
·8 tháng trước·discuss
The joy of US "at-will" employment is that every company's Code of Conduct reserves the right to "separate" you for undermining mission alignment. The whole system is toxic.
pickpuck
·8 tháng trước·discuss
What if we extended this idea beyond one dataset to all discrete news events and entities: people, organizations, places.

Just like here you could get a timeline of key events, a graph of connected entities, links to original documents.

Newsrooms might already do this internally idk.

This code might work as a foundation. I love that it's RDF.
pickpuck
·8 tháng trước·discuss
I built something with Service Workers a few years ago. It's similar in concept, but I never got around to syncing with a server.

Instead of a WASM backend, I used react-dom/server to generate the HTML.

https://github.com/michaelcpuckett/listleap?tab=readme-ov-fi...
pickpuck
·năm ngoái·discuss
Neat, is it on github?
pickpuck
·năm ngoái·discuss
> building a more AI friendly DOM

You might consider the Accessibility Tree and its semantics. Plain divs are basically filtered out so you're left with interactive objects and some structural/layout cues.
pickpuck
·năm ngoái·discuss
This is a cool idea! At first I thought it was that they give you notes about what happened, and you have to process the information real-time and suggest practical improvements.
pickpuck
·năm ngoái·discuss
If you're searching for a physical reference guide, I'd imagine "Word Clues" from middle school still holds up.

https://www.goodreads.com/book/show/1616203.Word_Clues_Vocab...
pickpuck
·2 năm trước·discuss
Can you link to the ATS checker please?
pickpuck
·2 năm trước·discuss
Does it implement the proposed Declarative Custom Element spec with slice templating?

https://github.com/EPA-WG/custom-element
pickpuck
·2 năm trước·discuss
They do pick up the "title" attribute sometimes and apply it as a label. But it's not really the same as being able to keyboard navigate to the browser-generated tooltip.