frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aspire – Your Stack, Streamlined

https://aspire.dev/
1•styx31•1m ago•0 comments

Loom – An event-driven OS for AI agents, built by a college junior in 10 days

https://github.com/loom-os/loom
1•JaredforReal•1m ago•1 comments

Checklist for Preventing Browser Fingerprinting

https://cloudexplorer.ai/checklist-preventing-browser-fingerprinting/
1•BlackPlot•4m ago•0 comments

Pakistani newspaper mistakenly prints AI prompt with the article

https://twitter.com/omar_quraishi/status/1988518627859951986
1•wg0•4m ago•0 comments

What is Purchasing power parity and why you may implement it?

https://hugo.writizzy.com/purchasing-power-parity-ppp/4ea79d1b-988e-4a9f-8d0f-3d7557703fb5
1•hlassiege•6m ago•0 comments

Mls-chat: Example client/server for the MLS protocol based on OpenMLS

https://github.com/q10elabs/mls-chat
1•knz42•7m ago•1 comments

Infrastructure or Intrusion?

https://algorithmwatch.org/en/infrastructure-intrusion-conflict-data-center/
1•jruohonen•10m ago•0 comments

Google vows to stop scam E-Z Pass and USPS texts plaguing Americans

https://arstechnica.com/tech-policy/2025/11/google-vows-to-stop-scam-e-z-pass-and-usps-texts-plag...
3•BlackPlot•16m ago•0 comments

Helios: A 98-qubit trapped-ion quantum computer

https://arxiv.org/abs/2511.05465
1•fuglede_•18m ago•0 comments

Show HN: Hotkey → Screenshot → AI Help. Works in Every App

https://github.com/thisisharsh7/seeva-ai-assistant
2•thisisharsh7•20m ago•0 comments

Git Quick – fast Git workflows with AI-powered commit messages

https://medium.com/@vswaroop04/git-quick-lightning-fast-git-workflows-with-ai-powered-commit-mess...
2•vswaroop04•20m ago•1 comments

China Accuses US of Orchestrating $13B Bitcoin Hack

https://www.bloomberg.com/news/articles/2025-11-11/china-accuses-us-of-orchestrating-13-billion-b...
2•giuliomagnifico•21m ago•0 comments

Ask HN: What agentic framework do you use?

1•eibrahim•22m ago•0 comments

Show HN: Tokenflood – simulate arbitrary loads on instruction-tuned LLMs

https://github.com/twerkmeister/tokenflood
1•twerkmeister•23m ago•0 comments

Wobble Web [video]

https://www.youtube.com/watch?v=0Wh7r5hIqhU
1•surprisetalk•23m ago•0 comments

Submitting Your Research to a Journal

https://angadh.com/inkhaven-3
1•surprisetalk•23m ago•0 comments

Determining the golden ratio of ketamine stereoisomers

https://psychotechnology.substack.com/p/determining-the-golden-ratio-of-ketamine
1•surprisetalk•23m ago•0 comments

Molecular Machines: The next industrial revolution [video]

https://www.youtube.com/watch?v=wZOrJd3RhDE
2•surprisetalk•24m ago•0 comments

The per-request isolation architecture of TinyKVM

https://fwsgonzo.medium.com/per-request-isolation-in-tinykvm-explained-080e84328ba4
1•fwsgonzo•27m ago•0 comments

Homebrew 5.0.0

https://brew.sh/2025/11/12/homebrew-5.0.0/
4•ingve•30m ago•1 comments

Inferno: Single player remaster of the 1995 classic Descent 1

https://github.com/nbayazes/Inferno
1•klaussilveira•30m ago•0 comments

Pintu Memiliki Call Center / Nomor WhatsApp CS?

1•beduet•32m ago•0 comments

Cara Buka Blokir (BWS) Mobile Lupa Username

1•beduet•33m ago•0 comments

How to Promote Your Telegram Channel – 10 Free and Effective Ways

https://tghero.pro/promote-telegram/
1•Maiathe•35m ago•0 comments

Ask HN: A platform to manage personal and sensitive data for digital twins?

1•krecharles•35m ago•1 comments

Why Bloom filters work the way they do

https://michaelnielsen.org/ddi/why-bloom-filters-work-the-way-they-do/
4•sebg•38m ago•0 comments

Launch YC: Chad IDE → the First Brainrot IDE

https://www.ycombinator.com/launches/OgV-chad-ide-the-first-brainrot-ide
2•cocoflunchy•41m ago•0 comments

Show HN: nanoTabPFN – A Lightweight and Educational Reimplementation of TabPFN

https://github.com/automl/nanoTabPFN
1•alextpfefferle•48m ago•0 comments

"Android Developer Verification Discourse" by agnostic-apollo, Termux developer

https://old.reddit.com/r/termux/comments/1ourtxj/android_developer_verification_discourse/
2•sipofwater•50m ago•1 comments

Growing Software

https://www.pearprogramming.blog/programming/opinions/2025/11/11/why-rails-just-stayed-with-me/
1•unripe_syntax•53m 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.