Viewing profile — djblue
djblue
HN member- Joined
- Sun, Sep 22, 2013, 1:08 AM UTC
- HN karma
- 106
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About djblue
Recent public activity
-
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.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #24785434
https://github.com/mfikes/esprit targets espruino from clojurescript.
-
comment
Comment #24134313
Thanks!
-
comment
Comment #24093089
Thanks!
-
comment
Comment #24092039
https://github.com/djblue/portal - link to the source and usage instructions.
- story
-
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 :)
-
comment
Comment #19708149
Your project is substantially superior to mine. It looks so goooooood!
-
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…
-
comment
Comment #19708105
https://github.com/djblue/tetris/blob/master/src/tetris/core... to update the mapping :)
-
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.
-
comment
Comment #19707978
Thanks!
- story
-
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…
-
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.
-
comment
Comment #10517811
Same here :(
-
comment
Comment #10516673
I think the consensus is that the site looks great... I have to agree :)
- story
- story
- story
-
comment
Comment #8622282
I don't think your link works. Sorry.