frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Tools Uncover Record Software Flaws in Tech Sector, Database Shows

https://www.bloomberg.com/news/articles/2026-07-27/ai-hunts-for-cyber-flaws-finding-record-number...
1•justworks•1m ago•0 comments

API Testing Chrome Extension(REST, Soap, WebSockets, SSE)

https://chromewebstore.google.com/detail/repost-api-tester/eipmeckflplenlbnlhbpmjojahephhkp
1•info-chirila•2m ago•0 comments

Why Agentic Systems Need Ontologies [video]

https://www.youtube.com/watch?v=Sir59K8ZDPU
2•handfuloflight•7m ago•0 comments

Half-Life on a Real PlayStation 1 – Full Hazard Course, Uncut [video]

https://www.youtube.com/watch?v=aEaa9CeCsbQ
2•unlabeledmabel•11m ago•0 comments

Token Use by Model

https://twitter.com/jpschroeder/status/2081751862768717956
2•MrBuddyCasino•12m ago•0 comments

Show HN: Etymology Database from Wiktionary

https://etymologue.com/
2•jlauf•14m ago•0 comments

Day 0 Kimi-K3 Inference Deployment with Atom on AMD Instinct MI355X GPUs

https://www.amd.com/en/developer/resources/technical-articles/2026/kimi-k3-on-amd-instinct-gpus.html
3•stevefan1999•14m ago•0 comments

Capturing the Narrative

https://arxiv.org/abs/2607.23993
3•jruohonen•22m ago•1 comments

CastToAny – Turn podcasts and videos into publish-ready content

https://casttoany.com
3•freerick•25m ago•0 comments

Show HN: A 6M-token movable window on a single 46GB GPU

https://arxiv.org/abs/2607.23806
2•Wetime•32m ago•0 comments

eBay and former execs will pay $56M to settle harassment of Natick couple

https://www.bostonglobe.com/2026/07/27/business/ebay-harassed-ina-david-steiner-settlement/
5•apress•32m ago•0 comments

What will more intelligence do for us

https://www.noahpinion.blog/p/what-will-more-intelligence-actually
4•paulpauper•33m ago•0 comments

Would You Go Back to a Time Before Smartphones If You Could?

https://www.theatlantic.com/podcasts/2026/07/would-you-go-back-to-a-time-before-smartphones-if-yo...
4•paulpauper•34m ago•1 comments

Another Symptom of Growing Isolation

https://www.theatlantic.com/family/2026/07/talking-less-reasons/688074/
3•paulpauper•35m ago•0 comments

Protocol-Level Attacks on Agentic Commerce Platforms: Taxonomy and Defense

https://arxiv.org/abs/2607.21824
2•sbulaev•36m ago•0 comments

"Opus 5 is a really bad model"

https://twitter.com/HarukaKunori/status/2081697911847481502
6•behnamoh•40m ago•0 comments

A Science of Reality: Observers, Interfaces, and Traces [pdf]

https://traceinstitute.org/papers/TRACE_INSTITUTE_WHITE_PAPER.pdf
3•andsoitis•42m ago•0 comments

Why do we think we understand the world more than we actually do?

https://thedecisionlab.com/biases/the-illusion-of-explanatory-depth
4•rramadass•43m ago•1 comments

Claude Fable 5: What It Is and Why the Hype?

https://lazerg.uz/en/blog/claude-fable-5-nima
3•lazerg•44m ago•0 comments

The age of token efficiency, the age of libraries

https://golemui.com/blog/the-age-of-token-efficiency/
3•handfuloflight•47m ago•0 comments

Ex-JPMorgan banker Chirayu Rana files fed civil rights suit; racism/sexual abuse

https://www.morningstar.com/news/pr-newswire/20260727ny12568/former-jpmorgan-executive-files-swee...
2•sizzle•47m ago•1 comments

Manticore Search 28.4.4:Faster KNN, conversational search, installs and faceting

https://medium.com/@s_nikolaev/manticore-search-28-4-4-faster-knn-better-conversational-search-an...
2•snikolaev•48m ago•0 comments

VibeUE: Unreal Engine Vibe Coding Tool

https://github.com/kevinpbuckley/VibeUE
2•nateb2022•49m ago•0 comments

Newspeak

https://github.com/dv-hart/newspeak
2•handfuloflight•57m ago•0 comments

Show HN: I taught Claude Code to file Indian income-tax returns (ITR)

https://github.com/karanb192/itr-wala
2•karanb192•1h ago•0 comments

Storj begins court-supervised restructuring, proposes equity for token holders

https://www.storj.io/blog/an-open-letter-to-the-storj-token-community-the-restructuring-the-netwo...
2•Manouchehri•1h ago•1 comments

Architecting Persistent Memory for Multi-Agent System [video]

https://www.youtube.com/watch?v=lw52w7Pw86M\
3•handfuloflight•1h ago•0 comments

Playing Computer Music via Am Radio on Computers Like Altair, IMSAI, PDP8, etc.

https://github.com/rcl9/Playing-Computer-Music-via-AM-Radio-on-IMSAI-8080-PDP8-Sorcerer-TRS80-etc...
2•TMWNN•1h ago•1 comments

Show HN: A macOS Port of Ventoy2disk

https://github.com/fcjr/ventoy-mac
2•fcjr•1h ago•0 comments

Sam Altman: "Never a Better Time to Do a Startup" [video]

https://www.youtube.com/watch?v=ZIaOBAjvc38
2•tvvocold•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.