frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Floe – an open-source plugin for sample libraries – CLAP/VST3/AU

https://floe.audio/
1•windell•58s ago•0 comments

How does Quantum Mechanics work?

https://explainers.blog/posts/how-does-quantum-mechanics-work/
1•lrmunoz•2m ago•0 comments

All CERN accelerators now on the road to HiLumi

https://home.cern/all-cern-accelerators-now-on-the-road-to-hilumi/
1•ilreb•7m ago•0 comments

Pushover – Simple Notifications

https://pushover.net
1•marksully•8m ago•0 comments

OpenShot 4.0: Record, Edit, and Color Like Never Before

https://www.openshot.org/blog/2026/08/30/openshot-40-record-edit-color-like-never-before/
2•metrofun•13m ago•0 comments

Nissan and Honda agree to work together on software for cars

https://apnews.com/article/nissan-honda-automakers-japan-software-collaboration-521bc44069a8d73fb...
1•geox•14m ago•0 comments

Claude and Claude Code Are Distinct Answer Engines

https://www.tryprofound.com/blog/claude-and-claude-code-are-distinct-answer-engines
1•giuliomagnifico•14m ago•0 comments

The startling 1960s theory that Stonehenge was a prehistoric computer

https://www.bbc.com/culture/article/20260828-the-startling-1960s-theory-that-stonehenge-was-a-pre...
2•dabinat•15m ago•0 comments

G20 Warned of Growing Threat to Financial Stability Posed by New AI Models

https://www.wsj.com/tech/ai/g20-warned-of-growing-threat-to-financial-stability-posed-by-new-ai-m...
2•thm•15m ago•0 comments

Product Backlog Problems: Why Your Hierarchy Is Broken

https://www.prodpad.com/blog/backlog-hierarchy-problem/
1•adrianhoward•16m ago•0 comments

Show HN: Free, Fast Screenshot App for macOS with One-Click Screenshot Sharing

https://seenshot.app/
2•bigmuzzy•16m ago•4 comments

Record attempt: Longest train journey in the EU

https://crossborderrail.eu/longestjourney/
1•robin_reala•16m ago•0 comments

LLM distillation: optimizing what to label

https://www.testingbranch.com/distillation-targeted-labels/
1•mpcsb•16m ago•0 comments

Show HN: Smooth Game streaming with latency on slow mobile networks ,sktstreamer

https://github.com/sktguha/sktstreamer
2•test1072•21m ago•1 comments

Atlanta Uber Drivers Say Waymo Robotaxis Are Driving Down Their Pay

https://www.axios.com/local/atlanta/2026/08/28/atlanta-rideshare-drivers-union-automation-jobs-pay
1•olives•22m ago•0 comments

VitalChronicle – 100% local, open-source health data analysis

https://github.com/SebRoLENS/google-health-dashboard-ai
1•seb93•23m ago•1 comments

Congratulations on Your Ten Milliseconds

https://www.minid.net/2026/8/31/congratulations-on-your-ten-milliseconds
2•meerita•28m ago•0 comments

Best OLM to PST Converter Tool to Convert Mac OLM to PST

https://apps.microsoft.com/detail/9n7jk7z3546j?hl=en-US&gl=US
1•tieanderson•29m ago•0 comments

Why it matters that President Trump just dialed into a NASA news conference

https://arstechnica.com/space/2026/08/why-it-matters-that-president-trump-just-dialed-into-a-nasa...
2•rbanffy•35m ago•0 comments

Anthropic Sued Over Limits on Its $200-a-Month AI Plans

https://www.wsj.com/tech/ai/anthropic-sued-over-limits-on-its-200-a-month-ai-plans-e2a109e4
3•rzk•36m ago•1 comments

Vijay Pande on running a small fund after running A16Z's $4B bio fund

https://techcrunch.com/2026/08/29/were-not-doing-30-bets-a-year-vijay-pande-on-betting-small-afte...
1•brandonb•39m ago•0 comments

Interviewing IBM's Christian Zoellin and Christian Jacobi

https://chipsandcheese.com/p/hot-chips-2026-interviewing-ibms
1•rbanffy•40m ago•0 comments

Show HN: Highlander – realtime MiniMax FastH3 with audio at $0.02 per second

https://www.highlander.sh/
1•darrow8•43m ago•1 comments

HeyHey

https://heyhey.consti.de
1•con•45m ago•0 comments

What GLM-5.3 Flash running on Chinese hardware means

https://martinalderson.com/posts/glm-5-3-flash-chinese-hardware/
1•birdculture•46m ago•0 comments

Contronym

https://en.wikipedia.org/wiki/Contronym
2•chistev•49m ago•0 comments

Ask HN: What is the next Burning Man in NA?

1•johnnyApplePRNG•50m ago•0 comments

Leica Freedom Train

https://en.wikipedia.org/wiki/Leica_Freedom_Train
2•jacquesm•56m ago•0 comments

Show HN: I tracked 55k free proxies for a week – 1.6% were alive

https://github.com/proxmint/free-proxy-list
1•satineeee•57m ago•0 comments

You Don't Need Blackwells for Realtime Video Generation

https://darrow8.substack.com/p/you-dont-need-blackwells-for-realtime
1•darrow8•59m 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.