frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Brief History of the Internet's Favorite Scam

https://thereader.mitpress.mit.edu/a-brief-history-of-the-internets-favorite-scam/
1•the-mitr•58s ago•0 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
1•emilesilvis•1m ago•0 comments

Judge says Trump still lacks evidence for Anthropic supply-chain risk

https://techcrunch.com/2026/07/30/judge-says-trump-admin-still-lacks-evidence-for-anthropic-suppl...
1•lai0602•2m ago•0 comments

How to speed up the Rust compiler in July 2026

https://nnethercote.github.io/2026/07/31/how-to-speed-up-the-rust-compiler-in-july-2026.html
1•throawayonthe•3m ago•0 comments

Best Screen Recording Software for Mac in 2026

https://screensage.pro/blog/best-screen-recording-software-mac
2•auv1107•4m ago•0 comments

Show HN: One page personal calendar with hierarchy

2•eltonlin•5m ago•0 comments

How to plant a nuclear plant in Iran

https://www.digitaldigging.org/p/how-to-plant-a-nuclear-plant-in-iran
3•LordAtlas•6m ago•0 comments

I Migrated a 350k-Line Java/JSP Application to TypeScript in Five Days

https://gokulakrishna.co/2026/07/31/migrated-350000-line-java-jsp-application-typescript-five-days/
2•gkrishna•8m ago•0 comments

When Nintendo Sued Blockbuster

https://dfarq.homeip.net/when-nintendo-sued-blockbuster/
2•jnord•8m ago•0 comments

Beauty In My Backyard

https://worksinprogress.co/issue/beauty-in-my-backyard/
2•footest•13m ago•0 comments

Polynomial Trajectory Optimization for Quadrotors

https://www.staszewski.xyz/blog/collision-replanning/
2•kamilstaszewski•13m ago•0 comments

Show HN: ZenResume – Free, local-first ATS resume builder with AI import

https://www.zenresume.online/
1•jagadees21•13m ago•0 comments

YouTube Shorts Scraper and MCP Connector

https://apify.com/techforce.global/youtube-shorts-scraper
1•techforce_actor•15m ago•0 comments

Decode resistor color bands instantly

https://www.pockeng.com/tools/resistor.html
1•levario•16m ago•0 comments

AdaMAST: Adaptive Failure Taxonomies for Improving LLM Agents

https://multi-agent-systems-failure-taxonomy.github.io/AdaMAST/blogs/adamast_paper/
1•matt_d•16m ago•0 comments

Longtime Bay Area tech conference is leaving San Francisco after a 50-year run

https://www.sfchronicle.com/tech/article/semicon-west-moving-phoenix-22368164.php
1•iancmceachern•22m ago•0 comments

The Cities That Said Yes to Drugs

https://www.theatlantic.com/magazine/2026/09/city-drug-addiction-harm-reduction-policy/687967/
1•helsinkiandrew•22m ago•0 comments

Should Airbnb Add Ads?

1•Taikhoom2010•23m ago•0 comments

What does China's 15th '5-year plan' for renewables mean for climate change?

https://www.carbonbrief.org/qa-what-does-chinas-15th-five-year-plan-for-renewables-mean-for-clima...
1•xbmcuser•23m ago•0 comments

Tempered – AI-Powered PC optimizer that won't show a metric it can't measure

https://tempered.to/
1•AutomationGoat•25m ago•0 comments

Forgotten memories can leave silent traces in the brain

https://www.fmi.ch/news-events/articles/news.html?news=672
2•XzetaU8•28m ago•0 comments

Teen hackers tell BBC how police are helping them use their skills for good

https://www.bbc.co.uk/news/articles/cn0nqpy1rk4o
2•mmarian•29m ago•0 comments

DeepSeek-V4-Flash Update

https://api-docs.deepseek.com/updates/
13•dnhkng•30m ago•6 comments

SodaSlim Natural Weight Management Supplement for Wellness

https://finance.yahoo.com/healthcare/articles/sodaslim-releases-updated-2026-highlights-122400710...
1•Ikerphan•30m ago•0 comments

ChatGPT has been silently routing Pro to mini for several months

https://articles.fmt.kr/2026-07/oai
2•ilsubyeega•32m ago•1 comments

LinkedIn adds a button to report AI-generated 'slop'

https://techcrunch.com/2026/07/30/linkedin-adds-a-button-to-report-ai-generated-slop/
2•robin_reala•32m ago•0 comments

US Government map of Africa mislabels every country at global conference

https://www.reuters.com/world/africa/us-government-map-africa-mislabels-every-country-global-conf...
2•adg001•33m ago•0 comments

Remote

https://www.textclad.com/2026/07/30/remote/
1•kxrm•34m ago•0 comments

SAP's Big Push for Tabular AI. What It Means for Enterprises

https://pub.towardsai.net/saps-big-push-for-tabular-ai-what-it-means-for-enterprises-7dc3af2a1d8c...
1•justinvan•37m ago•0 comments

k-Coloring is Faster than Computing the Chromatic Number

https://arxiv.org/abs/2607.25973
1•matt_d•38m 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.