frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Iframe with Hot-Relod

https://github.com/cesarleaz/iframe-hotreload
1•gabyword•3m ago•0 comments

Jamf to be Acquired by Francisco Partners for $2.2B

https://ir.jamf.com/news/news-details/2025/Jamf-Enters-into-Definitive-Agreement-to-be-Acquired-b...
1•adamtester•3m ago•0 comments

The Data Centers That Train A.I. and Drain the Electrical Grid

https://www.newyorker.com/magazine/2025/11/03/inside-the-data-centers-that-train-ai-and-drain-the...
1•FinnLobsien•9m ago•0 comments

I built a benchmark to score the 'architectural intelligence' of neural nets

https://github.com/Kim-Ai-gpu/gwo-benchmark
1•umjunsik132•10m ago•1 comments

Tons of steel: Half the heart of SPARC fusion machine arrives [video]

https://www.youtube.com/watch?v=HqfZUsnODiQ
1•mpweiher•10m ago•0 comments

Show HN: We built a tool that helps founders automate their LinkedIn

https://www.tryfoundermode.com/
1•yashbagal•11m ago•0 comments

Solar-powered QR reading postboxes being rolled out across UK

https://www.bbc.co.uk/news/articles/cgln72rgrero
1•thinkingemote•12m ago•0 comments

The Doom Spenders

https://macleans.ca/longforms/the-doom-spenders/
1•pards•13m ago•0 comments

Arctic town Kiruna is colder after the move

https://www.gu.se/en/news/arctic-town-kiruna-is-colder-after-the-move
1•geox•13m ago•0 comments

When `-O3` is 2x slower than `-O2` – profiling binary search in Rust

https://cat-solstice.github.io/test-pqueue/
1•ashvardanian•16m ago•0 comments

Autodesk's John Walker Explained HP and IBM in 1991

https://www.cringely.com/2015/06/03/autodesks-john-walker-explained-hp-and-ibm-in-1991/
2•suioir•17m ago•0 comments

Have the environmental benefits of insect farming been overstated? A review

https://onlinelibrary.wiley.com/doi/full/10.1111/brv.70076
1•Marshferm•17m ago•0 comments

Free traffic estimation API based on open page rank

https://www.techlens.app/
1•jeanrokrupa•18m ago•1 comments

GRC Tool Vanta Forces Insecure CAA Configuration

https://help.vanta.com/en/articles/11345446-creating-your-custom-domain-trust-center
1•Titan2189•19m ago•1 comments

React Native Upgrade: How to Tackle the Mission

https://medium.com/att-israel/react-native-upgrade-how-to-tackle-the-mission-79d094a24e54
1•lironbregman•21m ago•2 comments

Packing Neovim with Fennel

https://www.jonashietala.se/blog/2025/10/29/packing_neovim_with_fennel/
1•lawn•22m ago•0 comments

Our possible next stage? A European monsoon-like climate in a warmhouse world

https://www.nature.com/articles/s41467-025-64241-0
1•Marshferm•22m ago•0 comments

CEOs Are Furious About Employees Texting in Meetings

https://www.wsj.com/lifestyle/careers/jamie-dimon-texting-phones-meetings-0df23b9e
2•cebert•25m ago•2 comments

How does Apple keep secrets so well? (2012)

https://www.quora.com/Apple-company/How-does-Apple-keep-secrets-so-well/answer/Kim-Scheinberg?sri...
1•walterbell•28m ago•0 comments

Bildklein.ch – Compress images privately in the browser

https://www.bildklein.ch/
2•swizz_dan•28m ago•1 comments

AWS to Bare Metal Two Years Later: Answering Your Questions About Leaving AWS

https://oneuptime.com/blog/post/2025-10-29-aws-to-bare-metal-two-years-later/view
30•ndhandala•30m ago•5 comments

Does New Zealand have news aggregator website

https://allheadline.com/
1•Davidsiom•30m ago•1 comments

Agentic AI and Security

https://martinfowler.com/articles/agentic-ai-security.html
2•BerislavLopac•30m ago•0 comments

Mapping news creators and influencers in social and video networks

https://reutersinstitute.politics.ox.ac.uk/news-creators-influencers/2025/mapping-news-creators-a...
1•giuliomagnifico•33m ago•0 comments

Open Energy Modelling Tool Tracker

https://openmod-tracker.org/
1•protontypes•36m ago•0 comments

I Love My Job and It's Exhausting

https://www.codecabin.dev/post/i-love-my-job-and-its-exhausting
2•rebelchrisycom•38m ago•0 comments

Here's How I Made Linux Feel More Like macOS Using KDE Plasma

https://www.howtogeek.com/heres-how-i-made-linux-feel-more-like-macos-using-kde-plasma/
1•breve•38m ago•0 comments

Unity 3D Model Axis facing camera issue fixed from Blender in 2025 [video]

https://www.youtube.com/watch?v=i7JZsXpB1d0
1•techwrath11•44m ago•0 comments

Fastmail Desktop App

https://www.fastmail.com/download/
1•voisin•44m ago•0 comments

Discarding gRPC-Go: The Story Behind OTLP/gRPC Support in VictoriaTraces

https://victoriametrics.com/blog/opentelemetry-without-grpc-go/index.html
1•valyala•44m ago•0 comments
Open in hackernews

Show HN: Basecoat – All of the shadcn/ui magic, none of the React

https://basecoatui.com
11•hunvreus•5mo 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•5mo 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•5mo 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•5mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•5mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

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