Live data from Hacker News

Viewing profile — davidschultz

davidschultz

HN member
Joined
Tue, Sep 30, 2025, 2:22 PM UTC
HN karma
7
Public activity
4 items

About davidschultz

No profile information was provided.

Recent public activity

  1. comment
    Comment #47767075

    Nice. To get your dependency Notcurses::Native built via zef on my OpenSUSE Tumbleweed, I had to run zypper in ffmpeg-7-libavdevice-devel ffmpeg-7-libavutil-devel ffmpeg-7-libavcod…

  2. comment
    Comment #47445486

    For feedback, you could try asking here: https://www.erdosproblems.com/961

  3. comment
    Comment #45453283

    The book by Moritz Lenz is quite good. https://link.springer.com/book/10.1007/978-1-4842-6109-5 There's also this polished three-hour introductory lecture: https://www.youtube.com/…

  4. comment
    Comment #45453225

    In this case it might interest you to learn that in Raku (Perl 6), the values passed to a function are also by default immutable within that function. If one wants the function to …