frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kagi added a setting for removing paywalled links from search results

https://kagi.com/changelog#11296
641•speckx•3h ago•229 comments

AI Boosted Homework Scores by 18% – Then Exam Scores Dropped 20%, Study Shows

https://canews24.online/?p=71
144•Edymilson•2h ago•97 comments

I Just Want to Search

https://www.0xsid.com/blog/just-want-to-search
45•ssiddharth•1h ago•9 comments

Felony Bench

https://www.felonybench.com/
78•colinprince•2h ago•30 comments

DeepSeek-v4-flash-vision-exp

https://api-docs.deepseek.com/guides/vision/
371•dares2573•7h ago•123 comments

Kobo can run apps now

https://bandarlabs.github.io/Cobalt/
34•thepoet•1h ago•6 comments

LiteLLM (YC W23) Is Hiring – Rust / Performance Engineers

https://jobs.ashbyhq.com/litellm/3f326076-7415-46a1-921e-8a1b1d6ee2b6
1•ij23•33m ago

I accidentally logged phone calls to military bases

https://lina.sh/blog/hijacking-e164-arpa
194•gavide•4h ago•28 comments

WPD won't replace stolen Flock cameras, citing public trust

https://www.winonapost.com/news/wpd-wont-replace-stolen-flock-cameras-citing-public-trust/article...
73•erikschoster•3h ago•39 comments

We are living in a version of the future out of J.G. Ballard or William Gibson

https://precastreinforced.co.uk/2026/08/16/new-worlds/
110•speckx•4h ago•60 comments

Omacom Foundation Launches with $8M

https://omarchy.org/news/2026/08/omacom-foundation-launches-with-8-million/
100•djfergus•1h ago•68 comments

Grand jury declines to indict Ohio man charged with destroying Flock camera

https://san.com/cc/grand-jury-declines-to-indict-ohio-man-charged-with-destroying-flock-camera/
501•throw7•4h ago•269 comments

What happens when a GPU reads memory

https://blog.doubleword.ai/what-happens-when-a-gpu-reads-memory
14•ibobev•1h ago•1 comments

What We Lost When Search Stopped Making Us Think

https://blog.8ball.space/what-we-lost-when-search/
70•speckx•3h ago•39 comments

Radiation damage to Hubble has been 4.3 years out of phase with the Solar cycle

https://arxiv.org/abs/2608.18214
71•pppone•3h ago•20 comments

Cancer-Related Mortality Among US Pilots and Flight Attendants

https://jamanetwork.com/journals/jamainternalmedicine/article-abstract/2852504
52•jader201•2h ago•44 comments

I came to write THAT paper with Leslie Lamport

https://lawrencecpaulson.github.io//2026/08/21/Lamport.html
22•baruchel•2h ago•6 comments

Code Obfuscation via Local Mixing

https://vitalik.eth.limo/general/2026/08/21/obfuscation_part_iii_local_mixing.html
17•fbrusch•2h ago•0 comments

A self hosted AI software factory

https://blog.jakesaunders.dev/building-an-almost-fully-self-hosted-sandboxed-agentic-software-fac...
9•jakelsaunders94•1h ago•4 comments

TigerBeetle Core System Architecture: Deconstructing Performance Engineering

https://ixuvo.com/blog/tigerbeetle-core-system-architecture-performance-engineering
119•ksec•5h ago•39 comments

AI companies destroy physical books – let's scan rare books before it's too late

https://annas-archive.gl/blog/physical-destruction.html
389•Cider9986•14h ago•743 comments

Does whispering to agents in docs help?

https://passo.uno/if-you-are-an-agent-read-this/
11•theletterf•4d ago•0 comments

The Lost Treasure of Sid Meier's Pirates

https://remapradio.com/articles/the-lost-treasure-of-sid-meiers-pirates/
224•spankibalt•10h ago•126 comments

Kodak's "Pre-Invented" Lunar Orbiter Camera; Or, the Fate of SAMOS Readout

https://invertingvision.com/2026/08/10/kodaks-pre-invented-lunar-orbiter-camera-or-the-fate-of-sa...
25•cainxinth•3h ago•0 comments

Small, native web tricks worth remembering

https://htmlcat.net/
185•marcomezzavilla•7h ago•50 comments

DuckDB V2 PEG-based SQL parser

https://duckdb.org/2026/08/20/duckdb-20-peg-parser
44•karma_daemon•4h ago•4 comments

Kino: A high-performance Ractor web server for Ruby 4.0

https://github.com/yaroslav/kino
61•ksec•6h ago•11 comments

c100

https://caligra.com/c100/
91•tosh•2h ago•76 comments

Another Better Lower Bound for N=17 Square Packing

http://gus-massa.blogspot.com/2026/08/another-better-lower-bound-for-n17.html
3•gus_massa•43m ago•0 comments

How We Made a Text-to-Speech Model Respond in Sub-50 ms

https://nari-labs.com/blog/qwen3-tts-speed-cost-frontier/
20•toebee•1h ago•3 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.