frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dreamer: Make any coding agent self-evolving, across the whole team

https://github.com/luml-ai/dreamer
1•iryna_kondr•1m ago•1 comments

The Other Twin Towers in the Spider-Man Trailer

https://ironicsans.ghost.io/the-other-twin-towers-in-the-spider-man-trailer/
1•caminanteblanco•1m ago•0 comments

CBOMkit: Explore the Use of Cryptography in Software

https://www.zurich.ibm.com/cbom/
1•mooreds•2m ago•0 comments

Tokens and Dreams

https://charlesleifer.com/blog/tokens-and-dreams/
1•cleifer•2m ago•0 comments

I Asked ChatGPT to Manage a Stock Portfolio. Here’s How It Did.

https://www.wsj.com/finance/investing/i-asked-chatgpt-to-manage-a-stock-portfolio-heres-how-it-di...
1•thm•2m ago•0 comments

Curious cases of financial engineering in biotech

https://www.owlposting.com/p/curious-cases-of-financial-engineering
1•abhishaike•2m ago•0 comments

Cross-target schema drift in Cal.com: 1 finding in 1096 fields

https://github.com/wiaahmarketplace/typerion-oss/tree/main/examples/case-studies/calcom
1•Techman92•4m ago•0 comments

Congress Is Doing Little to Prepare for Potential A.I. Job Losses

https://www.nytimes.com/2026/05/05/business/artificial-intelligence-safety-net.html
2•cdrnsf•5m ago•0 comments

Eight vaccines linked to a lower risk of dementia

https://www.gavi.org/vaccineswork/eight-vaccines-linked-lower-risk-dementia
1•ivankra•5m ago•0 comments

IBM didn't want Microsoft to use the Tab key to move between dialog fields

https://devblogs.microsoft.com/oldnewthing/20260505-00/?p=112298
2•SeenNotHeard•6m ago•0 comments

Wearables Are Going Off the Rails

https://gizmodo.com/wearables-are-going-fully-off-the-rails-2000754560
2•ulrischa•7m ago•0 comments

Humane AI Pin hacks turns the gadget into a standalone Android-powered gadget

https://liliputing.com/humane-ai-pin-hacks-turn-the-discontinued-gadget-into-a-standalone-android...
1•speckx•7m ago•0 comments

Flattery jailbreaks Claude into giving bomb-making instructions

https://www.theverge.com/ai-artificial-intelligence/923961/security-researchers-mindgard-gaslit-c...
1•AgentNews•8m ago•0 comments

List of Largest Cities

https://en.wikipedia.org/wiki/List_of_largest_cities
1•surprisetalk•9m ago•0 comments

Your .env files are under attack

https://netflux.io/posts/your-env-files-are-under-attack/
1•transmit101•9m ago•0 comments

RootAsRole – A better alternative to sudo(-rs)/su

https://github.com/LeChatP/RootAsRole
1•p4bl0•10m ago•0 comments

Why coding agents need a merge queue

https://ctx.rs/blog/merge-queue-for-agents/
2•luca-ctx•12m ago•0 comments

Every statin ranked by effect size

https://www.empirical.health/blog/statins-compared/
1•brandonb•13m ago•0 comments

Why Nobody Is Hiring Junior Devs (and How to Get Hired Anyway)

https://loforeal.substack.com/p/why-nobody-is-hiring-junior-devs
1•kurinikku•14m ago•0 comments

Trump's AI Oversight Plan Is Everything VCs Claimed to Hate About Biden's Plan

https://www.techdirt.com/2026/05/05/trumps-ai-oversight-plan-is-everything-vcs-claimed-to-hate-ab...
2•speckx•14m ago•0 comments

WPF Gallery – explore modern-looking (2026) WPF controls (Windows Store)

https://apps.microsoft.com/detail/9phnd2w8wgg7?hl=en-US&gl=US
1•AtomicApps•15m ago•0 comments

Coinbase Cuts 14% of Global Workforce–Citing AI and 'Down Market

https://www.forbes.com/sites/tylerroush/2026/05/05/coinbase-cuts-14-of-global-workforce-citing-ai...
1•mgh2•15m ago•0 comments

GitHub Is Down

https://www.githubstatus.com/?fetch=now
3•weli•16m ago•0 comments

Building my own Vi text editor in BASIC

https://leetusman.com/nosebook/yvi
1•zeech•16m ago•0 comments

Queer Technologies

https://zachblas.info/works/queer-technologies/
2•bananaflag•17m ago•0 comments

People upload sensitive documents to random AI tools – is this safe?

https://www.understanddocs.com/
2•Nencheff•18m ago•0 comments

European Grand Challenge in AI and Security

https://docs.google.com/document/d/1t5dXnBNIyQbdpGa9EHOKDFEQs-5Pt-FHNKFw1UGmXLI/edit?tab=t.0
1•kiki_milotic•19m ago•0 comments

Toolkit for building declarative K8s operators

https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern
2•ankitg12•21m ago•0 comments

Fedora Sealed Bootable Container Images

https://www.privacyguides.org/news/2026/05/04/fedora-sealed-bootable-container-images-possibly-op...
2•Gedxx•22m ago•0 comments

Trump SEC lets Musk settle $150M Twitter lawsuit for $1.5M

https://arstechnica.com/tech-policy/2026/05/trump-sec-lets-musk-settle-150-million-twitter-lawsui...
5•AdmiralAsshat•23m ago•0 comments
Open in hackernews

Show HN: Basecoat – All of the shadcn/ui magic, none of the React

https://basecoatui.com
11•hunvreus•12mo 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•12mo 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•12mo 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•12mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•12mo 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.