frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New accounts on HN 10x more likely to use EM-dashes

https://www.marginalia.nu/weird-ai-crap/hn/
1•todsacerdoti•2m ago•0 comments

Aulico – On-Chain Trading with CEX UX

https://www.aulico.com
1•lontraselv•2m ago•0 comments

Open-Source Agents Need to Get Serious About Payments

https://bluematt.bitcoin.ninja/2026/02/25/open-source-ai-needs-to-get-serious/
2•BlueMatt•3m ago•0 comments

Lattice Surgery

https://pennylane.ai/qml/demos/tutorial_lattice_surgery
1•infinitewalk•3m ago•0 comments

Nvidia still hasn't sold a single H200 to China

https://www.tomshardware.com/tech-industry/artificial-intelligence/nvidia-still-hasnt-sold-a-sing...
1•speckx•4m ago•0 comments

AI: A Stateless Function on 10k GPUs Pretending to Know You

https://www.youtube.com/watch?v=3cYS9uukxaY
1•frag•5m ago•0 comments

Implementing Stripe-Like Idempotency Keys in Postgres

https://brandur.org/idempotency-keys
1•jackwilsdon•6m ago•0 comments

When Fan Fiction Hits the S&P

https://www.personfamiliar.com/p/when-fan-fiction-hits-the-s-and-p
1•coloneltcb•7m ago•0 comments

Ship Tracker Map

https://www.marinetraffic.com/en/ais/home/centerx:-12.0/centery:25.0/zoom:4
1•mhb•7m ago•0 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
2•yassi_dev•7m ago•0 comments

Large Language Diffusion Models

https://arxiv.org/abs/2502.09992
1•andsoitis•7m ago•0 comments

ActivationKit – AI agent replaces manual tooltip tours with one script tag

1•activationkit•8m ago•0 comments

Asking Sonnet 4.6, via the Anthropic API, "What's your name", reports DeepSeek

https://twitter.com/antirez/status/2026295574207553808
2•tosh•8m ago•1 comments

I probed 1400 MCP servers – here's what I learned

https://bloomberry.com/blog/we-analyzed-1400-mcp-servers-heres-what-we-learned/
1•AznHisoka•9m ago•0 comments

The most popular email providers

https://alexsci.com/blog/the-most-popular-email-providers/
1•surprisetalk•9m ago•0 comments

What was the first life restoration of a sauropod?

https://svpow.com/2026/02/02/what-was-the-first-life-restoration-of-a-sauropod/
1•surprisetalk•9m ago•0 comments

The Dysfunctional Tiger

https://worksinprogress.co/issue/the-dysfunctional-tiger/
1•surprisetalk•9m ago•0 comments

Google Threat Intelligence Group AI Threat Tracker

https://cloud.google.com/blog/topics/threat-intelligence/distillation-experimentation-integration...
1•geox•10m ago•0 comments

Show HN: GhostReply – AI that reads your iMessage history and texts back as you

https://ghostreply.lol/
2•espressoshotlog•11m ago•0 comments

Drone cams deliver high-pace visuals and add a new dynamic for TV viewers

https://apnews.com/article/winter-olympics-drones-95c459d813cef0695fc6e7d88e1aafb3
1•PaulHoule•11m ago•0 comments

All-Natural Geoengineering with Frank Herbert's Dune and Penguins

https://www.governance.fyi/p/all-natural-geoengineering-with-frank-a9d
2•daveland•11m ago•0 comments

Show HN: Tortuise – Gaussian splatting in your terminal, no GPU required

https://github.com/buildoak/tortuise
1•buildoak•11m ago•1 comments

Show HN: EvidentTrail – Turn GitHub activity into continuous SOC2 audit evidence

https://evidenttrail.com
1•elviro•12m ago•0 comments

Hacker Used Anthropic's Claude to Steal Sensitive Mexican Data

https://www.bloomberg.com/news/articles/2026-02-25/hacker-used-anthropic-s-claude-to-steal-sensit...
2•wslh•12m ago•1 comments

Showcase-Tuning: A visual debugging workflow for AI-assisted rendering code

https://github.com/nerobowman/Showcase-tuning
1•nerobowman•12m ago•1 comments

Discovering Multiagent Learning Algorithms with Large Language Models

https://www.arxiv.org/pdf/2602.16928
1•energy123•12m ago•0 comments

Show HN: Anonymous Dead Man's Switch

https://alcazarsec.com/deadmanswitch
2•alcazar•13m ago•0 comments

Current Large Audio Language Models largely transcribe rather than listen

https://arxiv.org/abs/2510.10444
1•earcar•14m ago•0 comments

My Wife Wanted Dior. I Spent $600 on Claude Code to Vibe-Code Database Instead

https://zilliz.com/blog/i-spent-600-on-claude-code-to-vibecode-a-2mline-database
2•redskyluan•16m ago•1 comments

Law as Reason, Not (Mere) Will

https://thenewdigest.substack.com/p/law-as-reason-not-mere-will
1•danielam•17m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

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