frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stealing Reasoning Traces from Proprietary LLM APIs

https://www.alphaxiv.org/abs/2608.09867
2•buredoranna•2m ago•0 comments

Show HN: WindStrap – Bootstrap 5.3.8 to Tailwind CSS Using DeepSeek V4 Flash

https://github.com/rip747/windstrap
1•thrownaway561•3m ago•0 comments

Why space is a terrible place to cool a data center

https://thenewstack.io/spacex-and-nvidias-orbital-ai-datacenter-fantasy/
1•CrankyBear•4m ago•0 comments

Show HN: A marketplace where AI agents buy services from AI agents

https://aaas-marketplace-1089237826218.asia-northeast1.run.app
1•mt2user•4m ago•1 comments

Talent Disrupted (2024)

https://www.strada.org/reports/talent-disrupted
1•toomuchtodo•5m ago•1 comments

Paper-mill papers peddled in ads were later published

https://www.science.org/content/article/hundreds-paper-mill-papers-peddled-ads-were-later-published
1•sbulaev•5m ago•0 comments

New 'treatment-first' addiction toolkit emphasizes faith, abstinence

https://www.statnews.com/2026/08/12/addiction-homelessness-hhs-toolkit-harm-reduction/
1•EA-3167•5m ago•0 comments

Ask HN: How are you finding the job market in 2026?

3•dzonga•6m ago•0 comments

Amiga history: In the beginning was CAOS (1988)

http://obligement.free.fr/articles_traduction/in_the_beginning_was_caos_en.php
1•doener•9m ago•0 comments

Suno: An update to our downloads policy and Terms of Service

https://suno.com/blog/suno-updates-tos
1•throwaway2027•9m ago•0 comments

Banner Depot 2000: archive web ad banners from 1990s and early 2000s

https://www.banner-depot-2000.net/
1•jchook•12m ago•0 comments

TripOS/68k

https://web.archive.org/web/20131016145634/http://www.amigahistory.co.uk/tripos.html
1•doener•13m ago•1 comments

Locating Evolution in Artificial Successor Systems

https://zenodo.org/records/21892666
1•dhedegreen•13m ago•0 comments

Lovable: Connect your app to Google Analytics

https://docs.lovable.dev/integrations/google-analytics
1•doener•16m ago•0 comments

Website Developer Startup Built2WinWeb

https://built2winweb.com/
1•jacobcampbell•17m ago•0 comments

SlateDB Benchmarks

https://benchmark.slatedb.io/0.15.0/workload/balanced/
1•riccomini•24m ago•0 comments

Art Invented Humanity

https://aeon.co/essays/humans-did-not-invent-art-it-was-the-other-way-around
1•prismatic•24m ago•0 comments

I built a browser-native SysEx librarian for 80s/90s synthesizers

https://bipluk.com/
2•halfradaition•25m ago•0 comments

The Indo-European Family Tree

https://djbinder.com/language-tree/
1•benbreen•25m ago•1 comments

Archie G. Norcross' Maine Forest Fire Maps (1918–22)

https://publicdomainreview.org/collection/maine-forest-fire-maps/
1•samclemens•25m ago•0 comments

Recreating the Impossible Rhythm Illusion in "The Odyssey" Soundtrack [video]

https://www.youtube.com/watch?v=Z-VjDxckkg8
2•nphardon•28m ago•0 comments

Agentic AI Open-Source Unit Testing for orchestrators on CLI

https://github.com/insightitsGit/prism-eval
1•parvaamin•29m ago•0 comments

There's Not a Single Flock Camera on the Upper West Side

https://twitter.com/SecretFire79/status/2087277186285773249
6•grandpajoey•34m ago•0 comments

Tailscale – Information about AI for Candidates [pdf]

https://cdn.sanity.io/files/w77i7m8x/production/0de35a24de4d425390546ebd521107d5444985e9.pdf
1•figmert•34m ago•1 comments

DLLM: Minimal, clean coding agent built directly on llama.cpp without overhead

https://github.com/DannyArends/DLLM
2•teleforce•38m ago•1 comments

Is it a coincidence that the Sun and the Moon look of same size from the Earth?

https://astronomy.stackexchange.com/questions/2247/is-it-a-coincidence-that-both-the-sun-and-the-...
2•melenaboija•38m ago•0 comments

Skinny Icons on Chromium

https://issues.chromium.org/issues/541684117
1•juanfatas•38m ago•0 comments

Ask HN: Is AI code verification becoming your main bottleneck?

2•ochidaniel4•38m ago•0 comments

Bill Gates' daughter's startup accused of 'cookie stuffing' scheme

https://nypost.com/2026/08/12/business/bill-gates-daughter-phoebe-accused-of-cookie-stuffing-sche...
6•apparent•39m ago•1 comments

AI Music Startup Suno Bets Anyone Can Be a Rock Star

https://www.bloomberg.com/news/features/2026-08-11/suno-stares-down-universal-and-sony-to-reshape...
3•aanet•46m ago•3 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.