frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Axios NPM supply chain incident

https://blog.talosintelligence.com/axois-npm-supply-chain-incident/
1•tcbrah•6s ago•0 comments

April Cools Club

https://www.aprilcools.club/
1•wxw•39s ago•0 comments

An Architectural Critique of OpenAI's Industrial Policy (RFC)

https://github.com/ariadne-coil/OpenAI-Industrial-Policy-RFC/blob/main/README.md
1•AriadneCyber•3m ago•0 comments

Time to Start Treating Dev Machines as Untrusted

https://worklifenotes.com/2026/03/31/time-to-start-treating-dev-machines-as-untrusted/
2•abnercoimbre•3m ago•0 comments

Only full-scale Jaws boat replica to open in Conwy

https://www.bbc.com/news/articles/c2k31510y7xo
1•speckx•4m ago•0 comments

Free, bidirectional conversion between EDI X12 and JSON

https://edination.edifabric.com/edi-json.html
1•donzog•4m ago•0 comments

Launching OmniConnect – Authentication for Computer Use Agents

https://anchorbrowser.io/blog/launching-omniconnect-authentication-for-computer-use-agents
1•aviramha•4m ago•0 comments

Vibe Coding Is an Existential Threat to B2B SaaS

https://nmn.gl/blog/vibe-coding-threat-b2b-saas
1•namanyayg•5m ago•0 comments

Moving Railway's Frontend Off Next.js

https://blog.railway.com/p/moving-railways-frontend-off-nextjs
1•sibeliuss•5m ago•0 comments

Hemingway's 4 Fast Rules for Effective Writing (1917)

https://www.wordsthatsing.com.au//post/hemingway-rules
1•bookofjoe•5m ago•0 comments

One of Earth's Most Explosive Volcanoes Is Quietly Refilling with Magma

https://www.sciencealert.com/one-of-earths-most-explosive-volcanoes-is-quietly-refilling-with-magma
1•Growtika•5m ago•0 comments

Changelog – Apr 2, 2026

https://blog.val.town/changelog-04022026
1•MichaelBollox•6m ago•0 comments

AvaloniaUI Version 12 Released

https://avaloniaui.net/blog/avalonia-12/
1•ethanjped•6m ago•0 comments

What's in a Codebase?

https://www.moderndescartes.com/essays/codebase_spec/
1•bumbledraven•7m ago•0 comments

Smuggl – Share your localhost as an invite only link

https://smuggl.dev
1•Sayuj01•8m ago•1 comments

Macpow: Real-time power tree TUI for Apple Silicon

https://github.com/k06a/macpow
2•cactusplant7374•9m ago•0 comments

Show HN: Build queryable packs for AI agents from videos, podcasts, and files

https://github.com/buralog/beyin
1•buralog•10m ago•0 comments

Are Trump's H-1B Rules Protecting Monopolies?

https://openmarkets.substack.com/p/the-corner-newsletter-trumps-h1-b
1•knxnts•10m ago•0 comments

Dexter Hadley on building governed AI for healthcare – Achieve Podcast [video]

https://www.youtube.com/watch?v=hYGOFtjpcHY
1•idrdex•10m ago•1 comments

Show HN: Gurify – Your job search, on autopilot

https://www.gurify.com/signup
1•slavba•11m ago•0 comments

A Pale Blue Dot

https://www.planetary.org/worlds/pale-blue-dot
1•helloworld•11m ago•0 comments

GLM-5.1: Towards Long-Horizon Tasks

https://z.ai/blog/glm-5.1
3•meetpateltech•11m ago•0 comments

DNA polymerases can generate long, complex sequences without templates

https://www.nature.com/articles/s41467-026-69915-x
1•prabal97•11m ago•0 comments

Show HN: A (marginally) useful x86-64 ELF executable in 298 bytes

https://github.com/meribold/btry
1•meribold•11m ago•0 comments

China restricts airspace for 40 days in signal of intense military activity

https://www.msn.com/en-us/news/world/china-restricts-airspace-for-40-days-in-signal-of-intense-mi...
3•petethomas•12m ago•1 comments

Git turns 20: A Q&A with Linus Torvalds (2025)

https://github.blog/open-source/git/git-turns-20-a-qa-with-linus-torvalds/
1•pretext•12m ago•0 comments

"The problem is Sam Altman": OpenAI Insiders don't trust CEO

https://arstechnica.com/tech-policy/2026/04/the-problem-is-sam-altman-openai-insiders-dont-trust-...
2•randycupertino•14m ago•0 comments

The Limits of Integration (2021)

https://muse.jhu.edu/verify?url=%2Fpub%2F17%2Farticle%2F804858&r=2536187
1•Tomte•14m ago•0 comments

Delivery Deadlines Are a Mistake

https://waldo.jaquith.org/blog/2026/04/delivery-deadlines/
1•speckx•15m ago•0 comments

AI Agent Sandboxes Got Security Wrong

https://multikernel.io/2026/04/03/ai-agent-sandboxes-got-security-wrong/
2•wang_cong•15m 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.