Live data from Hacker News

Viewing profile — robto

robto

HN member
Joined
Thu, Apr 30, 2015, 4:10 PM UTC
HN karma
986
Public activity
177 items

About robto

robto@idle.horse

Recent public activity

  1. comment
    Comment #49183702

    Seems like it draws a lot of inspiration from EDN. Tagged literals, commas-as-whitespace (and optional), and anything-can-be-a-key are features I sorely miss when I have to go back…

  2. comment
    Comment #46352064

    I think the flocking behavior of birds is one of the most entrancing natural phenomena, it's great to see it play out in such an intuitive way here. Is a quadtree generalizable to …

  3. comment
    Comment #44936691

    I've been meaning to try this out, from my read it's a declarative way to get some structured concurrency. I work in a codebase that heavily uses core.async channels to manage conc…

  4. comment
    Comment #43763389

    I think the RDF standards have produced many useful tools for those that work with graph data. And the W3C is a useful coordination place for new standards like Verifiable Credenti…

  5. comment
    Comment #43733941

    Haha, I read The Joy of Clojure way back in 2013 and conflated the different reference types with STM. So thanks for mentioning that, I always thought it weird that you'd need STM …

  6. comment
    Comment #43719540

    Clojure atoms use STM, though. I've been writing Clojure for almost a decade now, it's not that STM isn't great, it's just that immutable data will carry you a very long way - you …

  7. comment
    Comment #43530097

    One of the fun things about Clojure that reinforces this "trivially true" perspective is that maps and sets are functions: ;; "maps" the keys to the values (map {1 "a" 2 "b"} (take…

  8. comment
    Comment #43295537

    I wonder if there's any chance of technology like Verifiable Credentials[0] getting any adoption because of these laws. I think there are legitimate use cases where you would want …

  9. comment
    Comment #42475146

    Is the Cybersecurity Fabric an open standard? I didn't see any licenses in the Github repository. Is Tidecloak just an implementation of an open protocol? Or is it entirely proprie…

  10. story
  11. comment
    Comment #41889042

    I could see using one of these as a landline replacement. I was lamenting with another parent the expense of a landline and how difficult it is for kids to call each other to arran…

  12. comment
    Comment #41291668

    All data is a graph, and so graph query languages work well for this. SPARQL is my tool of choice but cypher and maybe GQL (though that's new).

  13. comment
    Comment #40690330

    That looks pretty nice - my youngest lost interest once the stories started, and I think that was partly because the stories weren't particularly engaging. But overall I was extrem…

  14. comment
    Comment #40687558

    For what it's worth, the oldest got all the way through on his own power, asking to do it each day. The next kid petered out around day 45 and we didn't try to force it, but she's …

  15. comment
    Comment #40687423

    I taught my kids how to read pretty early (4, not 2) using the Teach Your Child to Read in 100 Easy Lessons book, which was astoundingly easy. Both kids are now in school and readi…

  16. comment
    Comment #40446751

    This is my goto: webserver: ring-jetty9-adapter[0] routing: reitit[1] html templates: hiccup[2] never used an ORM, but happily used HugSQL for making composable queries[3]. [0] htt…

  17. comment
    Comment #39349492

    Reminds me of the Minneapolis Skyway[0]. I wonder if other cold-weather cities have similar systems. [0] https://www.skywaymyway.com/

  18. comment
    Comment #39061052

    They say naming is one of the hard problems of computer science, but there's not much concrete work addressing it. I'd recommend Elements of Clojure[0]. Don't be fooled by the titl…

  19. comment
    Comment #39020163

    The list of text links is basically what https://pinboard.in is, basically - social bookmarking. I only use it privately, but it does have the exact function you're talking about a…

  20. comment
    Comment #38355510

    The books weren't actually destroyed, there is a shot of Rey with them on Millenium Falcon at the end of the movie when they pick up all the survivors. I was actually really excite…

  21. comment
    Comment #38124346

    I haven't seen much else that's competing in the same space, and it seems to be progressing as a standard, albeit slowly.

  22. comment
    Comment #38120927

    I worked on implementing this last summer in Clojure, is this the same URDNA2015 specification? I got all but three of the tests in the test suite working, but in the end ditched i…

  23. comment
    Comment #37815903

    Falling Free is a great place to start, as it has a stand-alone plot and introduces the setting very well. If you like it then I'd also recommend the Vorkosigan saga.

  24. story
  25. story