frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Do We Tolerate Elon Musk's Racist Commentary?

https://www.nytimes.com/2026/07/29/opinion/elon-musk-far-right-remigration.html
1•SLHamlet•1m ago•0 comments

Elon Musk's xAI sues Minnesota over law banning 'nudification' technology

https://www.theguardian.com/technology/2026/jul/29/xai-sues-minnesota-nudification-technology
1•Symbiote•3m ago•0 comments

When nature not only restores, but fortifies

https://www.mpg.de/26891042/when-nature-not-only-restores-but-fortifies
1•XzetaU8•3m ago•0 comments

AI or Not?

https://tracydurnell.com/2026/07/29/ai-or-not/
1•meetpateltech•3m ago•0 comments

Kolektor: Self-hosted manager for a coin and paper money collection

https://github.com/marinfrankovic/Kolektor
1•taubek•5m ago•0 comments

Show HN: Vedic Astrology Chart – free sidereal birth chart

https://vedicastrologychart.net/
1•toolina•6m ago•0 comments

Ask HN: Should authors disclose if they are paid to write a blog post?

1•wseqyrku•12m ago•0 comments

4k iptv app firestick: sideload setup that doesn't fight you

https://4kliveiptv.tv/app
1•sarahgreen•13m ago•0 comments

Defeating vanishing gradients in deep neural networks: Quotient Tree Arithmetic

https://arxiv.org/abs/2607.22612
1•EGreg•19m ago•0 comments

Show HN: Dibba – Automated Personal Finance

https://apps.apple.com/us/app/dibba/id6759825700
1•safonovklim•20m ago•0 comments

Best Firestick IPTV Subscription: Channels, Setup, and Real Pricing

https://firestickiptvs.com/
1•sarahgreen•26m ago•0 comments

'Vibe coding' is fun and easy, but there's a major catch

https://theconversation.com/vibe-coding-is-fun-and-easy-but-theres-a-major-catch-287693
3•billybuckwheat•27m ago•0 comments

EU AI Act compliance, scan your repo and get automatic results

https://scanara.io
3•ThiloBa•29m ago•0 comments

1,741 "informed" consents with one click? GDPR complaint filed

https://noyb.eu/en/1741-informed-consents-one-click-gdpr-complaint-against-dictcc-filed
8•dotcoma•29m ago•0 comments

3D thermal cloak hides objects from heat in any direction

https://news.illinois.edu/new-3d-thermal-cloak-hides-objects-from-heat-in-any-direction/
1•geox•30m ago•0 comments

Hugging Face Storage Buckets

https://huggingface.co/storage
2•jonbaer•33m ago•0 comments

A curated list of tools and resources for lead generation

https://github.com/dariubs/awesome-lead-generation
2•armandomaxim•36m ago•0 comments

Bitcoin version bits:XT was 41 blocks ever;naive Classic counts can be 30× wrong

https://parallaxbtc.com/findings/scaling-war
1•HASHIRAMA1337•39m ago•0 comments

Tell HN: Airbnb updated "necessary" cookies aren't

2•janalsncm•41m ago•0 comments

Extreme IPTV Player APK: Sideload Notes for Android TV and Firestick

https://extremeiptv.io/app
2•cynthial485•45m ago•1 comments

Superfile – Pretty fancy and modern terminal file manager

https://github.com/yorukot/superfile
1•modinfo•45m ago•0 comments

We built our agent a tool for codebase intelligence

https://medium.com/@vektormemory/we-built-our-agent-a-tool-for-codebase-intelligence-43e482fee4aa
1•vektormemory•46m ago•0 comments

EU AI Act Aug 2 deadline – AI compliance docs from $197

https://buy.stripe.com/28E00kcoq0gr5uU5Li8IU00
1•CompliGuardAI•53m ago•0 comments

The Daring Mission to Recover World War II POWs from the Bottom of the Ocean

https://www.wsj.com/us-news/pows-world-war-ii-recovery-mission-62a90f9e
1•thm•55m ago•0 comments

US awards GlobalFoundries $300M to bolster silicon photonics for AI chip

https://www.reuters.com/world/china/us-award-globalfoundries-300-million-develop-faster-ai-chip-l...
3•giuliomagnifico•56m ago•0 comments

Star Trek the Next Generation Series Bible (Season One) (1987)

https://archive.org/details/star-trek-the-next-generation-bible
4•Tomte•58m ago•0 comments

How the UK's extreme heat is shifting the conversation about air-con

https://www.bbc.co.uk/news/articles/cy5dw4plzvlo
2•luxpir•58m ago•0 comments

Reaping the Whirlwind – Inside the Potomac River Midair Collision

https://admiralcloudberg.medium.com/reaping-the-whirlwind-inside-the-potomac-river-midair-collisi...
1•craiglittle•58m ago•0 comments

Supabook – AI Native Business OS

https://supabook.ai/
1•seangavin3000•1h ago•2 comments

DoorDash Air

https://twitter.com/stanleytang/status/2082451154907353112
2•dsr12•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.