frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Exploiting Sparsity for Long Context Inference: Million Token on Commodity GPUs

https://arxiv.org/abs/2502.06766
1•teleforce•6m ago•0 comments

Live 4K video transmitted from the Moon to Earth via laser for first time

https://www.aboutamazon.com/news/aws/how-nasa-streamed-live-4k-video-from-the-moon
1•giuliomagnifico•6m ago•0 comments

Show HN: Free, offline utilities for PDF, image and video

https://no-server-utils.sach.cc/
1•sachithrrra•7m ago•0 comments

WebAssembly runtime may still be no runtime at all

https://00f.net/2026/07/08/webassembly-compilation-to-c-2026/
1•birdculture•8m ago•0 comments

How to Deliver Constructive Feedback in Difficult Situations (2019)

https://productivityhub.org/2019/04/19/how-to-deliver-constructive-feedback-in-difficult-situations/
1•downbad_•9m ago•0 comments

OpenAI Will Reset Codex Limits Twice to Celebrate GPT-5.6 in 24h

https://twitter.com/thsottiaux/status/2075452680760443190
2•linzhangrun•10m ago•1 comments

Xonotic: Free and Fast Arena Shooter under copyleft GPLv3 license

https://xonotic.org/
1•Gecko4072•13m ago•0 comments

Ryanair B738 cabin window shattered, passenger partly sucked out

https://avherald.com/h?article=53ba2a01&opt=0
5•thm•13m ago•1 comments

Meta to build C$13B Alberta data center, its first in Canada

https://www.reuters.com/world/americas/meta-build-c13-billion-alberta-data-center-its-first-canad...
2•adithyaharish•15m ago•0 comments

Stop being the code review bottleneck

https://newsletter.posthog.com/p/code-review-tips
1•cribwi•15m ago•0 comments

CorvinOS – self-hosted OS for AI agents, compliance built into the runtime

https://corvin-labs.com/
1•shumway•17m ago•0 comments

Loop Engineering

https://addyosmani.com/blog/loop-engineering/
1•frozenseven•17m ago•0 comments

2,100 castles across 133 countries, one map

https://thecastlemap.com/
1•Flightmussy•18m ago•0 comments

Best Health Supplements Reviews and Ratings 2026

https://justpaste.it/ccvbk
1•rafisalq•25m ago•0 comments

Stop Looking for the Next Jony Ive

https://maurya.bearblog.dev/stop-looking-for-the-next-jony-ive/
1•theaniketmaurya•28m ago•0 comments

Show HN: OpenVole 4.5 Is Out

https://github.com/openvole/openvole
2•flabberghasted•29m ago•0 comments

Show HN: Drag boxes around and watch a layout engine infer the Flexbox (no AI)

https://wpconverters.com/playground/
1•drzivil•33m ago•0 comments

The Ambulatory Intelligence Gap

https://www.databricks.com/blog/ambulatory-intelligence-gap
1•ilreb•34m ago•0 comments

Best Offline Sudoku App?

https://sudokui.app/
1•edullero•36m ago•1 comments

The SBC hobby is dying (Geerling, 3 months ago) [video]

https://www.youtube.com/watch?v=HeX22LnKdFY
2•tetris11•39m ago•0 comments

Motel – A 1989 Documentary [video]

https://www.youtube.com/watch?v=XT0VUPi4vus
1•snapetom•40m ago•0 comments

Show HN: Vuci – make the spoken word searchable

https://vuci.ai/feed/
1•lawnmaster18•41m ago•0 comments

The House Passed the KIDS Act–The Senate Should Reject It

https://www.eff.org/deeplinks/2026/07/house-passed-kids-act-senate-should-reject-it
3•nobody9999•41m ago•0 comments

Segfault on Rust 1.97.0

https://github.com/rust-lang/rust/issues/159035
2•solecist•42m ago•0 comments

Pro-Palantir data has litany of errors, English hospitals admit

https://www.ft.com/content/977aeda7-c055-44b7-8fb7-df1570849035
6•sega_sai•48m ago•1 comments

LiboPrime ReviEwS (2026): We Tried It My Honest Review

https://gamma.app/embed/LiboPrime-ReviEwS-2026-We-Tried-It-My-Honest-Review-gy3dc0lt3icpx3p
1•gasurads•48m ago•0 comments

Using Go for Mobile Apps: A retrospective on a year of development with Gomobile

https://www.davidsobsessions.com/p/one-year-of-gomobile/
1•darccio•50m ago•0 comments

The Cost of the American Revolution

https://www.econlib.org/econlog/the-cost-of-the-american-revolution/
1•NewCzech•52m ago•0 comments

Managed Claude, but for Any Harness

https://asteroidbelt.ai/
1•yshuolu•52m ago•0 comments

Pin Bar Formation and Detection in Crypto Markets

https://dolphindb.com/blogs/47
1•CrazyTomato•52m 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.