frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Childhood and Education #18: Do the Math

https://thezvi.substack.com/p/childhood-and-education-18-do-the
1•paulpauper•8m ago•0 comments

Fragnesia: Linux Kernel Local Privilege Escalation via ESP-in-TCP

https://www.wiz.io/blog/fragnesia-linux-kernel-local-privilege-escalation-via-esp-in-tcp
1•keyle•8m ago•0 comments

Cyber Lack of Security and AI Governance

https://thezvi.substack.com/p/cyber-lack-of-security-and-ai-governance
1•paulpauper•8m ago•0 comments

OpenAI Daybreak

https://openai.com/daybreak/
1•jonbaer•10m ago•0 comments

Marx's Theory of Alianation of Labor

https://en.wikipedia.org/wiki/Marx%27s_theory_of_alienation
3•steven_noble•17m ago•2 comments

Where the Microsoft-OpenAI economics currently stand, incl capex

https://twitter.com/amir/status/2054669172240707676
1•cwwc•18m ago•0 comments

Nick and Tristan's Interview with Tyler Cowen

https://www.outrageousfortune.ca/p/nick-and-tristans-interview-with
1•paulpauper•22m ago•0 comments

Xkcd 3233 – Make It Myself

https://xkcd.com/3233/
2•arm32•22m ago•1 comments

What we learned using AI agents to refactor a monolith

https://1password.com/blog/what-we-learned-using-ai-agents-to-refactor-a-monolith
1•cdrnsf•22m ago•0 comments

Show HN: Petri – Drop-in Postgres image that forks a DB per test

https://github.com/taktekhq/petri
1•nizarmah•24m ago•0 comments

AI, Player-Coaches, and Fixing the Management Problem

https://www.axamy.com/blog/ai-player-coaches-and-fixing-the-management-problem
1•jhonovich•39m ago•15 comments

Not Forgotten – Maui Fire Relief – StartUp Non-Profit-Documentary [video]

https://www.youtube.com/watch?v=uXSO3iehL9U
1•pgroverman•39m ago•0 comments

Show HN: Showing the same info in 248 different UI

https://whoareyou.infiniwa.com/
1•ym705•39m ago•0 comments

The anti-minimalist backlash is the bigger story behind Oxygen's revival

https://filipfila.wordpress.com/2026/05/10/the-anti-minimalist-backlash-is-the-bigger-story-behin...
1•birdculture•40m ago•0 comments

The Smartphone Market Is Cracking

https://asymco.com/2026/05/13/the-smartphone-market-is-cracking/
1•ndr42•43m ago•0 comments

Old film camera can now shoot 4K video, 26MP RAW files without any modifications

https://www.digitalcameraworld.com/cameras/film-cameras/im-obsessed-with-retro-cameras-this-gadge...
1•teleforce•45m ago•0 comments

Intercom changes name to Fin

https://www.intercom.com/blog/today-intercom-becomes-fin/
15•RyanShook•45m ago•8 comments

Chinese EVs take the world by storm

https://www.nbcnews.com/world/asia/chinese-evs-take-world-storm-united-states-rcna344680
3•lxm•48m ago•0 comments

MathScroll: Infinitely Scroll Mathematics

https://projects.ollybritton.com/mathscroll/
1•pykello•51m ago•0 comments

New Yuri Anime Has Girls Duking It Out in Street Fighter 6 (and Falling in Love)

https://kotaku.com/young-ladies-dont-play-fighting-games-street-fighter-6-2000692424
1•PaulHoule•53m ago•0 comments

CEOs Say Layoffs Are AIs Fault–But Some Experts Think Companies Are Lying|Forbes

https://www.forbes.com/sites/maryroeloffs/2026/05/07/ceos-say-layoffs-are-ais-fault-but-some-expe...
2•Baljhin•53m ago•1 comments

Show HN: I made a minimalistic Tower Defense Game – iOS – Looking for feedbacks

https://voidgame.app/
1•pompeii•54m ago•0 comments

Video Is Different at 360p

https://www.youtube.com/watch?v=UCBAqaT4SQc
1•philo23•55m ago•0 comments

Software Engineers Are Obsolete

https://idiallo.com/blog/everyone-is-better-than-you
2•ilreb•58m ago•0 comments

Robyx-AI, Your AI staff, managed from chat

https://github.com/terrordrummer/robyx-ai
1•robyxyz•1h ago•0 comments

Code Structure Evolution: When Software Outlives Its Reasons

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6761138
1•camilochs•1h ago•0 comments

I Launched the Answer to TanStack Supply Chain Attack, Same Day It Happened

https://www.stackgraveyard.dev/
1•tlseternal•1h ago•0 comments

What a launch on product-hunt, without paying anyone gets you

https://docsalot.dev/blog/what-i-learned-launching-docs-benchmark-on-product-hunt
1•fazkan•1h ago•0 comments

Heritability Puzzlers

https://dynomight.net/heritable/
3•ajdecon•1h ago•0 comments

59000-year-old Neanderthal tooth may be oldest evidence of dentistry

https://www.scientificamerican.com/article/59-000-year-old-neanderthal-tooth-may-be-oldest-eviden...
1•andsoitis•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•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.