frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LogTape 2.1.0: Throttling, logfmt, and smarter redaction

https://github.com/dahlia/logtape/discussions/165
1•dahlia•35s ago•0 comments

(VBS-NN) ML – 512k context length pre-training on a 12GB GPU

https://github.com/ega4l/VBS-NN/tree/main/code
1•gromio•37s ago•0 comments

Stochastic Flocks and the Critical Problem of 'Useful' AI

https://www.techpolicy.press/stochastic-flocks-and-the-critical-problem-of-useful-ai/
1•bryanrasmussen•1m ago•0 comments

Construction on Meta's largest data center brings chaos to rural Louisiana

https://lailluminator.com/2025/11/22/meta-data-center-crashes/
1•bwoah•2m ago•0 comments

Coal Makes a Comeback, Fueled by War in the Middle East

https://www.wsj.com/business/energy-oil/coal-makes-a-comeback-fueled-by-war-in-the-middle-east-fb...
1•melling•2m ago•0 comments

AsymFlow: Turning Latent Diffusion Models into Pixel-Space Generators

https://firethering.com/asymflow-pixel-diffusion-image-model/
1•steveharing1•3m ago•0 comments

CUDA Books

https://github.com/alternbits/awesome-cuda-books
2•dariubs•5m ago•0 comments

Astronomers produce most detailed map of the cosmic web, across 13.7B years

https://news.ucr.edu/articles/2026/05/11/astronomers-produce-most-detailed-map-cosmic-web
1•giuliomagnifico•5m ago•0 comments

MatterSim-MT: A multi-task foundation model for materials characterization

https://arxiv.org/abs/2605.07927
1•ttths•7m ago•0 comments

Signals vs. Noise: How to spot architectural shifts

2•moniazamla•9m ago•0 comments

Reducing "show less like this" by 11% with NSFW filtering

https://blog.foryou.club/3mm2fbh4vp22r?auth_completed=true
1•lonk11•11m ago•0 comments

Yes, you can be allergic to water

https://www.popsci.com/health/water-allergy/
1•saikatsg•11m ago•0 comments

Learning-focused CTFs are Facing a Restructure

https://exploiting.systems/posts/2026-05-17-learning-focused-ctfs-are-facing-a-restructure
1•ropbear•11m ago•0 comments

Agentic Trading with Safe Guardrails

https://github.com/ShurikenTrade/shuriken-skills
2•jgan0978•13m ago•1 comments

Self-hosted browser fingerprinting and bot detection with real-world constraints

https://github.com/antoinevastel/fpscanner
1•mmarian•13m ago•0 comments

Show HN: I vibe coded a music box

https://www.quaxio.com/music_box/
1•amenghra•15m ago•0 comments

Hubski

1•Mamimina•17m ago•0 comments

Ask HN: How do you approach a new codebase?

2•praneetbrar•18m ago•3 comments

Post-Quantum JWT Library/Package for Node.js/JS/TypeScript (NIST FIPS 204M-DSA)

https://www.npmjs.com/package/@pq-jwt/core
2•bchain•19m ago•1 comments

The jobs apocalypse: a (very) short history

https://www.economist.com/finance-and-economics/2026/05/14/the-jobs-apocalypse-a-very-short-history
1•dcminter•20m ago•0 comments

What Do You Want?

https://dekodiert.de/en/articles/was-wollt-ihr-eigentlich
2•sdoering•25m ago•0 comments

'Once in a lifetime find': Dinosaur tail discovered trapped in amber (2016)

https://www.cnn.com/2016/12/08/health/dinosaur-tail-trapped-in-amber-trnd
1•downbad_•25m ago•0 comments

Async I/O in Zig 0.16, today

https://lalinsky.com/2026/05/11/async-io-in-zig-016-today.html
1•danborn26•26m ago•0 comments

Refactor: Unified Codebase for Better Performance

https://github.com/thesysdev/openui/pull/517
1•freakynit•28m ago•0 comments

WorkClarity – Free AI tools fo freelancers

https://workclarity.co
1•bmackler•28m ago•0 comments

Show HN: CLI for image/video to ASCII art

https://github.com/k-wong/ascii-art-generator
1•kevinwong•29m ago•0 comments

OpenSMTPD Is the Mail Server for the Future

https://bsdly.blogspot.com/2026/05/opensmtpd-is-mail-server-for-future.html
1•peter_hansteen•33m ago•0 comments

How a blind taste competition launched the American wine industry

https://thehustle.co/originals/how-a-blind-taste-competition-launched-the-american-wine-industry
1•Anon84•34m ago•1 comments

GDS weighs in on the NHS's decision to retreat from Open Source

https://shkspr.mobi/blog/2026/05/gds-weighs-in-on-the-nhss-decision-to-retreat-from-open-source/
2•edent•36m ago•1 comments

Tearing apart an x-ray machine I got from the government

https://www.youtube.com/watch?v=SCvUNmEWDFo
1•marklit•38m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

pbowyer•1y 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.