Live data from Hacker News

Viewing profile — coolreader18

coolreader18

HN member
Joined
Tue, Jan 22, 2019, 11:03 PM UTC
HN karma
460
Public activity
144 items

About coolreader18

I'm into Rust and programming languages/compilers.

I'm a core developer of RustPython (https://github.com/RustPython/RustPython).

https://github.com/coolreader18

email: coolreader18 AT gmail DOT com

[ my public key: https://keybase.io/coolreader18; my proof: https://keybase.io/coolreader18/sigs/Su2GDvjtDUUEwvoh46jH6urxEk39D7-LCSgTRN5v56s ]

Recent public activity

  1. comment
    Comment #34447755

    And also it's been confined to Switzerland for at least a couple years now; committing US federal crimes isn't a new circumstance for it.

  2. comment
    Comment #30635965

    In any case, it's still UB under the language guidelines, it's just not exploited yet.

  3. comment
    Comment #30391718

    I'm on a campus with these robots and over winter break, with the first big snow, a friend of mine was bored and apparently spent parts of his days just going around and helping th…

  4. comment
    Comment #29026150

    Hey I'm also on venlafaxine! It's worked very well for me as well, though I don't think I can really speak to the topic of the OP since I started taking it when I was relatively yo…

  5. comment
    Comment #28425990

    Not sure if they edited the comment after you commented, but that is a bitfield now, at least

  6. comment
    Comment #27492392

    Oh, it's updated in the article now.

  7. comment
    Comment #27465443

    Might be biased/stereotypical, but Rust's cargo does dependencies really well. It's as easy as npm to add new dependencies, but there aren't thousands needed to do anything, and if…

  8. comment
    Comment #27184419

    IIRC it involves qemu on aarch64

  9. comment
    Comment #27176978

    I think given these lines in the article (and the fact that she mentions OpenRC): > I have been an Alpine user for almost a decade and it's one of my favorite linux distributions. …

  10. comment
    Comment #27168730

    Yep, one of the main things I did with nim for the month or 2 I was really into it was write a duktape wrapper[0] (in retrospect, I should have made the name a pun related to wrapp…

  11. comment
    Comment #27117781

    I guess I could've just opened discord, but I went looking for an example of what had changed: https://i.redd.it/l6sluq2o8hy61.png

  12. comment
    Comment #27069798

    Mods, could this be substituted?

  13. comment
    Comment #27039525

    I was able to guess that it was the Mario game (but I was unsure since this is HN not gamefaqs), but I'd think there are probably other acronyms that people here might jump to - I …

  14. comment
    Comment #27026480

    Because ideally your JSON schema validator would turn it into a type that mirrors the structure of the data. "Parse, don't validate"[0] [0]: https://lexi-lambda.github.io/blog/2019…

  15. comment
    Comment #26969862

    I mean I think in terms of maintainer resources Linux is one of the projects with the least to worry about, there are always companies who are willing to have a team work on stuff.…

  16. comment
    Comment #26933788

    It's funny, wasm3 was just on the front page with a tail-call based interpreter model and now this is. Now I wanna do some stuff with tail calls :)

  17. comment
    Comment #26921098

    I though that was what the article was talking about as well, but I think it's actually the other way around - merge the last feature branch (the one that depends on the others) in…

  18. comment
    Comment #26910514

    Wow, 90+ reviews with the "hashtag"/slogan Free Mohammed.

  19. comment
    Comment #26875904

    > By that logic and reasoning Joe Biden and his crime bill and Bill Clinton who signed it into law are much bigger and effective racists Well, sure.

  20. comment
    Comment #26866886

    I mean git projects aren't generally given a (YYYY) marker, since they're expected to be continuously updated - no reason it couldn't be updated tomorrow if someone finds something…

  21. comment
    Comment #26853158

    Nah, I just didn't think it was necessary to put the full url since it was in the same thread. Idk.

  22. comment
    Comment #26848314

    Almost like this is something she's experienced before, and this is a preemptive attempt to stop it from happening. Edit: for example, hn/item?id=26847629. "oh you probably have no…

  23. comment
    Comment #26813878

    It's funny, for at least the first example, original pronunciation just sounds like Hagrid from the Harry Potter movies, which is especially interesting considering that's intended…

  24. comment
    Comment #26810210

    Yep, I thought I recognized at least one of them from 1041uuu: https://1041uuu.tumblr.com/post/104751238713

  25. comment
    Comment #26799597

    Maybe there's a bundler/webpack plugin that supports deno's import system, so it just fetches whatever http urls/analyzes the import maps and turns it into a normal web bundle.