frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Inkling: Our Open-Weights Model

https://thinkingmachines.ai/news/introducing-inkling/
448•vimarsh6739•3h ago•109 comments

Grok Build

https://github.com/xai-org/grok-build
99•skp1995•1h ago•106 comments

Stripe and Advent have made a joint offer to acquire PayPal – sources

https://www.reuters.com/business/finance/stripe-advent-offer-buy-paypal-more-than-53-billion-sour...
274•rvz•18h ago•145 comments

Show HN: Firefox in WebAssembly

https://developer.puter.com/labs/firefox-wasm/
33•coolelectronics•1h ago•14 comments

Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU

https://www.neomindlabs.com/2026/06/08/running-gemma-4-26b-at-5-tokens-sec-on-a-13-year-old-xeon-...
200•neomindryan•6h ago•118 comments

Speculative Growth and the AI "Bubble" [pdf]

https://economics.mit.edu/sites/default/files/2026-07/speculative_growth_AI_public.pdf
14•johnbarron•25m ago•2 comments

Duskers, the scary command line game, is getting a sequel

https://elbowgreasegames.substack.com/p/misfits-attic-announces-duskers-20
66•spacemarine1•2h ago•12 comments

Brainless: Shadcn components that look like Claude Code, Codex and Grok

https://brainless.swerdlow.dev
51•benswerd•2h ago•6 comments

Voxatron

https://www.lexaloffle.com/voxatron.php
35•lsferreira42•2h ago•11 comments

We don't use AI in any of our design or production processes

https://mass-driver.com/article/from-human-hands
10•tony_cannistra•27m ago•4 comments

Collection of Digital Clock Designs

https://clocks.dev
135•levmiseri•5h ago•32 comments

MITS: Rockets, Calculators, and Personal Computers

https://www.abortretry.fail/p/micro-instrumentation-and-telemetry
15•BirAdam•2d ago•0 comments

Mysteries of Telegram Data Centers (2022)

https://dev.moe/en/3025
222•theanonymousone•8h ago•112 comments

Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)

https://github.com/welcome-to-the-sunny-side/misa77
116•nonadhocproblem•6h ago•38 comments

Must actively fund open source AI [pdf]

https://www.siegelendowment.org/wp-content/uploads/2026/07/fortune-david-siegel-open-source-ai.pdf
11•bilsbie•48m ago•0 comments

Artie (YC S23) Is Hiring Software Engineers

https://jobs.ashbyhq.com/artie
1•tang8330•5h ago

Book prizes don't work how you think

https://rebeccamakkai.substack.com/p/book-prizes-dont-work-how-you-think
18•samclemens•23h ago•1 comments

Prioritize mental health, and why communication is so important

https://ramones.dev/posts/mental-health/
259•ramon156•10h ago•209 comments

Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)

https://github.com/projectargus-cc/libargus.cc
16•KingJoker•1d ago•2 comments

Designing APIs for Agents

https://www.freestyle.sh/blog/opinion/designing-apis-for-agents
21•benswerd•2d ago•5 comments

The End of Creativity

https://hugodaniel.com/posts/the-end-of-creativity/
10•hugodan•44m ago•14 comments

Towards a harness that can do anything

https://eardatasci.github.io/c/ambiance/index.html
150•evakhoury•7h ago•75 comments

Twain Town, USA

https://theamericanscholar.org/twain-town-u-s-a/
10•prismatic•23h ago•0 comments

Show HN: Microcosm Industries – Simulation toys and software microcosms

https://microcosm.industries/
7•arbesman•5d ago•1 comments

Command Line Interface Guidelines

https://clig.dev/
15•subset•3d ago•0 comments

Open-source memory for coding agents, synced over SSH

https://github.com/vshulcz/deja-vu/
94•vshulcz•5h ago•20 comments

Today I Rescued 7,234 Old GIFs

https://danq.me/2026/07/10/rescuing-7234-gifs/
76•birdculture•3d ago•5 comments

Sleep regularity is a stronger predictor of mortality risk than sleep duration (2023)

https://academic.oup.com/sleep/article/47/1/zsad253/7280269
619•bilsbie•10h ago•313 comments

My midlife crisis Corolla is fast, furious, and modded

https://www.zocalopublicsquare.org/my-midlife-crisis-corolla-fast-furious-fully-modded/
143•gmays•7h ago•301 comments

Briar is in maintenance mode

https://briarproject.org/news/2026-maintenance-mode/
133•ristello•9h ago•89 comments
Open in hackernews

Brainless: Shadcn components that look like Claude Code, Codex and Grok

https://brainless.swerdlow.dev
50•benswerd•2h ago

Comments

dprkh•1h ago
Why did you choose to use shadcn registry?
benswerd•1h ago
Generally, when using these components I ended up wanting to customize a lot. I switched around the options, coloring, the words in the loading, I mix and matched the components from different CLIs, etc.

I think these are more useful as baselines than as final destinations, and I expect production users to customize them far more than options in components.

I also separately don't really believe in traditional components anymore, code is cheap. The value in these components is that I took the time to pixel match a bunch of the CLIs, not the specific interface used to integrate them.

tipiirai•40m ago
What are traditional components? How are untraditional better?
benswerd•36m ago
Think MUI, heroUI, traditional components have you install their package, import the component and configure it through arguments.

ShadCN components have you copy the component code into your codebase, you own it. They come with the ability to configure arguments, but also because the code is yours its expected that you change the internal logic/styling/structure of the component.

I believe in the era of AI code the ladder just makes more sense.

crab_galaxy•15m ago
If you are using shadCN as building blocks for a centralized component library I think it makes more sense, but personally I don’t think the component registry pattern scales well across multiple teams/UIs. ShadCN and tailwind really encourage design drift.

I think shadCN has its place for sure but I’d always advocate for Mantine and css modules anywhere early enough to use premade UI solutions.

sim04ful•43m ago
I love this!