frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Proposed Chinese Robot Ban Is Latest U.S. Tech Sovereignty Move

https://spectrum.ieee.org/chinese-robots-us-ban
1•voxadam•34s ago•0 comments

Show HN: AI tool to rank 100 of CVS against a job description in minutes

https://aicvscreening.com
1•IOZ•51s ago•0 comments

LocalDom: Generate APIkey for Local LLM

1•ndukaaniemeka•2m ago•0 comments

Show HN: OpenHuman, an AI agent with a subconscious loop

https://github.com/tinyhumansai/openhuman
1•enamakel•2m ago•0 comments

YouTuber 'invisible' to America's army of cameras with anti-surveillance device

https://www.pcgamer.com/hardware/youtuber-goes-invisible-to-americas-army-of-cameras-with-his-usd...
1•evo_9•2m ago•0 comments

Frontier AI labs taking open-source and releasing it as a product

1•ainthusiast•3m ago•1 comments

LocalForge – Self-hosted LLM control plane with ML routing

https://github.com/al1-nasir/LocalForge
1•al1nasir•4m ago•0 comments

How we fixed prompt injection for all models on Fireworks

https://fireworks.ai/blog/safe-tokenization-preventing-prompt-injection-on-fireworks
1•smurda•5m ago•0 comments

Human drivers keep crashing into Waymos

https://www.understandingai.org/p/human-drivers-keep-crashing-into-454
2•speckx•6m ago•0 comments

Marathon training: Why hot baths might help you run faster

https://theconversation.com/marathon-training-why-hot-baths-might-help-you-run-faster-276796
2•PaulHoule•6m ago•0 comments

Cory Doctorow Admits Using a Slop-Machine to Produce His Drone of Propaganda

https://backlit.neocities.org/doctorow-admits-using-a-slop-machine-to-produce-his-propaganda
1•airhangerf15•7m ago•0 comments

Roo Code pivots to cloud-based agent, says IDEs aren't the future of coding

https://thenewstack.io/roo-code-cloud-ides-ai-coding/
1•Brajeshwar•7m ago•0 comments

Show IH: Knowledge Core

https://www.indiehackers.com/post/show-ih-knowledge-core-ecdf1646af
2•Ameya0•8m ago•0 comments

Show HN: Nimble.css minimal classless CSS library for great-looking default HTML

https://leftium.github.io/nimble.css/
2•Leftium•8m ago•0 comments

ChatGPT vs. a specialized medical AI on 5 clinical cases (verbatim outputs)

https://wizey.one/blog/2026/04/17/wizey-vs-chatgpt-5-clinical-cases-experiment/
2•wizeyone•9m ago•1 comments

Show HN: Reducing a 66-node dependency cycle to 13 in Scrapy

https://pvizgenerator.com/showcase/2026-04-scrapy-scc-refactor
2•pvizgenerator•9m ago•0 comments

High Intensity Functional Training: A Scoping Review (2025)

https://pmc.ncbi.nlm.nih.gov/articles/PMC12550923/
2•wslh•9m ago•0 comments

Browser using agents relying on expensive residential proxies?

2•maxalbarello•10m ago•0 comments

Anthropic: Using large language models to scale scalable oversight

https://www.anthropic.com/research/automated-alignment-researchers
1•theorchid•11m ago•0 comments

Show HN: Turning a Gaussian Splat into a Videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
2•yak32•12m ago•0 comments

'Staggering' number of people believe unproven claims about vaccines, raw milk

https://www.nature.com/articles/d41586-026-01285-2
3•voxadam•12m ago•1 comments

Teaching AI models to say "I'm not sure"

https://news.mit.edu/2026/teaching-ai-models-to-say-im-not-sure-0422
2•danroth27•13m ago•0 comments

The Sycophancy Problem: Why your AI is a Polite Liar (and how to fix it)

https://kampff.substack.com/p/the-sycophancy-problem-why-your-ai
2•Weatherill•13m ago•0 comments

A 95%-accurate AI agent fails 64% of the time on 20-step tasks

https://kenoticlabs.com/insights/ai-agent-failure
3•SamuelTanguturi•13m ago•0 comments

Paperback – generative UI, rendered on device – no pixel stream, no server GPU

https://bigballi.com/Paperback/
2•BigBalli•14m ago•0 comments

Mike Stonebraker Turing Award Winner: Postgres, Disagreeing with Google [video]

https://www.youtube.com/watch?v=YPObBOwIrHk
2•wrqvrwvq•14m ago•0 comments

Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain

https://socket.dev/blog/bitwarden-cli-compromised
4•tosh•14m ago•0 comments

Pentagon wants $54B for drones, more than most nations' military budgets

https://arstechnica.com/ai/2026/04/pentagon-wants-54b-for-drones-more-than-most-nations-military-...
3•voxadam•15m ago•0 comments

Show HN: Gova, a declarative GUI framework for Go

https://github.com/NV404/gova
3•vaibhavacharya_•15m ago•0 comments

Show HN: Claude Code skills for building LLM evals

https://github.com/latitude-dev/eval-skills
2•paulaq•15m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

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