frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Don't Vibe Code

https://jacobharr.is/personal/i-dont-vibe-code
1•noident•31s ago•0 comments

Unprecedented in 66M Years

https://justdean.substack.com/p/unprecedented-in-66-million-years
1•jules-jules•2m ago•0 comments

To buy this Bay Area home, you'll need Anthropic equity

https://techcrunch.com/2026/04/26/to-buy-this-bay-area-home-youll-need-anthropic-equity/
1•nanfinitum•4m ago•0 comments

Regarding cybersecurity, AI is our best hope in a profession that lacks hope

https://manchester.inklink.news/when-it-comes-to-cybersecurity-ai-is-our-best-hope-in-a-professio...
1•603security•6m ago•0 comments

Physicists have measured 'negative time' in the lab

https://theconversation.com/physicists-have-measured-negative-time-in-the-lab-278996
1•bilsbie•6m ago•0 comments

Fortress

https://en.wikipedia.org/wiki/Fortress_(programming_language)
1•tosh•7m ago•0 comments

Tell HN: Claude account suspension for flagging duplicate billing

2•areoform•8m ago•0 comments

DY* Unchained: Composable Security Proofs and Precise Compromise Scenarios

https://eprint.iacr.org/2026/830
1•mooreds•9m ago•0 comments

Tell HN: Happy May Day

2•chrishill89•11m ago•0 comments

Build an AI edge your competitors can't copycat

https://jennywanger.com/articles/build-an-ai-edge-your-competitors-cant-copycat/
1•mooreds•11m ago•0 comments

Space Stack: The Space Power Infrastructure

https://xinch.substack.com/p/space-stack-the-space-power-infrastructure
1•mooreds•12m ago•0 comments

More cores, less cache: Cloudflare's servers got slower until a stack rewrite

https://www.youtube.com/watch?v=D_0RHoT2mjA
2•emot•13m ago•0 comments

Pragmatic Haskell: Building a Microservice Template That Does Things

https://arthurjordao.dev/posts/building-microservices-with-haskell/
2•arthurjordao•14m ago•0 comments

Why my macOS Messages badge lied to me (and the one-line fix)

https://blog.alexbeals.com/posts/macos-broken-messages-notification-badge
1•dado3212•14m ago•0 comments

RFC: Account creation policy for web agents

https://wkdomains.com/rfcs/2026-May-01-account-create
1•fcpguru•15m ago•0 comments

Pcybox Orbis – Real-time network traffic visualizer for Windows

https://github.com/Mister-iks/pcybox-orbis
1•mister__iks•16m ago•0 comments

US debt is now bigger than the economy for first time since World War II

https://www.independent.co.uk/news/world/americas/us-politics/us-national-debt-gdp-trump-b2968676...
4•geox•17m ago•1 comments

Apocalypse Early Warning System

https://ews.kylemcdonald.net/
2•carlsborg•18m ago•0 comments

Police Have Used License Plate Readers at Least 14x to Stalk Romantic Interests

https://ij.org/police-have-reportedly-used-license-plate-readers-to-stalk-romantic-interests-at-l...
32•loteck•21m ago•9 comments

Bonsai: The First Commercially Viable 1-Bit LLM

https://prismml.com/news/bonsai-8b
1•felineflock•21m ago•0 comments

"Show more" in Google search causes high Firefox GPU usage

2•prirun•21m ago•0 comments

Where AI capability stops and organisational reality takes over

https://notsolvingthis.substack.com/p/the-incomplete-value-chain
1•lemon_party123•22m ago•0 comments

Red Button vs. Blue Button

https://systemsthinkingcollection.substack.com/p/red-button-vs-blue-button
1•InputName•23m ago•0 comments

Show HN: Access OPFS from multiple tabs using a fake Shared Worker

https://github.com/arnold-graf/cross-tab-worker/
1•ch_sm•24m ago•1 comments

Ask HN: GitHub flagged my org two weeks ago. No reason given, no appeal response

3•dohyun-ko•25m ago•0 comments

Backup Your iCloud?

https://parachuteapps.com/parachute
1•dackdel•25m ago•1 comments

Meta abandons open-source Llama for proprietary Muse Spark

https://thenewstack.io/meta-abandons-llama-spark/
1•Brajeshwar•29m ago•0 comments

JavaScript ECMAScript 2025 Improvements

https://mag.openrockets.com/p/javascript-ecmascript-2025-improvements-mon357b4
1•iopoer•30m ago•0 comments

Uber Torches 2026 AI Budget on Claude Code in Four Months

https://www.briefs.co/news/uber-torches-entire-2026-ai-budget-on-claude-code-in-four-months/
21•lwhsiao•30m ago•7 comments

Uns-independent-international-scientific-panel-on-AI-mon3tmcg

https://mag.openrockets.com/p/uns-independent-international-scientific-panel-on-ai-mon3tmcg
1•iopoer•30m 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.