frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Arguing about Arguments

https://steveklabnik.com/writing/arguing-about-arguments/
1•lukastyrychtr•1m ago•0 comments

Gravity Seems Holographic. What Does That Mean for Reality?

https://www.quantamagazine.org/gravity-seems-holographic-what-does-that-mean-for-reality-20260925/
1•ibobev•1m ago•0 comments

Advice for Computer Buyers (Djb)

https://cr.yp.to/hardware/advice.html
1•qtqtqt•1m ago•0 comments

U.S. appeals court upholds designation of Anthropic as supply chain risk

https://www.cnbc.com/2026/09/25/pentagon-anthropic-ai-risk-appeals-court.html
1•cramer4next•2m ago•0 comments

200B Tokens Later: A Month of Letting AI Agents Decompile MW2

https://momo5502.com/posts/2026-08-17-mw2-decompilation/
1•mindracer•3m ago•0 comments

Jensen Huang Thinks A.I. Alarmism Has Gone Too Far

https://www.nytimes.com/2026/09/23/opinion/ezra-klein-podcast-jensen-huang.html
1•Michelangelo11•4m ago•0 comments

Classified Estimates Show the NSA Is Paying Billions to Test AI Models

https://www.washingtonsun.com/technology/classified-estimates-nsa-paying-billions-to-test-ai-models
2•rdmuser•4m ago•0 comments

People say Microsoft should buy valve but What about the other way around?

https://steamcommunity.com/discussions/forum/0/567037313987848856/
2•MINTYSTAR12•4m ago•0 comments

U2 at 50: Ten Spiritual Songs That 'Draw a Fish in the Sand'

https://vinyltheology.substack.com/p/u2-at-50-ten-songs-that-draw-a-fish
2•PNWtoCT•4m ago•0 comments

Jev and Reasoners

https://www.bentaylor.co.uk/posts/jev-and-reasoning/
1•benjamta•6m ago•0 comments

Show HN: CiteRank, track whether ChatGPT and Perplexity cite your site

https://citerank.thecompound.tech
2•kyisaiah47•7m ago•0 comments

KeePassXC 2.8.0 Beta1 Released

https://keepassxc.org/blog/2026-09-23-2.8.0-beta1-released/
3•phoerious•7m ago•0 comments

DeepSeek beats GPT-6 Sol in autonomous drug development

https://eval.raycaster.ai/benchmarks/biopharma-bench/
2•levilian•9m ago•0 comments

PHP 8.5 vs. Node.js vs. Go vs. Python: I/O Perf Under Real Database Load (2026)

https://phpbenchlab.com/php-vs-nodejs-vs-go-vs-python-io-benchmark-2026/
1•e12e•10m ago•0 comments

The Age of Personalized Hardware

https://twitter.com/Geastack/status/2103501678490083510
2•arbayi•11m ago•0 comments

Running a business made me hate capitalism

https://gomakethings.com/articles/running-a-business-made-me-hate-capitalism/
2•surprisetalk•12m ago•1 comments

Synthetic Hospital: Physician-Validated Longitudinal EHR Benchmark

https://arxiv.org/abs/2609.30027
1•simonpure•12m ago•0 comments

A Compositor-Native Approach to Background Computer Use

https://github.com/trycua/cua/blob/main/blog/omarchy-cua-driver.md
1•frabonacci•12m ago•0 comments

How .env Works

https://infisical.com/blog/how-environment-variables-work
2•FinnLobsien•13m ago•0 comments

Data Diode

https://en.wikipedia.org/wiki/Unidirectional_network
2•sebazzz•14m ago•0 comments

Patrick Boyle: The Copy-Paste Professor

https://www.youtube.com/watch?v=Za5IfIbWNEk
2•galkk•16m ago•0 comments

Fifteen years later, the Apple Cards origin story

https://lexontech.org/fifteen-years-later-the-apple-cards-origin-story
1•robbiet480•16m ago•0 comments

The Netherlands Built a Nix-Basd Linux Desktop Because Microsoft Cut Off the ICC

https://itsfoss.com/news/netherlands-dawo-initiative/
3•abdelhousni•17m ago•1 comments

How personality traits predict life satisfaction: Insights from new research

https://www.psypost.org/how-personality-traits-predict-life-satisfaction-insights-from-new-study/
1•akyuu•17m ago•0 comments

Show HN: Misheard turns "recognize speech" into "wreck a nice beach"

https://wordlab.rickinto.place/misheard
1•rickintoplace•17m ago•1 comments

Uncle Sam wants in on Musk's €120M fight with Brussels

https://www.theregister.com/legal/2026/09/25/uncle-sam-wants-in-on-musks-120m-fight-with-brussels...
4•abdelhousni•18m ago•1 comments

Teaching agents to break distributed safety

https://antithesis.com/blog/2026/mutation-testing/
1•Klaster_1•20m ago•0 comments

Show HN: HocusFocus – Pomodoro timer and Lofi Music player for your Mac's notch

https://github.com/ravishchawla/hocus-focus
1•rvshchwl•20m ago•0 comments

The Small Web Is Tricky to Find

https://matduggan.com/the-small-web-is-tricky-to-find/
1•1317•22m ago•0 comments

A Proof of the Most Informative Boolean Function Conjecture

https://arxiv.org/abs/2609.24931
2•ur-whale•23m 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.