frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Khosla-backed startup can track drones, trucks, and robotaxis, inch by inch

https://techcrunch.com/2025/11/20/this-khosla-based-startup-can-track-drones-trucks-and-robotaxis...
1•iamtech•5m ago•0 comments

Notes from a Pyre, by Amal Singh

https://psychopomp.com/deadlands/issue-23/pyre/
1•thunderbong•7m ago•0 comments

No copays for asthma inhalers in New York under new law

https://gothamist.com/news/breathe-freely-no-copays-for-asthma-inhalers-in-ny-under-new-law-signe...
2•geox•9m ago•0 comments

BREX Syntax Reference

https://www.proxylity.com/docs/destinations/brex-syntax.html
1•mlhpdx•10m ago•0 comments

Show HN: A faster day-count to Y,M,D algorithm – 30-40% speedup

https://www.benjoffe.com/fast-date-64
2•benjoffe•10m ago•0 comments

Enabling cheap LCD HUDs – 0.015px calibration eliminates waveguide optics

1•nighthawkcar•13m ago•0 comments

Development-Cycle in Cargo: 1.92

https://blog.rust-lang.org/inside-rust/2025/11/24/this-development-cycle-in-cargo-1.92/
1•todsacerdoti•17m ago•0 comments

Show HN: X Timeline Cleaner, block tweets by location from your X timeline

https://github.com/jawerty/X-Timeline-Cleaner
2•jawerty•20m ago•0 comments

The Colonists

https://store.steampowered.com/app/677340/The_Colonists/
1•doener•23m ago•1 comments

Fastest LLM Picker

https://metrik-dashboard.vercel.app/
1•mbouassa•23m ago•0 comments

Modern trick-taking games: beyond Whist

https://brainbaking.com/post/2025/09/modern-trick-taking-games-beyond-whist/
1•ekrapivin•28m ago•0 comments

Toyota's "Tip of the Spear" Is Choosing Rust

https://filtra.io/rust/interviews/woven-by-toyota-nov-25
2•steveklabnik•28m ago•0 comments

US Leveraged Loans Under Strain as Buyers Yank Cash from Funds

https://www.bloomberg.com/news/articles/2025-11-24/us-leveraged-loans-under-strain-as-buyers-yank...
1•zerosizedweasle•30m ago•0 comments

NeuroCode – A Structural Neural IR for Codebases

1•gabrielekarra•32m ago•0 comments

I built a micro script to monitor OpenRouter and notify me on Slack

https://github.com/demetrius-edelin/openrouter_monitor
1•edelind•35m ago•1 comments

Unsupervised Hebbian Learning from an Artificial Intelligence Perspectives

https://www.mdpi.com/2504-4990/7/4/143
1•PaulHoule•36m ago•0 comments

SIMD Programming with Highway [video]

https://www.youtube.com/watch?v=R57biOOhnJM
1•creata•39m ago•0 comments

1,700-year-old Roman sarcophagus is unearthed in Budapest

https://apnews.com/article/hungary-roman-sarcophagus-discovery-budapest-77a41fe190bbcc167b43d0514...
2•gmays•39m ago•0 comments

The Clipegg Manifesto

https://github.com/daaaave-ATX/clipegg
1•DaaaaveATX•40m ago•1 comments

Go struct field name retrieval: comparing runtime and codegen approaches

https://alvarolm.github.io/named/
1•alvaroflm•40m ago•1 comments

Australia to establish AI safety institute

https://www.innovationaus.com/australia-to-establish-ai-safety-institute/
1•ajdlinux•41m ago•0 comments

Obesity jab drug fails to slow Alzheimer's

https://www.bbc.com/news/articles/c0edn8v8yl3o
1•TMWNN•41m ago•0 comments

Core: AI coding with immutable constitution and human quorum (open-source)

https://github.com/DariuszNewecki/CORE
1•DNewecki•42m ago•1 comments

Signal's secure message backups arrive on iOS

https://www.theverge.com/news/828091/signal-secure-backups-ios-launch
2•tabletcorry•44m ago•0 comments

DoGE "cut muscle, not fat"; 26K experts rehired after brutal cuts

https://arstechnica.com/tech-policy/2025/11/doge-doesnt-exist-anymore-but-expert-says-its-still-n...
63•jnord•45m ago•8 comments

Building an AR app that reskins reality

https://substack.com/home/post/p-179598415
1•sidnaik27•49m ago•0 comments

Visualizing Research: How I Use Gemini 3.0 to Turn Papers into Comics

https://gonzoml.substack.com/p/visualizing-research-how-i-use-gemini
1•che_shr_cat•49m ago•0 comments

Show HN: DataTalk CLI, Query CSV and Excel in Plain English Using LLM and DuckDB

https://github.com/vtsaplin/datatalk-cli
2•vtsaplin•58m ago•1 comments

A Kind of Pascal's Triangle as a Giant Square Matrix

https://number-garden.netlify.app/?m
1•cpuXguy•59m ago•0 comments

Two UK clinical trials to assess impact of puberty blockers in young people

https://www.theguardian.com/science/2025/nov/22/two-uk-clinical-trials-to-assess-impact-of-pubert...
1•gmays•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•6mo 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•6mo 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•6mo 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•6mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•6mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•6mo 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.