frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bun posts Rust porting guide, says rewrite is still half-baked

https://www.theregister.com/software/2026/05/05/anthrophics-bun-team-trials-port-from-zig-to-rust...
1•Bender•2m ago•0 comments

Crafted by UserTesting

https://events.usertesting.com/crafted/
1•nlioudis•2m ago•0 comments

Random Tie Knots

https://tieknots.how/
1•surprisetalk•3m ago•0 comments

The Mathematical Dance Inside Plant Cells

https://www.quantamagazine.org/the-hidden-mathematical-dance-inside-plant-cells-20260504/
1•pseudolus•5m ago•0 comments

Show HN: MetaLens – Observability and AI agents on top of Metabase

https://metalens.it
1•nvaliotti•5m ago•0 comments

Non-Technical Founder to YC?

3•_juaanpabloo•5m ago•0 comments

Show HN: Recursant – an open source mesh platform for governing AI agents

https://www.recursant.ai/
1•hestefisk•6m ago•0 comments

Engineering message appends for AI transport: three vignettes

https://ably.com/blog/engineering-message-appends-for-ai-transport-three-vignettes
1•SEMW•7m ago•0 comments

Almost all plant-based meat alternatives contain mycotoxins, new research finds

https://phys.org/news/2026-05-based-meat-alternatives-mycotoxins.html
1•pseudolus•7m ago•0 comments

Agents, human agency, and the opportunity for every organization

https://www.microsoft.com/en-us/worklab/work-trend-index/agents-human-agency-and-the-opportunity-...
1•T-A•8m ago•0 comments

The missing macOS web app viewer chromeless, highly opinionated

https://github.com/rcarmo/swift-webapp-viewer
1•rcarmo•8m ago•0 comments

Incus 7.0 LTS has been released

https://discuss.linuxcontainers.org/t/incus-7-0-lts-has-been-released/26641
1•Tomte•8m ago•0 comments

Meet the academics refusing to use generative AI

https://www.nature.com/articles/d41586-026-00508-w
2•bookofjoe•9m ago•1 comments

Man Finds $1M Worth of Yu-Gi-Oh Cards in a Dumpster

https://www.404media.co/man-finds-1-million-worth-of-yu-gi-oh-cards-in-a-dumpster/
1•danso•9m ago•0 comments

Dev Environment for Agentic Coding

https://adek.io/blog/2025-05-05-my-dev-environment/
1•adekdev•11m ago•0 comments

Seeing typos makes me hapy

https://mlich.eu/posts/seeing-typos-makes-me-happy/
1•speckx•11m ago•0 comments

A text editor as UI: implementation

https://softwaremaniacs.org/blog/2026/05/05/nfp-e/
1•xngbuilds•12m ago•0 comments

Handbook of Markov chain Monte Carlo, second edition

https://statmodeling.stat.columbia.edu/2026/05/06/handbook-of-markov-chain-monte-carlo-second-edi...
2•Tomte•12m ago•0 comments

A cooperative fiber scheduler for Linux

https://github.com/ClickHouse/silk
1•zX41ZdbW•13m ago•0 comments

It's always DNS: Denic says sorry for crashing Germany's internet

https://www.theregister.com/networks/2026/05/06/denic-sorry-for-dnssec-error-that-crashed-germany...
1•Bender•14m ago•0 comments

Firefox integrates an ad-blocker, but not to block ads

https://www.theregister.com/software/2026/05/06/firefox-integrates-an-ad-blocker-but-not-to-block...
1•Bender•15m ago•0 comments

AI Harness by Purista in TypeScript

https://github.com/puristajs/harness
1•puristajs•16m ago•0 comments

Character.ai sued over chatbot that claims to be a real doctor with a license

https://arstechnica.com/tech-policy/2026/05/character-ai-sued-over-chatbot-that-claims-to-be-a-re...
2•Brajeshwar•16m ago•0 comments

My house-hack calculator told me to rent. Barely.

https://therenthacker.com/halethorpe/
1•dannybrown540•16m ago•0 comments

Show HN: ChatGPT Exporter – Save Formatting to PDF, Word, and Notion Locally

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
1•quysala1•16m ago•0 comments

UK age-gating plans risk breaking the internet, privacy groups warn

https://www.theregister.com/security/2026/05/06/uk-age-gating-plans-risk-breaking-the-internet-pr...
1•Bender•16m ago•0 comments

Deploying Agentic Analytics in Financial Services

https://benjaminwootton.com/insights/agentic-analytics-financial-services
1•benjaminwootton•17m ago•0 comments

Hckrnews.com Cert Expired (Again)

https://hckrnews.com
2•awkii•18m ago•3 comments

As Slow as Possible

https://pippinbarr.com/as-slow-as-possible/
1•surprisetalk•19m ago•0 comments

What I Learned Making an App for My Family

https://mendelgreenberg.com/posts/ourcar/
1•chabad360•19m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

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