Live data from Hacker News

Viewing profile — syntonym2

syntonym2

HN member
Joined
Mon, Feb 24, 2020, 11:21 AM UTC
HN karma
44
Public activity
16 items

About syntonym2

No profile information was provided.

Recent public activity

  1. comment
    Comment #45910476

    The article missunderstands the futurelock problem. It assumes that the mutex is a "normal" blocking mutex and that the future blocks. This is not the case: The future does coopera…

  2. comment
    Comment #45052678

    In german most job titles can either be masculine or feminine, and the masculine case is chosen "by default". Most job advertisements clarify that persons of all gender are welcome…

  3. comment
    Comment #44956250

    > The multipart streaming workload is inherently expensive. Streaming workload is not inherently expensive. The main work is to bring the bytes of the files to the network card as …

  4. comment
    Comment #35979052

    ZMK [1] has support for Bluetooth, but I don't know how many keyboards (or any consumer keyboards at all) it supports. [1] https://zmk.dev/

  5. comment
    Comment #28593777

    The programming language itself and all documentation can be found at https://seq-lang.org/ .

  6. comment
    Comment #26886326

    I mostly use SQLite for persistence - put anything in and it's resistant against crashes and corruption. What is the persistence story with Mongita?

  7. comment
    Comment #26862169

    I use python in a scientific context, but have so far not written much extensions for python in any of the languages tested. I'm interested in some guidance which language a) is ea…

  8. comment
    Comment #25791772

    I'm in the same boat and like abduco [0], which does exactly session {de,re}attaching and not more. The author suggests to pair it with dvtm (terminal multiplexer without session {…

  9. comment
    Comment #25441864

    Python is by default installed on RHEL, CentOS, Debian and many more, the noteble exception are BSDs [0]. Python 2.4 was released in 2004, by writing python 2.4 compatible code you…

  10. comment
    Comment #25411875

    If I want to use one of the hyper* tools to partially syncronize files p2p on a LAN, which one should I use? The hyper* world seems to be very fragmented right now. There is the da…

  11. comment
    Comment #25331696

    You might be interested in coconut [0] which extends python with functional concepts and compiles to python. [0] http://coconut-lang.org/

  12. comment
    Comment #25014846

    While this is hosted by the ccc, they also have the content on their own server, including not only the talks themselves but also the presentation as a pdf, notes, music: https://s…

  13. comment
    Comment #23682806

    According to this post [0] only allowing black people to post was a time limited action. As an Aprils fool joke only black people were allowed to post, which resulted in positive f…

  14. comment
    Comment #23071442

    I haven't heard of that case before, but I found the evidence presented in the blogpost not very convincing. The first argument states that assuming that coughs are independent, th…

  15. comment
    Comment #23006002

    Could you give a quick overview how one would roast at home? I tried baking green beans in the oven and "roasting" in a pan, both approaches went undrinkable.

  16. comment
    Comment #22403283

    While reading the blog post/abstract I had the same thought, but the full paper makes it clear that the author intends something different: > The second challenge that the uncertai…