frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Feature complete, as long as you add more features

https://site.sebasmonia.com/posts/2026-09-06-feature-complete--as-long-as-you-add-more-features.html
1•meetpateltech•14s ago•0 comments

Show HN: Robot-duck soccer in the browser, powered by MuJoCo and learned walking

https://fpvsim.com/sim-duck
1•mosfets•1m ago•0 comments

.gitignore Generator by Codra

https://codra.run/free-tools/gitignore-generator
1•devarshishimpi•3m ago•0 comments

Homelab deployments: a tutorial made of prompts

https://tomjohnell.com/homelab-deployments-a-tutorial-made-of-prompts/
2•tjohnell•4m ago•0 comments

Ask HN: How to prepare for coding/system design interviews on a mobile phone

1•k_dev•5m ago•0 comments

AI Is Making Us Less Human

https://www.theatlantic.com/ideas/2026/09/open-ai-consciousness-morality/688535/
2•paulpauper•7m ago•1 comments

Alzheimer's trial to test drug on people without symptoms to test prevention

https://www.theguardian.com/society/2026/sep/05/alzheimers-trial-drug-dementia
2•borski•7m ago•0 comments

Ask HN: What are your predictions for the rest of 2026?

3•roschdal•9m ago•1 comments

An Alien Mind

https://openai.com/index/an-alien-mind/
3•tosh•9m ago•0 comments

TreasuryDirect is launching a controversial login system

https://tipswatch.com/2026/08/17/treasurydirect-is-launching-a-controversial-login-system/
1•clcaev•9m ago•2 comments

A complex train and logistics simulator running straight in your terminal? Yep

https://avaraujo.itch.io/letrain-procedural-tycoon
2•avaraujo•13m ago•0 comments

Pro Se Litigants in the U.S. Supreme Court: How Do They Fare? (2024) [pdf]

https://prod-i.a.dj.com/public/resources/documents/KylePersaud.pdf
2•Tomte•16m ago•0 comments

I Check the Weather

https://sarah-robin.com/blog/how-i-actually-check-the-weather
3•sarah-robiin•16m ago•0 comments

Hot Chips 2026: Irrational Recap

https://irrationalanalysis.substack.com/p/hot-chips-2026-irrational-recap
1•zdw•16m ago•0 comments

Distribution of Household Wealth in the U.S. since 1989

https://www.federalreserve.gov/releases/z1/dataviz/dfa/distribute/chart/#quarter:146;series:Net%2...
2•loughnane•18m ago•0 comments

AI agents aren't safe from prompt injection, and spreadsheets prove it

https://shiftmag.dev/ai-agents-arent-safe-from-prompt-injection-and-spreadsheets-prove-it-11609/
3•taubek•19m ago•0 comments

IBM_phoenix

https://quantum.cloud.ibm.com/computers?system=ibm_phoenix
2•Bluestein•19m ago•0 comments

'Twilight of the Dons' Review: The Prestige of the Professors

https://www.wsj.com/arts-culture/books/twilight-of-the-dons-review-the-prestige-of-the-professors...
1•pepys•20m ago•0 comments

The AI Account Reseller Ecosystem

https://vectoral.com/blog/ai-account-reseller-ecosystem
2•mlenhard•21m ago•0 comments

Research carried out using NetBSD

https://www.netbsd.org/gallery/research.html
5•Bluestein•26m ago•0 comments

The Tokens That Made Me Rethink Everything

https://cacm.acm.org/blogcacm/the-tokens-that-made-me-rethink-everything/
2•visha1v•29m ago•0 comments

When did French fries become the standard side to serve with a hamburger?

https://www.reddit.com/r/AskHistorians/comments/39v00a/comment/cs72af6/
7•thunderbong•29m ago•0 comments

Leverage Code Review for Sustainable AI Coding Development

https://cacm.acm.org/news/leverage-code-review-for-sustainable-ai-coding-development/
1•visha1v•29m ago•0 comments

Tumbler Ridge Shooting Survivors File 30 Lawsuits Against OpenAI

https://www.nytimes.com/2026/09/04/world/canada/openai-lawsuits-tumbler-ridge-shooting.html
2•sbulaev•29m ago•0 comments

Cash or Comfort? How LLMs Value Your Inconvenience

https://cacm.acm.org/research/cash-or-comfort-how-llms-value-your-inconvenience/
2•visha1v•29m ago•0 comments

The Coming Merging of Mind and Machine (2001)

https://www.thekurzweillibrary.com/the-coming-merging-of-mind-and-machine
2•vinhnx•31m ago•0 comments

Mdmanager.ai – Manage your Claude.md and AGENTS.md across machines and runtimes

https://github.com/manuelschipper/mdmanager
3•schipperai•33m ago•2 comments

Cultivating Trust

https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/
3•kaeruct•34m ago•1 comments

Two party systems and the quartile voters

https://jslandy.com/two-party-systems-quartile-voters/
3•efavdb•35m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/pending
1•bookofjoe•36m ago•1 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.