frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Is Forcing CEOs to Make a Stark Choice: Lay Off Workers or Make Them Do More

https://www.wsj.com/tech/ai/ai-is-forcing-ceos-to-make-a-stark-choice-lay-off-workers-or-make-the...
1•gpi•2m ago•0 comments

Midori Sync: Midori is the first Gecko-based browser to have its own Sync

https://astian.org/midori-en/midori-sync/
2•ponchale•3m ago•1 comments

Show HN: OpenTelemetry backend built on DuckDB(Ducklake), SQLite, and Clojure

https://github.com/o11ylite/o11ylite
1•mnming•6m ago•0 comments

LLM Inference Throughput Rises 4.5x with Parallel Verification

https://presciente.com/edition/74
2•sebastianperezr•12m ago•0 comments

Global AI Diffusion in Q1 2026 – Microsoft

https://www.microsoft.com/en-us/corporate-responsibility/dmc/topics/ai-economy-institute/reports/...
1•giuliomagnifico•14m ago•0 comments

Comparing a 1980s memory map to the Raspi Pico

https://medium.com/@noborutakahashi/a-40-year-old-memory-map-comparable-to-todays-raspberry-pi-pi...
1•Schlagbohrer•14m ago•0 comments

How much electricity does AI consume?

https://hannahritchie.substack.com/p/ai-electricity-2025
2•mef•15m ago•0 comments

Mapping every European defence tech SME

https://www.defencejobs.org
1•omikk•17m ago•0 comments

Will the stigma around boys who dance ever shift?

https://www.theguardian.com/stage/2026/may/10/balletboyz-billy-elliot-ashley-banjo-diversity-male...
2•YeGoblynQueenne•19m ago•0 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
1•rocketpastsix•22m ago•0 comments

Sum-Check as an Algebraic Tensor Reduction: Part II

https://blog.zksecurity.xyz/posts/tensor-reductions-2/
3•marcobesier•24m ago•0 comments

Flu a and B Viral Shedding in Adults Who Get Live Attenuated Flu Vax

https://academic.oup.com/cid/advance-article/doi/10.1093/cid/ciag294/8672548
1•susiecambria•24m ago•0 comments

Wonky Software Supply Chains

https://simonramstedt.com/blog/2026-04-09-wonky-software-supply-chains/
1•rmst•25m ago•0 comments

Global reorganization of genome architecture at the transition to gametogenesis

https://www.nature.com/articles/s41594-026-01747-1
1•bookofjoe•26m ago•0 comments

Executable notebook for testing earthquake-event concentration (Colab)

https://colab.research.google.com/drive/1tDXBOOZAhngHJDXj_ZPmW2kcF7_Ysg0-
1•hiroakiaizawa•27m ago•1 comments

Anthropic and OpenAI are launching joint ventures for enterprise AI services

https://techcrunch.com/2026/05/04/anthropic-and-openai-are-both-launching-joint-ventures-for-ente...
1•gmays•27m ago•0 comments

Claude Code edits YouTube videos

https://blog.bunnyhoneyclub.com/posts/claude-code-video-editing-youtube
1•shadowinbox•28m ago•0 comments

Why Dunkin' Failed in India

https://timesofindia.indiatimes.com/life-style/food-news/why-dunkin-failed-in-india/articleshow/1...
2•HR01•29m ago•0 comments

Brain scans reveal a difference between psychopaths and other people

https://www.sciencedaily.com/releases/2026/05/260510030946.htm
1•Noaidi•31m ago•1 comments

Let's Build a Compiler

https://compilers.iecc.com/crenshaw/
1•tosh•34m ago•0 comments

Only one of Berkshire Hathaway and SoftBank can survive

https://www.economist.com/business/2026/05/06/only-one-of-berkshire-hathaway-and-softbank-can-sur...
4•1vuio0pswjnm7•38m ago•1 comments

Language is primarily a tool for communication rather than thought [pdf]

https://colala.berkeley.edu/papers/fedorenko2024language.pdf
1•pythonic_hell•38m ago•1 comments

LUKSbox – Store sensitive files in the cloud without trusting the host

https://github.com/PentHertz/LUKSbox
1•danborn26•40m ago•0 comments

AI Gilfoyle

1•peterpommes•42m ago•0 comments

DuckDB-Delta Grows Up: Writes, Unity Catalog and Time Travel

https://duckdb.org/2026/05/07/delta-uc-updates
2•szarnyasg•42m ago•0 comments

Suits in 5 Nations Allege Apple Quashed "Watch Room" Competition

https://www.law.com/2026/05/08/suits-in-5-nations-allege-apple-quashed-watch-room-competition/
1•1vuio0pswjnm7•43m ago•0 comments

Accessibility of date formats (and superiority of YYYY-MM-DD)

https://mina86.com/2026/on-a11y-of-date-formats/
2•OuterVale•43m ago•0 comments

Trying a few ideas with rust and Python

https://github.com/KevinKenya/nairobi-connector-open-source/tree/main
1•kevinkenya•44m ago•1 comments

FCC Proposes Requiring Government-Issued ID for Phone Service [pdf]

https://docs.fcc.gov/public/attachments/DOC-421309A1.pdf
1•diogenes_atx•47m ago•1 comments

In search of wasted bits: how much information do LLM weights carry?

https://fergusfinn.com/blog/weight-entropy/
1•gmays•47m 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•12mo 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.