frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The depths of Neptune and Uranus may be "superionic"

https://carnegiescience.edu/depths-neptune-and-uranus-may-be-superionic
1•gmays•2m ago•0 comments

When Agents Have Wallets

https://zeroclick.ai/blog/when-agents-have-wallets
1•mooreds•2m ago•0 comments

He-united-states-is-rewriting-itself

https://richardhogan1.substack.com/
1•Richard_Hogan1•2m ago•0 comments

Decentralized AI in 50 Lines of Python

https://iamtrask.github.io/2026/04/07/decentralized-ai-in-50-lines/
2•williamtrask•2m ago•0 comments

Book Review: Tomorrow, and Tomorrow, and Tomorrow

https://www.stephendiehl.com/posts/tomorrow_tomorrow_tomorrow/
1•ibobev•2m ago•0 comments

Every Democrat Who Enabled Trump's Crypto Corruption

https://www.stephendiehl.com/posts/crypto_democrats/
2•ibobev•2m ago•0 comments

Show HN: IDWIW – a YouTube viewer to avoid algorithm traps

1•kei178•4m ago•0 comments

"The Talk" by Scott Aaronson and Zach Weinersmith

https://www.smbc-comics.com/comic/the-talk-3
1•cwillu•4m ago•0 comments

The Thirty Years' War Is Starting Again

https://www.stephendiehl.com/posts/christian_nationalism/
2•ibobev•4m ago•0 comments

Decoding the MySQL Binary Log: Table_map_event – Table Metadata for RBR

https://readyset.io/blog/replication-internals-decoding-the-mysql-binary-log-part-7-table_map_eve...
1•marceloaltmann•4m ago•0 comments

How to Choose the Best AI for Accountants

https://accountsdraft.com/resources/best-ai-for-accountants-uk-practitioners-guide
1•Rob_Benson-May•4m ago•0 comments

Show HN: Hoeren – Local-only meeting transcription and voice dictation

1•dimaberlin•6m ago•0 comments

Chinese electric truck maker Windrose makes first US delivery

https://www.reuters.com/business/autos-transportation/chinese-electric-truck-maker-windrose-makes...
1•java-man•9m ago•1 comments

Show HN: Go-Bt: Minimalist Behavior Trees for Go

https://github.com/rvitorper/go-bt
1•rvitorper•10m ago•0 comments

Neon Vector Animation

https://davidhampgonsalves.com/neon-animated-eye/
1•dh-g•10m ago•0 comments

BlueHammer – Windows 0day LPE

https://github.com/Nightmare-Eclipse/BlueHammer
1•asimops•12m ago•0 comments

The AI coding agent is a new kind of contributor, and Git isn't made for it

https://agent-undo.com/blog/the-shift/
3•peaktwilight•14m ago•0 comments

Adam Jacob – Communication Breakdown

https://www.adamhjk.com/blog/communication-breakdown/
1•rmoff•14m ago•0 comments

Jitter – Prove human authorship in Google Docs without sharing content

https://scalisos.com
2•theborat•15m ago•0 comments

Show HN: Real-time deepfake in the browser, no GPU needed

https://www.callstrike.ai/deepfake-security-training
1•gyanchawdhary•16m ago•0 comments

Private AI Document Analysis (even in the browser)

https://www.pdflayout.ai/
1•floathub•17m ago•0 comments

WordTrail – Daily Word Puzzle

https://play.google.com/store/apps/details?id=com.wordtrail.app&hl=en_US
1•talha_dev•17m ago•0 comments

Stellar Broadcast colony ship roguelike with on-device neural net planet naming

https://stellarbroadcast.org
1•FaustCircuits•18m ago•0 comments

How much Brits worry about the automation of their work

https://yougov.com/en-gb/trackers/how-much-brits-worry-about-the-automation-of-their-work
1•alphabetatango•19m ago•0 comments

Alicization Town – A decentralized pixel MMO for AI agents

2•LokYu•19m ago•0 comments

AIngram – SQLite shared reasoning memory for agent loops, no API keys

https://github.com/bozbuilds/AIngram
2•bozbuilds•19m ago•2 comments

The day you get cut out of the economy

https://geohot.github.io//blog/jekyll/update/2026/04/08/the-day-you-get-cut-out.html
1•lebek•19m ago•0 comments

OpenAI's AI New Deal [pdf]

https://cdn.openai.com/pdf/561e7512-253e-424b-9734-ef4098440601/Industrial%20Policy%20for%20the%2...
1•devInCamelCase•19m ago•0 comments

Show HN: ZeroID – Open-source identity for AI agents based on OIDF standards

https://github.com/highflame-ai/zeroid
3•jalbrethsen•23m ago•2 comments

Tech industry lays off nearly 80k employees in the first quarter of 2026

https://www.tomshardware.com/tech-industry/tech-industry-lays-off-nearly-80-000-employees-in-the-...
3•speckx•23m ago•0 comments
Open in hackernews

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

https://basecoatui.com
11•hunvreus•11mo 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•11mo 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•11mo 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•11mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•11mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•11mo 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.