frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Samsung is developing nearline SSDs up to 1 PB

https://www.blocksandfiles.com/flash/2026/05/15/scality-says-samsung-is-developing-nearline-ssds-...
1•ziofill•41s ago•0 comments

Open WebUI: Jupyter code execution works despite ENABLE_CODE_EXECUTION=false

https://github.com/open-webui/open-webui/security/advisories/GHSA-482j-2pq6-q5w4
1•logickkk1•1m ago•0 comments

Irst Apple M5 memory exploit discovered using Anthropic AI

https://www.tomshardware.com/tech-industry/cyber-security/apple-m5-architecture-suffers-first-pri...
1•Timofeibu•5m ago•0 comments

OpenAI caught NPM supply chain chaos after employeedevices compromised

https://www.theregister.com/security/2026/05/15/openai-caught-in-tanstack-npm-supply-chain-chaos-...
2•Timofeibu•6m ago•0 comments

$60B AI chip darling Cerebras almost died early on, burning $8M a month

https://techcrunch.com/2026/05/16/60b-ai-chip-darling-cerebras-almost-died-early-on-burning-8m-a-...
1•ent101•8m ago•0 comments

Spend Your Compute on Correctness

https://juanreyero.com/article/ai/spend-compute-on-correctness
1•juanre•9m ago•0 comments

Ask HN: When did computers stop being fun?

1•klez•10m ago•0 comments

Will A.I. Make College Obsolete?

https://www.newyorker.com/news/fault-lines/will-ai-make-college-obsolete
1•momentmaker•11m ago•0 comments

How I use LLMs as a staff engineer in 2026

https://www.seangoedecke.com/how-i-use-llms-in-2026/
1•lalitmaganti•12m ago•0 comments

50 Years of Text Games by Aaron Reed

https://www.thepsmiths.com/p/review-50-years-of-text-games-by
1•momentmaker•12m ago•0 comments

Understanding Singleflight in Go

https://www.codingexplorations.com/blog/understanding-singleflight-in-golang-a-solution-for-elimi...
1•ghostbit•16m ago•0 comments

How to Achieve Truly Serverless GPUs

https://modal.com/blog/truly-serverless-gpus
1•birdculture•17m ago•0 comments

AI face is taking over – and driving plastic surgeons crazy

https://www.businessinsider.com/ai-generated-images-chatgpt-reshape-plastic-surgery-beauty-expect...
2•andreylangovoy•31m ago•0 comments

Built a Website for Embedded Software Engineering Interview Preparation

https://srnvl.github.io/Embedded_SWE_Prep/
2•sangramnavale•35m ago•1 comments

Pity the poor AI datacenters facing 'discrimination'

https://www.theguardian.com/commentisfree/2026/may/16/pity-the-poor-ai-datacenters-facing-discrim...
4•devonnull•36m ago•0 comments

Dutch government objects to proposed US law restricting ASML's China exports

https://www.reuters.com/world/asia-pacific/dutch-government-objects-proposed-us-law-restricting-a...
8•jonbaer•42m ago•2 comments

Classic – Hacker News

https://news.ycombinator.com/classic
3•rvnx•48m ago•0 comments

Twilight of the Velocipede: Typesetting Races Before the Age of Linotype

https://publicdomainreview.org/essay/twilight-of-the-velocipede/
1•benbreen•48m ago•0 comments

Google AI Overview – "Tersely"

https://www.google.com/search?q=tersely&oq=tersely
1•flawn•52m ago•0 comments

Liquid Breathing

https://en.wikipedia.org/wiki/Liquid_breathing
1•Markoff•52m ago•0 comments

asp-classic-emulator: Run ASP Classic on macOS, Linux and BSD

https://github.com/MarceloDelgadoDev/asp-classic-emulator
2•866-RON-0-FEZ•57m ago•0 comments

Show HN: Artist Kit – One-Page Website Builder for DJs and Music Artists

https://www.artistkit.co/
3•truetaurus•59m ago•1 comments

I used AI to help market my bagel shop. Then the one-star reviews came in

https://www.businessinsider.com/bagel-shop-owner-removes-ai-social-media-marketing-2026-5
2•michaelsbradley•1h ago•2 comments

Scenario with Low Demand for AI

2•tesdinger•1h ago•1 comments

How does your team capture decisions and action items after meetings?

2•Skm-12•1h ago•0 comments

AI Is Technology, Not a Product

https://daringfireball.net/2026/05/ai_is_technology_not_a_product
2•mattas•1h ago•0 comments

Show HN: Firehooks – Get app users from TikTok without paid ads

https://ads.firehooks.io/
1•Tanvir3•1h ago•0 comments

Do Job Postings Show Early Labor‑Market Effects of AI?

https://libertystreeteconomics.newyorkfed.org/2026/05/do-job-postings-show-early-labor-market-eff...
3•wslh•1h ago•0 comments

BYD weighs Formula 1 role as 2026 rules shift toward electric power, VP confirms

https://carnewschina.com/2026/04/28/byd-weighs-formula-1-role-as-2026-rules-shift-toward-electric...
4•Markoff•1h ago•1 comments

Executives are blaming layoffs on AI, but it is not the main driver

https://finance.yahoo.com/economy/article/executives-are-blaming-layoffs-on-ai-but-research-shows...
1•wslh•1h 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.