Live data from Hacker News

Viewing profile — djblue

djblue

HN member
Joined
Sun, Sep 22, 2013, 1:08 AM UTC
HN karma
106
Public activity
34 items

About djblue

[ my public key: https://keybase.io/djblue; my proof: https://keybase.io/djblue/sigs/nHZQ2Dcxl-FlmpuNvvKBdhy7bUdRNMKA2NcIqJky1c8 ]

Recent public activity

  1. comment
    Comment #48389977

    I think one of Clojure's main strengths for concurrency / parallelism is structural sharing of immutable data across threads, which you simply cannot do in Erlang.

  2. comment
    Comment #48389919

    I build and maintain Portal, which runs on multiple platforms including: Clojure, Babashka, ClojureCLR, ClojureScript, nbb, joyride, basilisp and soon jank. The main thing that's d…

  3. comment
    Comment #34779249

    I think most programming communities experience fragmentation as they grow. I would say the javascript ecosystem has had an order of magnitude more fragmentation at every layer: pa…

  4. comment
    Comment #26715364

    I would say so, I have implemented a pwa https://djblue.github.io/portal/ hosted via github pages for people to browse through their data-structures. You can also connect the ui to…

  5. comment
    Comment #26715315

    For me the real advantage is the shared information model with the backend that is trivial to serialize/de-serialize with something like transit-clj(s). It's like the benefit of js…

  6. comment
    Comment #24785434

    https://github.com/mfikes/esprit targets espruino from clojurescript.

  7. comment
  8. comment
  9. comment
    Comment #24092039

    https://github.com/djblue/portal - link to the source and usage instructions.

  10. story
  11. comment
    Comment #19709402

    Sweet! Thanks for sharing. I see you're using pure-store to manage your game state. My implementation also uses a redux pattern for state management :)

  12. comment
    Comment #19708149

    Your project is substantially superior to mine. It looks so goooooood!

  13. comment
    Comment #19708130

    Thanks! I really enjoyed the data modeling aspect of this project. I also ended up modeling the board as a mapping of [row, column] -> color which might be different from the tradi…

  14. comment
    Comment #19708105

    https://github.com/djblue/tetris/blob/master/src/tetris/core... to update the mapping :)

  15. comment
    Comment #19708094

    I was following https://tetris.com/play-tetris , but I would be down to change it. It messes me up when I use the HJKL mapping.

  16. comment
  17. story
  18. comment
    Comment #19592139

    The reason I want to be able to have different files for different machines was to make slight variations to some of my dotfiles. I used to use branches but it was too much error p…

  19. comment
    Comment #18412259

    This is the biggest value of structured data, as soon as you convert something to a string you have lost all your leverage.

  20. comment
    Comment #10517811

    Same here :(

  21. comment
    Comment #10516673

    I think the consensus is that the site looks great... I have to agree :)

  22. story
  23. story
  24. story
  25. comment
    Comment #8622282

    I don't think your link works. Sorry.