frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

American Fork PD posts and removes unredacted bodycam footage

https://old.reddit.com/r/RecklessBen/comments/1tvzfv9/american_fork_pd_unredacted_bodycamdashcam_...
1•cosmicgadget•42s ago•0 comments

Strategic Petroleum Reserve

https://www.energy.gov/hgeo/opr/strategic-petroleum-reserve
1•mooreds•55s ago•0 comments

The Post That Beat The News By 38 Minutes. [video][50 mins]

https://www.youtube.com/watch?v=b2VAiFBXz-E
1•Bender•3m ago•0 comments

DOJ investigating former congressman George Santos for insider trading on Kalshi

https://www.npr.org/2026/06/02/nx-s1-5843371/george-santos-kalshi-insider-trading-investigation
2•gnabgib•6m ago•0 comments

SpaceX wins tax exemption for $55B AI chip plant despite local backlash

https://www.ft.com/content/86b2440a-60ce-4a5b-94ba-a6a4456ae574
1•1vuio0pswjnm7•6m ago•0 comments

Sil Val was built on public money-now it's fighting California's billionaire tax

https://www.morningstar.com/news/marketwatch/2026060256/silicon-valley-was-built-on-public-money-...
1•initramfs•7m ago•0 comments

Postgres IDE in Cursor

https://techcommunity.microsoft.com/blog/adforpostgresql/your-postgresql-workflow-just-found-its-...
1•gen_tp•7m ago•0 comments

Scientists uncover Feynman's formula for finding best holiday restaurant

https://www.theguardian.com/science/2026/jun/01/scientists-uncover-feynmans-formula-for-finding-b...
1•paulpauper•8m ago•0 comments

How cowboy culture remade Brazil

https://thebaffler.com/outbursts/rodeo-clowns-cowie
1•paulpauper•8m ago•0 comments

Are India's GDP figures OK after all?

https://www.ft.com/content/28783a0c-5a7c-4d6b-9485-61bdcb06e83d
1•paulpauper•9m ago•0 comments

Large AI Models in Dental Healthcare

https://arxiv.org/abs/2606.02914
1•berlianta•9m ago•0 comments

Meta Is Reportedly Working on an AI Pendant and More Smart Glasses

https://www.engadget.com/2184224/meta-developing-ai-pendant-more-smart-glass-models/
1•gmays•15m ago•0 comments

Ask HN: What would justify writing a kernel in 2026?

1•alonsovm44•15m ago•2 comments

Fridge with a Tiny Funnel Site

https://tailscale.com/blog/funnel-fridge
1•ChicknNuggt•17m ago•0 comments

The King and the Swarm

https://firstthings.com/the-king-and-the-swarm/
1•cratermoon•17m ago•0 comments

OpenAI Codex tool linked to malicious NPM supply chain attack

https://www.techradar.com/pro/security/openai-codex-tool-with-over-29-000-downloads-linked-to-mal...
1•ChicknNuggt•18m ago•0 comments

HttpBin Service

https://github.com/conductor-oss/httpbin
1•opiniateddev•21m ago•0 comments

Show HN: AI Gauge, a desktop monitor for Claude/Codex/Copilot usage limits

https://github.com/jpajak/ai-gauge
1•jpajak•23m ago•0 comments

Darknet Market Maximalism

https://antimoonboy.com/darknetmarketmaximalism/
2•Cider9986•28m ago•0 comments

Algebra of Contexts

https://github.com/neurons-me/.me
2•suiGn•34m ago•0 comments

Father of VR: The best AI future nobody is talking about – Jaron Lanier [video]

https://www.youtube.com/watch?v=v8f73ueeSTw
2•tartoran•36m ago•0 comments

Grok Becomes the Voice of Vapi

https://x.ai/news/grok-vapi
2•azeitona•39m ago•0 comments

The ancient diseases that plagued the dinosaurs

https://www.bbc.com/future/article/20230214-could-dinosaurs-get-cancer
2•thunderbong•40m ago•0 comments

When IPOs go wrong: SpaceX, AI firms face a delicate process

https://www.reuters.com/legal/transactional/when-ipos-go-wrong-spacex-ai-firms-face-delicate-proc...
2•1vuio0pswjnm7•40m ago•0 comments

Standardization and price adjustment of our server products effective 15 June

https://docs.hetzner.com/general/infrastructure-and-availability/faq-standardization-and-price-ad...
3•Topology1•41m ago•1 comments

AI Conversations Are Not Yours. Yet

https://medium.com/@vektormemory/your-ai-conversations-are-not-yours-yet-cd1b7925e9cf
2•vektormemory•45m ago•0 comments

AI has a water problem; Google thinks it has a fix

https://www.theverge.com/policy/942296/google-water-commitments-data-centers
2•1vuio0pswjnm7•46m ago•2 comments

Show HN: A rich, HTML-native document canvas for human <> AI collaboration

https://app.productnow.ai/app/home
2•kadhirvelm•46m ago•0 comments

MSI PRO B850-P coreboot port: GFX init, Promontory21, and ACPI improvements

https://blog.3mdeb.com/2026/2026-06-03-msi_pro_b850p_part5/
2•2bluesc•46m ago•0 comments

How about new Java based phone apps?

https://inavoyage.blogspot.com/2026/06/how-about-new-java-based-phone-apps.html
2•initramfs•49m 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.