frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Germans are researching their Nazi past as the far right urges them to move on

https://www.cnn.com/2026/06/28/europe/germans-nazi-past-far-right-intl
1•Tomte•3m ago•0 comments

How can engineering leaders avoid becoming Bond villains?

https://stackoverflow.blog/2026/06/26/paging-charity-how-can-engineering-leaders-avoid-becoming-b...
1•backlit4034•4m ago•0 comments

The Richest Country Is Pretty Mid Now [video]

https://www.youtube.com/watch?v=4FZy1lBNykA
1•locusm•4m ago•0 comments

Efficiency in LLMs – Part 1 – Columbia Machine Learning Summer School 2026 [video]

https://www.youtube.com/watch?v=zcWJCKsODZk
1•matt_d•8m ago•0 comments

Towards Understandable Software

https://gracefulliberty.com/articles/towards-understandable-software/
2•signa11•9m ago•0 comments

Chinese farmer and his 70k chickens become online celebrities [video] (2019)

https://www.youtube.com/watch?v=aWjYLYulALs
2•dprkh•14m ago•0 comments

Silent Weapons for Quiet Wars

https://archive.org/details/silent-weapons-for-quiet-wars_202110
3•jupr•16m ago•4 comments

Learn how coding agents are built

https://twotimespi.dev/
2•nreece•18m ago•0 comments

Redesign of US Government websites stokes surveillance fears

https://www.theguardian.com/us-news/2026/jun/28/government-website-visitor-tracking-surveillance-...
5•devonnull•19m ago•0 comments

Book of American Types – ATF Standard Faces, 1934

https://archive.org/details/ATFBookOfAmericanTypes1934
2•everybodyknows•26m ago•0 comments

Australia toughens social media ban, doubles potential penalties for tech firms

https://www.reuters.com/business/media-telecom/australia-toughens-kids-social-media-ban-doubles-p...
3•1vuio0pswjnm7•27m ago•1 comments

'The cult of Elon': SpaceX investors grapple with volatility amid big swings

https://www.cnbc.com/2026/06/26/spacex-volatility.html
3•1vuio0pswjnm7•29m ago•0 comments

Low dose Naltrexone [video][9 mins]

https://www.youtube.com/watch?v=S5Y_ShsPTpQ
2•Bender•29m ago•0 comments

Billionaire Jeremy Grantham says Bitcoin will 'dwindle away with a whimper'

https://www.cnbc.com/2026/06/26/billionaire-investor-jeremy-grantham-says-bitcoin-will-dwindle-aw...
5•1vuio0pswjnm7•30m ago•0 comments

David Sedaris on his Duolingo obsession

https://www.theguardian.com/books/2026/jun/28/david-sedaris-duolingo-obsession-the-land-and-its-p...
2•andsoitis•32m ago•0 comments

Nostalgia – it's not like it used to be (2012)

https://www.bbc.com/news/magazine-20726824
2•ryandrake•42m ago•0 comments

Clean Code: Second Edition Critique

https://bugzmanov.github.io/cleancode-critique/clean_code_second_edition_review.html
2•bmacho•44m ago•0 comments

The church members disagree on politics. Together theyre wiping out medical debt

https://www.npr.org/2026/06/28/nx-s1-5847966/medical-debt-politics-republican-democrat
3•Jimmc414•44m ago•0 comments

Memory Safe Context Switches

https://fil-c.org/context_switches
3•pizlonator•46m ago•0 comments

Tailwind

https://www.kevinsdias.com/posts/tailwind.html
4•diasks2•47m ago•0 comments

The Hunt for the Death Valley Germans

https://otherhand.org/home-page/search-and-rescue/the-hunt-for-the-death-valley-germans/
2•signa11•48m ago•0 comments

Consistency, but in Excellence Not Appearance – Jim Nielsen's Blog

https://blog.jim-nielsen.com/2026/a-consistency-of-excellence/
3•tambourine_man•49m ago•0 comments

Blink If You're Human

https://dynomight.net/blink/
2•Curiositry•50m ago•0 comments

Polymarket traders revolted over one silly sillable

https://www.nytimes.com/2026/06/28/business/donk-polymarket-prediction-markets.html
4•croemer•52m ago•0 comments

Show HN: I Made a WebGPU Based Agent/Worlflow Explainer

https://tdu-naifen.github.io/AgentVisualization/
2•milkpowder101•56m ago•0 comments

The oracle problem is three thousand years old

https://pilgrima.ge/p/the-oracle-problem
3•momentmaker•57m ago•0 comments

Collider: A meson package manager – A hash proves the bytes, not the source

https://collider.ee/blog/2026-06-28-1500_a_hash_proves_the_bytes_not_the_source/https://collider....
2•mog_dev•57m ago•0 comments

Show HN: FuckUI – A CLI that turns the web into legible text for AI agents

https://fuckui.com/fuckui
2•keepamovin•57m ago•1 comments

Anthropic Claude Fable 5, on track to return soon (possibly this week)

https://www.axios.com/2026/06/27/anthropic-fable-5-return-soon
4•dlg•59m ago•0 comments

Token Entanglement in Subliminal Learning

https://owls.baulab.info/
3•derbOac•1h 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.