HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pickpuck

178 karmajoined 12 वर्ष पहले

Submissions

CSS DOS – a '80s PC in a stylesheet

css-dos.ahmedamer.co.uk
11 points·by pickpuck·22 घंटे पहले·1 comments

What's Missing in CSS Layout

patrickbrosset.com
5 points·by pickpuck·2 माह पहले·0 comments

Dynamic Slots in Web Components

abeautifulsite.net
6 points·by pickpuck·2 वर्ष पहले·0 comments

comments

pickpuck
·6 माह पहले·discuss
ExplorerPatcher fixes everything I hate about Win11
pickpuck
·7 माह पहले·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 माह पहले·discuss
They're working on it in the "Core Accessibility API Mappings" spec

https://www.w3.org/TR/core-aam-1.2/
pickpuck
·7 माह पहले·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 माह पहले·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 माह पहले·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 माह पहले·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
·पिछला वर्ष·discuss
Neat, is it on github?
pickpuck
·पिछला वर्ष·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
·पिछला वर्ष·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
·पिछला वर्ष·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 वर्ष पहले·discuss
Can you link to the ATS checker please?
pickpuck
·2 वर्ष पहले·discuss
Does it implement the proposed Declarative Custom Element spec with slice templating?

https://github.com/EPA-WG/custom-element
pickpuck
·2 वर्ष पहले·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.