HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pickpuck

178 カルマ登録 12 年前

投稿

CSS DOS – a '80s PC in a stylesheet

css-dos.ahmedamer.co.uk
11 ポイント·投稿者 pickpuck·24 時間前·1 コメント

What's Missing in CSS Layout

patrickbrosset.com
5 ポイント·投稿者 pickpuck·2 か月前·0 コメント

Dynamic Slots in Web Components

abeautifulsite.net
6 ポイント·投稿者 pickpuck·2 年前·0 コメント

コメント

pickpuck
·6 か月前·議論
ExplorerPatcher fixes everything I hate about Win11
pickpuck
·7 か月前·議論
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 か月前·議論
They're working on it in the "Core Accessibility API Mappings" spec

https://www.w3.org/TR/core-aam-1.2/
pickpuck
·7 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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
·昨年·議論
Neat, is it on github?
pickpuck
·昨年·議論
> 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
·昨年·議論
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
·昨年·議論
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 年前·議論
Can you link to the ATS checker please?
pickpuck
·2 年前·議論
Does it implement the proposed Declarative Custom Element spec with slice templating?

https://github.com/EPA-WG/custom-element
pickpuck
·2 年前·議論
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.