Live data from Hacker News

Viewing profile — pilord314

pilord314

HN member
Joined
Thu, Dec 11, 2025, 6:02 AM UTC
HN karma
1
Public activity
5 items

About pilord314

embedded fw engineer. C, Python

Recent public activity

  1. comment
    Comment #48498770

    They should randomize games of judge tower and see who wins: https://mtg.fandom.com/wiki/Judge_Tower

  2. comment
    Comment #46929602

    you bootstrap it into a library you can include optionally, duh

  3. comment
    Comment #46662933

    I've been playing around with an AI generated knowledge base to grok our code base, I think you need good metrics on how the knowledge base is used. A few things is: 1. Being syste…

  4. comment
    Comment #46583817

    A disassembly diff tool: input output -> report Example summary: ================================================================================ TOTAL ============================…

  5. comment
    Comment #46228191

    When you get into C code sometimes you know the most thinngs that will be in the priority queue is like 3. So bubble sort is fine. You can also do something like a calendar queue w…