frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Waymo to Deploy Robotaxi with Zeekr to Expand Public Rides

https://www.bloomberg.com/news/articles/2026-05-28/waymo-to-deploy-robotaxi-built-with-zeekr-to-e...
1•aanet•1m ago•1 comments

New Retype for Obsidian Plugin

https://retype.com/blog/2026-05-25-retype-for-obsidian/
1•geoffreymcgill•2m ago•1 comments

A company turned visas to Europe into big business

https://www.politico.eu/article/how-a-company-turned-visas-to-europe-into-big-business/
1•rustoo•2m ago•0 comments

One week later, the same AWS t3.large VM changed personalities again

https://webbynode.com/articles/one-week-later-aws-t3-large-looked-completely-different-again
1•gsgreen•2m ago•0 comments

Ask HN: What Do You Struggle With?

1•chistev•2m ago•0 comments

International Masturbation Month

https://en.wikipedia.org/wiki/International_Masturbation_Month
1•bpavuk•3m ago•0 comments

I built an Android-like OS that runs in the browser

1•haozaz•3m ago•0 comments

OpenClaw Architecture – Part 1: Control Plane, Sessions, and the Event Loop

https://theagentstack.substack.com/p/openclaw-architecture-part-1-control
1•0xchamin•3m ago•1 comments

Nuclear Space Power and Propulsion [video]

https://www.youtube.com/watch?v=fhwE8Ll4YNQ
2•rustoo•4m ago•0 comments

Real-time LLM Inference on Standard GPUs (3k tokens/s per request)

https://blog.kog.ai/real-time-llm-inference-on-standard-gpus-3-000-tokens-s-per-request/
4•morgangiraud•6m ago•0 comments

Deep Tech Companies Are Built Different

https://www.codingvc.com/p/deep-tech-companies-are-built-different
1•mahirsaid•7m ago•0 comments

The Download: climate tech goes public and the AI Hype Index returns

https://www.technologyreview.com/2026/05/28/1138085/the-download-climate-tech-ipos-ai-hype-index/
1•joozio•7m ago•0 comments

Leibniz's Explanation of binary arithmetic (1703)

https://www.leibniz-translations.com/binary
2•aragonite•12m ago•0 comments

What the Pope said about AI

https://www.newyorker.com/news/the-lede/what-pope-leo-xiv-said-about-ai
1•FinnLobsien•14m ago•0 comments

Cities Are Covering Flock Cameras with Trash Bags

https://www.404media.co/cities-are-covering-flock-cameras-with-trash-bags/
3•droidjj•15m ago•0 comments

The AI Productivity Trap

https://www.wespiser.com/posts/2026-05-28-ai-productivity-trap.html
1•wespiser_2018•15m ago•1 comments

Linux is a dumpster fire – somebody call the fire department

https://tuomov.medium.com/linux-is-a-dumpster-fire-7e67d1f85a19
1•alekq•15m ago•0 comments

Tame your pesky little scripts

https://hamatti.org/posts/tame-your-pesky-little-scripts/
1•speckx•15m ago•0 comments

Large Language Models in Software Security Analysis

https://cacm.acm.org/research/large-language-models-in-software-security-analysis/
1•yarapavan•16m ago•0 comments

Dynamic Workflows in Claude Code

https://claude.com/blog/introducing-dynamic-workflows-in-claude-code
6•mil22•17m ago•1 comments

Un asistente de IA que termina tareas reales en tu ordenador

1•dash_ai•18m ago•0 comments

Claude Opus 4.8

https://www.anthropic.com/news/claude-opus-4-8
192•craigmart•20m ago•88 comments

Beyond the Prompt: Claude Code

https://arps18.github.io/posts/claude-code-mastery/p
1•Sandman•21m ago•0 comments

Show HN: Timelocked – local, offline timed-release file encryption

https://www.timelocked.app/
1•caltanjun•21m ago•0 comments

Tracing HTTP Requests with Go's net/HTTP/httptrace

https://blainsmith.com/articles/httptrace-with-go/
1•speckx•24m ago•0 comments

Tuning LLVM's SLP Vectorizer Cost Model

https://blog.kaving.me/blog/tuning-llvms-slp-vectorizer-cost-model/
2•matt_d•26m ago•0 comments

The Agent Trust Stack: A Layered Framework

https://www.citizenofthecloud.com/blog/agent-trust-stack-layered-framework
2•williamk101•26m ago•0 comments

Trivial Pursuits

https://www.lrb.co.uk/the-paper/v48/n10/david-runciman/trivial-pursuits
3•diodorus•26m ago•0 comments

US and Iranian negotiators reach tentative deal to launch nuclear talks

https://apnews.com/article/iran-us-war-oil-may-28-2026-8f5ed2813ba63df7ae9ccbe991688d29
2•geox•27m ago•0 comments

Chatbots' Downward Spiral

https://cacm.acm.org/news/chatbots-downward-spiral/
3•yarapavan•28m ago•0 comments
Open in hackernews

Show HN: Basecoat – All of the shadcn/ui magic, none of the React

https://basecoatui.com
11•hunvreus•1y ago
In a nutshell: Basecoat is a port of shadcn/ui to HTML and Tailwind CSS. It's a modern, themeable component library; everything from buttons to comboboxes and dialogs.

Why? Well, I got sick of React and moved over to a more "old school" stack (Python, HTMX, Alpine.js and Tailwind).

The one thing I missed was shadcn/ui [1]. Nice defaults, well thought out design system, easy to theme and great to build your own component library with.

I didn't find the alternatives compelling: Flowbite, Preline and the likes encourage you to copy/paste dozens of classes for each element.

That's not how I use Tailwind. I love the utility-first approach, but I don't want walls of classes for each button, form element or tooltip I have in my app.

I had been building my own component library for a project I’m working on (a Vercel for Python apps) and realized it may be worth my time to firm things up.

Why I think it's cool? Well:

- No React. Just Tailwind CSS (with a tiny bit of Alpine.js if you choose to). You can use that with whatever stack you want.

- Jinja and Nunjucks macros. I hope to support more template engines.

- 100% compatible with shadcn/ui themes (you can play with the theme select box on the site).

- Super easy to install and use (there's even a CLI).

- Accessible, with ARIA support.

- Did I mention no React?

Hope some of you find it useful.

[1]: https://ui.shadcn.com/

[2]: https://v4.shadcn.com/ (this is actually the new/upcoming version of shadcn/ui).

Comments

drivingmenuts•1y ago
Not working in Safari. Did you, perchance, test this only in Chrome?

A sampling of error messages:

- Failed to load resource: Load cannot follow more than 20 redirections

- Cross-origin script load denied by Cross-Origin Resource Sharing policy.

- TypeError: window.basecoat.registerDialog is not a function. (In 'window.basecoat.registerDialog(Alpine)', 'window.basecoat.registerDialog' is undefined)

- Alpine Expression Error: Can't find variable: sidebar

and so on and so forth. It just goes downhill from there.

hunvreus•1y ago
I tested it in Safari, and just checked: I don't get any of these errors.

Which page did you get that on? The front page?

drivingmenuts•1y ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•1y ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•1y ago
Well done, this looks like a great beginning! I'll be giving this a test on my next project.

Hoping you add more of shadcn/ui, I'm partial to the sheet.