frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Real-World Example of a Non-Converging Routing Algorithm

https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=9589071052702707009666
1•slrainka•1m ago•0 comments

Visualizing the Impossibility of Collatz Cycles: An Empirical Analysis

https://github.com/cylophis/collatz-adelic-stress
1•cylophis•1m ago•0 comments

SpaceX's first 'Version 3' Super Heavy Starship booster buckles under pressure

https://www.space.com/space-exploration/launches-spacecraft/spacexs-1st-version-3-super-heavy-sta...
1•iamtech•3m ago•0 comments

Warp Terminal Doing a Pricing Shock for Canadian Users – 10× Increase on Credits

2•osmosismartini•5m ago•0 comments

Jobs

1•Sagar_Kakkar_•15m ago•0 comments

Scientists found a way to reverse kidney damage–is a cure next?

https://www.nationalgeographic.com/health/article/chronic-kidney-disease-medical-breakthroughs
2•tmd83•17m ago•1 comments

Ask HN: Best purchases or "buy it for life" stuff you bought – 2025

2•gfz•20m ago•1 comments

Louvre Robbery: Could a 50-year-old maths problem have kept the museum safe?

https://www.bbc.com/future/article/20251030-louvre-robbery-the-50-year-old-maths-problem-that-can...
2•bryanrasmussen•23m ago•0 comments

The Next Opioid Crisis

https://www.profgalloway.com/the-next-opioid-crisis/
2•simonebrunozzi•24m ago•0 comments

What this blog is about

https://randomascii.wordpress.com/2025/03/25/what-this-blog-is-about/
1•simonebrunozzi•29m ago•0 comments

AN0M used portions of GrapheneOS code

https://grapheneos.social/@GrapheneOS/115589833471347871
1•udev4096•29m ago•0 comments

Show HN: CursorBird – Flap some wings while Cursor's agent is generating code

https://github.com/i-am-noamg/cursorbird
1•iamnoamg•32m ago•0 comments

The Research That Launched a Thousand Airport Books Got a Reality Check

https://www.bloomberg.com/news/articles/2025-11-21/which-social-psychology-theories-survived-the-...
2•Bostonian•32m ago•1 comments

Hyundai wants its EVs to charge as fast as petrol cars refuel

https://www.autoexpress.co.uk/hyundai/368323/hyundai-wants-its-evs-charge-fast-petrol-cars-refuel
3•breve•36m ago•2 comments

Show HN: PolyGPT – ChatGPT, Claude, Gemini, Perplexity responses side-by-side

https://polygpt.app
2•ncvgl•37m ago•1 comments

US Border Patrol Is Spying on American Drivers

https://www.wired.com/story/security-news-this-week-us-border-patrol-is-spying-on-millions-of-ame...
2•fleahunter•37m ago•0 comments

John Gray is wrong about postliberalism

https://thecritic.co.uk/john-gray-is-wrong-about-postliberalism/
2•thinkingemote•39m ago•0 comments

ADHD and Monotropism (2023)

https://monotropism.org/adhd/
3•wonger_•42m ago•2 comments

Agent Design Is Still Hard

https://lucumr.pocoo.org/2025/11/21/agents-are-hard/
2•the_mitsuhiko•46m ago•0 comments

Should I Rewrite the Python Launcher for Unix in Python?

https://snarky.ca/should-i-rewrite-the-python-launcher-for-unix-in-python/
2•ingve•49m ago•0 comments

I made a (useless) quantum computer at home (2023) [video]

https://www.youtube.com/watch?v=muoIG732fQA
2•sipofwater•51m ago•1 comments

Why DETRs are replacing YOLOs for real-time object detection

https://blog.datameister.ai/detection-transformers-real-time-object-detection
5•axelvlaminck•52m ago•0 comments

Northwest fuel pipeline shutdown could affect Thanksgiving travel

https://apnews.com/article/olympic-pipeline-leak-bp-seattle-airport-2383cd297b5ea56c6b5c132d0d2e54a5
2•andy99•57m ago•0 comments

Whatever your job, mentoring is your job – and the one that matters most

https://www.theregister.com/2025/11/19/every_job_is_mentoring/
1•dijksterhuis•58m ago•0 comments

Making Myself Irrelevant Was the Easy Part

https://dlhck.com/thoughts/making-myself-irrelevant-was-the-easy-part
2•davidhoeck•1h ago•0 comments

Climbing the cosmic distance ladder: another sample chapter

https://terrytao.wordpress.com/2025/11/21/climbing-the-cosmic-distance-ladder-another-sample-chap...
1•jjgreen•1h ago•0 comments

Microsoft AI CEO calls artificial superintelligence an 'anti-goal'

https://www.businessinsider.com/microsoft-ai-ceo-superintelligence-anti-goal-mustafa-suleyman-202...
1•iamA_Austin•1h ago•0 comments

AI agent learns to use CAD to create 3D objects from sketches

https://news.mit.edu/2025/new-ai-agent-learns-use-cad-create-3d-objects-sketches-1119
3•geox•1h ago•0 comments

Mortgage lending in America is seizing up

https://economist.com/leaders/2025/11/20/mortgage-lending-in-america-is-seizing-up-how-to-revive-it
1•runeks•1h ago•0 comments

My private information is worth $30

https://blog.melashri.net/micro/privacy-price/
30•elashri•1h ago•21 comments
Open in hackernews

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

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

Thanks for checking it out.

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