Live data from Hacker News

Viewing profile — ablu

ablu

HN member
Joined
Sun, Nov 04, 2018, 8:57 AM UTC
HN karma
14
Public activity
6 items

About ablu

https://ablu.org/

Recent public activity

  1. comment
    Comment #30298679

    I think `for element of list` nowadays starts to become a realistic choice (without a transpiler) for that: https://caniuse.com/?search=for...of

  2. comment
    Comment #27936317

    The "future work" section of the paper covers the smearing part! The authors acknowledge that it is unknown whether the results translate to smeared paint.

  3. comment
    Comment #25302069

    Additionally you are now doing an additional request to Cloudflare, which probably requires you to link to their privacy policy for that service?

  4. comment
    Comment #23394070

    My understanding was that fbdev is deprecated (but I was unable to find good info on this) and that one should use dumb buffers ( https://manpages.debian.org/testing/libdrm-dev/drm…

  5. comment
    Comment #23369988

    Even ignoring the shared_ptr abuse, at least for allocating and freeing many small objects Java would most probably be (a lot?) faster than non-optimized allocations and frees in n…

  6. comment
    Comment #23368022

    A while ago I stumbled over a proposal to move a shared pointer (this was C++ code) to a thread in order to trigger the freeing of a legacy data structure there (the multi-thousand…