frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Denmark Requires Oral Defenses for Students' Written Work to Counter AI Cheating

https://mezha.net/eng/bukvy/ca117584_denmark_requires_oral/
352•theanonymousone•3h ago•168 comments

Fastmail offers EU data region

https://www.fastmail.com/blog/fastmail-offers-eu-data-region/
250•groomlake•5h ago•116 comments

"Code was never the hard part" is an insult to all programmers

https://blog.senko.net/code-was-never-the-hard-part-is-an-insult-to-all-programmers
376•senko•7h ago•253 comments

LinkedIn Feed Blocker

https://github.com/andrewpollack/linkedin-feed-blocker
135•andrewpollack•4h ago•78 comments

Maryland Closes More of Cunningham Falls State Park After Second Beaver Attack

https://news.maryland.gov/dnr/2026/08/05/dnr-closes-additional-areas-of-cunningham-falls-state-pa...
9•bookofjoe•28m ago•4 comments

A domain can now say it is for sale, in DNS

https://specification.website/spec/foundations/for-sale-dns/
288•shaunpud•8h ago•122 comments

Open-source interactive map for the Aug 12 total solar eclipse

https://eclipsefan.org/?v=2&t=max&layers=eclipse%2Cbesselian%2Cumbra-live%2Cshadow-3d%2Ccloud-pro...
29•MarcoDewey•1h ago•4 comments

Can Intel finally beat ARM on performance per Watt?

https://hackaday.com/2026/08/08/want-energy-efficiency-dude-youre-getting-a-dell/
105•gumby•5h ago•37 comments

Python string literals are kinda funny

https://sebsite.pw/w/20260806-pystrings.html
45•jandeboevrie•2d ago•23 comments

DeepMind's WeatherNext model achieves breakthrough forecasting cyclones

https://deepmind.google/blog/weathernext-ai-model-achieves-breakthrough-in-forecasting-cyclones/
339•bhavansig•12h ago•106 comments

Timeline of the OpenAI accidental attack against Hugging Face

https://simonwillison.net/2026/Aug/7/openai-timeline/
270•882542F3884314B•10h ago•283 comments

Triton: DirectX 11 Driver for QEMU

https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
102•electricant•8h ago•20 comments

Preventing Misfolding by Preventing Folding

https://www.science.org/content/blog-post/preventing-misfolding-preventing-folding
18•surprisetalk•4d ago•0 comments

TinySol, a tiny solitaire game for DOS

https://classicbits.net/coding-and-software/my-software/monosol/
27•skibz•3h ago•5 comments

Amazon Is Creating the Biggest Pollution Source in the Country

https://newrepublic.com/post/214111/amazon-data-center-biggest-pollution-source-entire-country
136•geox•4h ago•54 comments

Monitors for Work

https://etbe.coker.com.au/2026/08/05/monitors-for-work/
55•edward•3d ago•37 comments

Building a local positioning system to track runners using Ultra-Wideband

https://zeus.ugent.be/blog/25-26/12urenloop-uwb/
15•robinpdev•1w ago•1 comments

Gateway 2000's hilariously bad ads in the 90s (Part II)

https://buttondown.com/suchbadtechads/archive/gateway-2000-part-2/
82•rfarley04•9h ago•67 comments

US Military's cyber command unit grapples with cluster of deaths by suicide

https://www.bloomberg.com/news/articles/2026-08-06/us-military-s-cyber-command-unit-grapples-with...
184•rbanffy•11h ago•292 comments

A physicist rigged his pet hamster’s wheel to upload to Strava

https://www.runnersworld.com/news/a73355106/hamster-wheel-strava-running/
402•aanet•2d ago•97 comments

Voyager 1 FDS Computer Emulator

https://zaneham.github.io/voyager-fds-emulator/
63•rahen•8h ago•12 comments

Hardware backdoors in some x86 CPUs

https://github.com/xoreaxeaxeax/rosenbridge
308•epestr•14h ago•91 comments

From your doorbell to your home network

https://adepts.of0x.cc/eufy-doorbell-hacking/
63•mmoogle•3d ago•5 comments

DeepSeek V4 Flash 0731

