frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fatherhood Is a Psychedelic Experience

https://mrmarket.lol/fatherhood-is-a-psychedelic-experience/
1•cateblanchett•1m ago•0 comments

Fable 5 Is Downgraded

1•RIshabh235•2m ago•0 comments

Orbital Data Centers: Why the Hype Outpaces Reality

https://spectrum.ieee.org/orbital-data-center-hype
2•rbanffy•3m ago•1 comments

Why Claude switched models in your conversation with Fable 5

https://support.claude.com/en/articles/15363606-why-claude-switched-models-in-your-conversation-w...
1•adithyaharish•3m ago•0 comments

Canadian boy, 11, dies of rabies after waking to bat on his face

https://www.bbc.com/news/articles/c982m1m95q9o
1•ranit•3m ago•0 comments

Guns Don't Kill People: on co-authoring an essay with LLMs

https://bios.net.za/guns-dont-kill-people
1•dierogeryoung•3m ago•0 comments

Germany unveils reform push: Tax cuts, pension overhaul and new sick leave rules

https://wtop.com/world/2026/07/merz-unveils-sweeping-reform-push-for-germany-tax-cuts-pension-ove...
1•porridgeraisin•5m ago•0 comments

Testing Fable: interview with Norbert Wiener, the man who warned about AI – 1948

https://aiweekly.co/editors-blog/testing-fable-interview-with-norbert-wiener
1•adu_onemore•7m ago•1 comments

DeepSeek reverses course with surcharge on peak-hour API use

https://www.scmp.com/tech/big-tech/article/3358868/after-triggering-price-war-deepseek-reverses-c...
1•nh43215rgb•9m ago•0 comments

Cloudflare sets AI crawler deadline: separate search or be blocked

https://www.nbcnews.com/tech/tech-news/cloudflare-sets-ai-crawler-deadline-separate-search-blocke...
3•donohoe•10m ago•1 comments

Anthropic Changed the Sonnet 5 Chart After It Made Sonnet Look Bad

https://www.vincentschmalbach.com/anthropic-changed-sonnet-5-chart-after-it-made-sonnet-look-bad/
2•vincent_s•11m ago•0 comments

AOL and Eventbrite owner Bending Spoons soars 40% on Nasdaq debut

https://www.ft.com/content/aebe2dbb-6d8b-4b3d-82c8-e64aebd4ef70
1•bookofjoe•13m ago•1 comments

OpenAI proposes 5% stake to Trump administration to ease Washington pressure

https://www.cnbc.com/2026/07/02/openai-proposes-us-government-own-5percent-stake-to-address-polit...
1•BafS•14m ago•1 comments

Roosevelt Would Not Understand the E.U.'S Antitrust Fine Against Google (2017)

https://www.newyorker.com/business/adam-davidson/teddy-roosevelt-wouldnt-understand-the-eus-antit...
1•Tomte•15m ago•0 comments

Enabling the use of digital verification services for alcohol age checks in Eng

https://enablingdigitalidentity.blog.gov.uk/2026/06/30/enabling-the-use-of-digital-verification-s...
1•kaelyx•19m ago•1 comments

Ratatui without OS, directly in UEFI

https://github.com/sermuns/ratatuefi
1•sermuns•24m ago•0 comments

Show HN: ScoreMarket – A digital sheet music marketplace

https://www.scoremarket.co.uk
1•anthonydaly•25m ago•0 comments

OpenCode Is Down

2•defly•26m ago•2 comments

A return to two-pizza culture

https://www.allthingsdistributed.com/2026/06/return-to-two-pizza-culture.html
1•ingve•29m ago•0 comments

The Anthropic Fable Ban Is Over. The Battle over How to Tame AI Has Just Begun

https://www.wsj.com/tech/ai/the-anthropic-fable-ban-is-over-the-battle-over-how-to-tame-ai-has-ju...
3•cebert•30m ago•2 comments

Artificial Adventures

https://www.scattered-thoughts.net/writing/artificial-adventures/
2•noelwelsh•30m ago•0 comments

When your software systems don't talk to each other

https://laurieyoung.co.uk/articles/when-your-software-doesnt-talk/
1•Wildfalcon•31m ago•0 comments

Utrecht's fish doorbell closes for the season after 12M views

https://nltimes.nl/2026/07/02/utrechts-fish-doorbell-closes-season-12-million-views
1•TechTechTech•31m ago•0 comments

Trainety – a marketplace for AI project publishers and providers

https://www.trainety.com/
1•xuxurimu•35m ago•0 comments

"Learning to Replicate Expert Judgment in Financial Tasks" – Thinking Machines

https://thinkingmachines.ai/news/learning-to-replicate-expert-judgment-in-financial-tasks/
1•upmind•36m ago•0 comments

Show HN: A YouTube transcript API that survives YouTube's bot war

https://ytranscript.com/developers
1•nopxuan•36m ago•0 comments

'Titan is actually a very reasonable destination for humans'

https://www.space.com/astronomy/saturn/titan-is-actually-a-very-reasonable-destination-for-humans...
1•bookofjoe•37m ago•0 comments

Why I'm Forced to Say Farewell: Google Management Has Lost Its Moral Compass

https://docs.google.com/document/d/1SH9QRTAlL02THgAN2AGmWe9El0_2ZJF6hhgDBx8k97c/edit?tab=t.0
8•vrganj•37m ago•1 comments

Help Test Bahriya – A New Distributed Container Cloud

https://bahriya.cloud
1•meezaan•39m ago•1 comments

What I've Learned from Hacker News (2009)

https://paulgraham.com/hackernews.html
1•adletbalzhanov•39m ago•0 comments
Open in hackernews

Show HN: A tool to sync env files to your Git worktrees

https://github.com/alxwrd/git-env
2•alxwrd•1h ago
I've been trying out different "worktree tools" recently (Conductor [1], Emdash [2], Sculptor [3], and Superset [4]).

One problem I've been having is not all the tools support automatically copying .env files into worktrees. All of them support running a setup script however. Copying a bash snippet to do the copying was getting tedious - so I've put together a small tool/git extension to solve my problem.

  $ cd ~/repos/myproject                       # primary worktree, has .env
  $ git worktree add ~/worktrees/my-feature    # create a linked worktree
  $ cd ~/worktrees/my-feature
  $ git env sync                               # copy .env from the primary
  synced .env
  1 files synced, 0 unchanged, 0 conflicts skipped
Sharing in case it solves anyone else's problem

[1] https://www.conductor.build/ [2] https://emdash.sh/ [3] https://github.com/imbue-ai/sculptor [4] https://superset.sh/