frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: AgentShield – Stop AI agents from spending money unsupervised

https://agentshieldv2-dashboard-production.up.railway.app/
1•lucarizzo1010•2m ago•0 comments

Gemini Omni

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-omni/
1•strongpigeon•3m ago•0 comments

Wild Young People

https://asteriskmag.com/issues/14/these-wild-young-people
1•littlexsparkee•3m ago•0 comments

Deciphering the Hashihara Castle Town Map

https://www.obayashi.co.jp/en/kikan_obayashi/detail/kikan_64_project.html
1•1970-01-01•3m ago•0 comments

On Blind, Anxious Tech Workers Get the Lowdown on Layoffs

https://www.nytimes.com/2026/05/19/business/tech-layoffs-blind.html
1•tekdude•3m ago•0 comments

The Iranian Government Filtering Machine Is Getting Into Mozilla PSL

https://github.com/publicsuffix/list/pull/2917
2•ent101•4m ago•0 comments

Google Changes Its Search Box for the First Time in 25 Years

https://www.nytimes.com/2026/05/19/business/google-seach-bar-ai-gemini.html
1•golfer•5m ago•0 comments

Gemini CLI will stop working from June 18, 2026

https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/
2•primaprashant•5m ago•1 comments

Cat Organ

https://en.wikipedia.org/wiki/Cat_organ
1•petethomas•5m ago•0 comments

Gemini Spark

https://gemini.google/overview/agent/spark/
4•jeremydw•6m ago•0 comments

Google Antigravity 2.0

https://antigravity.google/blog/introducing-google-antigravity-2-0
2•John7878781•6m ago•0 comments

We made our filesystem 47× faster by deleting it

https://microsandbox.dev/blog/oci-filesystem-47x-faster
3•appcypher•7m ago•0 comments

Universal Commerce Protocol

http://ucp.dev/
2•Wingy•7m ago•0 comments

Bipartisan Bill Would Impose New Annual Fee on Electric Vehicles

https://www.nytimes.com/2026/05/19/business/energy-environment/electrc-vehicles-annual-fee-congre...
2•tantalor•9m ago•0 comments

'Capitalism has to become more humane': a Stanford economist on big tech

https://www.theguardian.com/books/2026/may/18/big-tech-monopolies-democracy-mordecai-kurz
3•xyzal•11m ago•0 comments

Google Search as you know it is over

https://techcrunch.com/2026/05/19/google-search-as-you-know-it-is-over/
4•evo_9•11m ago•0 comments

Agent Evaluation: A Detailed Guide

https://cameronrwolfe.substack.com/p/agent-evals
2•gmays•13m ago•0 comments

Show HN: LaunchDock – App Launcher in Rust

https://github.com/qa3-tech/launchdock
2•qa3-tech•13m ago•0 comments

De‐Bloating JavaScript

https://github.com/naver/lispe/wiki/6.23-De%E2%80%90bloating-Javascript
2•birdculture•13m ago•0 comments

Co-Scientist: A multi-agent AI partner to accelerate research

https://deepmind.google/blog/co-scientist-a-multi-agent-ai-partner-to-accelerate-research/
2•ryanhn•13m ago•0 comments

Streamer Realtime Deepfakes Himself into Mr. Beast

https://www.404media.co/streamer-realtime-deepfakes-himself-into-mr-beast-says-he-loves-touching-...
1•cdrnsf•14m ago•0 comments

Show HN: Local LLM code-generation with Gemma 4 e2B via JSON AST to Clojure

https://github.com/quadracollision/llmisp
1•vegnus•15m ago•0 comments

Demis Hassabis Thinks AI Job Cuts Are Dumb

https://www.wired.com/story/demis-hassabis-ai-layoffs-deepmind-google-io/
2•ent101•15m ago•0 comments

IBM Brings Its Most Advanced AI-Powered Security Portfolio to Clients

https://newsroom.ibm.com/2026-05-19-IBM-Brings-Its-Most-Advanced-AI-Powered-Security-Portfolio-to...
1•SVI•15m ago•0 comments

Google Search is getting its biggest changes

https://www.theverge.com/tech/932970/google-search-ai-update-io-2026
1•droidjj•16m ago•0 comments

You're not ready for minions

https://contextbridge.ai/blog/youre-not-ready-for-minions-01/
1•jcarver•16m ago•0 comments

Parallel execution for Node.js, done right

https://github.com/yankouskia/hurried
2•yankouskia•17m ago•0 comments

Show HN: Bypassing the AWS Lambda 4KB limit to run polyglot AI agents

https://brewhubphl.com/engineering/parity-contracts-for-polyglot-llm-commerce-a-case-study
1•tomc267•18m ago•1 comments

Tanenbaum: Can We Make Operating Systems Reliable and Secure? (2006) [pdf]

https://www.cs.vu.nl/~ast/Publications/Papers/computer-2006a.pdf
1•delamon•18m ago•0 comments

Gemini 3.5: frontier intelligence with action

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/
33•meetpateltech•18m ago•7 comments
Open in hackernews

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

https://basecoatui.com
11•hunvreus•1y 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•1y 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•1y 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•1y ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•1y ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•1y 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.