frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: What if your synthesizer was powered by APL (or a dumb K clone)?

https://octetta.github.io/k-synth/
1•octetta•58s ago•0 comments

Show HN: OpsOrch – a unified API for incidents, logs, metrics, and runbooks

https://www.opsorch.com/
2•yusufaytas•2m ago•0 comments

Munchy Cow – Audio cleanup in Elixir/Rust with per-second billing

https://munchycow.com/
1•qeonda•2m ago•1 comments

Cert Authorities Check for DNSSEC from Today

https://www.grepular.com/Cert_Authorities_Check_for_DNSSEC_From_Today
1•amaccuish•5m ago•0 comments

XDR Display issues with the M3 pro MacBook

https://aidistillery.dev/apple_xdr_studio_m3/
1•muro•6m ago•0 comments

A Theory of the World as run by large adult children

https://tomclancy.info/harold-and-george.html
2•tclancy•10m ago•0 comments

Ouroboros: AI research loop that rewrites methodology with lineage logs

https://github.com/Kargatharaakash/ouroboros
1•k_aakash•11m ago•1 comments

Show HN: ResonanceNet – Proof-of-Training Blockchain

https://github.com/Kristian5013/resonancenet
1•kristianXXI•11m ago•0 comments

GotHub All the Things

https://x61.sh/log/2026/03/14032026191148-gothub.html
1•renehsz•12m ago•0 comments

Thundering Herd Problem Visual Guide with Analogies

https://dvcoolarun.com/2026/03/15/Thundering-Herd-Problem-visual-guide-with-analogies.html
1•dvcoolarun•12m ago•0 comments

UK government publishes guidance on AI coding assistants

https://www.gov.uk/government/publications/ai-insights/ai-insights-ai-coding-assistants-for-devel...
1•santiago-pl•12m ago•1 comments

Show HN: Auditor Core–CLI security auditing engine with mathematical SPI scoring

https://github.com/auditor-core-systems/auditor-core-demo
1•EldorZ•15m ago•0 comments

PSA: Top Google Result for Claude Code Is Malicious

https://onemillionwords.substack.com/p/top-google-result-for-claude-code
2•rahulyc•15m ago•0 comments

Ask HN: How do you search things like YouTube and Reddit from before the AI slop

3•sdfkjasdfo89a7•16m ago•0 comments

Structural Coloration

https://en.wikipedia.org/wiki/Structural_coloration
1•thunderbong•17m ago•0 comments

Hollywood Enters Oscars Weekend in Existential Crisis

https://www.theculturenewspaper.com/hollywood-enters-oscars-weekend-in-existential-crisis/
1•RickJWagner•17m ago•0 comments

What's Behind the Historic Drop in U.S. Crime

https://www.wsj.com/us-news/whats-behind-the-historic-drop-in-u-s-crime-7cf72353
2•RickJWagner•17m ago•0 comments

Show HN: Bringing back organized 5v5 CS:GO

https://fluidrush.com
1•shreyaspapi•18m ago•0 comments

New study raises concerns about AI chatbots fueling delusional thinking

https://www.theguardian.com/technology/2026/mar/14/ai-chatbots-psychosis
4•Brajeshwar•21m ago•0 comments

I'm 60 years old. Claude Code killed a passion

5•fred1268•23m ago•2 comments

Ax Visio Designed by Marc Newson

https://www.swarovskioptik.com/int/en/hunting/products/binoculars/ax-visio
1•la_fayette•24m ago•0 comments

Puzzle Challenge

https://puzzle.alperenkeles.com/
1•simonpure•24m ago•0 comments

Coffeezilla – Investigating AI Deepfakes [video]

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

Show HN: API Key Speedrun- A parody where generating an API key is the challenge

https://gemini-speedrun.vercel.app/
1•rpst•26m ago•0 comments

Can you decommodify real estate?

https://thehustle.co/originals/can-you-decommodify-real-estate
1•Anon84•28m ago•0 comments

Structure Dictates Behavior: golden signals for agentic development teams

https://ambient-code.ai/2026/03/10/structure-dictates-behavior-golden-signals-for-agentic-develop...
1•Anon84•30m ago•0 comments

HN: Syntro – Simple API and Node.js hosting and managed databases

https://syntro.run/
1•vivuusik•33m ago•1 comments

How North Korean IT Workers Infiltrated Western Tech Companies

https://www.nbcnews.com/investigations/north-korea-it-worker-scheme-nisos-fbi-rcna245025
2•squiggy22•35m ago•0 comments

Show HN: Code Royale – Play and learn poker with Claude Code (skill)

https://github.com/BohdanPetryshyn/code-royale
2•BohdanPetryshyn•37m ago•0 comments

Italy Explores Nuclear Return After 40 Years as Energy Costs Hit

https://www.bloomberg.com/news/articles/2026-03-15/italy-explores-nuclear-return-after-40-years-a...
1•mpweiher•38m ago•1 comments
Open in hackernews

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

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

Thanks for checking it out.

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