piotr-yuxuan

↗ HN profile [ 72.6 ms ] full profile
Karma
48
Created
July 23, 2015 (10y ago)
Submissions
0
  1. I use CyanogenMod on my cell phone so I don't have the Google piece of code required by the Signal app, neither can I download it on Android Market. I've heared about own kernel compilation, why not but I'd prefer a…

  2. Is there any way to combine Guixsd (functional package manager, Guile) with QubesOS?

  3. I've been writing some logic code in core.logic, a clojure port of Will Byrd's miniKanren. To make sure my program is correct for any suitable input (not merely for the example I provided during development), I feel I…

  4. I mean, what would be best for my mind-shaping? What would be funniest? What would make best effect on my résumé? In passed twelve months I learnt Clojure, automata theory (applied it through regex and grammars with…

  5. I have defined a plain Clojure function which has a specific logic inside. It outputs a mutated state given an initial state and some other arguments. Basically, we could say it is like: (defn modifier [basic x y value]…