frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Goldeneye 007 100% Decompiled

https://twitter.com/defaultdnb/status/2089257650261229703
1•nomilk•53s ago•0 comments

Privibe – LLM CLI Local first+privacy focus+llama.cpp cache branch and Qwen3.x

https://github.com/alainnothere/privibe/tree/main
1•xlayn•14m ago•1 comments

Trump administration Announces New "Hacking Back" Program

https://reason.com/volokh/2026/08/17/trump-administration-announces-new-hacking-back-program/
1•anonymousiam•16m ago•0 comments

The Loss of Innocence

https://medium.com/freedomofthought/the-loss-of-innocence-a-timeline-of-growing-up-as-a-girl-ce62...
1•raynchad•16m ago•0 comments

Every Forward Deployed Engineer Just Got Promoted

https://www.furtherai.com/blog/every-forward-deployed-engineer-just-got-promoted
1•sgondala_ycapp•18m ago•0 comments

Laser mosquito zapper promises precision strikes as backers itch for answers

https://www.theregister.com/offbeat/2026/08/17/1k-laser-mosquito-zapper-promises-precision-strike...
2•mdp2021•19m ago•1 comments

Google wins bankruptcy auction for Spirit Airlines emails, chats, documents

https://www.axios.com/2026/08/17/google-spirit-airlines-bankruptcy
5•sgustard•25m ago•1 comments

PM Carney announces largest clean energy investment in North American history

https://www.pm.gc.ca/en/news/news-releases/2026/08/17/prime-minister-carney-announces-largest-cle...
8•garbawarb•28m ago•2 comments

70 Strategies/Moats on How Things Win

https://stephango.com/moats
1•momentmaker•29m ago•0 comments

CRTC allows Canadian carriers to lock phones again, with a catch

https://mobilesyrup.com/2026/08/17/crtc-brings-back-phone-locking/
3•jethronethro•30m ago•0 comments

AMD Working on a New Back End for Improving ROCm Compute in QEMU/VMs

https://www.phoronix.com/news/AMD-ROCm-Better-QEMU-VM
1•mdp2021•30m ago•0 comments

Show HN: Cogni: MCP memory for LLMs, with no LLM in the retrieval path

https://getcogni.io/
2•ihamilton7•33m ago•0 comments

Consumers Prefer AI Music Until They're Told It's AI

https://www.promarket.org/2026/05/04/consumers-prefer-ai-music-until-theyre-told-its-ai/
3•a2ff6eeb0•38m ago•0 comments

Statement Regarding Loongson Vulnerabilities Presented at USENIX26

https://www.loongson.cn/news/show?id=850
1•csmantle•39m ago•0 comments

Voluntary attention regulates acute immune responses in humans

https://www.nature.com/articles/s41562-026-02541-1
4•bookofjoe•41m ago•0 comments

Germany Just Banned Windows to Save €15M

https://www.youtube.com/watch?v=iaz32kiBbaA
3•cable2600•46m ago•2 comments

Whose doctor does the AI recommend? An algorithm audit of LLMs in physician

https://arxiv.org/abs/2608.14399
1•sbulaev•47m ago•0 comments

Prime Agent: A Self-Improving RLM Agent

https://github.com/PrimeIntellect-ai/prime-agent
1•rzk•48m ago•0 comments

Connecting to an Azure/Entra Joined Windows Machine from Linux

https://github.com/themew2/FreeRDP-to-Entra-Connected-Windows-Device
1•themew2•49m ago•0 comments

Cursor Origin

https://cursor.com/docs/origin
45•peterspath•56m ago•20 comments

Supreme Court Rejects Verizon Bid for $47M Refund of FCC Fine

https://arstechnica.com/tech-policy/2026/08/supreme-court-rejects-verizon-bid-for-47-million-refu...
3•m463•56m ago•0 comments

Un-AI Your Internet

https://un-ai.digitalprophet.online/
7•ErenayDev•57m ago•3 comments

LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks

https://github.com/AMAP-ML/LongHorizon-Harness
1•tingletech•1h ago•1 comments

Building Scalable Control Planes

https://www.allthingsdistributed.com/2026/08/on-building-scalable-control-planes.html
1•smn1234•1h ago•0 comments

Show HN: FlashFrame-Free Browser-Based Fast Multiplayer Movie Guessing Game

https://playflashframe.com/
1•jsturgill•1h ago•0 comments

DuckDuckGo Sunglasses

https://knockaround.com/products/duckduckgo-paso-robles
2•brianborn•1h ago•0 comments

Saying Goodbye to SMS Mode

https://groupme.com/blog/goodbye-sms-mode
3•tech234a•1h ago•0 comments

Show HN: Particle – Extract and save articles in a clean, self-hosted reader

https://particle.crnst8.com/try/
1•flowerpil•1h ago•0 comments

New API integer overflow: one request turned a $0.10 balance into $16.9T

https://hellorecon.com/blog/cve-2026-71479-new-api-quota-integer-overflow
1•slvnx•1h ago•1 comments

Scalable watermarking for identifying large language model outputs

https://www.nature.com/articles/s41586-024-08025-4
1•Anon84•1h 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.