Live data from Hacker News

Viewing profile — uDontKnowMe

uDontKnowMe

HN member
Joined
Sun, Apr 19, 2020, 6:19 PM UTC
HN karma
303
Public activity
65 items

About uDontKnowMe

No profile information was provided.

Recent public activity

  1. comment
    Comment #41468610

    I'm not so sure. I wish it were as you say but there are currently 5600 job postings mentioning Scala on LinkedIn in the USA, vs 82 that mention Clojure. 82! In the entire USA. So …

  2. comment
    Comment #28970842

    What about Avro then?

  3. comment
    Comment #28881235

    It's interesting you call relationships on Reddit para-social, I don't know if that quite fits the word because Reddit is more of a two-way reciprocal relationship between commente…

  4. comment
    Comment #28865849

    Consistently interesting content coming out of Pragmatic Bookshelf publishers these days. Recently, I have particularly enjoyed the Ray Tracer Challenge ( https://pragprog.com/titl…

  5. comment
    Comment #28843397

    Thank you so much for this, it's great work!

  6. comment
    Comment #28731225

    Unfortunately even if you only cared about plants, you would still be better off on a vegan diet because animal agriculture requires order(s) of magnitude more plants to be cultiva…

  7. comment
    Comment #28730424

    The food chain is an abstraction that describes the natural world, not a moral agent any more than the water cycle is. Wild animals predate in the wild, yes, but they aren't moral …

  8. comment
    Comment #28513340

    I have to point out the obvious, that this chart doesn't pass the smell test and must have done something really wrong to conclude that in 2021, JS and Python power less websites t…

  9. comment
    Comment #28458332

    Really dislike the "written in Rust" suffix all the time...

  10. comment
    Comment #28419436

    Why wouldn't companies raise their prices to match demand in the long term?

  11. comment
    Comment #28406923

    Would there not be a risk that you may get something working nicely in openjdk and then you go to do a native compilation, and it turns out that it doesn't work due to some new met…

  12. comment
    Comment #28406304

    I explored this briefly but it ended up taking about 25 seconds to compile hello-world in Clojure. That struck me as causing a lot of pain to develop for. That, combined with how y…

  13. comment
    Comment #28164186

    What do you mean by democratic? Are you thinking of some kind of election system to replace mods, and if so have you seen such a mechanism work anywhere else on forums?

  14. comment
    Comment #28162812

    Sorry, to be more precise, I'm seeing in total roughly: - 6.8% old reddit - 5.8% mobile web - 72% new reddit - 15.6% reddit apps

  15. comment
    Comment #28162052

    I think it's a common misconception that old.reddit.com is still extremely popular. As a mod of a medium-large sub which should skew highly towards old.reddit.com (developer-focuss…

  16. comment
    Comment #28150988

    Have you considered rabbitmq or nats?

  17. comment
    Comment #28142348

    >Exactly, and all you need is Any If you're using Any, then your program is (at least in part) dynamically typed. I don't think it's fair to say "look! Static typing is better than…

  18. comment
    Comment #28069996

    An other Ray Tracing book I've really been enjoying recently is the Ray Tracer Challenge by Jamis Buck https://pragprog.com/titles/jbtracer/the-ray-tracer-challeng...

  19. comment
    Comment #28042488

    That's true! But now we'll get into what is possible vs what is idiomatic, common, and supported by the language/stdlib/tooling/libraries/community. If I remember correctly, Rich H…

  20. comment
    Comment #28042116

    I've seen this article and I applaud it for addressing the issue thoroughly but I still am not convinced that static typing as we know it is as flexible and generic as dynamic typi…

  21. comment
    Comment #28041219

    Not who you are responding to, but the common idea that static types are all win and no cost has become very popular these days, but isn't true, it's just that the benefits of stat…

  22. comment
    Comment #28040657

    Yes I agree there is a problem of a lack of institutional funding in the Clojure world. Luminus is a great tool but it is a bit sad that it is arguably the most production-ready we…

  23. comment
    Comment #28039163

    That's right. You typically would have your text editor/ide open, and the process you're developing would expose a repl port which your editor can connect to. As you edit the sourc…

  24. comment
    Comment #28037343

    There is the widely used Luminus framework https://luminusweb.com/

  25. comment
    Comment #28009291

    Thanks for that great series! It reminded me a lot of this demo for O'Doyle Rules, a Clojure rules engine library, wherein the author demos a dungeon crawler style video game writt…