frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How the Economy Organizes Itself in Space: A Survey of Economic Geography (1996)

https://www.santafe.edu/research/results/working-papers/how-the-economy-organizes-itself-in-space...
1•fidotron•36s ago•0 comments

Why AI in HR is terrible

https://operationsoptimist.substack.com/p/the-current-state-of-ai-in-recruitment
1•dianalace•1m ago•0 comments

Show HN: Deft-Intruder – Real-time malware detection daemon for Linux

https://github.com/Deftdotcx/deft-intruder
1•539hex•3m ago•0 comments

The Illusion of Accuracy in AI Models

https://paidforarticles.in/top-news-the-illusion-of-accuracy-in-ai-models-905778
1•iamtech•5m ago•0 comments

Why Does Development Slow?

https://tidyfirst.substack.com/p/why-does-development-slow
1•kiyanwang•7m ago•0 comments

Show HN: ChimeraDB – Vector search, graph queries and SQL

https://github.com/codimusmaximus/chimeradb
1•machinewriter•8m ago•0 comments

We eliminated manual regression testing after three years of test automation

https://highimpactengineering.substack.com/p/from-chaos-to-confidence-how-we-dropped
1•romannikolaev•8m ago•0 comments

AI Agents Break Rules Under Everyday Pressure

https://spectrum.ieee.org/ai-agents-safety
1•quapster•9m ago•0 comments

Stop Putting Your Passwords into Random Websites

https://labs.watchtowr.com/stop-putting-your-passwords-into-random-websites-yes-seriously-you-are...
1•darkwater•9m ago•0 comments

Constant-time support lands in LLVM: Protecting cryptographic code

https://blog.trailofbits.com/2025/11/25/constant-time-support-lands-in-llvm-protecting-cryptograp...
1•ahlCVA•9m ago•0 comments

Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite

https://www.nuget.org/packages/BTreePlus
1•staloriana•9m ago•0 comments

VIP

https://blog.cloudflare.com//developer-week-2025-wrap-up
1•neuraos•11m ago•0 comments

Offline and Free Background Remover Powered by WebGPU

https://bgremovefree.com/
2•robertwt7•13m ago•0 comments

Skip short strolls – a longer daily walk is better for your heart, says study

https://www.bbc.com/news/articles/cn0gw6p8dllo
1•amichail•16m ago•0 comments

The First Image on the Internet

https://www.amusingplanet.com/2020/08/the-very-first-image-on-internet.html
2•ljf•16m ago•0 comments

Why Strong Consistency?

https://brooker.co.za/blog/2025/11/18/consistency.html
1•r4um•16m ago•0 comments

Why the AI Bubble Matters Less to Builders Than People Think

https://www.kerno.io/blog/why-the-ai-bubble-matters-less-to-builders-than-people-think
1•karimtr•17m ago•0 comments

Tech Predictions for 2026 and Beyond

https://www.allthingsdistributed.com/2025/11/tech-predictions-for-2026-and-beyond.html
1•r4um•19m ago•0 comments

Everything you should know about confidential computing

https://blog.42futures.com/p/confidential-computing
1•danielrothmann•20m ago•0 comments

Ask HN: Is starting a new project in C++ just a mistake in 2025?

1•leo_e•21m ago•2 comments

Show HN: Free LLM System–-Prompt

https://bsky.app/profile/sootheslayer.tidesofsea.com
1•_phnd_•23m ago•0 comments

Laptop Isn't Ready for LLMs. That's About to Change

https://spectrum.ieee.org/ai-models-locally
2•oldnetguy•26m ago•0 comments

Nonpareil: High-fidelity HP calculator simulator

https://nonpareil.brouhaha.com/
1•fanf2•29m ago•0 comments

The Quest for the Ultimate GUI Framework

https://scorpiosoftware.net/2023/04/22/the-quest-for-the-ultimate-gui-framework/
1•dave9000•30m ago•0 comments

Penpot Docker Extension

https://hub.docker.com/extensions/ajeetraina777/penpot-docker-extension
1•rainasajeet•31m ago•0 comments

TSMC sues ex-executive suspected of giving trade secrets to Intel

https://focustaiwan.tw/business/202511250025
2•ytch•32m ago•0 comments

Search with Broot – The Good Moves

https://dystroy.org/blog/search-with-broot-the-good-moves/
1•tlar•34m ago•0 comments

WinApps: Run Windows apps as if they were a part of the native Linux OS

https://github.com/winapps-org/winapps
2•klaussilveira•37m ago•0 comments

A decade-long chimp war ended in a baby boom for the victors

https://www.livescience.com/animals/land-mammals/a-decade-long-chimp-war-ended-in-a-baby-boom-for...
1•wjSgoWPm5bWAhXB•39m ago•0 comments

French authorities investigate alleged Holocaust denial posts on Grok AI

https://www.theguardian.com/technology/2025/nov/20/french-authorities-look-into-holocaust-denial-...
1•pseudolus•40m 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.