HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pickpuck

178 karmajoined 12년 전

Submissions

CSS DOS – a '80s PC in a stylesheet

css-dos.ahmedamer.co.uk
11 points·by pickpuck·19시간 전·1 comments

What's Missing in CSS Layout

patrickbrosset.com
5 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.