frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cloudflare Email Service is a deliverability bet dressed as an agents launch

https://lord.technology/2026/04/20/cloudflare-email-service-is-a-deliverability-bet-dressed-as-an...
1•emschwartz•2m ago•0 comments

AI discovered 20 of 23 recent zero-days in OpenSSL

https://aisle.com/blog/aisle-discovers-20-openssl-zero-days-in-6-months
1•swesweswe•3m ago•0 comments

Show HN: Markant – A Dedicated Markdown Reader

https://markant.md/
1•lokimedes•5m ago•0 comments

Unraveling the Dream – Psychedelics, Awakening, and the Brain [video]

https://www.youtube.com/watch?v=r5KRnstXYUg
1•thedima•6m ago•1 comments

JetBlue used private data like internet history to set prices, per lawsuit

https://www.nbcnews.com/news/us-news/jetblue-allegedly-used-private-customer-data-internet-histor...
1•impish9208•7m ago•0 comments

CC-Canary: Detect early signs of regressions in Claude Code

https://github.com/delta-hq/cc-canary
1•tejpalv•7m ago•0 comments

Sam Altman's Next High-Wire Act: Getting OpenAI to Make More Money

https://www.nytimes.com/2026/04/24/technology/sam-altman-openai-money.html
1•cdrnsf•9m ago•0 comments

Switch for joint aging: injection could prevent knee replacements

https://sinapti.ca/post/en/stanford-finds-the-switch-for-joint-aging-an-injection-could-8ev44zdv
1•bsdz•10m ago•0 comments

Engineering Health Essentials

https://yusufaytas.com/engineering-health-essentials
2•gzaforme•11m ago•0 comments

Roboticist-Turned-Teacher Built a Life-Size Replica of Eniac

https://spectrum.ieee.org/roboticist-turned-teacher-eniac-replica
1•Brajeshwar•12m ago•0 comments

Ask HN: Cursor alternative, EU-based or privacy-focused?

1•BrunoBernardino•12m ago•0 comments

PEP 830 – Add timestamps to exceptions and tracebacks – peps.python.org

https://peps.python.org/pep-0830/
1•rbanffy•12m ago•0 comments

Microsoft OpenClaw

https://github.com/microsoft/openclaw
2•qainsights•12m ago•0 comments

Why English is my new favorite user interface

https://www.robot-future.com/preview/69e8284090457dba8223b433
1•robot-future•12m ago•0 comments

Show HN: Roids – Open Source Steroids for your Agents

https://github.com/Developing-Gamer/roids
1•DevelopingGamer•13m ago•0 comments

PEP 831 – Frame Pointers Everywhere: Enabling System-Level Observability

https://peps.python.org/pep-0831/
1•rbanffy•14m ago•0 comments

Den stora Älgvandringen – The great moose migration (live)

https://www.svtplay.se/video/jXv3A5G/den-stora-algvandringen/idag-00-00
1•donjoe•15m ago•0 comments

Anthropic releases Claude Opus 4.7

https://platform.claude.com/docs/en/release-notes/overview
3•arabicalories•17m ago•1 comments

Google blocks sitemaps served from github.io

https://github.com/orgs/community/discussions/149884
1•jurf•18m ago•0 comments

Trump's Justice Department is bringing back firing squads for federal executions

https://www.cnn.com/2026/04/24/politics/trump-justice-department-firing-squads-federal-executions
2•FireBeyond•19m ago•0 comments

Stoffel, the Honey Badger That Can Escape from Anywhere – BBC [video]

https://www.youtube.com/watch?v=c36UNSoJenI
1•gurjeet•20m ago•0 comments

Norwegian Boating Licenses and Generational Law

https://daringfireball.net/2026/04/norwegian_boating_licenses_and_generational_law
1•Tomte•20m ago•0 comments

CodeAct in Agent Framework: Faster Agents with Fewer Model Turns

https://devblogs.microsoft.com/agent-framework/codeact-with-hyperlight/
1•phickey•21m ago•0 comments

Is Chain-of-Thought Reasoning of LLMs a Mirage? A Data Distribution Lens (2025)

https://arxiv.org/abs/2508.01191
1•SomaticPirate•21m ago•1 comments

CSS as a Query Language

https://evdc.me/blog/css-query
2•evnc•21m ago•0 comments

Show HN: Open-source Next.js dashboard starter with auth, RBAC and Storybook

https://github.com/nellavio/nellavio
1•matt765•22m ago•0 comments

Early dopamine disruption in entorhinal cortex knock-in model of Alzheimer's dis

https://www.nature.com/articles/s41593-026-02260-w
1•bookofjoe•23m ago•0 comments

AI smart glasses will help visually impaired runners take on the London Marathon

https://apnews.com/article/london-marathon-ai-smart-glasses-5ab4dab11759a42fef0450c7c16bfb25
2•geox•26m ago•0 comments

Agency – A Language to Build Agents

https://agency-lang.com/
1•mesto1•27m ago•0 comments

What Happens When the Attribution Cartel Meets Advertising's Halo Effect?

https://www.adexchanger.com/data-driven-thinking/what-happens-when-the-attribution-cartel-meets-a...
1•dmarti•29m ago•1 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.