frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Widelands – 20 years of open source 1.0 [video]

https://www.youtube.com/watch?v=qA2inaP2Nyk
1•coolwulf•1m ago•0 comments

The Steam Machine is the most ambitious game console I've ever played

https://www.theverge.com/games/952765/steam-machine-review
1•tabletcorry•1m ago•0 comments

OpenAI signs deal to show Getty's images in ChatGPT results

https://www.engadget.com/2198633/openai-signs-deal-with-getty-to-show-images-in-chatgpt-results/
3•lardass•2m ago•1 comments

Ask HN: Anyone got a 43" 4K? Thoughts?

1•herodoturtle•2m ago•0 comments

Show HN: Kitcat 2.0 – A Matplotlib back end for terminal plotting

https://mil.ad/blog/2026/kitcat-2.0.html
1•playnext•4m ago•0 comments

Show HN: Ingestlayer – Programmable event tracking pipelines

https://ingestlayer.com
1•benmann•7m ago•0 comments

Can You Spot the AI Bodega?

https://www.curbed.com/article/ai-slop-bodega-signage-design.html
1•SVI•7m ago•0 comments

Show HN: Open-source job search plugin for Claude Code

https://github.com/agent-data/job-search
1•jb_hn•7m ago•0 comments

VigilSwift – A fast, free web security scanner built for devs

https://vigilswift.com
1•alex_vs•8m ago•0 comments

Five Eyes warns AI models capable of toppling governments are months away

https://www.theguardian.com/technology/2026/jun/22/anthropic-claude-fable-ai-model-artificial-int...
4•speckx•14m ago•0 comments

Steam Machine Launches Today

https://store.steampowered.com/news/group/45479024/view/685257114654870245
17•no_news_is•15m ago•3 comments

Steam Machine Game Testing

https://www.lttlabs.com/articles/2026/06/22/the-newell-nucleus-steam-machine-ltt-companion-article
4•LabsLucas•16m ago•1 comments

Iris – A portable runtime for durable AI agents

https://github.com/xoai/iris
2•xoai•17m ago•0 comments

Show HN: Block/buzz: a workspace built for teams of humans and agents

https://github.com/block/buzz
8•ThomPete•17m ago•1 comments

Geometry of causal set theory with physics implications

https://docs.google.com/document/d/1yYXSX_XssHXV5msGj2eC74fs6P2PG_sL/edit
1•Darktidemage•18m ago•1 comments

Angeldust – a solo-built voxel world that runs on everything [video]

https://www.youtube.com/watch?v=zssnlbRibFM
1•coolwulf•19m ago•0 comments

Does AI have a UI/UX problem?

https://twitter.com/PereraBinoy/status/2068432457234513955
2•adisingh13•19m ago•1 comments

Daybreak: Tools for securing every organization in the world

https://openai.com/index/daybreak-securing-the-world/
3•tabletcorry•19m ago•0 comments

A Glimpse into the "Search Your Target" Market for Stolen Credentials

https://www.bleepingcomputer.com/news/security/a-glimpse-into-the-search-your-target-market-for-s...
1•Brajeshwar•21m ago•0 comments

A 10-person team cut median cycle time from 72 to 27 hours in 30 days

https://www.poggle.ai/blog/engineering-productivity-case-study
1•Ghostcrawl3r•22m ago•0 comments

Meta's Crawler Ate My 2TB Bandwidth

https://www.rodneyosodo.com/blogs/2026-06-22_metas_crawler_ate_my_2TB_bandwidth
1•rodneyosodo•22m ago•1 comments

Steam Machine 512GB

https://store.steampowered.com/sub/1629447/
19•Philpax•23m ago•2 comments

A viral doomsday scenario aims to shake Europe out of its AI complacency

https://www.theguardian.com/technology/2026/jun/20/europe-sleepwalking-ai-disaster-us-china
3•gmays•24m ago•0 comments

Steam Machine

https://store.steampowered.com/hardware/steammachine
48•theschwa•24m ago•12 comments

Blogger Defeats Photographer's Copyright Claim-Sokolskyfilm vs. Messiah

https://blog.ericgoldman.org/archives/2026/06/blogger-defeats-photographers-copyright-claim-sokol...
10•speckx•28m ago•0 comments

Unit Tests for a Novel

https://worldfall.ink/blog/
4•isobelvane•28m ago•0 comments

My journey of making my first-ever circuit

https://medium.com/@khwajamaazahmedsiddiqi/my-journey-of-making-my-first-ever-circuit-4f1de935fecd
2•pknerd•28m ago•0 comments

The Download: record-breaking subsea tunnels and flexible data centers

https://www.technologyreview.com/2026/06/22/1139385/the-download-rogfast-subsea-tunnel-flexible-d...
2•joozio•30m ago•0 comments

Europe faces rising competition for energy from Asia

https://www.politico.eu/article/every-man-for-himself-europe-warned-of-rising-competition-for-ene...
3•alephnerd•30m ago•0 comments

Tata Electronics cyber breach claiming to expose Apple, Tesla trade secrets

https://www.yahoo.com/news/world/articles/indias-tata-electronics-hit-cyber-153155513.html
12•Hypathia•30m ago•1 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.