leakbang

↗ HN profile [ 80.4 ms ] full profile
Karma
66
Created
April 15, 2022 (4y ago)
Submissions
0
  1. So for a game that I'm working on I have looked at a lot of the widely used and widely praised physics engines (Havoc, Bullet, PhysX, Jolt, Newton Dynamics, ...) to implement in my game but after reviewing each one of…

  2. I have been searching for an instant, real-time grep tool to search through source code on Linux but I haven't found any application that does this. I have only found ONE ancient app only available on Windows, called…

  3. The Ping of Death (en.wikipedia.org)
  4. Recently with a group of friends I decided to start creating a web browser from the ground up using as few libraries as possible and I wanted to do it in C. I persuaded everyone to learn and start using C, because I…

  5. I'm on the journey of developing a web-browser from scratch in C and I keep coming across niche questions on how certain libraries function (Xlib). I did some searches, but I couldn't find any forum or community that…