frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wind turbine is being used to produce zero-carbon "green ammonia" fertilizer

https://energiesmedia.com/wind-turbine-stopped-electricity-wind-water-air/
31•speckx•29m ago•9 comments

The whole premise of checking for human writing is daft

https://mohammedshehu.com/checking-for-human-writing-is-daft/
26•shehuphd•53m ago•16 comments

Android May Soon Restrict On-Device ADB

https://kitsumed.github.io/blog/posts/android-may-soon-restrict-on-device-adb/
654•shscs911•9h ago•289 comments

Stolen Buttons

https://anatolyzenkov.com/stolen-buttons
112•Gecko4072•5d ago•30 comments

Bitchat Is Now on Radicle

https://radicle.network/nodes/rosa.radicle.network/rad%3Az2v9tRJz1oknFAqCSY5W5c76nVvm6
62•h1watt•3h ago•21 comments

Open-weight AI is having its Kubernetes moment. Let's not ruin it

https://tobi.knaup.me/2026-07-25-open-weight-ai-is-having-its-kubernetes-moment/
17•tknaup•1h ago•0 comments

My Images Are Dithered

https://dead.garden/blog/how-my-images-are-dithered.html
124•surprisetalk•3d ago•48 comments

Spatial languages: Writing code in 2D

https://shukla.io/blog/2026-07/cccx.html
51•BinRoo•3d ago•19 comments

Engineering management after the cost of code collapsed

https://karimjedda.com/engineering-management-after-cost-of-code-collapse/
17•kiyanwang•1h ago•6 comments

The Fedora 45 Sausage Factory

https://supakeen.com/weblog/the-fedora-45-sausage-factory/
76•6581•5h ago•20 comments

Bringing PyTorch Monarch to AMD GPUs

https://pytorch.org/blog/bringing-pytorch-monarch-to-amd-gpus-single-controller-distributed-train...
4•gmays•44m ago•1 comments

Hannah Fry Wins the Leelavati Prize in 2026 for Mathematics Outreach

https://www.maths.cam.ac.uk/features/professor-hannah-fry-wins-leelavati-prize
469•agnishom•14h ago•77 comments

Building a Tiny 3D Renderer for a Tiny Handheld

https://saffroncr.itch.io/katavatis/devlog/1534514/building-a-tiny-3d-renderer-for-a-tiny-handheld
162•g0xA52A2A•2d ago•12 comments

Zero roadkill as Amazon canopy bridges secure 15,000 crossings

https://news.mongabay.com/2026/07/zero-roadkill-as-amazon-canopy-bridges-secure-15000-crossings/
59•hn_acker•3d ago•4 comments

Kyber (YC W23) Is Hiring a Head of Engineering

https://www.ycombinator.com/companies/kyber/jobs/FGmI8mx-head-of-engineering
1•asontha•4h ago

NYC Apartment Aquaponics

https://erinmurphy.dev/projects/project-2/
140•mm1119•5d ago•59 comments

Scanwheel is a drum style mechanical television you can build yourself

https://github.com/AncientJames/Scanwheel/
7•tobr•2h ago•0 comments

Charles Ross spent 50 yrs building Star Axis naked-eye observatory in New Mexico

https://www.nytimes.com/2026/07/22/arts/design/charles-ross-star-axis-land-art.html
74•ChrisArchitect•2d ago•12 comments

ARC-AGI Leaderboard

https://arcprize.org/leaderboard
156•rzk•10h ago•124 comments

PyPI Blog: Releases now reject new files after 14 days

https://blog.pypi.org/posts/2026-07-22-releases-now-reject-new-files-after-14-days/
65•miketheman•3d ago•28 comments

MouthPad: A Tongue-Controlled Touchpad

https://www.augmental.tech/
91•ZaninAndrea•8h ago•20 comments

GC and Exceptions in Wasmtime

https://bytecodealliance.org/articles/wasmtime-gc
139•phickey•4d ago•23 comments

UK AISI / Caisi Preliminary Assessment of Kimi K3's Cyber Capabilities

https://www.nist.gov/news-events/news/2026/07/uk-aisi-caisi-preliminary-assessment-kimi-k3s-cyber...
108•walrus01•12h ago•33 comments

Extinct Media Museum Tokyo

https://extinct-media-museum.blog.jp/otemachi/
90•sohkamyung•10h ago•18 comments

Task-centered iproute2 user guide

https://baturin.org/docs/iproute2/
6•greengreengrass•2h ago•0 comments

Brazilian farmers tokenized dairy cows to get loans, bypassing bank limits

https://www.coindesk.com/markets/2026/07/24/brazilian-farmers-tokenized-dairy-cows-to-get-loans-b...
13•paulpauper•48m ago•0 comments

The Dark Night of Mathematics

https://kirwinhampshire.substack.com/p/the-dark-night-of-mathematics
18•rmdmphilosopher•44m ago•5 comments

My web version of Mars MIPS, now have builtin C compiler

https://webmars.nfiles.top/
6•nenepbl•2h ago•1 comments

