frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Z80 turns 50 as an open-source drop-in replacement nears DIP40 silicon

https://www.tomshardware.com/tech-industry/zilog-z80-turns-50-as-open-source-replacement-heads-fo...
1•logickkk1•2m ago•0 comments

A portal to random weird websites internet toys, and funny pages

https://openweird.com/
1•raytopia•2m ago•0 comments

What I'd Tell My Team About Competition

https://staysaasy.com/strategy/2026/07/16/what-id-tell-my-team-about-competition.html
1•thisismytest•3m ago•0 comments

"Professor" Jiang Is Not a Prophet [video]

https://www.youtube.com/watch?v=yxPd9ckVgck
1•Bender•3m ago•0 comments

Vladimir Putin's Internet Adviser Owns a Torrent Site (2016)

https://torrentfreak.com/vladimir-putins-internet-adviser-owns-a-torrent-site-160119/
4•Cider9986•6m ago•1 comments

Apple account email address disclosure via Mail app

https://lapcatsoftware.com/articles/2026/7/9.html
3•frizlab•6m ago•0 comments

Show HN: A gallery of browser-based PDF imposition and printing templates

https://pdfpress.app/gallery
2•jp1016•8m ago•0 comments

AI Chip Startup Etched Is in Talks for $20B Valuation

https://www.wsj.com/tech/ai/ai-chip-startup-etched-is-in-talks-for-20-billion-valuation-caf1787d
2•bookofjoe•10m ago•1 comments

Sea Peoples

https://en.wikipedia.org/wiki/Sea_Peoples
2•skibz•16m ago•0 comments

Blindsight and Gorgias: The Chinese Room and Sophistry

https://blog.sajberpank.com/posts/blindsight-and-gorgias-the-chinese-room-and-sophistry/
1•sajberpank•17m ago•0 comments

Why do you use GPT-5.6 and kimi k3 inside of Claude Code?

https://twitter.com/theo/status/2078217355780624864
1•shenli3514•18m ago•0 comments

My Hunt for the Original McDonald's French-Fry Recipe (2020)

https://www.atlasobscura.com/articles/original-mcdonalds-french-fry-recipe
2•monkeydust•18m ago•0 comments

Neither GCC nor Clang are compliant with standard C++

https://sebsite.pw/w/20260708-badstdcxx.html
2•birdculture•22m ago•0 comments

Starfish Prime

https://en.wikipedia.org/wiki/Starfish_Prime
1•georgecmu•25m ago•0 comments

HMD Touch 4G

https://www.hmd.com/en_int/hmd-touch-4g
14•thisislife2•30m ago•8 comments

OpenAI is breaking Silicon Valley unwritten code. That's why Apple is so angry

https://www.businessinsider.com/openai-breaking-silicon-valley-unspoken-rule-apple-talent-2026-7
2•RestlessMind•31m ago•0 comments

I Cut an AI Agent's Token Use by 94%

https://vivekhaldar.com/articles/compiling-an-ai-agent-skill/
1•gmays•31m ago•0 comments

Show HN: Kimi K3 spent nearly 8 hours building this 78-card tarot site

https://askciela.com/
1•lilyucb•31m ago•0 comments

Show HN: Waylou Slack Is Open

https://join.slack.com/t/waylou/shared_invite/zt-4491sutoj-0nXfXIsrqLm3UvwHg5mmtA
1•Emirhan123•31m ago•1 comments

Google is open-sourcing its 3D emoji

https://www.theverge.com/design/967606/google-open-source-3d-emoji
1•Brajeshwar•32m ago•1 comments

Kimi 3: What does the future look like for humanity today?

https://duttakapil.substack.com/p/reaction-to-kimi-3-what-does-the
1•duttakapil•35m ago•1 comments

PyCon US 2026 Recap

https://katherinemichel.github.io/blog/conferences/pycon-us-2026-recap.html
1•KatiMichel•35m ago•0 comments

Doom in MS Paint from Mark Russinovich

https://github.com/markrussinovich/DoomPaint
1•samch•35m ago•1 comments

Show HN: Pgnudge – tell your app which Postgres tables just changed

https://github.com/janbjorge/pgnudge
1•jeeybee•36m ago•0 comments

Show HN: Threads Management CLI and Skills

https://github.com/mrhustlex/threads-api-cli-skills
1•mrhustlex•36m ago•0 comments

Show HN: Run a 120B-parameter MoE on Android mid-range phone CPU-only llama.cpp

https://github.com/Helldez/BigMoeOnEdge
1•Helldez•37m ago•0 comments

World Cup Picture Puzzle Game

https://pic-puzzle-khaki.vercel.app/
1•frankensteins•38m ago•1 comments

Resolution Horizon – Finding the mathematical limit where AI overfits to noise

https://github.com/bjoern-janson/resolution-horizon
1•bjoern_janson•39m ago•0 comments

JSON Inspector – A native, offline JSON workspace for macOS

https://apps.apple.com/fr/app/json-inspector/id6780994209?mt=12
1•SylvainMouquet•39m ago•0 comments

The Braun Grid System

https://onlyonceshop.com/blog/the-braun-grid-system
1•dgellow•39m 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.