Live data from Hacker News

Viewing profile — altncatchfire

altncatchfire

HN member
Joined
Sat, Jun 27, 2020, 4:56 AM UTC
HN karma
12
Public activity
8 items

About altncatchfire

No profile information was provided.

Recent public activity

  1. comment
    Comment #43628579

    Awesome project! I've been playing through the archives, and they are challenging but fun. My criticism is that sometimes the answer is very ambiguous. For instance, (spoilers ahea…

  2. comment
    Comment #31870995

    Not to sound snarky but which phone do you carry that doesn't have apps in 2022 but does have WiFi?

  3. comment
    Comment #31740308

    I've been following Firefox Relay features for a bit now. Is there a difference between the service offered by Firefox Relay premium to the free DuckDuckGo Email Protection? Do you…

  4. comment
    Comment #27258485

    To be fair, the 1% isn't off either. The figure available was "billions". For ease of calculation, say it was 7b. That means if each developer pays $100 and total revenue was 7b, 1…

  5. comment
    Comment #26339580

    The issues with search start emerging as code base grows in size. For instance, in any decent sized C++ library likely has multiple definitions of functions, to be compiled with di…

  6. comment
    Comment #26339538

    Most editors now have shortcuts for that. A simple F12 (customizable) will take you to the definition (and if paths are configured correctly, the correct definition for multiple de…

  7. comment
    Comment #26182599

    I disagree on this regard. According to the Twitter thread (which seems to be our only primary source here), PJ apologized last fall, saying "You were right about the union." [1] A…

  8. comment
    Comment #25855204

    I dont think this is true. I just tried with the following program and it runs as expected (Run on Python 3.7.9). import logging got = "%d" logging.warning(f"hi {got}") logging.deb…