frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ExANS – Lossless KV cache compression at 622 GB/s on H100

https://www.theopenlake.com/blog/exans-lossless-gpu-compression-for-bf16-kv-cache
1•arnav__1•8s ago•0 comments

Show HN: Webklip – ephemeral online clipboard with live sync and E2E encryption

https://webklip.com/
1•vsergione•14s ago•0 comments

Desktop Linux just cracked 10% market share – and Windows 11 is mostly to blame

https://www.zdnet.com/article/the-linux-desktop-finally-cracks-the-10-market-share-barrier/
1•CrankyBear•43s ago•0 comments

I'm Scared a Stranger Will Call My Novel AI, So I Built GitHub for Words

https://dylan.blog/2026/08/03/im-scared-a-stranger-will.html
1•harper•1m ago•0 comments

Your model already knows the answer: how benchmark answers leak into LLMs

https://elman.ai/news/your-model-already-knows-the-answer/
1•fran-mora•2m ago•0 comments

Reactivating TensorBoard: Why treat an oscilloscope like a photo frame?

https://github.com/PastToFuture-Whisperer/xprof-cubism-reducer/discussions/1
1•PTF-W•3m ago•0 comments

Sash: Keeping secrets away from software that acts on your behalf

https://zenodo.org/records/21797233
1•cmt-t•4m ago•0 comments

PBCareerOS – Multi-dimensional career intelligence and roadmap generator

https://customizecareermap.org/
1•Pballada80•5m ago•0 comments

Why everything breaks at 150 people

https://falconer.com/notes/cerebras-knowledge-base/
3•iamgioh•7m ago•1 comments

Show HN: T – Conductor, but for Your CLI

https://github.com/PiemonteF/t
2•Absonsonson•7m ago•0 comments

My NixOS Dev Machine

https://miccah.io/posts/2026-08-01-my-nixos-dev-machine/
2•speckx•7m ago•0 comments

Celld: Self-hosted, distributed Durable Objects

https://github.com/denoland/celld
2•calvinfo•9m ago•0 comments

DDR5 Prices Surge 7% in July, Reaching New Highs

https://www.techpowerup.com/350920/ddr5-prices-surge-7-in-july-reaching-new-highs
1•gslin•9m ago•0 comments

A Four-Ton SpaceX Rocket Stage Hit the Moon, but No One Saw It

https://www.nytimes.com/2026/08/05/science/space-x-moon-crash-confirmation.html
2•donohoe•10m ago•0 comments

You don't need an MCP server. A Markdown file is enough

https://mindcloud.co/docs/universal/rest/home/latest/introduction/build-with-ai
1•danilovilhena•10m ago•0 comments

Modernizing Reddit's Infrastructure and Moderation Tools

https://redditinc.com/news/modernizing-reddits-infrastructure-and-moderation-tools
1•HieronymusBosch•11m ago•0 comments

VA orders Dominion to charge more transmission costs to data centers

https://virginiamercury.com/2026/08/05/scc-orders-dominion-to-develop-tariff-to-assign-more-trans...
1•jaredwiener•11m ago•0 comments

Launch HN: HyperProbe (YC S26) – Agents that do read-only debugging in prod

https://www.hyperprobe.co
4•shailendraht•12m ago•0 comments

AWS DynamoDB Vector Search

https://aws.amazon.com/blogs/aws/amazon-dynamodb-now-supports-real-time-vector-search-at-any-scale/
2•aws_is_awesome•12m ago•0 comments

I'm Begging You: Never Write with A.I

https://www.nytimes.com/2026/08/04/opinion/artificial-intelligence-ai-writing.html
3•gmays•13m ago•0 comments

Why I'm leaving OpenAI to build telepathy

https://naomibashkansky.com/blog/telepathy/
3•devanshp•13m ago•1 comments

Microservices [video]

https://www.youtube.com/watch?v=y8OnoxKotPQ
1•ustad•14m ago•0 comments

US refunds $100B of Donald Trump's 'liberation day' tariffs

https://www.theguardian.com/us-news/2026/aug/05/trump-administration-has-paid-back-100bn-of-165bn...
2•imzadi•15m ago•1 comments

Broadcaster Wins Blocking Injunction Covering Pirate Sites That Don't Exist Yet

https://torrentfreak.com/broadcaster-wins-broad-u-s-blocking-injunction-covering-pirate-sites-tha...
1•speckx•16m ago•0 comments

Hollywood and Shanghai Cinema in the 1930s [pdf]

https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=2225&context=clcweb
1•Bluestein•17m ago•0 comments

Google DeepMind CEO Demis Hassabis steps down

https://www.ft.com/content/61d41764-f2f7-4906-a112-ff3073972c51
2•alvis•18m ago•0 comments

Google shakes up AI leadership as DeepMind chief shifts role

https://www.reuters.com/business/google-shakes-up-ai-leadership-deepmind-chief-shifts-role-2026-0...
1•usernomdeguerre•21m ago•0 comments

Stop Sending Me Your Errors

https://kramkow.ski/article/2026/08/05/stop_sending_me_your_errors.html
2•speckx•23m ago•0 comments

Major Hedge Funds Targeted in Wave of Attempted Cyberattacks

https://www.bloomberg.com/news/articles/2026-08-05/major-hedge-funds-targeted-in-wave-of-attempte...
2•lemonlym•24m ago•2 comments

Anti-Zionism is not anti-Semitism UK appeal tribunal confirms in landmark ruling

https://www.middleeastmonitor.com/20260804-anti-zionism-is-not-anti-semitism-uk-appeal-tribunal-c...
5•thisislife2•25m 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.