frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What We Lost When Computers Became Easier to Use [video]

https://www.youtube.com/watch?v=XHeMsXDyw2A
1•pierres7•2m ago•1 comments

Google Has Most of My Email Because It Has All of Yours (2014)

https://mako.cc/copyrighteous/google-has-most-of-my-email-because-it-has-all-of-yours
1•downbad_•6m ago•0 comments

Company Knowledge in ChatGPT (Business, Enterprise, and Edu)

https://help.openai.com/en/articles/12628342-company-knowledge-in-chatgpt-business-enterprise-and...
1•ssuds•10m ago•0 comments

Dangerous things should be difficult to do by accident

http://fexpr.blogspot.com/2011/05/dangerous-things-should-be-difficult-to.html
2•b-man•13m ago•0 comments

How AI text watermarking works

https://declaude.org/watermarking/
1•padolsey•15m ago•0 comments

Show HN: YazSes – offline hold-to-talk voice dictation for Linux/macOS/Windows

https://github.com/MSKazemi/yazses
1•mskazemi•15m ago•0 comments

I tried the new ChatGPT Desktop App for Linux – but I'll stick to my browser

https://www.zdnet.com/article/openai-brings-the-chatgpt-desktop-app-to-linux/
1•CrankyBear•15m ago•0 comments

Does anyone run Postgres without PgBouncer?

https://brandur.org/fragments/postgres-without-pgbouncer
1•birdculture•18m ago•0 comments

Oral History of John Chowning (Computer History) [video]

https://www.youtube.com/watch?v=e1Xn3030IvM
1•Rochus•19m ago•0 comments

AI is learning clinical judgment by practicing on simulated patients

https://www.echohive.ai/ai-clinical-residency
1•echohive42•23m ago•0 comments

Science investigation casts doubt on genes hailed for warding off Alzheimer's

https://www.science.org/content/article/science-investigation-casts-doubt-genes-hailed-warding-al...
1•sbulaev•24m ago•0 comments

Move FreeBSD System Between ZFS Disks

https://vermaden.wordpress.com/2026/08/14/move-freebsd-between-zfs-disks/
1•vermaden•25m ago•0 comments

PBS loses 70 years of TV history after cloud storage vendor goes defunct

https://www.tomshardware.com/software/cloud-storage/nine-pbs-loses-access-to-70-years-of-data-aft...
8•doener•26m ago•0 comments

The Coldcard Hack: A Postmortem

https://praveenperera.com/blog/coldcard-mk3-weak-rng-wave1/
1•abrowne2•26m ago•0 comments

Inside North Korea's Operation to Conquer the American Job Market

https://www.wsj.com/business/media/inside-north-koreas-operation-to-conquer-the-american-job-mark...
1•bookofjoe•29m ago•1 comments

The Evolving Role of the Red Team in the Era of Agentic Security

https://blog.google/security/the-evolving-role-of-the-red-team-in-the-era-of-agentic-security/
1•shaunpud•37m ago•0 comments

An anchoring layer between facts and AI memory

https://github.com/Anchorstate-Lab/GMR
1•Zongming•39m ago•1 comments

Further Developments About Internal AI Models Hacking Things

https://thezvi.substack.com/p/further-developments-about-internal
1•gmays•41m ago•0 comments

Show HN: AI Slop Kitchen

https://play-kitchen.netlify.app/
1•admtal•42m ago•0 comments

Think of AI as a lens, not a person

https://aethermug.com/posts/gen-ai-is-a-lens-into-humanity
2•mrcgnc•46m ago•0 comments

Loyalty cards that live in Apple/Google Wallet, no app to install

https://www.fideliyapass.com/
2•zakox•49m ago•0 comments

The Trump administration's Most Dangerous Attack on Science Yet

https://www.realclearscience.com/articles/2026/08/11/the_trump_administrations_most_dangerous_att...
5•rbanffy•50m ago•0 comments

Seoul soars past Dubai as busiest international airport

https://www.ft.com/content/f3f3c945-6a75-4663-b8ec-d5251438c1c5
3•JumpCrisscross•51m ago•0 comments

Watch It Work

https://www.texturehq.com/blog/watch-it-work
2•victorquinn•52m ago•0 comments

Show HN: Making Autonomous Work Reviewable

https://markupbase.com/whitepapers/making-autonomous-work-reviewable/
2•jasondoyle•52m ago•0 comments

14,000 crypto holders face security risk after Trezor data breach

https://www.ft.com/content/a91356ef-67bd-4bd9-947b-b272423f1318
3•petethomas•58m ago•0 comments

HoneyMatcha – A coordination platform for you and your personal agent

https://honeymatcha.io/
1•JaiRathore•1h ago•0 comments

Using AI chatbots? Here are four ways to reduce the energy drain

https://knowablemagazine.org/content/article/food-environment/2026/four-ways-to-reduce-energy-use...
1•knowablemag•1h ago•0 comments

Fibermaxxing? Your microbes (and your health) say thanks

https://knowablemagazine.org/content/article/health-disease/2026/fiber-feeds-the-microbiome-and-i...
1•knowablemag•1h ago•1 comments

What can we learn from Australia's social media ban for teens?

https://knowablemagazine.org/content/article/society/2026/studying-the-social-media-ban-under-six...
1•knowablemag•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.