Writing a (valid) C program without main()

https://labs.iximiuz.com/tutorials/c-program-without-main-a1eea557
8•birdculture•18m ago•0 comments

An old patent inspired the new "Y-zipper", a three-sided fastener

https://news.mit.edu/2026/three-sided-y-zipper-design-0504
255•crescit_eundo•3d ago•45 comments
Open in hackernews

Show HN: Code Claude Code

https://github.com/RVCA212/codesys
117•sean_•1y ago
In the nature of Open Source, I am releasing something I'm actively working on but is insanely simple and will likely be made anyways.

It is an SDK for scripting Claude Code.

It's a lightweight (155 lines) and free wrapper around claude code

This is a big deal because it seems that using claude code and cursor has become largly repitive. My workflow typically goes like this:

Plan out my task into a file, then have claude code implement the plan into my code.

I'm actively building a product with this, but still wanted to make it OSS!

Use it now with `pip install codesys`

Comments

tarboreus•1y ago
I was thinking about doing something like this. I write a lot of boilerplate about "ok we need to discuss before you implement, ask clarifying questions" so it doesn't go rushing ahead.
sean_•1y ago
yea this boilerplate is super simple and effective. It's essentially mimicing how I use claude code and cursor, but with low level control.

A very cool thing I'm working on in this space is having an llm code with the codesys sdk, then run the code.

So imagine cursor coding a codesys file instead of doing the task directly so that it instead scripts claude code to do a sequence of actions and allows cursor/the user to simply analyze the results.

this also enables parralel claude code sessions which is super cool!

ramoz•1y ago
same but the interaction between me and Claude is too dynamic, and my planning framework is more robust than single files. If anything I could speed my workflow up but writing a bash script that calls gemini for my plans - i feed entire codebases or parts of a large codebase (using Prompt Tower) to gemini for the planning - Claude Code isnt as reliable. But even that is iterative with Gemini.
RVRC•1y ago
I haven’t used Gemini as much but it doesn’t seem as smart as Claude, especially at exploring the codebase.

I’ve never heard of prompt tower either, so definitely something to look into!

justanotheratom•1y ago
Is "Code Claude Code" a play on "Bob Loblaw"?

https://arresteddevelopment.fandom.com/wiki/Bob_Loblaw

fny•1y ago
I’d guess Run Forest Run.
conception•1y ago
I was on Go Dogs Go!
mmoustafa•1y ago
Ha! I prefer this one
frank_nitti•1y ago
Or for the younger generation Go Diego Go
sean_•1y ago
I never heard of Bob Loblaw, so no.

It's more a play on the phrase 'Code the thing that Codes the thing'

edmundsauto•1y ago
If anyone else was curious to see the source, it’s hard to find due to the name collision on Google.

Here it is - https://github.com/RVCA212/codesys

divan•1y ago
Is it the same lines of RooCode task orchestrator [1] or claude-task-master[2] ?

[1] https://www.reddit.com/r/ChatGPTCoding/comments/1k8641f/roo_...

[2] https://github.com/eyaltoledano/claude-task-master

Seems like this task orchestration is the next must-have thing for every agentic AI solution and it makes perfect sense.

sean_•1y ago
same idea, yes

this seems simpler and more straight forward though

ramoz•1y ago
also MCP bloat - I prefer my Claude Code agent raw. It has it's own capable tools and plans development with task lists now - works really well with a greater meta-level tasking and context orchestration.
anotherpaulg•1y ago
Fun project with a nice compact code base. Agreed that ad-hoc scripting agents can be very powerful.

Aider has had support for scripting [0] in python or via the command line for a long time.

I made a screencast [1] recently that included ad-hoc bash scripting aider as part of the effort to add support for 130 new programming languages. It may give a flavor for how powerful this approach can be.

[0] https://aider.chat/docs/scripting.html

[1] https://aider.chat/docs/recordings/tree-sitter-language-pack...

RVRC•1y ago
Paul!!!

I first made a scripting tool of aider that I didn't open source: (https://cloudcoding.ai)

Scripting with aider gives lower level control but this is also its shortcoming to why I prefer scripting Claude code.

Claude code is like a better architect mode and people want higher and higher levels of abstraction away from the coding and more towards the vibing.

Terretta•1y ago
Adding Swift (and 129 others) in March was a big deal, thank you.
ramoz•1y ago
Building a product brewed in the alchemy of current-day LLMs is how we end up with new langchains.
RVRC•1y ago
Very true!

This isn’t the product I’m building which is why i opened sourced it, but it allows for my product to be made

I’m sure Anthropic will release this exact sdk in a week or two

gitroom•1y ago
This is a cool little project, and honestly, pushing out simple tools early always gets my gears turning - now Im sitting here thinking about what tiny scripts in my setup could use a little love.
Jimmc414•1y ago
I have been creating a change document as Claude.md and asking Claude Code to implement it. It was been working very well. Hire is this different?
user3939382•1y ago
A little tangential but, I can’t get any LLMs to write a codepen for a parallel parking animation.