frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Quiet Erasure of the Human Monopoly: Why Mo Gawdat's Predictions Are

https://beeble.com/en/blog/the-quiet-erasure-of-the-human-monopoly-why-mo-gawdat-s-predictions-ar...
1•odysseyk•1m ago•0 comments

A LaTeX Book Giveaway

https://tex.meta.stackexchange.com/questions/10304/another-latex-book-giveaway
1•idle•2m ago•0 comments

Math Jokes in Alice in Wonderland

https://storica.club/blog/alice-is-math-jokes/
1•yekbun123•9m ago•0 comments

Life, Death and Rebirth in the Land of the Buddha

https://www.nytimes.com/2026/05/14/t-magazine/nepal-buddha-kathmandu-buddhism.html
1•jackallis•9m ago•0 comments

CodeWright

https://en.wikipedia.org/wiki/CodeWright
1•BruceEel•14m ago•0 comments

Rising Seas Could Encircle New Orleans by the End of This Century

https://e360.yale.edu/digest/new-orleans-sea-level-rise
1•speckx•16m ago•0 comments

Will Wildfires Spell This the End of the Campfire in Canada?

https://explore-mag.com/is-this-the-end-of-the-campfire-in-canada/
2•kspacewalk2•17m ago•0 comments

Show HN: Symphony: Integrate OpenCode with Linear and get your own dev team

https://github.com/skorokithakis/symphony
1•stavros•17m ago•0 comments

USDA Projects Smallest US Wheat Harvest Since 1972 Due to Plains Drought

https://www.agweb.com/news/usda-projects-smallest-us-wheat-harvest-1972-due-plains-drought
12•littlexsparkee•19m ago•1 comments

The Ackman Act

https://docs.google.com/document/d/1EDezDWvB4wsgfhldNc23dNnSc0cZZfK9GZabjVvkyhg/edit?usp=sharing
1•throwawa1•21m ago•0 comments

Ask HN: How do you defend against supply chain attacks today?

4•elric•21m ago•2 comments

Karakeep – self-hostable bookmark-everything app

https://github.com/karakeep-app/karakeep
1•ano-ther•22m ago•0 comments

Show HN: Diffmode – Tool that builds custom growth tactics for bootstrapped SaaS

https://diffmode.app/
1•vanyaland•23m ago•1 comments

Neanderthal Dentists

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0347662
1•johnp314•24m ago•0 comments

Blocking mobile internet on smartphones improves attention and mental health

https://academic.oup.com/pnasnexus/article/4/2/pgaf017/8016017?login=false
2•jabo•26m ago•0 comments

Microsoft's AI system tops Anthropic's Mythos on cybersecurity benchmark

https://www.geekwire.com/2026/microsofts-multi-agent-ai-system-tops-anthropics-mythos-on-cybersec...
1•kseniamorph•27m ago•0 comments

Beware of Drunk Deer, French Police Say, Announcing Season of Inebriation

https://www.nytimes.com/2026/05/13/world/europe/france-drunk-deer.html
2•bookofjoe•27m ago•1 comments

Why autism pioneer Uta Frith wants to dismantle the spectrum

https://www.newscientist.com/article/2525037-why-autism-pioneer-uta-frith-wants-to-dismantle-the-...
1•donsupreme•27m ago•0 comments

Show HN: FreeFax (iOS) – a data point on shipping solo with Claude

https://apps.apple.com/us/app/freefax-send-fax-from-phone/id6763340737
1•joelsfoster•28m ago•0 comments

Hush – local push-to-talk dictation for macOS, no cloud, pastes at cursor

https://github.com/djmunro/hush
1•djmunro•29m ago•0 comments

DiscordMcp: Controlling Servers Through MCP

https://blog.rastrian.dev/post/discordmcp-controlling-servers-through-mcp
1•SchwKatze•29m ago•1 comments

The Whole Anthropic Kerfuffle

https://twitter.com/josevalim/status/2054887621336174799
19•tosh•29m ago•6 comments

Fight Slop with Clarity

https://blog.vtemian.com/post/fight-slop-with-clarity/
1•vtemian•31m ago•0 comments

Release NetHack 5.0 Atari ST/TT/Falcon (WIP)

https://github.com/ingpaschke/NetHack/releases/tag/v5.0-atari-wip
1•ibobev•32m ago•0 comments

Ubuntu 26.04 LTS Moving the Industry Forward with Linux 7.0 and More

https://www.servethehome.com/ubuntu-26-04-lts-moving-the-industry-forward-with-linux-7-0-and-more/
1•PaulHoule•34m ago•0 comments

BrrrViz – Learn GPU Programming

https://brrrviz.com/
2•sebg•35m ago•0 comments

Claude Account Suspended Seconds After Purchase?

4•AnthropicWHAT•35m ago•0 comments

The Third Hard Problem

https://mmapped.blog/posts/48-the-third-hard-problem
2•surprisetalk•37m ago•0 comments

Show HN: The trading terminal that prices everything in gold

https://pricedingoldelite.com
1•rrwilla•37m ago•0 comments

eBay Price Guesser

https://www.eguessr.com/
2•structuredPizza•39m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

pbowyer•1y 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.