frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Narrate Books in Any Language

https://warblize.com/
1•on3ye•3m ago•1 comments

Water company wasted $200k on bad answers from an AI so built slop filtering

https://www.theregister.com/2026/03/18/rozum_ai/
2•beardyw•3m ago•0 comments

From DuckDuckGo Back to DuckDuckGo via Mojeek and Kagi

https://neilzone.co.uk/2024/01/from-kagi-back-to-duckduckgo/
1•ColinWright•6m ago•0 comments

Subject: I fix a thirty-year-old mistake

https://shitpost.plover.com/e/eat-gizzards.html
1•jjgreen•6m ago•0 comments

xAI Lost 10 of 12 Founders. Can Compute Replace Them?

https://www.revolutioninai.com/2026/03/xai-grok5-rebuild-founder-exodus-2026.html
1•vinodpandey7•7m ago•0 comments

Mental Health Challenges Related to Neoliberalism in the United States (2021)

https://pmc.ncbi.nlm.nih.gov/articles/PMC8145185/
1•robtherobber•8m ago•0 comments

Highly rated Cryptocurrency Exchanges in 2026

https://medium.com/coinmonks/top-highly-rated-cryptocurrency-exchanges-8d1301f08c6e
1•Emmawoods•15m ago•0 comments

Show HN: Replace standups with automated Git reports

https://gitmore.io
1•amitousablitou•15m ago•1 comments

"Lab Leak: The True Origins of Covid-19" from Whitehouse.gov

https://www.whitehouse.gov/lab-leak-true-origins-of-covid-19/
2•monooso•20m ago•0 comments

Show HN: STT.ai – Transcribe Audio & Video to Text

https://stt.ai/
1•nadermx•24m ago•0 comments

Characterizing Delusional Spirals Through Human-LLM Chat Logs

https://spirals.stanford.edu/research/characterizing/
1•uxhacker•25m ago•1 comments

Show HN: Neural Abyss – PyTorch multi-agent combat simulator

https://github.com/ayushdnb/Neural-Abyss
1•luthor190397•28m ago•0 comments

C++26: Span Improvements

https://www.sandordargo.com/blog/2026/03/18/cpp26-span-improvements
1•jandeboevrie•31m ago•0 comments

Lessons from Building Claude Code: How We Use Skills

https://twitter.com/trq212/status/2033949937936085378
1•heftykoo•32m ago•0 comments

How to Make Sense of AI

https://commoncog.com/how-to-make-sense-of-ai/
2•swolpers•35m ago•0 comments

Show HN: A client-side visual workflow builder for PDFs

https://www.convertuniverse.com
1•Lyriryl•36m ago•1 comments

I built a tool that turns screen recordings into videos and docs automatically

https://www.clevera.ai/
2•roozfir•38m ago•1 comments

Show HN: Simplecap, a simple cap table modelling tool

https://www.simplecap.info/
1•jhrf•41m ago•0 comments

Spotify Exclusive Mode: bit perfect playback

https://community.spotify.com/t5/Community-Blog/Desktop-Exclusive-Mode-now-available/ba-p/7371590
1•HelloUsername•42m ago•0 comments

Aharonov-Bohm Effect Cybersecurity

https://github.com/autonomous019/ahronov-bohm-cybersecurity
1•beeburrt•43m ago•2 comments

Travel Writing Map

https://erikchou.com/travel
1•Cloud9c•44m ago•0 comments

I Exposed California's Billion Dollar Fraud Crisis

https://www.youtube.com/watch?v=kegwwB4RHgA
1•philipallstar•45m ago•1 comments

Adventures in Decoding Outlook's Hxstore

https://johnson.fyi/post/reverse-engineering-outlook-hxstore
1•elwesties•47m ago•1 comments

Germany's culture minister cancels presentation of Booksellers' Prize

https://www.wsws.org/en/articles/2026/03/16/5a65-m16.html
1•vrganj•50m ago•0 comments

Mamba-3: Improved Sequence Modeling Using State Space Principles

https://arxiv.org/abs/2603.15569
1•anentropic•52m ago•1 comments

Reverse Engineering a DOS Game with Ghidra and Codex

https://alexbevi.com/blog/2026/03/14/reverse-engineering-a-dos-game-with-ghidra-and-codex/
1•alberto-m•56m ago•0 comments

A mystery AI model has developers buzzing: Is this DeepSeek's latest blockbuster

https://www.thehindu.com/sci-tech/technology/a-mystery-ai-model-has-developers-buzzing-is-this-de...
1•vismit2000•58m ago•1 comments

Making AI Agents Safe to Run in Manufacturing ERPs

https://zeehub.ai/blog/from-advisory-to-autonomous-making-ai-agents-safe-to-run-in-manufacturing....
2•snirkhe•58m ago•1 comments

Prototype quantum battery achieves full cycle, shows faster-with-scale charging

https://thedriven.io/2026/03/18/australian-scientists-hail-breakthrough-in-quantum-batteries-and-...
1•fhub•59m ago•0 comments

Meta's "digital ghost" patent has nothing to do with dead people

1•sharjil_k•59m ago•1 comments
Open in hackernews

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

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

Thanks for checking it out.

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