frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GoDaddy gave a domain to a stranger without any documentation

https://anchor.host/godaddy-gave-a-domain-to-a-stranger-without-any-documentation/
350•jamesponddotco•3h ago•132 comments

If You Stop Hiring Juniors, Your Senior Engineers Own You

https://evalcode.com/posts/if-you-stop-hiring-juniors-your-seniors-own-you/
27•milkglass•29m ago•8 comments

Dillo Browser Release 3.3.0

https://dillo-browser.org/release/3.3.0/
95•rodarima•3h ago•15 comments

Asahi Linux Progress Linux 7.0

https://asahilinux.org/2026/04/progress-report-7-0/
545•elisaado•9h ago•239 comments

An AI agent deleted our production database. The agent's confession is below

https://twitter.com/lifeof_jer/status/2048103471019434248
197•jeremyccrane•4h ago•259 comments

A.I. is creating engineers who can't think without it

https://www.koshyjohn.com/blog/ai-should-elevate-your-thinking-not-replace-it/
65•koshyjohn•28m ago•54 comments

Clay PCB Tutorial

https://feministhackerspaces.cargo.site/Clay-PCB-Tutorial
149•j0r0b0•4h ago•96 comments

Why SWE-bench Verified no longer measures frontier coding capabilities

https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/
181•kmdupree•6h ago•114 comments

The Visible Zorker: Zork 1

https://eblong.com/infocom/visi/zork1/
59•PLenz•3h ago•4 comments

Magic: The Gathering Took Me from N2 to Japanese Fluency

https://www.tokyodev.com/articles/how-magic-the-gathering-took-me-from-n2-to-japanese-fluency
12•pwim•2d ago•1 comments

Free Textbook on Engineering Thermodynamics

https://thermodynamicsbook.com/
70•2DcAf•5h ago•26 comments

Statecharts: hierarchical state machines

https://statecharts.dev/
254•sph•10h ago•73 comments

Amateur armed with ChatGPT solves an Erdős problem

https://www.scientificamerican.com/article/amateur-armed-with-chatgpt-vibe-maths-a-60-year-old-pr...
693•pr337h4m•1d ago•477 comments

Plants can sense the sound of rain, a new study finds

https://news.mit.edu/2026/plants-can-sense-sound-rain-new-study-finds-0422
48•paulpauper•2h ago•5 comments

Orinoco: Young Generation Garbage Collection

https://v8.dev/blog/orinoco-parallel-scavenger
15•plow-tycoon•3d ago•0 comments

Why has there been so little progress on Alzheimer's disease?

https://freakonomics.com/podcast/why-has-there-been-so-little-progress-on-alzheimers-disease/
379•chiefalchemist•20h ago•257 comments

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
175•yak32•3d ago•36 comments

Waymo says expecting driverless taxis to stay out of bike lanes is unrealistic

https://road.cc/news/driverless-taxis-veering-into-cycle-lanes-normal-practice-says-waymo
127•randycupertino•1h ago•137 comments

Tell HN: An app is silently installing itself on my iPhone every day

490•_-x-_•19h ago•174 comments

USB Cheat Sheet (2022)

https://fabiensanglard.net/usbcheat/index.html
470•gwerbret•22h ago•82 comments

GitHub unwanted UX change: issue links now open in a popup

https://github.com/orgs/community/discussions/192666
195•luckman212•6h ago•99 comments

QNX on the Commodore 900 – Raiders of the lost hard drive [video]

https://archive.fosdem.org/2025/schedule/event/fosdem-2025-5479-raiders-of-the-lost-hard-drive/
40•rbanffy•7h ago•0 comments

Sloppy Copies

https://www.markround.com/blog/2026/04/19/sloppy-copies/
39•dev_hugepages•2d ago•10 comments

GnuPG – post-quantum crypto landing in mainline

https://lists.gnupg.org/pipermail/gnupg-announce/2026q2/000504.html
154•zdkaster•17h ago•47 comments

The West forgot how to make things, now it’s forgetting how to code

https://techtrenches.dev/p/the-west-forgot-how-to-make-things
1031•milkglass•14h ago•704 comments

Terra API (YC W21) Hiring: Applied AI Strategist(Health Intelligence)

https://www.ycombinator.com/companies/terra-api/jobs/DY7BCZU-applied-ai-strategist-market-intelli...
1•kyriakosel•13h ago

Mine, a Coalton and Common Lisp IDE

https://coalton-lang.github.io/20260424-mine/
93•Jach•2d ago•4 comments

Flickr: The first and last great photo platform

https://petapixel.com/2026/04/22/flickr-the-first-and-last-great-photo-platform/
271•Nrbelex•4d ago•146 comments

Mahjong: A Visual Guide

https://themahjong.guide/
192•iamwil•2d ago•53 comments

Exposing Floating Point – Bartosz Ciechanowski (2019)

https://ciechanow.ski/exposing-floating-point/
77•subset•13h ago•10 comments
Open in hackernews

Show HN: Code Claude Code

https://github.com/RVCA212/codesys
117•sean_•11mo 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•11mo 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_•11mo 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•11mo 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•11mo 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•11mo ago
Is "Code Claude Code" a play on "Bob Loblaw"?

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

fny•11mo ago
I’d guess Run Forest Run.
conception•11mo ago
I was on Go Dogs Go!
mmoustafa•11mo ago
Ha! I prefer this one
frank_nitti•11mo ago
Or for the younger generation Go Diego Go
sean_•11mo 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•11mo 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•11mo 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_•11mo ago
same idea, yes

this seems simpler and more straight forward though

ramoz•11mo 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•11mo 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•11mo 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•11mo ago
Adding Swift (and 129 others) in March was a big deal, thank you.
ramoz•11mo ago
Building a product brewed in the alchemy of current-day LLMs is how we end up with new langchains.
RVRC•11mo 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•11mo 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•11mo 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•11mo ago
A little tangential but, I can’t get any LLMs to write a codepen for a parallel parking animation.