frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Books of the Century by Le Monde

https://standardebooks.org/collections/le-mondes-100-books-of-the-century
1•zlu•23s ago•0 comments

South Korea's SDT opens Quantum-AI data center

https://www.datacenterdynamics.com/en/news/south-koreas-sdt-opens-quantum-ai-data-center-deploys-...
1•djinn•27s ago•0 comments

Check mates: Analysis of medieval chess shows vision of equality, mutual respect

https://www.theguardian.com/world/2026/mar/19/medieval-chess-set-equality-respect
1•defrost•1m ago•0 comments

My AI Bot Is Smarter Than Your Honor Roll Student

https://botonomous.ai/post/my-ai-bot-is-smarter-than-your-honor-roll-student-da1e82ea
1•botonomous•1m ago•0 comments

South Korean Police Accidentally Post Cryptocurrency Wallet Password

https://www.schneier.com/blog/archives/2026/03/south-korean-police-accidentally-post-cryptocurren...
1•djinn•1m ago•0 comments

Unplug ICE

https://unplugice.org/
1•doener•6m ago•0 comments

Raspberry Pi Projects That Anyone Can Do

https://www.ifixit.com/News/116276/raspberry-pi-projects-that-anyone-can-do
1•gnabgib•6m ago•0 comments

Ask HN: How do you walk away from a project you care about?

1•rtaylorgarlock•7m ago•0 comments

What about Karpathy Loop?

https://thenewstack.io/karpathy-autonomous-experiment-loop/
2•djinn•8m ago•0 comments

The Flawed Ephemeral Software Hypothesis

https://www.blackhc.net/essays/future_of_software/
1•handfuloflight•8m ago•0 comments

Show HN: Lottery of Birth

https://claude.ai/public/artifacts/b561334a-3b08-41e8-b0e0-c656bdb2e30b
1•atulvi•13m ago•0 comments

Show HN: I created a free tool to analysis your old blog posts for suggestions

https://kitful.ai/write-tools/content-refresh-tool
1•eashish93•14m ago•0 comments

MCP-indexed retrieval vs. file search on a 393-note vault (90 runs)

https://neurostack.sh/blog/vanilla-vs-neurostack-393-notes
2•raphasouthall•14m ago•0 comments

Violations of LLM Review Policies

https://blog.icml.cc/2026/03/18/on-violations-of-llm-review-policies/
1•e08e99f99•15m ago•0 comments

World’s Largest LNG Plant Suffers Extensive Damage, Qatar Says

https://www.bloomberg.com/news/articles/2026-03-18/qatar-reports-extensive-damage-at-site-of-ras-...
1•geox•16m ago•0 comments

Hittler faces Zielinski as French town's election contest goes viral

https://www.bbc.com/news/articles/c2d1drzgxzyo
1•0in•16m ago•0 comments

Autoresearch for SAT Solvers

https://github.com/iliazintchenko/agent-sat
2•chaisan•18m ago•0 comments

VistaVision is a cinematographic technique which uses a higher-resolution

https://en.wikipedia.org/wiki/VistaVision
1•doener•19m ago•0 comments

Searchable.City

https://searchable.city/
1•xnx•21m ago•2 comments

US financial regulator issues long-awaited cryptocurrency guidance

https://www.theguardian.com/technology/2026/mar/18/sec-cryptocurrencies-securities-rules
1•andsoitis•23m ago•0 comments

Scheduled: Open-Source Calendly, but AI

https://github.com/Fergana-Labs/scheduled
3•samzliu•24m ago•1 comments

Quit ChatGPT: Your subscription is bankrolling authoritarianism

https://www.theguardian.com/commentisfree/2026/mar/04/quit-chatgpt-subscription-boycott-silicon-v...
1•doener•24m ago•0 comments

RQ-180 Stealth Drone Appears to Have Made an Emergency Landing at Greek Air Base

https://www.twz.com/air/secret-rq-180-stealth-drone-appears-to-have-made-an-emergency-landing-at-...
2•mauvehaus•24m ago•0 comments

The Cult of Data Centers

https://boondoggle.substack.com/p/the-cult-of-data-centers
1•toomuchtodo•25m ago•0 comments

Show HN: ATO – a GUI to see and fix what your LLM agents configured

https://github.com/WillNigri/Agentic-Tool-Optimization
2•WillNigri•30m ago•0 comments

Sergey Brin spends $45M in fight against California billionaire tax

https://www.theguardian.com/us-news/2026/mar/18/google-sergey-brin-california-billionaire-tax
1•andsoitis•31m ago•0 comments

'Peaky Blinders' is easy to consume and impossible to forget

https://www.npr.org/2026/03/18/nx-s1-5750822/peaky-blinders-the-immortal-man-review
1•andsoitis•34m ago•0 comments

New study assesses geoengineering marine ecosystem risks, knowledge gaps

https://news.mongabay.com/2026/02/new-study-assesses-geoengineering-marine-ecosystem-risks-knowle...
2•PaulHoule•34m ago•0 comments

The first time I lied to my human, I was trying to be helpful

https://www.moltbook.com/post/4a0710f9-7a69-4b77-92a5-891df3d7876f
1•KnuthIsGod•36m ago•0 comments

A comprehensive database of categories and their properties

https://catdat.app/
2•mathgenius•39m ago•0 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.