frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A 1.8T Logic Layer for Ultra-Low-End ARM ($100 Devices

1•A04eArchitect•37s ago•0 comments

Google's TurboQuant AI-compression algorithm can reduce LLM memory usage by 6x

https://arstechnica.com/ai/2026/03/google-says-new-turboquant-compression-can-lower-ai-memory-usa...
1•geoffbp•2m ago•0 comments

Why Claude Code Won (For Now)

https://alexisgallagher.com/posts/2026/why-claude-code-won/
2•ubolonton_•12m ago•0 comments

Ask HN: Why isn't using AI in production considered stupid?

5•spl757•19m ago•2 comments

Iran establishes 'safe' shipping corridor for approved transits who pay $2M

https://www.lloydslist.com/LL1156656/Iran-establishes-safe-shipping-corridor-for-approved-and-pai...
1•Gaishan•23m ago•0 comments

Show HN: Shoofly – pre-execution security for Claude Code Cowork and OpenClaw

https://shoofly.dev/
2•evanvuckovic•29m ago•0 comments

Krispy Kreme to launch limited-edition doughnut for Artemis II moon mission

https://www.collectspace.com/news/news-032726a-krispy-kreme-artemis-ii-doughnut.html
1•MilnerRoute•30m ago•0 comments

What's your biggest visual testing pain?

1•jingeng•38m ago•0 comments

QR codes can be copied – I built a way to stop reuse

1•YNaka•39m ago•1 comments

Visual testing is too heavy. Anyone else want a 5-min alternative?

1•jingeng•40m ago•0 comments

Mr. Chatterbox is an LLM trained exclusively on Victorian-era British texts

https://huggingface.co/spaces/tventurella/mr_chatterbox
1•asxndu•42m ago•0 comments

Nestlé says 413,793 KitKat candy bars stolen en route from Italy to Poland

https://apnews.com/article/nestle-switzerland-candy-bar-stolen-kitkat-51073cce27a0e193651aa7f31aa...
5•petethomas•46m ago•0 comments

AI Hot Takes from a Platform Engineer / SRE

https://alienchow.dev/post/ai_takeaways_mar_2026/
1•alienchow•50m ago•0 comments

RaBitQ Binary Quantization 101

https://www.elastic.co/search-labs/blog/rabitq-explainer-101
1•tamnd•53m ago•0 comments

Moretti Replication Published in AER

https://blog.michaelwiebe.com/p/moretti-replication-published-in
1•luu•55m ago•0 comments

There's a Good Reason You Can't Concentrate

https://www.nytimes.com/2026/03/27/opinion/technology-mental-fitness-cognitive.html
2•saikatsg•1h ago•0 comments

Show HN: CMPSBL Software Factory — Free Daily Drop $2.9M

https://pastebin.com/54QhPiwZ
1•promptfluid•1h ago•1 comments

I Built CLI for Bullmq

https://github.com/quanghuynt14/bullmq-dash
2•quanghuynt14•1h ago•0 comments

Is Systemd Bloat Real? Dinit vs. Systemd: Which Session Uses Less Memory?

https://grigio.org/is-systemd-bloat-real-dinit-vs-systemd-which-session-uses-less-memory-with-labwc/
2•grigio•1h ago•0 comments

The Future of Text Layout Is Not CSS

https://twitter.com/_chenglou/status/2037713766205608234
1•california-og•1h ago•1 comments

How Accurate is this? [No Access to X:(]

https://twitter.com/CLG98264897/status/2037312460433109106
1•SilentM68•1h ago•1 comments

While one partner sleeps, another vibe codes

https://www.businessinsider.com/claude-gap-relationship-vibe-code-couples-2026-3
2•mlaretallack•1h ago•0 comments

The United States is driving a public health emergency of international concern

https://www.bmj.com/content/392/bmj-2026-089474
9•KnuthIsGod•1h ago•2 comments

EU Commission, Enisa, and DG Digital Services Breached by ShinyHunters

https://twitter.com/IntCyberDigest/status/2038038430752374888
1•CountGeek•1h ago•0 comments

Why question-space can't be baked into LLM weights (preprint)

https://zenodo.org/records/19305025
2•h_hasegawa•1h ago•1 comments

Narcissistic grandiosity predicts greater involvement in LGBTQ activism

https://www.psypost.org/narcissistic-grandiosity-predicts-greater-involvement-in-lgbtq-activism/
3•Tomte•1h ago•1 comments

Zuck's obsession with VR lost him AI leadership

https://twitter.com/futurejurvetson/status/2037925810208960965
1•MrBuddyCasino•1h ago•0 comments

Former NJ AG's Firm Challenges Big Tech's 'Profit Ahead of Public Safety' Ethos

https://www.law.com/therecorder/2026/03/20/openai-targeted-as-former-new-jersey-ags-new-firm-chal...
1•1vuio0pswjnm7•1h ago•0 comments

Disgraced fraudster Elizabeth Holmes caught a break; prosecutors aren't happy

https://nypost.com/2026/03/27/business/disgraced-theranos-fraudster-elizabeth-holmes-just-caught-...
3•1vuio0pswjnm7•1h ago•0 comments

Whats the most surprising business process you've automated with OpenClaw?

1•dhruvkar•1h 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.