frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Meta Platforms: Lobbying, Dark Money, and the App Store Accountability Act

https://github.com/upper-up/meta-lobbying-and-other-findings
68•SilverElfin•1h ago•3 comments

TUI Studio – visual terminal UI design tool

https://tui.studio/
334•mipselaer•5h ago•200 comments

Launch HN: Captain (YC W26) – Automated RAG for Files

https://www.runcaptain.com/
14•CMLewis•42m ago•2 comments

I traced $2B in grants and 45 states' lobbying behind age‑verification bills

https://old.reddit.com/r/linux/comments/1rshc1f/i_traced_2_billion_in_nonprofit_grants_and_45/
813•shaicoleman•6h ago•332 comments

Bucketsquatting is (finally) dead

https://onecloudplease.com/blog/bucketsquatting-is-finally-dead
240•boyter•7h ago•122 comments

Launch HN: Spine Swarm (YC S23) – AI agents that collaborate on a visual canvas

https://www.getspine.ai/
51•a24venka•3h ago•48 comments

Can I Run AI locally?

https://www.canirun.ai/
58•ricardbejarano•3h ago•10 comments

Willingness to look stupid

https://sharif.io/looking-stupid
608•Samin100•4d ago•210 comments

Channel Surfer – Watch YouTube Like It's Cable TV

https://channelsurfer.tv/
3•speckx•11m ago•0 comments

E2E encrypted messaging on Instagram will no longer be supported after 8 May

https://help.instagram.com/491565145294150
188•mindracer•3h ago•94 comments

Monster Is the Machine

https://kirkcenter.org/reviews/monster-is-the-machine/
28•freediver•4d ago•8 comments

Okmain: How to pick an OK main colour of an image

https://dgroshev.com/blog/okmain/
144•dgroshev•4d ago•34 comments

The Mrs Fractal: Mirror, Rotate, Scale

https://www.4rknova.com//blog/2025/06/22/mrs-fractal
18•ibobev•4d ago•2 comments

Executing programs inside transformers with exponentially faster inference

https://www.percepta.ai/blog/can-llms-be-computers
224•u1hcw9nx•1d ago•82 comments

Run NanoClaw in Docker Sandboxes

https://nanoclaw.dev/blog/nanoclaw-docker-sandboxes/
87•outofdistro•2h ago•31 comments

Dijkstra's Crisis: The End of Algol and Beginning of Software Engineering (2010) [pdf]

https://www.tomandmaria.com/Tom/Writing/DijkstrasCrisis_LeidenDRAFT.pdf
40•ipnon•4d ago•4 comments

Show HN: What was the world listening to? Music charts, 20 countries (1940–2025)

https://88mph.fm/
68•matteocantiello•3d ago•32 comments

What we learned from a 22-Day storage bug (and how we fixed it)

https://www.mux.com/blog/22-day-storage-bug
27•mmcclure•3d ago•3 comments

“This is not the computer for you”

https://samhenri.gold/blog/20260312-this-is-not-the-computer-for-you/
779•MBCook•14h ago•303 comments

Art Crimes: The Writing on the Wall

https://www.graffiti.org/
4•themaxdavitt•4d ago•0 comments

NASA targets Artemis II crewed moon mission for April 1 launch

https://www.npr.org/2026/03/12/nx-s1-5746128/nasa-artemis-ii-april-launch
16•Brajeshwar•59m ago•3 comments

ATMs didn’t kill bank teller jobs, but the iPhone did

https://davidoks.blog/p/why-the-atm-didnt-kill-bank-teller
487•colinprince•1d ago•504 comments

Two long-lost episodes of 'Doctor Who' have been found

https://apnews.com/article/doctor-who-lost-episodes-found-daleks-6849b09faa6eca9377b2a0db45d47ff8
19•cf100clunk•1h ago•4 comments

Ceno, browse the web without internet access

https://ceno.app/en/index.html?
98•mohsen1•9h ago•26 comments

Parallels Confirms MacBook Neo Can Run Windows in a Virtual Machine

https://www.macrumors.com/2026/03/13/macbook-neo-runs-windows-11-vm/
26•tosh•2h ago•28 comments

IMG_0416 (2024)

https://ben-mini.com/2024/img-0416
167•TigerUniversity•4d ago•39 comments

Gvisor on Raspbian

https://nubificus.co.uk/blog/gvisor-rpi5/
32•_ananos_•6h ago•8 comments

Vite 8.0 Is Out

https://vite.dev/blog/announcing-vite8
468•kothariji•11h ago•151 comments

Enhancing gut-brain communication reversed cognitive decline in aging mice

https://med.stanford.edu/news/all-news/2026/03/gut-brain-cognitive-decline.html
360•mustaphah•23h ago•171 comments

An old photo of a large BBS (2022)

https://rachelbythebay.com/w/2022/01/26/swcbbs/
253•xbryanx•20h ago•168 comments
Open in hackernews

Show HN: Code Claude Code

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

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

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

this seems simpler and more straight forward though

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