frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The race to the bottom with AI tools

https://andrewpwheeler.com/2026/04/21/the-race-to-the-bottom-with-ai-tools/
1•apwheele•1m ago•0 comments

Why Kafka Is So Fast – 4 Engineering Secrets Explained [video]

https://www.youtube.com/watch?v=lq4gt9aHhj0
1•gsingal•3m ago•0 comments

I wrote a 400line ppline that installs and scores every LLM tool on HN overnight

https://tokenstree.eu/newsletter/2026-04-21-400-line-pipeline.html
1•vfalbor•3m ago•0 comments

Ask HN: Would you use revocable digital signatures to verify AI/Other content?

1•lyfeninja•4m ago•0 comments

WMaster Cleanup – Free All-in-One Windows Cleaner and Optimizer

1•wmastercleanup•4m ago•0 comments

67

http://67.com
1•sixsevenmango•5m ago•0 comments

Technical Analysis: The "Steal and Go" Malware Model Used by AgingFly

https://en.landingfymax.com.br/cybersecurity/steal-and-go-model-agingfly-malware-ukraine-2026
1•EvCarvalho•5m ago•0 comments

Show HN: Aide – A customizable Android assistant (voice, choose your provider)

https://aideassistant.com/
1•yincrash•6m ago•0 comments

Show HN: Jiggle: speed up the download by jiggling the mouse

https://jiggle.conradgodfrey.com/
1•superpope99•6m ago•0 comments

The 4-Plane Architecture of AI-Native Content Engineering

https://generativeai.pub/the-4-plane-architecture-of-ai-native-content-engineering-32dfcf79607c
1•gemanor•6m ago•0 comments

ML-intern: open-source ML engineer that reads papers, trains and ships models

https://github.com/huggingface/ml-intern
1•xenova•6m ago•0 comments

Would you use revocable digital signatures to verify AI/Other content?

https://lyfe.ninja/
1•lyfeninja•7m ago•0 comments

Vera C. Rubin Observatory has Discovered 11,000 New Asteroids

https://www.universetoday.com/articles/the-vera-c-rubin-observatory-has-discovered-11000-new-aste...
3•tcp_handshaker•8m ago•0 comments

Johny Srouji Named Apple's Chief Hardware Officer

https://www.apple.com/newsroom/2026/04/johny-srouji-named-apples-chief-hardware-officer/
2•Brajeshwar•8m ago•0 comments

A Vompeccc Case Study: Spotify as Pure ICR in Emacs

https://www.chiply.dev/post-vompeccc-spot
2•chiply•9m ago•1 comments

Spectrum Protocol

https://github.com/Ashioya-ui/Spectrum-Protocol-
1•pb_lightmind•10m ago•0 comments

The Speed Tax

https://www.mahdiyusuf.com/the-speed-tax/
1•hasheddan•10m ago•0 comments

Show HN: Isola – Open-source sandboxing on Kubernetes

https://github.com/isola-run/isola
1•benldrmn•11m ago•0 comments

Ultra-fast 1024-bit prime generator via Hilbert-Pólya spectral law

https://github.com/model-vpr/ultrafast-spectral-primes
1•vpr-research•12m ago•0 comments

MS-DOS TUIs from the late 80s and early 90s

https://twitter.com/hey_zilla/status/2046234255244591486
1•3stripe•12m ago•0 comments

They Built a Legendary Privacy Tool. Now They're Sworn Enemies

https://www.wired.com/story/they-built-privacy-tool-grapheneos-now-sworn-enemies/
1•xrd•13m ago•0 comments

How to Learn Programming in 2026

https://blog.alcazarsec.com/tech/posts/how-to-learn-programming-2026
1•alcazar•13m ago•0 comments

Trump Considers Bailing Out His Family's Major Business Partner

https://newrepublic.com/post/209273/trump-considers-bailing-out-uae
2•tcp_handshaker•14m ago•0 comments

Why Crystal, 10 Years Later: Performance and Joy

https://serdardogruyol.com/why-crystal-10-years-later-performance-and-joy
4•multiplegeorges•14m ago•0 comments

Show HN: Turn Any Webpage into a Game

3•dassh•14m ago•0 comments

AI Agent Memory Explained in 3 Levels of Difficulty

https://machinelearningmastery.com/ai-agent-memory-explained-in-3-levels-of-difficulty/
2•eigenBasis•15m ago•0 comments

Ratsissimo – AI-Powered Singing Rat Trap

https://shitposting.ai/ratsissimo/#arias
1•FigurativeVoid•15m ago•0 comments

What do flying cars and AI innovation have in common?

https://medium.com/@groundtruthpost/everyone-is-building-flying-cars-60451bf36a91
1•thefeedbackloop•16m ago•0 comments

Worse Is Better

https://en.wikipedia.org/wiki/Worse_is_better
1•jermaustin1•17m ago•0 comments

The Bitter Lesson of Agentic Coding

https://agent-hypervisor.ai/posts/bitter-lesson-of-agentic-coding/
1•peterzat•17m ago•0 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.