frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

For SF's public defenders, resistance is the new black

https://sfstandard.com/2026/04/27/public-defenders-wear-all-black-protest/
1•iancmceachern•44s ago•0 comments

The lamps you're not allowed to have. Exploring the Dubai lamps (2021) [video]

https://www.youtube.com/watch?v=klaJqofCsu4
1•bb88•1m ago•0 comments

Joby flies first point-to-point air taxi flight tests in New York

https://www.reuters.com/business/aerospace-defense/joby-flies-first-point-to-point-air-taxi-fligh...
1•canucker2016•2m ago•0 comments

An open-source platform to auto-update agent skills and discover fresh sources

https://www.loooop.dev/
1•kl01•5m ago•0 comments

Redmine

https://www.redmine.org/
1•tamnd•6m ago•0 comments

A persistent Unix-like ESP8266 system with more that 70 console commands

https://github.com/hery-torrado/KernelESP
1•herytorrado•11m ago•1 comments

Client side search and recommendation with TurboQuant

https://h3manth.com/ai/cinematch/
1•init0•13m ago•0 comments

There's a Good Reason You Can't Concentrate

https://www.nytimes.com/2026/03/27/opinion/technology-mental-fitness-cognitive.html
1•philip1209•14m ago•0 comments

The Secret Group Chats Fueling MAGA's Messaging Machine

https://slate.com/technology/2026/04/trump-ballroom-ashley-st-clair-maga.html
2•JojoFatsani•14m ago•0 comments

Victory in FOIA Against Twelve South for PlugBug 120W Electrical Info

https://archive.org/details/pb120-us
1•birdculture•17m ago•0 comments

What Are OPEC+'s Fiscal Breakeven Oil Prices Telling Us?

https://economics.bmo.com/en/publications/detail/141134d9-5322-4b04-bf49-2c3e6088115a/
1•JumpCrisscross•19m ago•0 comments

Canada govt plans crypto ATM ban to stop scammers from defrauding Canadians

https://www.cbc.ca/news/canada/toronto/canada-crypto-atm-ban-scammers-9.7180642
2•canucker2016•24m ago•1 comments

The Revealing Summary Reversal in LULAC

https://www.stevevladeck.com/p/223-the-revealing-summary-reversal
2•hn_acker•26m ago•1 comments

Claude-multiprofile: run multiple Claude accounts side by side on macOS

https://github.com/jmdarre-v/claude-multiprofile
3•jmd7•27m ago•0 comments

Asimov, an open source tsla humanoid

https://github.com/asimovinc/asimov-v1
3•ElasticBottle•30m ago•0 comments

SubmitYourWork – Submit your startup to directories from one place

https://github.com/Sketchjar/submityourwork
2•gcsydney•30m ago•0 comments

Couples Wanted to Have Children. Rising Costs Are Stopping Them

https://www.nytimes.com/2026/04/26/business/children-rising-costs.html
2•lando2319•33m ago•1 comments

Ask HN: Can we just call them "Harness Gloves"?..and an App Store model?

2•lowoxidizer•34m ago•0 comments

The 3-character kernel patch that tamed the OOM killer for Postgres

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
3•mustpax•34m ago•0 comments

Super Zsnes: GPU Powered SNES Emulation

https://www.youtube.com/watch?v=r5twUkvYFpA
4•kjeetgill•34m ago•0 comments

Show HN: I built another to do list. But it does a lot

https://apps.apple.com/us/app/rotation-list-shared-to-do/id6758746324
2•toddh•35m ago•0 comments

Which (tech) companies have the best work life balance?

3•philmcp•35m ago•0 comments

Show HN: InterviewDen – Free voice AI mock interviews for SWE, IB, quant, more

https://theinterviewden.com/
2•psonthalia•36m ago•0 comments

I just added every Pulsing Aura card to the PTCGP database I maintain

https://pocketcards.net/database
2•bat0x01•36m ago•0 comments

(accidental post)

https://4dayweek.io
2•philmcp•36m ago•1 comments

How to Do OAuth with OpenAI

https://developer.puter.com/tutorials/openai-oauth/
2•ent101•37m ago•0 comments

(Almost) A Eulogy for Voyager

https://nautil.us/almost-a-eulogy-for-voyager-1280164
2•Bender•39m ago•0 comments

London to Calcutta by Bus

https://www.amusingplanet.com/2022/08/london-to-calcutta-by-bus.html
2•CGMthrowaway•41m ago•0 comments

The Open Social Web Needs Section 230 to Survive

https://www.eff.org/deeplinks/2026/04/open-social-web-needs-section-230-survive
2•hn_acker•42m ago•0 comments

Tech Lobbyists Hard at Work Undermining Proposed Alaska 'Right to Repair' Law

https://www.techdirt.com/2026/04/28/tech-lobbyists-hard-at-work-undermining-proposed-alaska-right...
2•hn_acker•44m 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.