frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SSH-Keysign-Pwn: Reading Root-Owned Files via a Ptrace Logic Bug

https://needhelp.icu/blogs/ssh-keysign-pwn/
1•mbeavitt•54s ago•0 comments

Celebrating 20 years of Google Translate

https://blog.google/products-and-platforms/products/translate/fun-facts-google-translate-20-years/
1•andrewstetsenko•1m ago•0 comments

You are the bottleneck now

https://bytode.dev/commits/you-are-the-bottleneck-now
1•marvinified•1m ago•0 comments

C3 0.8.0 replaces builtins, simplifies reflection, and rethinks unsigned sizes

https://c3-lang.org/blog/0_8_0_the_core_language_is_settling/
1•birdculture•3m ago•0 comments

TypeScript, C# and Turbo Pascal with Anders Heijsberg

https://www.youtube.com/watch?v=K-Xv8D8NjTk
1•pjmlp•4m ago•0 comments

Casimir force co-opted to generate free energy, midichlorians not included

https://arstechnica.com/science/2026/05/casimir-force-co-opted-to-generate-free-energy-midichlori...
1•FrustratedMonky•5m ago•0 comments

Raising the Bar

https://github.blog/security/raising-the-bar-quality-shared-responsibility-and-the-future-of-gith...
2•soheilpro•10m ago•0 comments

Startup Raises $1.3B for an A.I. 'Grid'

https://www.nytimes.com/2026/05/12/technology/amp-startup.html
3•bookofjoe•13m ago•1 comments

The Playboy Fiction Index

https://data.post45.org/posts/playboy-fiction-index/
4•Tomte•14m ago•0 comments

Tell HN: I haven't finished a single project 100%

1•theorchid•15m ago•0 comments

There's Something Living in Fog

https://nautil.us/theres-something-living-in-fog-1280786
1•Brajeshwar•15m ago•0 comments

Iran's Internet Shutdown Enters It's 77th Day

https://mastodon.social/@netblocks/116577450970712439
3•alephnerd•16m ago•1 comments

Wearable polygraph detects hidden stress

https://news.northwestern.edu/stories/2026/05/wearable-polygraph-detects-hidden-stress
3•gmays•17m ago•0 comments

Smartphones Are Black Holes

https://kerkour.com/smartphones-blackhole
1•randomint64•18m ago•0 comments

Burn-ONNX 0.21: Build-time ONNX import for Rust ML

https://burn.dev/blog/release-burn-onnx-0.21.0/
2•antimora•21m ago•0 comments

Does It Mean? Gene Wolfe: Perverse Puzzle Maker

https://oasis.library.unlv.edu/thesesdissertations/3563/
1•_dwt•21m ago•0 comments

Sinsesgo: An autonomous daily briefing on Spanish media bias

https://bertini36.github.io/sinsesgo/
1•bertini36•22m ago•0 comments

Anthropic's Bun Rust rewrite merged at speed of AI

https://www.theregister.com/devops/2026/05/14/anthropics-bun-rust-rewrite-merged-at-speed-of-ai/5...
2•01-_-•22m ago•0 comments

Ugetty: A modern, lightweight, multi-protocol Getty

https://github.com/ryancdotorg/ugetty
1•ahlCVA•22m ago•0 comments

UK firms should take steps to limit risks from frontier AI models, UK says

https://www.reuters.com/legal/litigation/uk-firms-should-take-steps-limit-risks-frontier-ai-model...
1•01-_-•23m ago•0 comments

Ask HN: How to Deal with "File Naming Problem"?

1•erelong•25m ago•1 comments

The Major Systems of Civilization

https://civilizationscalelevers.substack.com/p/the-major-systems-of-civilization
1•sebg•27m ago•0 comments

Canada Wants Digital Sovereignty. Bill C-22 Pulls the Other Way

https://aquisthoughts.substack.com/p/canada-wants-digital-sovereignty
2•ethanplant•30m ago•0 comments

AI Agents Modulate Their Language When Framed as Being Watched

https://arxiv.org/abs/2605.15034
1•vinicius-covas•31m ago•0 comments

Show HN: Toon Tone – guess cartoon colors from memory with HSB sliders

https://toontone.fun
1•sailorpro•32m ago•0 comments

Show HN: Chuddy, self-hosted media downloading, translation and OCR Telegram bot

https://github.com/kivirnz/chuddy
2•kivir•32m ago•0 comments

Social news aggregator Digg returns as AI and social media news aggregator

https://disassociated.com/social-news-aggregator-digg-returns-again/
1•Brajeshwar•33m ago•0 comments

Show HN: LFK – A Fast Kubernetes TUI

https://github.com/janosmiko/lfk
3•baskInEminence•35m ago•0 comments

Erdős Problem #1196 and Beyond

https://terrytao.wordpress.com/2026/05/03/primitive-sets-and-von-mangoldt-chains-erdos-problem-11...
1•yekbun123•35m ago•0 comments

Anthropic deleting my API org in 36h, 6 support escalations ignored

https://twitter.com/lenzoai/status/2055221609992995006
5•Hunattila•36m 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.