frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The AI homepage – A news homepage for AI related articles

https://www.theaihomepage.com/
1•maverick98•3m ago•0 comments

Game Theory Explains How Algorithms Can Drive Up Prices

https://www.wired.com/story/game-theory-explains-how-algorithms-can-drive-up-prices/
1•quapster•15m ago•0 comments

Microsoft says it will run Windows 11 File Explorer in background to load faster

https://www.windowslatest.com/2025/11/22/microsoft-says-it-will-always-run-windows-11-file-explor...
1•tosh•16m ago•0 comments

US Department of Transportation unveils first female-modeled crash test dummy

https://www.theguardian.com/world/2025/nov/21/transportation-department-first-female-crash-dummy
1•binning•16m ago•0 comments

The Many – and Contradictory – Histories of Mt. Rushmore

https://lithub.com/on-the-many-and-contradictory-histories-of-mt-rushmore/
1•bryanrasmussen•17m ago•0 comments

The battle between science and postmodernism: from Boyle's air pump to Dawkins

https://susanpickard.substack.com/p/the-battle-between-science-and-postmodernism
1•binning•20m ago•0 comments

Like the New Yorker but Better

https://thelambsconduitreview.neocities.org
1•rishirulzeworld•22m ago•0 comments

South Africa declares gender-based violence and femicide a national disaster

https://www.theguardian.com/society/2025/nov/22/south-africa-g20-protests-gender-based-violence-n...
2•binning•22m ago•0 comments

Show HN: I made it fast and easy to launch your own RAG-powered AI chatbots

https://www.chatrag.ai
1•carlos_marcial•23m ago•1 comments

Ask HN: Why GenAI is immoral but vibe coding is ok?

1•jb_briant•28m ago•2 comments

Russia's drone revolution heaps pressure on Ukrainian defenses

https://www.cnn.com/2025/11/22/europe/russia-rubicon-unit-drone-revolution-ukraine-intl-cmd
2•rguiscard•29m ago•0 comments

Should you dry someone else's abandoned laundry?

https://www.nytimes.com/interactive/2025/11/21/magazine/wet-laundry-hodgman-quiz.html
1•bookofjoe•32m ago•1 comments

Lando Norris, Oscar Piastri Disqualified from Las Vegas Grand Prix

https://www.formula1.com/en/latest/article/norris-and-piastri-disqualified-from-las-vegas-gp-as-m...
1•tosh•34m ago•0 comments

Show HN: A little browser game I made after seeing a viral dance video

https://immersivewarmup.com/
1•davidyu37•34m ago•0 comments

Alcove: An RSS Reader for the Open Web

https://bearblog.stevedylan.dev/alcove-an-rss-reader-for-the-open-web/
2•stevedsimkins•36m ago•0 comments

Let's focus on things we can control

https://ramezanpour.net/post/2025/11/22/worry-about-things-you-can-change
1•ramezanpour•39m ago•0 comments

Customer Service Pelita Air

1•Fransiskoelani•41m ago•11 comments

Ask HN: Do LLMs make you feel like you've lost your edge?

1•galfarragem•42m ago•2 comments

Gnome 49 Introduces Donation Request Notification

https://forum.zorin.com/t/gnome-49-introduces-donation-request-notification/54035
1•shaunpud•44m ago•0 comments

Silicon Valley startups: being evil, again and again

https://notesfrombelow.org/article/silicon-valley-startups-doing-evil-again-and-again
2•iSpiderman•45m ago•0 comments

Gum disease and tooth decay hit men harder – and now we know why

https://newatlas.com/health-wellbeing/gum-disease-inflammasome-males/
1•breve•45m ago•1 comments

Gnome Plans New Donation Reminder Pop-Up in Upcoming Release

https://linuxiac.com/gnome-plans-new-donation-reminder-pop-up-in-upcoming-release/
2•shaunpud•47m ago•0 comments

BeatsToRapOn – A music-only marketplace and AI tools for artists

https://beatstorapon.com
1•Chet-Fitzgerald•48m ago•1 comments

Olmo 3 is a fully open LLM

https://simonwillison.net/2025/Nov/22/olmo-3/
3•lumpa•50m ago•1 comments

Show HN: Video Notes for YouTube

https://chromewebstore.google.com/detail/video-notes/phgnkidiglnijkpmmdjcgdkekfoelcom
1•prameshbajra•52m ago•0 comments

Toad Attacks via Entra Guest Invites

https://taggart-tech.com/entra-toad/
1•computersuck•57m ago•3 comments

A New Bridge Links the Math of Infinity to Computer Science

https://www.quantamagazine.org/a-new-bridge-links-the-strange-math-of-infinity-to-computer-scienc...
1•pseudolus•59m ago•0 comments

Hedging (1942) [video]

https://www.youtube.com/watch?v=WoprVhpOKIk
1•pbalau•1h ago•0 comments

A Startup's Bid to Dim the Sun

https://www.newyorker.com/news/the-lede/a-startups-bid-to-dim-the-sun
1•pseudolus•1h ago•2 comments

Ask HN: Looking for a donated PC or laptop for freelance work

3•PikoBeam•1h ago•0 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.