Live data from Hacker News

Viewing profile — taway-20230404

taway-20230404

HN member
Joined
Tue, Apr 04, 2023, 11:35 PM UTC
HN karma
16
Public activity
4 items

About taway-20230404

No profile information was provided.

Recent public activity

  1. comment
    Comment #41884113

    Alternatively, slow it down by a factor of 16 for every additional specified character. cat /dev/urandom | hexdump -C | grep '9 ca fe'

  2. comment
    Comment #40640356

    Yet another Triplebyte placement chiming in. The FastTrack product worked incredibly well for me in 2018. At the time, I had just over a year of full-time SWE experience but was st…

  3. comment
    Comment #38307649

    That example is not thread-safe _behavior-wise_ under the GIL. The block is composed of several individual operations, and the interpreter can preempt a thread between any one of t…

  4. comment
    Comment #35447335

    The use case likely needs statically-allocated memory that kmalloc isn't appropriate for.