标签:#c
找到 23349 篇相关文章
A $6.49 Cloud VM Became One of Our Highest-Ranked Clusters
Raspberry Pi, Picos, Hats Humble Book Bundle
SwiftScale Software
QA agent that tests apps the way you'd explain them Discussion | Link
Passkeys were invented by engineers with zero understanding of consumer brain
Non-performant software and its incentives
PyPI Blog: Releases now reject new files after 14 days
When Is NVLink Worth It?
Quality non-fiction books are the antithesis of AI slop
https://book-prize-index.vercel.app/
What happens when you try to chop a photon in half?
A mirror that moves mid-photon could release a shower of new photons.
The Beam Engine
AMD to invest up to $5B in Anthropic
Reviewing code you didn't write
Two month calendar format for pocket notebooks
GitHub Increased Instant Navigation from 4% to 22% by Rethinking Client Side Architecture
GitHub redesigned GitHub Issues navigation using a client-side architecture that combines caching, predictive prefetching, and service workers to reduce perceived latency. The approach uses IndexedDB, in-memory caching, and background synchronization to serve data faster. GitHub reported instant navigation improvements from 4% to 22%, with latency reductions across multiple navigation By Leela Kumili
Loop Engineering: How to Stop Your Agent Reward-Hacking Its Own Checks
You gave the agent a failing test and told it to get the suite green. It came back green. Then you...
Spatial languages: Writing code in 2D
Samsung unveils new Galaxy Z8 foldables and Galaxy Watches, available August 7
Samsung's new foldables are slimmer, faster, and more expensive.
Show HN: Agent in 9 Lines Python
I asked myself: what would a minimal implementation of an agent look like? Something that works out of the box, is a real agent with tool calling, but without 1000s of lines of code, without dozens or hundreds of npm or pypi dependencies. Something with just a few 'essential' features (not a whole kitchen sink that most agent harnesses come with nowadays). An implementation close to pseudocode that you can look at in one page, everything there at a glance, no scrolling. This is the agent.py I en