Live data from Hacker News

Viewing profile — ldeangelis

ldeangelis

HN member
Joined
Tue, Feb 04, 2020, 9:07 AM UTC
HN karma
83
Public activity
47 items

About ldeangelis

No profile information was provided.

Recent public activity

  1. comment
    Comment #24824476

    Some anecdotal data: I sometimes sleep with a white noise machine (the Dohm from Yogasleep). When I sleep with it, I usually remember my dreams way better (I feel like I had multip…

  2. comment
    Comment #24707639

    I was going to comment the same thing. It can be fixed by addding a conversion in the if like this: if int(guess) == lulu + boonie: instead of if guess == lulu + boonie:

  3. comment
    Comment #24590377

    The performance seems pretty impressive! I'd like to see comet being added to techempower's benchmark, to see how it competes against other frameworks.

  4. comment
    Comment #24587896

    I wasn't clear, sorry. What I meant to say is that most people use Laravel and Symfony, which are nowhere near the top performing PHP frameworks on the benchmark.

  5. comment
    Comment #24587731

    I have to point out that what you say applies only on the "Fortunes" benchmark. On the others benchmarks, Java always comes before PHP. I'll also add that most people don't use the…

  6. comment
    Comment #24587559

    Here's a benchmark of CRuby vs JRuby vs TruffleRuby: https://pragtob.wordpress.com/2020/08/24/the-great-rubykon-b...

  7. comment
    Comment #24577101

    Discord was heavily marketed towards the gaming community that was split between Skype, Teamspeak, Mumble and maybe some others that I don't remember. All of them had some flaws wh…

  8. comment
    Comment #24566364

    > Modern Java(which looks more and more like an OCaml on the JVM) Could you please elaborate on that? Is it related to the new features, like lambdas, pattern matching with switch …

  9. comment
    Comment #24460420

    I think this one is the original video (in slightly better quality) https://www.youtube.com/watch?v=enqiof-3TfE

  10. comment
    Comment #24426657

    It looks great! I never really used Javadoc so please see this as a total outside feedback. I like the modern look, lighthouse is almost perfect in accessibility which is great (th…

  11. comment
    Comment #24322905

    Maybe leveraging the Github developer student pack could work. Sign in with Github, and if you have the student developer pack you get a discount.

  12. comment
    Comment #23595727

    I use it to learn Japanese and it's very useful. Thank you for your contributions.

  13. comment
    Comment #23498191

    I agree, but in the article, it was mentioned that the V8 team already wanted to make their RegExp engine more independent. Also, since Mozilla runs of limited resources, it's grea…

  14. comment
    Comment #23446813

    > Do you use Rust for any systems or have thought about it? > We do not currently, though it comes up once in a while in our internal chat rooms - Wendy https://old.reddit.com/r/sp…

  15. comment
    Comment #23426815

    I think one of the pain points that Go addresses is the compilation speed of large C++ projects at Google, and it's one of the reasons it was made in the first place. From what I k…

  16. comment
    Comment #23426451

    Correct me if I'm wrong but comparing Go against Swift, C, C++, and Rust isn't really fair since one of Go's goals is compilation speed, in which it seems to shine against these ot…

  17. comment
    Comment #23414902

    The link is broken by the ">" at the end. While you are right, the thread was explicitly named "Who regrets choosing Elixir", so I think there's a bias in the responses.

  18. comment
    Comment #23414840

    One point that was not mentioned: Deno is distributed as a single binary. Combined with the security options, I think it's a great feature for small scripts in an enterprise contex…

  19. comment
    Comment #23414696

    That's a really good analysis. I never really though about it that way.

  20. comment
    Comment #23408140

    Go compile to native binaries, and is used for a lot of tools and CLIs.

  21. comment
    Comment #23382867

    Their pinned thread explains that the account is mainly run by one person https://twitter.com/rustlang/status/1263105810525237248

  22. comment
    Comment #23378037

    Interestingly, the initial article [0] is still alive and updated. The most recent addition was about Go. I'm always impressed by how many people do things with this language. It s…

  23. comment
    Comment #23348012

    Another great article that's kind of on the same subject https://qualiacomputing.com/2019/08/27/carhart-harris-fristo...

  24. comment
    Comment #23347974

    Here is is the "Fuschsia Programming Language Policy" that was here some time ago https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master...

  25. comment
    Comment #23347959

    One reason that I use cat is that if by mistake I write ">" instead of "<", I'll lose my whole file. There's no risk with cat.