frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Inside An AI TikTok Shop Slop Factory That Shills Supplements Recalled by FDA

https://www.404media.co/inside-an-ai-tiktok-shop-slop-factory-that-shills-supplements-recalled-by...
1•bookofjoe•36s ago•0 comments

Show HN: Runthru – open-source Interactive Demos

https://github.com/marktolson/runthru
1•marktolson•1m ago•0 comments

Augmenting Long-Term Memory

https://augmentingcognition.com/ltm.html
1•olexsmir•2m ago•0 comments

Most Likely Future Filter: World Govt

https://www.overcomingbias.com/p/most-likely-future-filter-world-govt
1•surprisetalk•2m ago•0 comments

GitHub/gh-stack: GitHub Stacked PRs

https://github.com/github/gh-stack
1•sshah•5m ago•0 comments

Two Overlapping Circles

https://lemurintheattic.mataroa.blog/p/two-overlapping-circles/
1•xyztenet•9m ago•0 comments

WebExt Ship Kit: Build Once, Validate for Chrome, Edge, and Firefox

https://github.com/blueyferg/webext-ship-kit
1•clevercreator•9m ago•0 comments

IBM Claims Quantum Advantage with New Validation Techniques

https://spectrum.ieee.org/ibm-verifiable-quantum-advantage
1•Schlagbohrer•11m ago•1 comments

Show HN: Argot, a Rust AI guardrail based on your codebase AST patterns

https://argot.tmonier.com/
2•damienmeur•11m ago•0 comments

Promises, Kept

https://www.anuclei.com/blog/promises-kept-building-multisynapse
1•jequals5•13m ago•0 comments

VibeMenu – a local macOS menu-bar dashboard for Claude Code and Codex

https://github.com/Kirill-Chistov/VibeMenu
1•KirillChistov•14m ago•0 comments

GLM-5.3 Soon

https://github.com/zai-org/z-ai-sdk-java/commits/glm-5.3
3•OsamaJaber•15m ago•0 comments

Spriteloom – local AI pixel-art generator plugin for Aseprite

https://github.com/vkarach/spriteloom
1•vkarach•17m ago•0 comments

FlakeAudit, a CLI for evaluating Nix flake SBOMs against org policies

https://determinate.systems/blog/introducing-flakeaudit/
1•biggestlou•18m ago•0 comments

SecurityPolicy restrictions unenforced by default sandbox back end in PraisonAI

https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-5r6c-gj4g-r697
1•LHMisme•19m ago•0 comments

Linux 7.3 Adding Support for MCTP-over-USB v1.1

https://www.phoronix.com/news/Linux-7.3-MCTP-Over-USB-1.1
1•Bender•19m ago•0 comments

What You'd See During an AI World War [video]

https://www.youtube.com/watch?v=Gw_hnD7m00M
1•freakynit•19m ago•0 comments

VictorTaelin/Nanoproof

https://github.com/VictorTaelin/nanoproof
1•surprisetalk•23m ago•0 comments

Pavel Durov – Communication Technology and the Struggle for Freedom [video]

https://www.youtube.com/watch?v=1Yq_5aDdJ24
1•rzk•24m ago•0 comments

The AI bubble is popping; we just don't know it yet

https://www.theregister.com/ai-and-ml/2026/08/03/the-ai-bubble-is-already-popping-we-just-dont-kn...
13•Bender•25m ago•4 comments

ERP and MES Integration for US Pharma Manufacturers

https://geekyants.com/blog/erp-and-mes-integration-for-us-pharma-manufacturers-a-roadmap-to-achie...
2•varda_62892•27m ago•0 comments

The Grass Is Greener

https://www.bassfinity.com/blog/the-grass-is-greener-reading-summer-vegetation
1•jequals5•27m ago•0 comments

Show HN: Ccbeam – Teleport your Claude Code sessions to and from the cloud

https://github.com/sahilmahendrakar/ccbeam
2•smahendrakar•28m ago•0 comments

North Korea NullReceiver Hides Malware in NPM

https://opensourcemalware.com/blog/nullreceiver-dprk-c2-technique
2•6mile•28m ago•1 comments

How Europeans are struggling to balance work and personal time

https://www.euronews.com/business/2026/08/03/how-europes-working-day-is-increasingly-encroaching-...
1•rustoo•32m ago•0 comments

Show HN: Analytics Tycoon: I built an Age of Empires like game for data

https://analytics-tycoon.netlify.app/
2•12ian34•32m ago•0 comments

Ask HN: Future of junior level software developers outside US and UK

1•shashubansal247•34m ago•0 comments

Valetudo Camera Streaming (FOSS for Vacuum Robots)

https://github.com/Hypfer/Valetudo/discussions/2547
1•gempir•34m ago•0 comments

Before Plug and Play Worked

https://comuniq.xyz/post?t=1488
1•01-_-•34m ago•0 comments

Show HN: AgentCodeGUI – Multi-Account Desktop GUI for Claude Code and Codex

https://github.com/UnrealFactory/AgentCodeGUI
1•asdsa112•36m 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.