frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Iran's two-tier internet access fuels anger and exposes cracks in the regime

https://www.cnn.com/2026/05/10/middleeast/iran-internet-pro-blackout-access-vpn-intl
1•mohi-kalantari•1m ago•0 comments

AI Targeting Firm Faces Protests for Shipments to Israeli Military

https://theintercept.com/2026/05/05/portland-sightline-ai-surveillance-drones-israel/
1•speckx•2m ago•0 comments

BuzzFeed (Still Exists) Missed a Debt Payment, Could Default

https://www.amediaoperator.com/news/buzzfeed-still-exists-missed-a-debt-payment-could-default/
3•thm•2m ago•0 comments

Software engineering may no longer be a lifetime career

https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
1•movis•2m ago•0 comments

The Interstitium, the Human Body's Hidden Pathways

https://www.nytimes.com/interactive/2026/05/11/magazine/interstitium-anatomy-acupuncture-medicine...
1•tmoertel•3m ago•0 comments

Mechanical Pencil: An illustrated celebration of the engineering around us

https://mechanical-pencil.com/
1•herbertl•4m ago•0 comments

Our Horizon of Possibilities: How Algorithms Contract Our World

https://cardcatalogforlife.substack.com/p/our-horizon-of-possibilities-how
1•speckx•6m ago•0 comments

Show HN: BrowserCode – Run Claude Code in the Browser via WebAssembly

https://github.com/leaningtech/browsercode
1•multimillion•6m ago•0 comments

TypeScript framework for building reactive AI agents

https://github.com/jigjoy-ai/mozaik
1•mijura•6m ago•0 comments

The Biochemical Beauty of Retatrutide: How GLP-1s Work

https://acesounderglass.com/2025/10/13/the-biochemical-beauty-of-retatrutide-how-glp-1s-actually-...
1•surprisetalk•7m ago•0 comments

OpenAI, Anthropic, and Google, private equity giants threatens IT services work

https://www.moneycontrol.com/artificial-intelligence/openai-anthropic-and-google-s-enterprise-pus...
2•mooreds•7m ago•0 comments

Killed by Apple

https://killedbyapple.theden.sh/
10•theden•8m ago•1 comments

The (Next) Gulf War Is Coming (2024) [video]

https://www.youtube.com/watch?v=03MM0hKGlSc
1•mooreds•8m ago•0 comments

Own Something and Be Happy

https://hunterirving.com/blog/own_something_and_be_happy
1•hunterirving•8m ago•0 comments

HN Frontpage ranked using only votes from accounts over a year old

https://news.ycombinator.com/classic
1•nathanh•8m ago•1 comments

Genomic Reconstruction of a Feralized Bovine Population (2024)

https://academic.oup.com/mbe/article/41/7/msae121/7695851?login=false
1•mooreds•8m ago•0 comments

Show HN: LLM post-training to speak like GenZ, costing less than a cup of coffee

https://github.com/aidarbek/genz-qwen
3•aidarbek•10m ago•1 comments

Incident with high errors on Git Operations

https://www.githubstatus.com/incidents/81b05nqkhylj
4•Wingy•10m ago•0 comments

Rivian downsizes DOE loan to $4.5B, while boosting capacity of Georgia factory

https://techcrunch.com/2026/04/30/rivian-downsizes-doe-loan-to-4-5b-of-georgia-factory/
1•PaulHoule•10m ago•0 comments

North Korea drops references to unification from constitution

https://www.channelnewsasia.com/east-asia/north-korea-revises-constitution-removes-unification-re...
1•t-3•11m ago•0 comments

Show HN: SQLite-columnar, a column-oriented analytics extension for SQLite

https://github.com/sqliteai/sqlite-columnar
1•marcobambini•11m ago•0 comments

The Tendon and the Gearbox

https://atomsfrontier.substack.com/p/the-tendon-and-the-gearbox
1•jpatel3•12m ago•0 comments

Codex downloaded by Xcode 26.4.1 reported as Malware

https://old.reddit.com/r/Xcode/comments/1t8bdf2/codex_downloaded_by_xcode_2641_reported_as_malware/
1•williamstein•12m ago•0 comments

Stop designing your CLI for humans

https://camil-haroune.com/blog/code/cli-agentic-design/
1•1000k•12m ago•0 comments

JetBrains Junie – an LLM-agnostic AI coding agent

https://www.jetbrains.com/junie/
1•dude250711•14m ago•0 comments

How the Heck Do Solar Panels Work?

https://perthirtysix.com/how-the-heck-do-solar-panels-work
2•dg-ac•14m ago•1 comments

How to bring a company up to speed on AI

https://www.theaithinker.com/p/how-to-bring-a-company-up-to-speed
1•adamfaik•16m ago•0 comments

Out with the JavaScript, in with the HTML

https://blog.jim-nielsen.com/2026/out-with-js-in-with-html/
3•Brajeshwar•17m ago•0 comments

Anthropic says 'evil' portrayal of AI responsible for Claude blackmail attempts

https://techcrunch.com/2026/05/10/anthropic-says-evil-portrayals-of-ai-were-responsible-for-claud...
1•jerezzprime•17m ago•0 comments

I built an open-source tracker for the MV Hondius hantavirus outbreak

https://hondius-watch.com
1•the_tgm•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•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.