frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The skill that feels inefficient and drives everything else

https://thenowtonext.substack.com/p/the-skill-that-feels-inefficient
1•mooreds•53s ago•0 comments

Ask HN: Who needs contributors? (April 2026)

2•Kathan2651•59s ago•0 comments

How to Build Your Second Brain

https://twitter.com/NickSpisak_/status/2040448463540830705
1•gmays•1m ago•0 comments

The Simple Geometry Behind Any Road

https://sandboxspirit.com/blog/simple-geometry-of-roads/
1•Ef996•1m ago•0 comments

Eschers Print Gallery and the Droste Effect

https://mathvisuals.org/PrintGallery/
1•m-hodges•1m ago•0 comments

WebinarTV Scraped Zoom Meetings of Anonymous Recovery Programs

https://www.404media.co/webinartv-secretly-scraped-zoom-meetings-of-anonymous-recovery-programs/
1•Brajeshwar•2m ago•0 comments

Reverse Engineering Dangerous Dave

https://danzat.github.io/reverse-engineering/2012/12/07/dangerous-dave-packaging.html
1•reconnecting•3m ago•0 comments

Show HN: Hacker News Sorted, a 12-year-old Chrome extension I still use daily

https://chromewebstore.google.com/detail/hacker-news-sorted/djkcnbncofmjekhlhemlkinfpkamlkaj
1•svyatov•3m ago•1 comments

Jules: A terminal-based AI assistant written in Ruby

https://github.com/rathrio/clanker-jules
1•thunderbong•3m ago•0 comments

Template: Deploy FusionAuth to Railway

https://railway.com/deploy/fusionauth
1•mooreds•4m ago•0 comments

Coaching: Understanding the Options

https://neil-vass.com/coaching-understanding-the-options/
1•mooreds•4m ago•0 comments

PSA Crypto: The P is for Portability

https://danielmangum.com/posts/psa-crypto-portability/
1•hasheddan•5m ago•0 comments

Show HN: API for 13M+ Indian court cases with citation graphs and vector search

https://www.vaquill.ai
1•pkhodiyar•6m ago•0 comments

Show HN: How to Install Docker on Ubuntu 24.04 LTS: Complete 2026 Guide

1•anju-kushwaha•6m ago•0 comments

Show HN: A $4/mo AI todo app – 3 todos free, pay for the 4th

https://anothertodo.app
1•AdobiWanKenobi•6m ago•0 comments

Hiring Software Engineer – Ruby on Rails at Dope Marketing

https://www.indeed.com/job/software-engineer-ruby-rails-remote-us-based-only-96377028073afacb
2•annapareno•6m ago•0 comments

Show HN: Remoroo. trying to fix memory in long-running coding agents

https://www.remoroo.com
2•adhamghazali•7m ago•0 comments

Show HN: Smriti, version control for reasoning state

https://github.com/himanshudongre/smriti
1•himanshudongre•8m ago•0 comments

Finding a duplicated item in an array of N integers in the range 1 to N − 1

https://devblogs.microsoft.com/oldnewthing/20260413-00/?p=112227
1•birdculture•9m ago•0 comments

The new rules for AI-assisted code in the Linux kernel: What devs need to know

https://www.zdnet.com/article/linus-torvalds-and-maintainers-finalize-ai-policy-for-linux-kernel-...
2•CrankyBear•11m ago•0 comments

Cloudflare Mesh – secure private networking: users, nodes, agents, Workers

https://blog.cloudflare.com/mesh/
4•rs_rs_rs_rs_rs•11m ago•1 comments

The Focus Spectrum

https://alexoppenheimer.substack.com/p/the-focus-spectrum
1•crescit_eundo•11m ago•0 comments

Some Texas neighborhoods are seeing feral hogs for the first time

https://www.chron.com/life/wildlife/article/texas-feral-hogs-neighborhoods-22203883.php
2•mooreds•12m ago•0 comments

Rare concert records going on Internet Archive

https://techcrunch.com/2026/04/13/thousands-of-rare-concert-recordings-are-landing-on-the-interne...
2•jrm-veris•12m ago•0 comments

Systems Engineering: Building Agentic Software That Works

https://twitter.com/ashpreetbedi/status/2041568919085854847
1•gmays•13m ago•0 comments

Fidelis Security: Detect and Respond to Threats 9x Faster

https://fidelissecurity.com/
2•fidelissecurity•13m ago•0 comments

Silicon Valley Is Spending Millions to Stop One of Its Own

https://www.wired.com/story/the-big-interview-podcast-new-york-state-representative-alex-bores/
4•_tk_•15m ago•0 comments

A lockfile could have saved you from the LiteLLM attack

https://www.jacobhgreen.com/writings/lockfiles/
2•p44v9n•17m ago•0 comments

Compressed 586K tokens to 5K with 100% accuracy retention – here's the math

https://github.com/juyterman1000/entroly
1•abbyedd•18m ago•0 comments

Economics of Curing Cancer (RoR of 1024%)

https://www.nber.org/papers/w35052
2•Balgair•18m 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.