Viewing profile — fiveop
fiveop
HN member- Joined
- Tue, Feb 23, 2016, 9:26 AM UTC
- HN karma
- 13
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About fiveop
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…