grandimam

↗ HN profile [ 132 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Every week I keep hearing AGI is here.

  2. I am a software engineer, and I have recently started writing more publicly about Python, backend systems, frameworks, and things I have learned while building open-source projects. The problem I am trying to figure out…

  3. I used to learn from books and courses. But I kept realising I hadn't built a real mental model. I always needed an LLM on the side to fill in what the books skipped. So, I stopped using books as my direct source of…

  4. The AI engineering conversation seems to be shifting daily: from prompts, loops, to now graphs. I’m curious whether there is genuine progress happening in the field that has given me so much or whether folks are…

  5. There is a recent trend in tech where software development is being done by not looking at code but merely the output. Some of the recent examples include the Bun Rust migration, etc. I wanted to understand both from…

  6. Hyre turns a resume PDF into markdown, runs it through an LLM pipeline for layout analysis, data extraction, and scoring. It then evaluates a score for the resume.

  7. Hi folk, I am working on a small experimental freshness-first caching library and wanted some design feedback. before i take it further. Instead of wiring up invalidations by hand, the cache would watch your function by…

  8. There seems to be a growing trend of rewriting everything to Rust. The common argument seems to be surrounding safety and better concurrency. I wanted to understand if I am the only one that finds the language hard to…

  9. I am writing a series of lessons on building an ASGI framework from scratch. The goal is to develop a deeper understand of how frameworks like FastAPI and Starlette work. A strong motivation for doing this is because -…

  10. Barq is an experimental HTTP framework built entirely in pure Python, designed for free-threaded Python 3.13 (PEP 703). No async/await, no C extensions - just threads with true parallelism. The question I wanted to…

  11. Hey HN, I built a small HTTP framework to experiment with free-threaded and wanted to share some observations. Barq is ~500 lines of pure Python, no C extensions, no Rust, no Cython. It uses only the standard library…

  12. Purpose first. Everything else is optional. People who worry about AI taking their jobs often lack ambition, or worse, a sense of mission. Too many engineers tie their identity to a title or a role, mistaking employment…