Live data from Hacker News

Viewing profile — ComNik

ComNik

HN member
Joined
Fri, Feb 24, 2012, 5:15 PM UTC
HN karma
218
Public activity
96 items

About ComNik

https://www.nikolasgoebel.com/

my public key: https://keybase.io/ngoebel; my proof: https://keybase.io/ngoebel/sigs/C17WmorsBKpdFUHXXyYfXfPANTUfzcEaw4xxtI6Xy4I

Recent public activity

  1. story
  2. comment
    Comment #19714783

    Additional time axes allow you to separate transactions from different sources of input. E.g. in a collaborative system it could be helpful to ask questions while rewinding the act…

  3. comment
    Comment #19425802

    If model-theoretic semantics and the various ways to slice, dice, and extend Datalog are interesting to you, then almost any talk by Peter Alvaro might be as well. In particular: h…

  4. comment
    Comment #18008126

    Check out the white paper at https://github.com/ipfs/papers/raw/master/ipfs-cap2pfs/ipfs-... , section 3.7. There is a name system called IPNS.

  5. comment
    Comment #17457243

    I think Finda ( https://keminglabs.com/finda/ ) fills a similar need, runs offline, and indexes lots of other stuff as well. Although I think it is not possible to assign additiona…

  6. comment
    Comment #15055120

    Interesting point. As I don't have much experience in this area: Can you elaborate on some use cases for layouts other than AoS and SoA?

  7. comment
    Comment #15052548

    Jonathan Blow's language "jai" allows for seamlessly switching between AoS and SoA and generally seems to value efficient data layout and "gradual" optimization over safety (in con…

  8. comment
    Comment #14717590

    For anyone interested in exploring the datomic model, there is a great ClojureScript in-memory implementation called datascript ( https://github.com/tonsky/datascript ) by Nikita P…

  9. comment
    Comment #12668991

    We use Datalog every day in a React-Native application, via the datascript db ( https://github.com/tonsky/datascript ). Has been a very positive experience so far. Thinking in "fac…

  10. comment
    Comment #12222076

    Thank you for Murmur3! I have been using it in a consistent hashing implementation as part of my bachelor's thesis and it is performing very well.

  11. story
  12. comment
    Comment #11759693

    Interesting note, thank you. Are you referring to "Sigma" https://code.facebook.com/posts/745068642270222/fighting-spa... ?

  13. comment
    Comment #11755578

    That was not the intension behind my comment at all. I rely on type systems a lot, myself. I was trying to note that Clojure, as a dynamic language, is making a (to my eyes) very i…

  14. comment
    Comment #11755470

    As a side note in his talk "Simple Made Easy" ( https://www.infoq.com/presentations/Simple-Made-Easy , around minute 42) Rich Hickey mentions, that conditional statements are compl…

  15. comment
    Comment #11755316

    Full, formal verification of complex systems (especially in the distributed case) requires a lot of modelling effort, beyond what is needed for "mere" implementation. A lot of impo…

  16. comment
    Comment #11755200

    You make a very good point, the comparison was flawed there. > The thing I do see as being important is not how you write these things down, but whether they have an accessible rep…

  17. comment
    Comment #11754232

    Clojure, with its dabbling in schemas and rule systems / logic programming (as a substitute for conditional statements) and thanks to its great tools (like figwheel or devcards), c…

  18. comment
    Comment #11349621

    There is a recording available as well: https://www.youtube.com/watch?v=98LdFA-_zfA

  19. comment
    Comment #11011850

    No, on a Core-2 :)

  20. comment
    Comment #11008744

    Can't comment on DarkBasic or Monkey, but: BlitzBasic and BlitzMax are about the same language. What BlitzMax provided over BlitzBasic was a direct integration with DirectX and Ope…

  21. comment
    Comment #11008730

    I spent most of my early programming years with BlitzMax. The language itself probably has no future on it's own, but combined with the DX/OpenGL integration and overall straightfo…

  22. comment
    Comment #10905707

    Just when I was halfway through explaining byzantine fault tolerance to my dad.

  23. comment
    Comment #10900707

    It means that operations don't get executed in the same order on every replica. If the systems state depends on the ordering of operations, then each replica might be in a differen…

  24. comment
    Comment #10822843

    > This was the year I realized that one language does not fit all, and that it is okay to have more than one favorite language. Same here. This, funnily enough, had the nice effect…

  25. comment
    Comment #10577958

    Maybe relevant: https://news.ycombinator.com/item?id=8203144