frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is This the Dawn of the Tokenpocalypse?

https://techcrunch.com/2026/06/07/is-this-the-dawn-of-the-tokenpocalypse/
1•pseudo-usama•1m ago•0 comments

How to Spot Greenwashing Claims When You Travel

https://www.wired.com/story/how-to-spot-greenwashing-when-you-travel/
1•joozio•1m ago•0 comments

Show HN: Free 26-Source Financial Data API with Free Inference

https://bluedoor.sh/apis/financial-data
1•ahshucks•2m ago•0 comments

Altshiftx_vested_100

https://altshiftx.tech/pricing
1•Magna_Dev•3m ago•1 comments

Training an LLM in Swift, Part 2: macOS built-in frameworks

https://www.cocoawithlove.com/blog/macos-ml-frameworks.html
2•cl3m•8m ago•0 comments

Why the Future Doesn't Need Us (2000)

https://web.archive.org/web/20160210081017/http://www.wired.com/2000/04/joy-2/
2•reasonableklout•9m ago•0 comments

How much of Thermo Fisher's antibody data has been manipulated?

https://reeserichardson.blog/2026/05/28/how-much-of-thermo-fishers-antibody-data-has-been-manipul...
3•mhrmsn•11m ago•0 comments

Condition Number

https://en.wikipedia.org/wiki/Condition_number
3•tosh•13m ago•0 comments

The Small-Business Owners Managing Whole Armies of A.I. Employees

https://www.nytimes.com/2026/06/04/magazine/ai-agents-openclaw-small-business.html
2•littlexsparkee•13m ago•0 comments

Show HN: A hand-wired keyboard for animals with opposable thumbs

https://github.com/Roshanjossey/adipoli
2•sudo_bangbang•13m ago•0 comments

Software buyout deals collapse to lowest level since pandemic after AI rout

https://www.ft.com/content/c7db2d6e-8dec-4de0-9f1c-f73f7e905387
3•thm•15m ago•0 comments

SlimTide Fake vs. Real: Don't Buy Until You Read This Alert

https://act.autismspeaks.org/site/TR/TeamUp/TeamUp-InReview?pg=personal&px=6757942&fr_id=7462
2•watyzaru•17m ago•0 comments

Encyclopedia of 500+ Longevity Evidence Reviews

https://lifespan.io/forever-healthy-foundation-launches-evipedia-ai/
2•negura•20m ago•0 comments

Lev Vygotsky

https://en.wikipedia.org/wiki/Lev_Vygotsky
2•XzetaU8•21m ago•0 comments

They're required to tell you how to beat them

https://julienreszka.com/blog/they-re-required-to-tell-you-how-to-beat-them/
5•julienreszka•23m ago•0 comments

Do not distracted website blocker Chrome extension

https://chromewebstore.google.com/detail/do-not-distracted/gacffmmkpjfmepihjjhhlhleepjlmbaj
2•kd149•26m ago•1 comments

I built Vitra a local‑first desktop app that turns Oura data into daily guidance

https://www.indiehackers.com/post/i-built-vitra-a-local-first-desktop-app-that-turns-oura-data-in...
2•MrPFT•27m ago•0 comments

The Most Surprising Economic Success Story Is North Korea

https://www.wsj.com/world/asia/north-korea-economy-success-e80f7062
3•jmsflknr•29m ago•0 comments

The missing layer in autonomous command systems is decision validity, not speed

https://vulpesetleo.substack.com/p/the-kill-chain-has-a-thinking-problem
5•hnjm•29m ago•1 comments

Ask HN: How do I whitelist commands in Antigravity?

4•madprops•31m ago•0 comments

Anthropic and OpenAI should not be allowed to go public, says Ed Zitron

https://www.youtube.com/watch?v=zbKDmkJPVvI
4•doener•32m ago•0 comments

StepFun IPO

https://www.wsj.com/tech/ai/chinese-ai-startup-stepfun-set-to-file-for-hong-kong-ipo-3e436976
4•bent123•33m ago•0 comments

The Mythmaker at Anthropic

https://om.co/2026/06/07/the-myth-the-mythos-and-the-man/
4•tobolek•36m ago•0 comments

How to Train Your Goblin

https://goblins.mchen.workers.dev/
4•rrampage•49m ago•0 comments

Show HN: FinMind AI – an AI copilot for investing and daily finances

https://finmindai-moneyverse.vercel.app/
3•heroboy•52m ago•0 comments

Show HN: One API Key for 45 AI Models – Pay per Token, OpenAI Compatible

https://modelhub-api.com
3•Eolab•53m ago•0 comments

Show HN: Evolution of my AGENTS.md

2•attogram•53m ago•1 comments

I'm making an extension to hide Pinterest slop because the platform sucks now

https://pinsift.space/
2•rhodesy•57m ago•1 comments

"The Law Doesn't Apply to Me": Why Sovereign Citizen Arguments Always Fail

https://kylaleelawyer.substack.com/p/the-law-doesnt-apply-to-me-why-sovereign
5•kylaleelawyer•1h ago•2 comments

What is your craziest idea to launch in this AI era?

2•Clikdeo•1h ago•1 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.