https://arcprize.org/results/deepseek-v4-flash-0731
743•tosh•1d ago•448 comments

BYOC Is Not Just 'Deploy into Their Cloud'

https://omnistrate.com/blog/byoc-anywhere-the-spectrum-of-bring-your-own-cloud-deployments
58•kkgupta•4d ago•10 comments

What happens if an entire class of workers loses faith in their careers

https://www.noemamag.com/why-is-everyone-in-tech-so-sad/
942•RickJWagner•1d ago•1115 comments

U.S. Department of Energy Launches the Genesis Open Models Initiative

https://genesisopenmodels.anl.gov/
335•moelf•23h ago•141 comments

Gentoo bugzilla closed due AI bot scraper overload

https://social.treehouse.systems/@mgorny/117058483039362779
140•happosai•7h ago•92 comments

Message your other Claude Code sessions

https://code.claude.com/docs/en/cross-session-messaging
22•mfiguiere•6h ago•11 comments

Lost my phone at the office. Claude suggested tracking Bluetooth signal strength

https://twitter.com/un1c0rnioz/status/2084686552299634805
164•ilamont•1d ago•144 comments
Open in hackernews

Message your other Claude Code sessions

https://code.claude.com/docs/en/cross-session-messaging
22•mfiguiere•6h ago

Comments

Cyuonut•1h ago
I have built this with Claude as a script, but it can also message other models and get responses from them, and throughout my fleet of Linux machines via Tailscale. It's been mostly very useful, although occasionally you have to step in and interrupt if they start going the wrong way.
Alifatisk•1h ago
I wish there was a clean way to compact the conversation into a prompt with all necessary context for a new fresh conversation.
4b11b4•45m ago
There is, but your wish of "clean" is ambiguous.
anonthrownaway•24m ago
Here's a view for "clean:"

1. Every chat should have a context used/remaining measurement so you know when you have to ditch the current chat for a fresh one.

2. Every chat should analyze and categorizes each element of context by how useful it is towards the overarching goal of the chat.

3. Every chat has a handoff button with a "usefulness" slider (say 1-5) that shows the total size of the context based on its setting.

4. The handoff automatically creates a new chat with the desired amount of context and a prompt to get it back to where you were.

That said, I am newb and so there is some reason why these non-deterministic LLMs can't do this :-/

andai•1h ago
I was reading about the HF hack and one of the first thing the GPT swarm did was build a messaging system for themselves. This reminded me of that. (Also of how weirded out I was by Moltbook when it came out. Time flies!)

Unrelated: when my Claude/Codex finishes cooking (or needs my attention), it pings a local HTTP endpoint that plays a frog sound on my laptop. I found this massively boosts quality of life.

dist-epoch•1h ago
I've used this feature and saw some weird messages:

> hold swarm, I prepare safe exfil

jauntywundrkind•1h ago
i miss when opencode let you interact with your subagents. that was so so so much better.

I broadly miss this feature to allow user agency, in letting users work with the various agents at they please, and to send data around.

bonoboTP•14m ago
Claude Code does allow this. You can talk to the subagents directly and watch what they are doing.
iovrthoughtthis•55m ago
I hacked this together with a small local irc server
4b11b4•46m ago
Tried to have Claude demo this to me in the standalone Mac OS app. It didn't even know what I was talking about. Then I realized maybe it's only in CC. So I go over to CC and ask it to demo this functionality and it wants to demo via subagents. I correct it that I want separate chats to message each other. It tells me I need to open another Claude session in another terminal of course and just leave it sitting there. So I do that and it has me copy a message to the new conversation, it needed to like name itself or something internally.

It worked, but clunky. Way clunky compared to codex.

eigenblake•31m ago
Like some others, I also built this myself. Overly simply, with tmux, a memory tree, and handoff files and an orchestrator. And yet for how simple it was, it was so effective at minimizing the amount of duplicate context. It's like having shared specialist subagents who source and derive important shared knowledge from separate threads. It's useful because some skills just take too much of a token penalty to invoke and a single shared persistent session just lets that issue melt away. One agent pays the cost of that large skill once, and you don't have to keep paying for it in input tokens for the rest of that conversation.