frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Leak confirms OpenAI is preparing ads on ChatGPT for public roll out

https://www.bleepingcomputer.com/news/artificial-intelligence/leak-confirms-openai-is-preparing-a...
217•fleahunter•2h ago•168 comments

System 7 natively boots on the Mac mini G4

https://macos9lives.com/smforum/index.php?topic=7711.0
235•ibobev•10h ago•55 comments

Hachi: An Image Search Engine

https://eagledot.xyz/hachi.md.html
8•warangal•22m ago•0 comments

WinApps: Run Windows apps as if they were a part of the native Linux OS

https://github.com/winapps-org/winapps
214•klaussilveira•4d ago•99 comments

WebR – R in the Browser

https://webr.sh/
26•creata•4d ago•4 comments

Airbus A320 – intense solar radiation may corrupt data critical for flight

https://www.airbus.com/en/newsroom/press-releases/2025-11-airbus-update-on-a320-family-precaution...
384•pyrophoenix•16h ago•114 comments

Show HN: Explore what the browser exposes about you

https://neberej.github.io/exposedbydefault/
109•coffeecoders•4d ago•36 comments

DMT-induced shifts in criticality correlate with self-dissolution

https://www.jneurosci.org/content/early/2025/10/24/JNEUROSCI.0344-25.2025
30•Anon84•2h ago•13 comments

High air pollution could diminish exercise benefits by half – study

https://scienceclock.com/exercise-may-protect-less-when-air-pollution-is-high-study-finds/
94•ashishgupta2209•3h ago•32 comments

Running a Business Means Contact with Reality

https://fredkozlowski.com/2025/11/02/running-a-business-means-contact-with-reality/
13•fkozlowski•3d ago•3 comments

Garfield's Proof of the Pythagorean Theorem

https://en.wikipedia.org/wiki/Garfield%27s_proof_of_the_Pythagorean_theorem
81•benbreen•7h ago•45 comments

Every mathematician has only a few tricks (2020)

https://mathoverflow.net/questions/363119/every-mathematician-has-only-a-few-tricks
165•nill0•12h ago•37 comments

Imgur geo-blocked the UK, so I geo-unblocked my network

https://blog.tymscar.com/posts/imgurukproxy/
434•tymscar•20h ago•146 comments

Show HN: I built Magiclip – an all-in-one AI studio

https://magiclip.io/
4•kokau•2h ago•1 comments

Confessions of a Software Developer: No More Self-Censorship

https://kerrick.blog/articles/2025/confessions-of-a-software-developer-no-more-self-censorship/
276•Kerrick•15h ago•228 comments

How stealth addresses work in Monero

https://www.johndcook.com/blog/2025/11/24/monero-stealth-addresses/
40•ibobev•4d ago•25 comments

Belgian Police exposed using botnets to manipulate EU data law impact assessment

https://old.reddit.com/r/europe/comments/1p9kxhm/belgian_federal_police_forgot_to_turn_their_vpn/
118•saubeidl•3h ago•20 comments

So you wanna build a local RAG?

https://blog.yakkomajuri.com/blog/local-rag
324•pedriquepacheco•21h ago•76 comments

Molly: An Improved Signal App

https://molly.im/
366•dtj1123•20h ago•218 comments

Anthony Bourdain's Lost Li.st's

https://bourdain.greg.technology/
77•gregsadetsky•3d ago•22 comments

The risk of round numbers and sharp thresholds in clinical practice

https://www.nature.com/articles/s41746-025-02079-y
46•asplake•1w ago•16 comments

A triangle whose interior angles sum to zero

https://www.johndcook.com/blog/2025/11/28/tricusp-triangle/
115•tzury•13h ago•55 comments

Airloom – 3D Flight Tracker

https://objectiveunclear.com/airloom.html
237•azinman2•21h ago•74 comments

Language is primarily a tool for communication rather than thought (2024) [pdf]

https://gwern.net/doc/psychology/linguistics/2024-fedorenko.pdf
93•netfortius•23h ago•37 comments

The original ABC language, Python's predecessor (1991)

https://github.com/gvanrossum/abc-unix
117•tony•18h ago•43 comments

28M Hacker News comments as vector embedding search dataset

https://clickhouse.com/docs/getting-started/example-datasets/hackernews-vector-search-dataset
420•walterbell•20h ago•156 comments

Show HN: Choose your own adventure style Presentation

https://github.com/Skarlso/adventure-voter
48•skarlso•1w ago•9 comments

Quebec to ban public prayer in sweeping new secularism law

https://www.theguardian.com/world/2025/nov/28/quebec-prayer-law-canada
13•sipofwater•29m ago•5 comments

Show HN: Mu – The Micro Network

https://github.com/asim/mu
47•asim•5d ago•27 comments

True P2P Email on Top of Yggdrasil Network

https://github.com/JB-SelfCompany/Tyr
159•basemi•21h ago•27 comments
Open in hackernews

Show HN: Code Claude Code

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

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

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

this seems simpler and more straight forward though

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