Live data from Hacker News

Viewing profile — fiveop

fiveop

HN member
Joined
Tue, Feb 23, 2016, 9:26 AM UTC
HN karma
13
Public activity
6 items

About fiveop

No profile information was provided.

Recent public activity

  1. comment
    Comment #18256333

    There is a setting (security.ssl.disable_session_identifiers). You have to add it yourself, it's not in about:config by default. See https://bugzilla.mozilla.org/show_bug.cgi?id=96…

  2. comment
    Comment #18055489

    You are mixing method qualifiers (:before, :after, :around) with method combinations (progn, and, or, +, etc.) which are very much alive. For maximium fun, you can even define your…

  3. comment
    Comment #16471848

    SBCL is mostly written in Common Lisp. It has a compiler that can compile itself. Part of that compiler are definitions of building blocks (VOPs or virtual operations) that describ…

  4. comment
    Comment #12795323

    Or you could just loop n-1 times and adjust the array indices in the loop body, so that each statement only deals with one corner.

  5. comment
    Comment #11222490

    Note, that fathers now have similar rights. There are some exceptions right around the birth, because that clearly affects women an men differently. I might also miss some differen…

  6. comment
    Comment #11157685

    There is the library 'libc' which is a collection of interfaces to (g)libc functions together with the necessary constants and structs [1]. There is the library 'nix-rust' [2], whi…