frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Policy Gradient Methods

https://chizkidd.github.io//2026/05/07/rl-sutton-barto-notes-ch013/
1•ibobev•29s ago•0 comments

Ask HN: How Would Go About (Legally) Cracking a Game?

1•MarcellusDrum•48s ago•0 comments

The Big Book of LLMs

https://book.theaiedge.io/
1•ibobev•54s ago•0 comments

How the Bolsheviks Destroyed Russian Mathematical Education

https://valeman.medium.com/how-the-bolsheviks-destroyed-russian-mathematical-education-by-importi...
1•ibobev•1m ago•0 comments

Context Engineering for Agents: A Goal, a Map, and a Way to Know It Arrived

http://instructionmanuel.com/context-engineering-for-agents
1•eigenBasis•1m ago•0 comments

Show HN: We built a tool that generates 3D objects with editable, separate parts

https://nova3d.xyz/
1•baigy•2m ago•0 comments

Swift Charts

https://developer.apple.com/documentation/Charts
1•tosh•2m ago•0 comments

An open-source, self-hosted alternative to SaaS monitoring for Laravel

https://github.com/laraowl/laraowl
1•megoxv•3m ago•0 comments

Is ProgramBench Impossible?

https://www.lesswrong.com/posts/3pdyxFi6JS389nptu/is-programbench-impossible
1•frmsaul•4m ago•0 comments

US Border Spending Spurs Boom in AI-Infused Surveillance

https://www.wsj.com/tech/trumps-border-spending-spurs-boom-in-ai-infused-surveillance-4714521b
2•fortran77•4m ago•1 comments

Bjarne Stroustrup: How do I deal with memory leaks?

https://www.stroustrup.com/bs_faq2.html#memory-leaks
2•theanonymousone•6m ago•0 comments

Markdown archive for the public war.gov UFO/PURSUE Release 01 files

https://github.com/DenisSergeevitch/UFO-USA
1•SweetSoftPillow•6m ago•0 comments

Show HN: Keep coding agents on track with shared Git hooks

1•gardnr•8m ago•0 comments

Write Linux-PAM's Authentication Modules in GNU Guile

https://juix.org/manuals/guile-pam.html
1•lechner•8m ago•0 comments

San Francisco's 'useless' Safeway bag nightmare continues

https://www.sfgate.com/food/article/sf-safeway-bags-handles-22247847.php
1•mikhael•9m ago•1 comments

The Download: AI malaise and babymaking tech

https://www.technologyreview.com/2026/05/08/1136985/the-download-ai-malaise-babymaking-ivf-tech/
1•joozio•9m ago•0 comments

Reproducing all of Schmidhuber's papers with Claude

https://cybertronai.github.io/schmidhuber-problems/visual-tour.html
2•hardmaru•11m ago•0 comments

Elasticsearch's BBQ vs. TurboQuant: 10–40× faster on CPU and lower ranking noise

https://www.elastic.co/search-labs/blog/elasticsearch-bbq-osq-vs-turbo
2•eigenBasis•11m ago•0 comments

Show HN: Mobile-ink, an open-source mobile infinite drawing canvas

https://github.com/mathnotes-app/mobile-ink
1•markm39•11m ago•0 comments

Labour set for historic defeat in Wales as Reform surge continues in elections

https://www.bbc.com/news/live/c1428pev1n0t
1•Cider9986•12m ago•0 comments

My Foray into Self-Hosting

https://ahmadelfa.substack.com/p/my-foray-into-self-hosting
1•ahmad_el•12m ago•0 comments

GPT-5.5 low vs. medium vs. high vs. xhigh: the reasoning curve on 26 real tasks

https://www.stet.sh/blog/gpt-55-codex-graphql-reasoning-curve
2•bisonbear•15m ago•0 comments

'Hondurasgate,' the alleged US and Israeli plot to destabilize governments

https://english.elpais.com/international/2026-05-07/hondurasgate-the-alleged-us-and-israeli-inter...
1•spankibalt•15m ago•0 comments

Ask HN: What is the future of software manager job?

2•utilitycomp•15m ago•0 comments

If someone can watch it, they can steal it

https://www.mux.com/blog/if-someone-can-watch-it-they-can-steal-it-securing-video-content-on-the-...
1•skadamat•16m ago•2 comments

Dora: ROI of AI Calculator

https://dora.dev/ai/roi/calculator/#staff_size=500&salary=176000&revenue=100000000&downtime_cost_...
1•swolpers•16m ago•0 comments

Show HN: PDF 2 Context – Convert PDF text to JSONL files

https://github.com/EwanValentine/pdf2context
1•vegancap•17m ago•0 comments

Whales Are Screaming in the Strait of Gibraltar

https://nautil.us/these-whales-are-screaming-in-the-strait-of-gibraltar-1280580
2•Brajeshwar•17m ago•0 comments

Emacs with Org-Mode and Claude for Apple MacBook

https://github.com/deno1011/emacs-mac-setup/blob/main/README.md
1•noed1011•18m ago•0 comments

The AI jobs narrative is BS

https://www.profgmedia.com/p/apocalypse-no
1•JumpCrisscross•19m ago•1 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•12mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•12mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•12mo 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.