Live data from Hacker News

Viewing profile — thezilch

thezilch

HN member
Joined
Wed, Oct 29, 2008, 9:44 AM UTC
HN karma
2,215
Public activity
709 items

About thezilch

Technical Director @ Respawn (Apex Legends; Titanfall 1 & 2)

C/C++, baremetal/cloud, nginx/openresty/nchan, LuaJIT, PHP, Redis, statsd/rrd

Recent public activity

  1. comment
    Comment #44652749

    No business has the obligation to keep running what you find useful. If it was that useful, someone else will make it. If no one is doing it or well, I see no reason to just compla…

  2. comment
    Comment #44652717

    But how boring and unhelpful to have someone post it on every product that Google builds.

  3. comment
    Comment #41482264

    That's ... not what most people are doing. People send _application_ errors on HTTP 200 response codes, because HTTP response codes are for HTTP and not applications. Most "REST" l…

  4. comment
    Comment #38713403

    Why should internal tools not have these things? That kind of argument smells of, internal tools can be slow. No. Seems we should lift up Dear ImGui -- contribute, donate, feedback…

  5. comment
    Comment #38019661

    Google Domains made Google the equivalent of $0 and would teach them nothing about operating their core businesses.

  6. comment
    Comment #36908815

    And his context is what? Selling books and conferences? What has he actually shipped with his ideas? To me, it's the Clean Code of web services.

  7. comment
    Comment #36421654

    Oh boy, a whole pizza!

  8. comment
    Comment #35838620

    100%; we do that (see profile).

  9. comment
    Comment #32091771

    Why not use APCu?

  10. comment
    Comment #31888153

    Classic over-engineered DevOps, adding complexity for complexity sake. When you have a hammer... Everything you described was 2005.

  11. comment
    Comment #29915531

    No one is trying to get it for free. They are trying to get it for [significantly] less than 30%. If it's so great to use Apple Pay (one click, easy to revoke payment -- sounds gre…

  12. comment
    Comment #29007263

    You're not speaking to server authority but lag compensation. Your "behind cover" example describes best your concern with lag comp. It works both ways. You having lower latency ca…

  13. comment
    Comment #28891167

    Of course I want consteval, if a later C++ is available to me, but that doesn't excuse you writing constexpr does absolutely nothing, when it clearly does. It's no surprise your ex…

  14. comment
    Comment #28890847

    What? https://gcc.godbolt.org/z/EzrWW9ss5

  15. comment
    Comment #28836402

    Can you expand on what's fragile or what database you do trust? Do you trust your database or filesystem WAL, journaling, and/or vacuum/compaction?

  16. comment
    Comment #27862647

    So does Amazon's HTTP API for browser clients. Is Apple going to snuggle up with Amazon and get the Brave browser banned for nuking their ads, trackers, etc?

  17. comment
    Comment #27082109

    I know quite a few cloud administrators that are systems programmers. They love to work in languages that they can lean on their compiler and not runtime to find a lot of mistakes.…

  18. comment
    Comment #26222294

    Experienced programmers, if perf matters to their project, should think about their data structures, memory size, and access patterns. It's not clear why an experienced programmer …

  19. comment
    Comment #24876470

    $ path="/podcast/with/nasty'--c h a r$/and/stuff/track1.mp3" $ echo "${path##*/}" track1.mp3 $ basename "${path}" track1.mp3 $ echo "${path}" | awk -F/ '{print $NF}' track1.mp3

  20. comment
    Comment #24197299

    It's not though. There is nothing inherently negative having to use EGS compared to any other game hub. There is absolutely nothing negative about giving developers more money to m…

  21. comment
    Comment #24194606

    Developers being paid to make games sounds great. Why is Epic a bad guy for paying developers?

  22. comment
    Comment #23634435

    Agreed. Thinking in arrays is very powerful. Simple. Say Unix tools returned JSON. What good is that without a schema? Instead of a parser, let's all write schema transforms?

  23. comment
    Comment #23205716

    Still prefer: @media (prefers-color-scheme: dark) { body { background: #333; filter: invert(.95) hue-rotate(190deg); } } Then let clients choose the strength of the invert and hue.…

  24. comment
    Comment #22421274

    What a crock of shit. The failures of the latest Star Wars has nothing to do with a diverse cast. We get it; old, white males (ie. "fans") are pissed. There are good reasons; diver…

  25. comment
    Comment #21964018

    > I've read it - notice, by the way, that it was also the conclusion of the original benchmark Unclear. The article's conclusions about spinlocks are completely unfounded by the ar…