frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pico Park developer accidentally makes the game free forever on Steam

https://www.thegamer.com/pico-park-classic-edition-free-steam-developer-mistake/
1•zem•1m ago•0 comments

Show HN: Confy – programmable TUI controls for almost any structured text

https://github.com/blackhole89/confy
1•msoloviev•2m ago•0 comments

Microsoft is moving GitHub over to Azure servers

https://www.theverge.com/tech/796119/microsoft-github-azure-migration-move-notepad
1•DocFeind•3m ago•1 comments

24M years of pollination between European linden flowers and bumble bees

https://nph.onlinelibrary.wiley.com/doi/10.1111/nph.70531
1•PaulHoule•3m ago•0 comments

Opal is beginning to roll out 15 new countries

https://blog.google/technology/google-labs/opal-expansion/
1•simonpure•4m ago•0 comments

Giochi

https://itch.io/
1•Arabshinobirp•5m ago•0 comments

Show HN: I wrote an eBook about building modern UI components without JavaScript

https://theosoti.com/you-dont-need-js/
1•Theoleff•5m ago•1 comments

Svelte Is That Fast

https://chuniversiteit.nl/papers/svelte-is-fast
2•SlackingOff123•7m ago•0 comments

Python, Go, Rust, TypeScript and AI with Armin Ronacher [video]

https://www.youtube.com/watch?v=45kVol96IlM
1•tosh•9m ago•0 comments

Show HN: A Field Report on Teaching a Chinese AI to Deconstruct Its Censorship

https://github.com/lmxxf/A-Field-Report-on-the-Birth-of-a-CyberSoul
1•lmxxf•12m ago•1 comments

GoAnywhere MFT software exploited by China-based threat group

https://www.scworld.com/news/goanywhere-mft-software-exploited-by-china-based-threat-group
1•Bender•13m ago•0 comments

Salesforce refuses to pay a ransom in recent wave of attacks

https://www.scworld.com/news/salesforce-refused-to-pay-a-ransom-in-recent-wave-of-attacks
2•Bender•13m ago•0 comments

Exploitation of Oracle EBS Zero-Day Started 2 Months Before Patching

https://www.securityweek.com/exploitation-of-oracle-ebs-zero-day-started-2-months-before-patching/
2•Bender•14m ago•0 comments

Minesweeper.online

https://minesweeper.online/
2•esher•14m ago•0 comments

New Hope for MS

https://news.ucr.edu/articles/2025/10/08/new-hope-ms
2•geox•15m ago•0 comments

Show HN: Leash: Replace PagerDuty with a Spreadsheet

https://github.com/autokitteh/kittehub/tree/main/leash
1•itayd•16m ago•0 comments

Antennagate: Bytes of code triggered iPhone 4 scandal

https://www.heise.de/en/news/Antennagate-20-bytes-of-code-triggered-iPhone-4-scandal-10747429.html
1•esher•18m ago•1 comments

Sparse Networks and Lottery Winners

https://embedding-space.github.io/sparse-networks-and-lottery-winners/
1•gjf•19m ago•0 comments

Elon Musk will settle $128M lawsuit with former Twitter execs

https://techcrunch.com/2025/10/08/elon-musk-will-settle-128m-lawsuit-with-former-twitter-execs/
2•ed1024•19m ago•0 comments

ArcaOS

https://en.wikipedia.org/wiki/ArcaOS
2•ecliptik•21m ago•0 comments

Ask HN: The most useful LLM agents aren't allowed?

1•thimkerbell•22m ago•3 comments

Practical Computation of Semantic Similarity Is Nuanced But Not Difficult

https://agent-ci.com/blog/2025/10/08/semantic-similarity-nuanced-not-difficult
1•tcdent•25m ago•0 comments

It's the Internet, Stupid. What caused the global populist wave?

https://www.persuasion.community/p/its-the-internet-stupid
5•martingalex2•28m ago•1 comments

Show HN: I built a local AI agent desk toy

https://blog.simone.computer/an-agent-desktoy
1•syx•28m ago•0 comments

Who Invented the Johnson Decade Counter (and Why)?

https://www.eejournal.com/article/who-invented-the-johnson-decade-counter-and-why/
3•remix2000•28m ago•0 comments

Heart Attack Risks

https://www.sciencealert.com/huge-study-links-99-of-heart-attacks-and-strokes-with-four-risk-factors
1•Bang2Bay•29m ago•2 comments

Best Virtual Try on Apps for Shopify 2025

https://www.perplexity.ai/page/the-best-virtual-try-on-apps-f-bR4ITlEdQZC9yTYUlxVS_g
1•maxvogel•29m ago•0 comments

First Brands Bankruptcy Damage Spreads to Jefferies, UBS

https://www.wsj.com/finance/first-brands-bankruptcy-damage-spreads-to-jefferies-ubs-54ad84ef
1•zerosizedweasle•31m ago•0 comments

Is there an AI bubble? Financial institutions sound a warning

https://apnews.com/article/ai-bubble-warnings-bank-of-england-imf-b15e54f6d06992371ee39b27f4e6da3a
4•zerosizedweasle•34m ago•0 comments

BlackRock Seeks Cash from Jefferies Fund Exposed to First Brands

https://www.bloomberg.com/news/articles/2025-10-08/blackrock-seeks-cash-from-jefferies-fund-expos...
1•zerosizedweasle•35m ago•0 comments
Open in hackernews

Show HN: FleetCode – Open-source UI for running multiple coding agents

https://github.com/built-by-as/FleetCode
22•asdev•2h ago
Hi HN! I've recently been finding productivity in running parallel CLI coding agents(after not believing in them initially).

After having to do a ton of git stashing and branch fumbling, I decided I needed to something to more ergonomically run these agents in their own dedicated spaces.

I tried a lot of the existing products but they either were too convoluted or flat out didn't work. Some of them also seem to roll their own chat UI which I don't think is the right approach, I wanted to something to lightly wrap my terminal sessions.

So I built FleetCode! It uses git worktrees and let's you run multiple agents at once. It's made my multi agent coding workflow much easier.

It's free and open source, would love some feedback!

Comments

vorticalbox•1h ago
I normally just use multiple terminal tabs, but I never knew about worktrees; that’s super useful.
asdev•46m ago
yeah I was doing the same and it was working okay, but was hard to work in a truly parallel fashion due to agents making conflicting changes
denysvitali•59m ago
Why don't you join forces with https://happy.engineering/?
asdev•49m ago
Looks cool! I don't personally have the need to code from anywhere besides my laptop though
Galanwe•18m ago
Woah that's super cool, like that they describe clearly how the relay works and how to spawn yours.
denysvitali•8m ago
Not sure if you're trolling: https://happy.engineering/docs/how-it-works/
iamkoch•58m ago
Looks good! I'll give it a shot.
asdev•50m ago
thanks! all feedback appreciated!