frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Olmo 3 from Scratch (Standalone Notebook)

https://github.com/rasbt/LLMs-from-scratch/blob/main/ch05/13_olmo3/README.md
1•quietlearning•36s ago•0 comments

Surf (Dutch edu/research IT cooperative) test Nextcloud for partner institutions

https://www.surf.nl/en/themes/public-values/surf-and-nextcloud
2•teekert•1m ago•0 comments

Assert in Production

https://dtornow.substack.com/p/assert-in-production
1•rajeevk•3m ago•0 comments

WINS removal: Moving forward with modern name resolution

https://support.microsoft.com/en-us/topic/wins-removal-moving-forward-with-modern-name-resolution...
1•p_ing•3m ago•0 comments

A Startup's Bid to Dim the Sun: Solar Geoengineering Pros and Cons

https://www.newyorker.com/news/the-lede/a-startups-bid-to-dim-the-sun
1•bookofjoe•4m ago•1 comments

Cable Caballero

https://www.notboring.co/p/cable-caballero
2•pepelondono•4m ago•0 comments

Show HN: CyteType – AI agents that annotate cell types in scRNA-seq data

https://github.com/NygenAnalytics/CyteType
1•parashar_nygen•4m ago•0 comments

Radical Ethics

https://studium.dev/tech/radical-ethics
1•jerlendds•5m ago•0 comments

GCP charged $1.3k for stdout logs (9x my cluster cost). Refund denied twice

https://imgur.com/jGrxnkh
1•nthypes•5m ago•1 comments

Declassified cable reinforces proliferation concerns about uranium fuel

https://thebulletin.org/2025/11/declassified-cable-reinforces-proliferation-concerns-about-high-a...
1•robtherobber•5m ago•0 comments

TOON vs. JSON: A Mathematical Evaluation of Byte Efficiency in Structured Data

https://www.researchgate.net/publication/397903673_TOON_vs_JSON_A_Mathematical_Evaluation_of_Byte...
1•lafalce•6m ago•0 comments

Tell HN: Cursor charged 19 subscriptions, won't refund

2•devtailz•6m ago•0 comments

Show HN: Ferromagnetic Producer

https://headprocess.com/software/2025/11/21/ferromagnetic-producer.html
1•endanke•7m ago•0 comments

Index Your To-Go Cup Lid

https://paul.af/index-your-lid
1•pinjasaur•8m ago•0 comments

AWS Announcing Amazon ECS Express Mode

https://aws.amazon.com/blogs/aws/build-production-ready-applications-without-infrastructure-compl...
1•mariuz•8m ago•0 comments

CEO Is Obsolete

https://defragzone.substack.com/p/ceo-is-obsolete
1•frag•8m ago•0 comments

Show HN: I got strangers to turn their hands into turkeys

https://turkeyhands.fun
2•kilroy123•11m ago•1 comments

BYO – A multi-agent runtime optimized for parallel inference

https://byo-x.ai/marketplace
1•Yarden_Bruch_El•11m ago•1 comments

An Alarming Number of Teens Say They Turn to AI for Company, Study Finds

https://gizmodo.com/teens-ai-company-survey-2000690378
3•pseudolus•13m ago•0 comments

Show HN: Scan any codebase in seconds with clear fixes and no setup

https://www.legacymind.io/
1•MaPla•14m ago•0 comments

`maint` and `master` have been force-pushed to correct a mistake, again

https://erlangforums.com/t/maint-and-master-have-been-force-pushed-to-correct-a-mistake-again/5278
1•amalinovic•15m ago•0 comments

Speed Up Your Rails Testing Workflow with Local CI

https://dev-tester.com/speed-up-your-rails-testing-workflow-with-local-ci/
2•unripe_syntax•16m ago•0 comments

Driverless freight trains on Southern California rails?

https://www.latimes.com/business/story/2025-11-02/los-angeles-based-autonomous-freight-train
2•PaulHoule•16m ago•0 comments

You can replicate Clay's pricing strategy in less than 5 minutes

https://youtu.be/ZJ2sI-VnNiA?si=OCx5cPRng4UF801I
1•bricho•18m ago•0 comments

Django Spotlight: SimpleLazyObject and Co

https://roam.be/notes/2025/django-spotlight-simplelazyobject-co/
1•roam•19m ago•0 comments

Show HN: Numr – A Vim-style TUI calculator for natural language math expressions

https://github.com/nasedkinpv/numr
1•nasedkinpv•21m ago•0 comments

The dark truth behind supermarket tuna

https://ig.ft.com/supermarket-tuna/
1•robtherobber•21m ago•0 comments

Mach-23 potato gun to shoot satellites into space

https://newatlas.com/space/interview-longshot-space-mike-grace/
1•Brajeshwar•22m ago•0 comments

Tired of Being Coerced by BigTech?

https://aol.codeberg.page/eci/
2•cutie•22m ago•0 comments

Amazon Data Center Tally Tops 900 Amid AI Frenzy, Documents Show

https://www.bloomberg.com/news/articles/2025-11-24/amazon-data-center-tally-tops-900-amid-ai-fren...
1•thm•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•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.