frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Midori Browser with 11.7 has arrived

https://astian.org/midori-en/awesome-midori-11-7-with-vpn-has-arrived/
1•ponchale•7m ago•0 comments

Conspiracy about missing/dead scientists from online forums to the White House

https://apnews.com/article/scientists-missing-dead-conspiracy-theories-c046ce6d0a004e6a3e1971ff76...
2•EA-3167•9m ago•1 comments

AI Socratic – The Latest in AI of April 2026

https://aisocratic.org/blog/ai-socratic-april-2026
1•feulf•9m ago•1 comments

Why the Washington Post Lost in Virginia

https://www.semafor.com/article/04/22/2026/why-the-washington-post-lost-in-virginia
1•lando2319•18m ago•0 comments

BugBash'26 Keynote

http://muratbuffalo.blogspot.com/2026/04/bugbash26-keynote.html
1•zdw•21m ago•0 comments

ICLR 2026 Outstanding Papers

https://blog.iclr.cc/2026/04/23/announcing-the-iclr-2026-outstanding-papers/
1•matt_d•22m ago•0 comments

Kapton Tape

https://en.wikipedia.org/wiki/Kapton
2•lorenzohess•23m ago•0 comments

I am trying to collect a robotics community to learn robotics from scratch

https://v0-haptal-zero-to-working-robot.vercel.app/
1•aaravbedi•23m ago•1 comments

Two Big Loan Defaults Add to Pain in Private-Credit Funds

https://www.wsj.com/finance/investing/two-big-loan-defaults-add-to-pain-in-private-credit-funds-b...
1•petethomas•26m ago•0 comments

The Coding Assistant Breakdown: More Tokens Please

https://newsletter.semianalysis.com/p/the-coding-assistant-breakdown-more
2•swolpers•26m ago•0 comments

The Last of the Lost Generation

https://porticoquarterly.com/book/the-last-of-the-lost-generation/
1•benbreen•26m ago•0 comments

AI written, edited or 'polished' books are being sold

https://theconversation.com/thousands-of-ai-written-edited-or-polished-books-are-being-sold-an-ee...
1•teleforce•27m ago•0 comments

Farewell ISDN, Ham Radio and Old Network Drivers: Linus Merges 138k LOC Removal

https://www.phoronix.com/news/Linux-7.1-Removes-Old-Net
3•voxadam•28m ago•0 comments

2 Men claimed a record by driving an old 3-wheel car length of Africa

https://apnews.com/article/adventure-car-africa-record-reliant-robin-0328f6a9dbcb407d539fe7aabf23...
1•gnabgib•29m ago•0 comments

Ask HN: Are We Destroying Earth?

2•vednig•30m ago•1 comments

Ancient DNA reveals pervasive directional selection across West Eurasia

https://www.nature.com/articles/s41586-026-10358-1
2•wslh•31m ago•0 comments

German cabinet approves 3-month IP address retention

https://europeanconservative.com/articles/news-corner/germany-merz-surveillance-ip-tracking-berli...
2•ExpertAdvisor01•42m ago•1 comments

GCC Establishes Working Group to Decide on AI/LLM Policy

https://www.phoronix.com/news/GCC-Working-Group-AI-Policy
1•breve•50m ago•0 comments

How Hard Is It to Open a File?

https://blog.sebastianwick.net/posts/how-hard-is-it-to-open-a-file/
1•vinhnx•50m ago•0 comments

Hotels are slashing World Cup rates as FIFA cancels rooms

https://moneywise.com/news/top-stories/fifa-world-cup-hotels-rates-tourism-slump
5•vrganj•1h ago•4 comments

Open VSX Sleeper Extensions Linked to GlassWorm Show New Malware Activations

https://socket.dev/blog/73-open-vsx-sleeper-extensions-glassworm
1•salkahfi•1h ago•0 comments

FilamentPHP MCP Server

https://github.com/suwi-lanji/filamentphp-mcp
1•bumi-kitan•1h ago•0 comments

Devin for Terminal

https://devin.ai/terminal
1•nickzana•1h ago•0 comments

The Bizarre Biology of Bdelloid Rotifers

https://biologicalrecording.co.uk/2025/09/23/bdelloid-rotifers/
2•thunderbong•1h ago•0 comments

SpaceX Starship Documentary – Test Like You Fly

https://www.spacex.com/content/starship/test-like-you-fly
1•d_silin•1h ago•0 comments

Xiaomi releases mimo-v2.5 model

https://mimo.xiaomi.com/mimo-v2-5
1•gainsurier•1h ago•0 comments

OpenAI's Sam Altman writes apology to community of Tumbler Ridge

https://www.cbc.ca/news/canada/british-columbia/sam-altman-tumbler-ridge-apology-9.7176482
4•acyou•1h ago•4 comments

Developing Trustworthy Information

https://jessicacanepa.com/blog/developing-trustworthy-information/
3•mooreds•1h ago•0 comments

YC as a Service

https://ycaas.lol
2•ipostragebait•1h ago•1 comments

Firefox Has Integrated Brave's Adblock Engine

https://itsfoss.com/news/firefox-ships-brave-adblock-engine/
28•nreece•1h ago•2 comments
Open in hackernews

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

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

Thanks for checking it out.

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