Live data from Hacker News

Viewing profile — TimWolla

TimWolla

HN member
Joined
Thu, Jun 20, 2013, 6:55 PM UTC
HN karma
2,988
Public activity
399 items

About TimWolla

[ my public key: https://keybase.io/timwolla; my proof: https://keybase.io/timwolla/sigs/MWclLW9WYzVuQbvkZA3v4bdSRwlEhNxpGmt9zzpiVLg ]

Recent public activity

  1. comment
    Comment #45993865

    The examples in TFA are terrible and I don't get why it was necessary to jump the gun by submitting that article instead of actually waiting for the release and the official releas…

  2. comment
    Comment #45643095

    That image is over one year old: https://github.com/linuxcontainers/debian-slim/pkgs/containe... Google Container Registry provides a pull-through mirror, though, just prefix `mirr…

  3. comment
    Comment #43918111

    Indeed. It might even result in out of range values due to implicit rounding (`3.5 + (4.5 - 3.5) * (the largest float smaller than 1)` results in 4.5, which is unexpected). I'm a c…

  4. comment
    Comment #42202902

    For PHP 8.3, we upgraded production during the RC phase, but were prepared to revert back to an older one by not relying on the new functionality. Docker makes this easy. As long a…

  5. comment
    Comment #40283595

    > It seems to be better to err on the side of 'people dont know if they want a PRNG or a CSPRNG' and switch the default to the latter with an explicit choice for the former for peo…

  6. comment
    Comment #39867141

    No: route: 5.44.240.0/21 descr: Zoner Oy origin: AS201692 mnt-by: MNT-ZONER created: 2014-09-03T08:09:00Z last-modified: 2014-09-03T08:09:00Z source: RIPE

  7. comment
    Comment #39376632

    > I think I recall chatting with you on here or email, I can't remember which. Could possibly also have been in the issue tracker, which I did help bootstrapping and doing maintena…

  8. comment
    Comment #39376283

    FYI: Serving static files is easier and more flexible in modern versions of HAProxy via the `http-request return` action [1]. No need to abuse error pages and no need to embed the …

  9. story
  10. story
  11. story
  12. comment
    Comment #37771214

    I'm using nom to parse a simple access control DSL in https://github.com/wbbaddons/Tims-PackageServer/blob/master/... . You can see how it looks in the tests of the linked file. Th…

  13. comment
    Comment #37468732

    I don't believe this is necessarily true. Unless I'm misunderstand you, each of the possible variants of spelling out 32 hexadecimal characters could theoretically SHA-256 into the…

  14. story
  15. comment
    Comment #35818589

    I suspect you'd lose that money. Many of the recent GitHub outages were caused by database issues. Examples: https://github.blog/2023-05-03-github-availability-report-ap... . In fa…

  16. comment
    Comment #35170735

    Indeed. While I do maintain two of them, that maintenance is effectively equivalent to being an open source maintainer or open source contributor. I do not have any non-public know…

  17. comment
    Comment #35168802

    The images you mention (alpine, node, golang) are all so-called “Docker Official Images”. Those are all the ones without a slash as the namespace separator in them: https://hub.doc…

  18. comment
    Comment #34910413

    Note: The hash in the SO question is not vulnerable, because it is too long. The issue exists specifically for hashes that both contain a `$` and are too short. The “too short” is …

  19. comment
    Comment #34910329

    I assume s/bit/not/. The checking function is “does the given password with the stored parameters hash to the same value as the stored hash”. Hash functions are deterministic. So r…

  20. comment
    Comment #34909993

    Disclosure: I am not the author of the initial bug, but I investigated the issue together with another developer. I'm the author of the linked advisory and I've authored the commit…

  21. comment
    Comment #34909860

    > but missed one of the three ways crypt can signal failure (returning the input unmodified) Returning the input unmodified is not failure, but success. That's how you check that a…

  22. comment
    Comment #34787699

    I've interpreted the "put out" in the initial comment as in "put out a fire" (i.e. mitigate), instead of "send out".

  23. comment
    Comment #34787592

    71M requests per second gives you about 14ns per request. WolframAlpha says that's about 4 times the latency of a L2 cache access and 0.8 times the latency of a Mutex lock / unlock…

  24. comment
    Comment #34602068

    Personally I sync the emails in my Gmail account to my server at Hetzner using imapsync [1] every once in a while. The data on that server is backed up off-site at rsync.net using …

  25. story