frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A single-file C allocator with explicit heaps and tuning knobs

https://github.com/xtellect/spaces
1•enduku•57s ago•1 comments

Fedora Project Leader Suggests Linux Could Adopt Apple's Age Verification API

https://itsfoss.com/news/fedora-leader-suggests-age-verification-api/
1•speckx•1m ago•0 comments

Skeleton of Three Musketeers hero d'Artagnan may have been found

https://www.theguardian.com/world/2026/mar/25/skeleton-three-musketeers-dartagnan-alexandre-dumas
1•Archelaos•1m ago•0 comments

Swarm simulation 140 Agents, Mirofish inspired

https://murlyn.ai
1•dutybird•2m ago•0 comments

Bond between dogs and humans dates back more than 15,000 years, study finds

https://www.theguardian.com/science/2026/mar/25/bond-dogs-humans-dates-back-15000-years-study-finds
1•Archelaos•2m ago•0 comments

Meta cutting several hundred jobs across Reality Labs, Facebook and others

https://www.cnbc.com/2026/03/25/meta-layoffs-reality-labs-facebook.html
1•garbawarb•3m ago•0 comments

We Built a Database for Agents

https://funnelstory.ai/blog/engineering/we-built-a-database-for-agents
1•preetamjinka•3m ago•0 comments

We Rebuilt Zeta from the Training Data Up

https://zed.dev/blog/zeta2
1•meetpateltech•5m ago•0 comments

Sanders and AOC unveil data center moratorium bill

https://www.axios.com/2026/03/25/sanders-aoc-data-center-moratorium-bill
1•blinding-streak•5m ago•0 comments

AI Might Be Our Best Shot at Taking Back the Open Web

https://www.techdirt.com/2026/03/25/ai-might-be-our-best-shot-at-taking-back-the-open-web/
1•speckx•5m ago•0 comments

What Will It Take to Build the Largest Data Center?

https://spectrum.ieee.org/5gw-data-center
1•Brajeshwar•5m ago•0 comments

Meta and Google found liable in social media addiction trial

https://www.bbc.co.uk/news/articles/c747x7gz249o
1•ColinWright•7m ago•1 comments

Musk lawyers try to bar judge over LinkedIn 'like' cheering legal defeat

https://www.ft.com/content/c53cfaa8-8db1-49b1-b877-3ac7b2095966
1•1vuio0pswjnm7•9m ago•0 comments

Show HN: Sift – local, de-noised GitHub notifications

https://github.com/vignesh07/sift
1•eigen-vector•11m ago•0 comments

Show HN: PromptPrivacy – Open-source tool to track how AI models use your data

https://prompt-privacy.vercel.app/
1•Sonofg0tham•11m ago•0 comments

Metasystemic

https://metasystemic.xyz/stuff.html
1•gdss•11m ago•0 comments

Show HN: TexoCAD – Describe a part in words, get actual editable CAD

1•torayeff•11m ago•1 comments

RAG to riches: synthetic data for training RAG agents

https://cgft.io/blog/rag-to-riches/
1•kumama•12m ago•0 comments

Data Is Now the Front Line of Warfare

https://www.csis.org/analysis/data-now-front-line-warfare
1•kdavis•13m ago•1 comments

Newsom calls Musk "one of the great disappointments" of this era

https://www.axios.com/2026/03/25/gavin-newsom-elon-musk-tesla-china
2•1vuio0pswjnm7•13m ago•0 comments

Show HN: Vellyr – small JavaScript non-lazy signals library

https://github.com/Bloomca/vellyr
1•bloomca•14m ago•0 comments

Meta hit with $375M verdict in New Mexico child safety case

https://www.politico.com/news/2026/03/24/meta-hit-with-375m-verdict-in-new-mexico-child-safety-ca...
1•1vuio0pswjnm7•14m ago•1 comments

The Bee That Everyone Wants to Save

https://naturalist.bearblog.dev/the-bee-that-everyone-wants-to-save/
2•nivethan•15m ago•0 comments

Average gas price poised to hit $4 a gallon

https://www.consumeraffairs.com/news/average-gas-price-poised-to-hit-4-a-gallon-032426.html
1•geox•16m ago•0 comments

Porting Go's io package to C

https://antonz.org/porting-go-io/
1•ashvardanian•17m ago•0 comments

A Cat Left Paw Prints on the Pages of This Medieval Manuscript

https://www.smithsonianmag.com/smart-news/a-cat-left-paw-prints-on-the-pages-of-this-medieval-man...
1•jruohonen•17m ago•0 comments

Meta and YouTube Lose Landmark Social Media Trial

https://www.wsj.com/tech/meta-and-youtube-lose-landmark-social-media-trial-33e4c5cb
1•jaredwiener•18m ago•1 comments

Google Voice suddenly requires an ID to text

https://old.reddit.com/r/Googlevoice/comments/1s3ha6h/suddenly_asks_for_my_id_to_send_a_text/
1•cft•19m ago•0 comments

ARC-AGI-3 Leaderboard

https://arcprize.org/leaderboard
1•yusufozkan•19m ago•0 comments

The AI Depression

http://charleshughsmith.blogspot.com/2026/03/the-ai-depression.html
1•speckx•20m 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.