endorphine

↗ HN profile [ 127 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The past month or so, I have the impression that Codex started hitting the 5h limits much more often. I always used the latest model in xhigh, but would almost never hit any limit (I'm not a very heavy user). Lately,…

  2. Token Anxiety (twitter.com)
  3. For example, greenfield advice like: "prefer clear over clever code. Strive for maintainable, simple and testable code etc". Do these kind of vague advice make sense to have on an AGENTS.md file? And if so, any reason…

  4. Extrepo (manpages.debian.org)
  5. List of Genocides (en.wikipedia.org)
  6. With so many options, I'm looking to settle on one of those solutions to use for work in an existing small-to-medium codebase. My goal is to delegate some tickets (menial boring tasks) to the LLMs. Any preference…

  7. So I have a typical medium-sized Rails codebase, but with significant code that's not the dead simple CRUD stuff. For example, it talks with third-party APIs, does user authentication, uses Postgres FTS plus some other…

  8. It could just be me, so I'd like to know what everyone thinks: lately there have been significant geopolitical tensions and multiple wars being fought. However, I have a feeling that not all news make it to the top of…

  9. In your experience, which of the two models (all of OpenAI vs Gemini 2.5 Pro) are better for having as assistants to ask SWE/software systems related questions and doing long and complex reasoning? I'm debating whether…

  10. Let's say I'm searching for "how to disable monitor sleep in Linux/Xorg". There are a few options now: 1. Use o1 2. Use 4o 3. Use 4o with web searching enabled 4. Use legacy GPT4 How do you pick between all these knobs?…

  11. Let's say I'm searching for "how to disable monitor sleep in Linux/Xorg". There are a few options now: 1. Use o1 2. Use 4o 3. Use 4o with web searching enabled 4. Use legacy GPT4 How do you pick between all these knobs?…

  12. How Tcmalloc Works (2013) (jamesgolick.com)
  13. I remember reading in a book that in tests, you generally want to be concrete, not abstract. For example, you'd like to do: assert(response.status == 401) assert(error == "param 'foo' is invalid") instead of:…