Live data from Hacker News

Viewing profile — eerimoq

eerimoq

HN member
Joined
Thu, Sep 19, 2019, 1:28 PM UTC
HN karma
312
Public activity
45 items

About eerimoq

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #26708595

    Thanks! I use a slightly modified version of your beautiful map on my website ( https://mys-lang.org/statistics.html ). No animations and the green circles are not quite aligned to…

  5. comment
    Comment #26698002

    The CPU usage sky rockets when showing the world SVG in my Chromium browser. Is there any trick to make the animated SVG be less CPU intensive?

  6. story
  7. comment
    Comment #24264940

    It compiles statically typed Python modules to CPython C extension modules. I do not know the details, but it sounds like that's a major difference to Mys.

  8. comment
    Comment #24264585

    Please do, but I won't promise I will contribute a lot, so don't be disappointed. =)

  9. comment
    Comment #24264569

    This looks promising indeed. Thanks for sharing.

  10. comment
    Comment #24264492

    I'll keep this in mind.

  11. comment
    Comment #24264471

    For me it's pretty simple. I love Python. I like speed. I like embedded. This is an attempt to take advantage of Python's type hints to create fast and hopefully small binaries tha…

  12. comment
    Comment #24264277

    I like the idea. If our languages are similar it could even make sense to stop developing one of them and focus on the other, but that's probably far fetched. I'll have a look at y…

  13. comment
    Comment #24264020

    Well, probably not. Nim is similar, but I prefer Mys' Python-like syntax. Mys' toolchain will probably be similar to Nim. That is, generating C/C++ code. Sorry about the confusion.…

  14. comment
    Comment #24263973

    Nice job. I don't understand the question. Can you rephrase it? =)

  15. comment
    Comment #24263920

    No, I am not aware of ChocoPy. Thanks for letting me know. Shedskin uses the Python interpreter if I remember correctly. I aim not to.

  16. comment
    Comment #24263891

    Updated the GitHub repo and the HN post. Thanks.

  17. comment
    Comment #24263852

    It's a wide question, and I don't have a good answer. One obvious difference is the syntax. I prefer Python's syntax over Nim's, but at the same time I find Python slow sometimes a…

  18. story
  19. comment
    Comment #24109037

    That's pretty much what I wrote in the first post.

  20. comment
    Comment #24108944

    In my experience most bugs are due to misunderstanding requirements and simply writing faulty logic. Just a few bugs are related to the language itself.

  21. comment
    Comment #24108828

    Of course the language can help the programmer to write better code. High level constructs and easily available libraries that are well tested and widely used helps a lot. However,…

  22. comment
    Comment #23562329

    Thank you very much. Very helpful answer. I'll continue to use 52 MHz until I encounter problems (if any).

  23. comment
    Comment #23560516

    Will fix it at some point =)

  24. comment
    Comment #23560473

    I'm just referring to the fec driver kernel module, not the user space software. But I might of course be wrong. I've done lots of iterations trying to optimize the boot time on th…

  25. comment
    Comment #23560427

    The goal is to not configure the MMC at all in Linux, but just rely on the bootloader has already configured it. Btw, where can I find the spec? And where in the spec can I read ab…