frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Could Be the Worst Ebola Outbreak in History

https://www.nytimes.com/interactive/2026/06/09/opinion/ebola-outbreak-africa-usaid.html
1•napolux•40s ago•0 comments

Scan Any iOS or Android App for SDKs and API Calls Free with AppGoblin, No Login

https://jamesoclaire.com/2026/06/10/scan-any-ios-or-android-app-for-sdks-and-api-calls-for-free-w...
1•ddxv•1m ago•1 comments

Mesh Plugin for KiCad

https://jaseg.de/blog/kicad-mesh-plugin/
1•serhack_•2m ago•0 comments

Show HN: SeaTicket – Resolve GitHub Issues Using AI Agent

2•Daniel-Pan•5m ago•0 comments

More AI-generated code doesn't make your team faster. It might slow you down.

https://twitter.com/awscloud/status/2064449711155589396
2•latexr•7m ago•1 comments

Ask HN: Are we all walking into a trap?

1•skor•7m ago•0 comments

How Healthcare Systems Shape Native Preferences for Immigrants

https://www.tus.ac.jp/en/mediarelations/archive/20260609_6133.html
1•rustoo•8m ago•0 comments

Microsoft releases software updates to plug nearly 200 security holes

https://krebsonsecurity.com/2026/06/a-record-breaking-patch-tuesday-for-june-2026/
1•moebrowne•12m ago•0 comments

Claude Sonnet 4.6 Making VMs in GCP, Azure and AWS via a Textual Agent Interface

https://www.youtube.com/watch?v=3ox9vuJSdjg
2•keepamovin•15m ago•0 comments

Show HN: macOS menu bar gauges for your Claude Code quota

https://github.com/grzegorz-raczek-unit8/claude-quota
2•grzracz•16m ago•0 comments

Tell HN: Codex once again automatically activates /fast on app update

1•mfi•21m ago•0 comments

The Great Powers Are Learning They Have Limits

https://www.wsj.com/world/the-worlds-great-powers-are-learning-they-have-limits-6bd23f64
1•JumpCrisscross•23m ago•0 comments

South Korea's SK Hynix Eyes US Listing as Soon as August

https://www.reuters.com/world/asia-pacific/south-koreas-sk-hynix-eyes-us-listing-soon-august-sour...
3•JumpCrisscross•26m ago•0 comments

I built a tool that automates the creation of vertical Quran recitation videos

https://reeldeen.vercel.app/
1•Seepless•27m ago•0 comments

The Illusion of Control: When Complexity Outpaces Mastery

https://victoriaaremo.substack.com/p/the-illusion-of-control-when-complexity
1•victoria_aremo•30m ago•0 comments

What Happens to a Balloon That Keeps Rising into the Upper Atmosphere?

https://aviation.stackexchange.com/questions/115306/what-happens-to-a-balloon-that-keeps-rising-i...
1•peter_d_sherman•30m ago•0 comments

Show HN: Plug and AI – Slack bot for the whole team, not per-seat

https://plugand.ai/
1•coderai•30m ago•0 comments

Claude Fable 5 silently degrades its own performance on frontier AI work

https://mkotlikov.substack.com/p/fable-5-considered-harmful
1•mkotlikov•30m ago•1 comments

Notepad++ Zero-Click RCE via Path Traversal (CVE-2026-52884)

https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-p58x-r3c9-x9p6
2•ringzeropirate•31m ago•0 comments

Show HN: Tapflow – self-hosted iOS/Android simulator streaming for mobile QA

https://github.com/jo-duchan/tapflow
3•duchanjo•36m ago•0 comments

Implementing Live Cryptocurrency Trading with DolphinDB

https://medium.com/@DolphinDB_Inc/from-backtest-to-production-implementing-live-cryptocurrency-tr...
2•Polly_Liu•36m ago•0 comments

This was probably a dumb gamble

https://twitter.com/Steve_Yegge/status/2064517667923374578
1•tosh•36m ago•0 comments

Uppinote20 Claude-Dashboard

https://github.com/uppinote20/claude-dashboard
1•geoffbp•38m ago•0 comments

BareMetal

https://en.wikipedia.org/wiki/BareMetal
1•tosh•38m ago•0 comments

Implementing a Funding Rate Arbitrage Strategy with Backtesting

https://medium.com/@DolphinDB_Inc/profiting-from-perpetuals-implementing-a-funding-rate-arbitrage...
3•dbaa4real•39m ago•0 comments

Port React Compiler to Rust

https://github.com/react/react/pull/36173
17•boudra•40m ago•4 comments

Broadcom: The private cloud is where enterprise AI workloads are being deployed

https://investors.broadcom.com/news-releases/news-release-details/broadcoms-private-cloud-outlook...
1•giuliomagnifico•42m ago•0 comments

Show HN: Are.na Commander – a file-like Are.na browser

https://arena-commander.netlify.app
1•meelford•42m ago•0 comments

Faking keyword arguments to functions in C++

https://nibblestew.blogspot.com/2026/06/faking-keyword-arguments-to-functions.html
1•ingve•42m ago•0 comments

Not having an opinion on SpaceX is going to cost you

https://www.ft.com/content/d4069188-30ca-4838-a3d3-f3c8ffe4a13b
2•mmarian•46m 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.