frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cloud agnostic: not unlike database agnostic

https://site.sebasmonia.com/posts/2026-04-22-cloud-agnostic--not-unlike-database-agnostic.html
1•speckx•47s ago•0 comments

Show HN: Keep up with your coding agents – Git Watchttower

https://gitwatchtower.dev/
2•drummel33•1m ago•0 comments

Health care price transparency (from the comments)

https://marginalrevolution.com/marginalrevolution/2026/04/on-health-care-price-transparency-from-...
2•paulpauper•1m ago•0 comments

Bitcoin Is Digging Deeeeeper

https://alphametrics.substack.com/p/bitcoin-is-digging-deeper
2•bratak•2m ago•0 comments

Balancing Act of Reliability

https://yusufaytas.com/balancing-act-of-reliability
4•benyields•3m ago•0 comments

Show HN: Search tool for Bay Area childcare license violations

https://azuki.vip/childcare/
2•bcrypt•4m ago•0 comments

HP's remote desktop push retreats as Anyware heads for end of life

https://www.theregister.com/2026/04/20/hp_anyware_eol/
2•bhouston•5m ago•1 comments

Why Your RL Agent Is Cheating (and How to Catch It)

https://rewardguard.dev/blog-why-rl-agents-cheat
2•DerekColins•5m ago•0 comments

I built an AI code reviewer bot for GitHub – no external APIs

https://github.com/basilevincenzo/ai-code-reviewer
2•basilevincenzo•9m ago•0 comments

(Disclose Act) Bill to End Dark Money in American Elections

https://kevinmullin.house.gov/2026/03/06/rep-mullin-reintroduces-bill-to-end-dark-money-in-americ...
2•rawgabbit•10m ago•0 comments

EverQuest, the MMO that changed everything (2019)

https://www.pcgamer.com/breaking-the-internet-the-story-of-everquest-the-mmo-that-changed-everyth...
2•awkwardpotato•12m ago•0 comments

Chernobyl 40 Years On

https://yunzi.co.uk/chernobyl-40-years-on/
2•speckx•12m ago•0 comments

Atlantic '41

https://stephanrewind.itch.io/atlantic-41
2•ndr42•12m ago•1 comments

Report of the Yale Committee on Trust in Higher Education [pdf]

https://president.yale.edu/sites/default/files/2026-04/Report-of-the-Committee-on-Trust-in-Higher...
2•loughnane•13m ago•0 comments

OpenAI Reportedly Working on an AI Smartphone to Rival iPhone

https://www.macrumors.com/2026/04/27/openai-working-on-an-ai-smartphone/
2•newusertoday•16m ago•0 comments

Sergey Brin Moves to the Right, with a 'MAGA Girlfriend' by His Side

https://www.nytimes.com/2026/04/27/us/politics/sergey-brin-gg-soto-trump-california-billionaire-t...
3•carabiner•16m ago•0 comments

'Existential Risk': Western Car Companies Are Blowing the Software Race

https://insideevs.com/features/794029/how-western-companies-are-losing-the-software-race/
1•01-_-•17m ago•0 comments

Eliminating AI Failure Modes Using DSLs – The Drafter Pattern

https://georgianailab.substack.com/p/the-drafter-pattern-a-design-pattern
1•nahimn•17m ago•0 comments

Trump admin fires independent board overseeing the National Science Foundation

https://apnews.com/article/national-science-board-nsf-trump-6a23f3ab1b4c6eb131b4e79d95b3536f
4•Bondi_Blue•18m ago•0 comments

OpenAI breaks off Microsoft exclusivity to free up path for Amazon, Google deals

https://www.reuters.com/legal/litigation/microsoft-end-exclusive-license-openais-technology-2026-...
3•01-_-•18m ago•0 comments

Show HN: Erdös Problem Solver Agent

https://github.com/demirbey05/erdos-problem-solver-cli
2•demirbey05•18m ago•0 comments

GitHub Alternatives?

5•krthr•18m ago•3 comments

Critical Perspectives on Provable Security: 15 Years of "Another Look" Papers [pdf]

https://www.math.uwaterloo.ca/~ajmeneze/anotherlook/papers/critper.pdf
2•ogogmad•20m ago•0 comments

Being a Manager: Hiring AI

https://thorprojects.com/2026/04/21/being-a-manager-hiring-ai/
2•speckx•20m ago•0 comments

We Were Unique

https://www.likeus.blog/p/we-were-unique
3•nathan-wall•21m ago•0 comments

BezelBase – Vintage Rolex Reference Database

https://bezelbase.org/wiki/Main_Page
3•pawelb0•21m ago•0 comments

CIA Reportedly Used Secret Quantum Tool to Find Downed Airman in Iran

https://tech.slashdot.org/story/26/04/08/0152253/cia-reportedly-used-secret-quantum-tool-to-find-...
2•us321•23m ago•2 comments

Ask HN: Why is Rust still hard to use as a scripting language?

1•harleyverse•24m ago•0 comments

Use your spare web hosting space as your own cloud drive, with local sync

https://freecloud.wiki
2•Hilliard_Ohiooo•25m ago•0 comments

Progress Engineering: Innovation as Social Design

https://goodscience.substack.com/p/progress-engineering-innovation-as
1•paulpauper•27m 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.