frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Russian economy is faltering despite oil windfall, Sweden warns

https://www.ft.com/content/04a9d05d-2502-44d4-b7e0-041aaa4f83cd
1•doener•3m ago•0 comments

Ask HN: Has AWS Support fallen off?

1•frenchtoast8•3m ago•1 comments

I built loan software after my spreadsheets diverged into chaos

https://lendsolo.com/
1•psidereas•5m ago•0 comments

Quirky Electric Car Rides the Rails

https://hackaday.com/2026/04/19/quirky-electric-car-rides-the-rails/
1•lxm•8m ago•0 comments

Ukraine, Short on Troops, Is Turning to Robots to Help Its War Efforts

https://www.nytimes.com/2026/04/20/world/europe/ukraine-russia-war-robots-drones.html
1•lxm•8m ago•0 comments

Wallet Ecosystem for Business and Payments (EU)

https://www.webuildconsortium.eu/
1•bjornroberg•9m ago•1 comments

The Surveillance Accountability Act

https://www.surveillanceaccountability.com
1•cdrnsf•10m ago•0 comments

The Onion to Take over InfoWars

https://www.nytimes.com/2026/04/20/business/infowars-alex-jones-the-onion.html
1•lxm•11m ago•0 comments

Did Fortnite Ever Exist?

https://orbispatches.com/gaming-faq/did-fortnite-ever-exist
1•rolph•16m ago•0 comments

That was Tim, this is Ternus: Some first thoughts on Apple's CEO transition

https://sixcolors.com/post/2026/04/that-was-tim-this-is-ternus-some-first-thoughts-on-apples-ceo-...
2•tambourine_man•22m ago•0 comments

JetBlue Responds to Accusations of Using Surveillance Pricing After Viral Tweet

https://gizmodo.com/jetblue-responds-to-accusations-of-using-surveillance-pricing-after-viral-twe...
1•c420•28m ago•0 comments

OpenSecurityTraining2: Learning Paths

https://www.ost2.fyi/Learning-Paths.html
1•2bluesc•33m ago•0 comments

Giant Mac mini cluster powers Overcast podcast transcripts without the cloud

https://appleinsider.com/articles/26/04/07/giant-mac-mini-cluster-powers-overcast-podcast-transcr...
2•brigham•36m ago•0 comments

Climate Caused the US Civil War

https://unchartedterritories.tomaspueyo.com/p/climate-caused-the-us-civil-war
1•gmays•37m ago•2 comments

Journey to the Heart of the Techno-Barbarism Machine

https://calexandersmith.substack.com/p/in-the-claws-of-the-machine
2•indigodaddy•44m ago•0 comments

How to Make a Fast Dynamic Language Interpreter

https://zef-lang.dev/implementation
13•pizlonator•47m ago•0 comments

Trolling with AI is too much fun(2024)

https://old.reddit.com/r/aiwars/comments/18ovtyp/trolling_with_ai_is_too_much_fun/
1•rolph•50m ago•0 comments

Agentfill – a "polyfill" for complete AGENTS.md support in Claude, etc.

https://agentfill.dev/
1•nevir•51m ago•0 comments

Kimi, Author of the Menard

https://linch.substack.com/p/fine-tuning-borges
1•paulpauper•59m ago•0 comments

Will Price Transparency Cure America's High Healthcare Costs?

https://nicholasdecker.substack.com/p/will-price-transparency-cure-americas
1•paulpauper•59m ago•1 comments

Vibe coding upstart Lovable denies data leak, throws HackerOne under the bus

https://www.theregister.com/2026/04/20/lovable_denies_data_leak/
2•omer_k•1h ago•0 comments

I tried the pixel-flavored Coke, and it Bytes

https://www.theverge.com/23014905/coke-byte-pixel-flavored-soda-review-fortnite-metaverse
2•paulpauper•1h ago•0 comments

Milei's New Order Is Running into Argentina's Old Problems

https://www.wsj.com/world/americas/mileis-radical-new-order-is-running-into-argentinas-old-proble...
1•doener•1h ago•0 comments

Microsoft's GitHub grounds Copilot account sign-ups amid capacity crunch

https://www.theregister.com/2026/04/20/microsofts_github_grounds_copilot_account/
1•omer_k•1h ago•1 comments

A pro-worker experiment in private equity

https://www.npr.org/2026/04/08/nx-s1-5776833/private-equity-pete-stavros-employee-ownership
2•marojejian•1h ago•1 comments

HelloESP: A Website,Hosted on an ESP32

https://helloesp.com/
2•thunderbong•1h ago•0 comments

LLM from scratch (32l) – Interventions: updated instruction fine-tuning results

https://www.gilesthomas.com/2026/04/llm-from-scratch-32l-interventions-instruction-fine-tuning-tests
1•gpjt•1h ago•0 comments

A major US court case could help fix the ills of Citizens United

https://www.theguardian.com/commentisfree/2026/apr/19/citizens-united-super-pacs
3•foolswisdom•1h ago•0 comments

Why doesn't memory work across AI tools?

https://www.ricord.ai
2•hexaclawdevs•1h ago•1 comments

Washington Rewrites the Rules of Funding Technological Innovation

https://www.wsj.com/politics/trump-government-research-funding-changes-0e5317a1
3•petethomas•1h ago•2 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.