Live data from Hacker News

Viewing profile — lazka

lazka

HN member
Joined
Mon, Jan 07, 2019, 12:21 PM UTC
HN karma
101
Public activity
30 items

About lazka

No profile information was provided.

Recent public activity

  1. comment
    Comment #48249366

    That array keys are auto-coerced to integers has bit me multiple times.

  2. comment
    Comment #46390926

    Here is a podcast episode were the devs talk about the new profiler: https://creators.spotify.com/pod/profile/corepy/episodes/The...

  3. comment
    Comment #45359233

    It's a native build. Only various tools it is shipped with are cygwin builds, like bash etc.

  4. comment
    Comment #44707237

    In Austria you can use a web browser + FIDO key as an alternative. It works nicely. https://ida.gv.at/de/hilfe/hilfe-zu-ida/authentifizierungsfa...

  5. comment
    Comment #43340927

    I'm also still using 3.11 for a FastAPI app since 3.12 and 3.13 are quite a bit slower.

  6. comment
    Comment #43017303

    On Windows (so libwinpthread), 8C/16T machine: $ flac --version flac 1.5.0 $ hyperfine -r5 "flac -f -8 a.wav a.flac" "flac -j16 -f -8 a.wav a.flac" Benchmark 1: flac -f -8 a.wav a.…

  7. comment
    Comment #42901672

    See "Why not use graphs / frequency analysis to compare codecs?" https://wiki.hydrogenaud.io/index.php?title=FAQ#:~:text=Why%... "I decided that analysis should focus on the higher…

  8. comment
    Comment #41466746

    Discord has "Forum" channels now which are similar to Zulip, with forced "threads" which they call "posts".

  9. comment
    Comment #41039870

    > > After you get through this hurdle you then have to install the right software, and MSYS2 makes the "genius" decision of letting me pick which binary I want to install for every…

  10. comment
    Comment #40751215

    What happens if you go over the 200GB or 2 Million monthly requests limits?

  11. story
  12. comment
    Comment #36782628

    They don't use pinning in their examples: https://cython.readthedocs.io/en/latest/src/userguide/source... and https://cython.readthedocs.io/en/latest/src/userguide/source...

  13. comment
    Comment #34860235

    Could UFW detect/warn that there are iptables rules interfering with its own rules?

  14. comment
    Comment #34858934

    The next Debian/Ubuntu releases will no longer allow `pip install` outside of a venv: https://discuss.python.org/t/pep-668-marking-python-base-env... You can still force it via `pi…

  15. comment
    Comment #34566771

    For those of you who haven't looked at MSYS2 in a while: We now also have a Clang/LLVM based toolchain and ARM64 support.

  16. comment
    Comment #33937895

    Sure. (1) it is a global setting so I can't decide if I want it on a per application basis, with Docker that is less of an issue though (2) it is disabled by default, so hardly any…

  17. comment
    Comment #33908461

    assert() is still broken if it's disabled in php.ini.

  18. comment
    Comment #32908839

    Only C extensions that themselves have no global state and don't depend on the GIL for locking, which most of them do. So they will all require some porting, and it will take time …

  19. comment
    Comment #32885472

    Imo that it's not phishable and that there is no secret on the target server is even more useful in practice. And both those properties don't require physical isolation.

  20. comment
    Comment #32626216

    U2F generates a new keypair for each origin. Public keys are not re-used.

  21. comment
    Comment #30466253

    Microsoft ASF/WMA also has a similar limitation, where it disallows writing an open source implementation if you use the official format specification. Luckily it is too mostly irr…

  22. comment
    Comment #30400049

    Nextcloud doesn't support color profiles in images, so anything not sRGB looks off in their gallery app -> I wouldn't recommend it.

  23. comment
    Comment #28640716

    According to the GDPR health data is a special category that needs extra care and heart rate falls in that category: "Information derived from the testing or examination of a body …

  24. comment
    Comment #28468358

    GHA tokens can be scoped, see https://docs.github.com/en/actions/reference/authentication-...

  25. comment
    Comment #22658376

    Here is how a gtk app looked in 2014 on macOS: https://i.imgur.com/1e669Tp.png