Live data from Hacker News

Viewing profile — moigagoo

moigagoo

HN member
Joined
Mon, Jul 27, 2015, 5:23 AM UTC
HN karma
137
Public activity
42 items

About moigagoo

No profile information was provided.

Recent public activity

  1. comment
    Comment #48619200

    Is slopcoded somehow better?

  2. comment
    Comment #48590549

    No it's not. Araq does use LLM to generate code in Nimony but his approach involves very strict control over the produced code, it's nothing like Bun's Zig to Rust endeavor where t…

  3. comment
    Comment #48590222

    My love letter video turned out a bit chaotic, I apologize upfront. But the core points I make there I can get behind any day of a week. I do think Nim is the best language out the…

  4. story
  5. story
  6. story
  7. comment
    Comment #47769143

    On the other hand, this format allows people from all around the world to participate.

  8. comment
    Comment #47768900

    We use custom types for that usually, optionally with parametric polymorphism. But as others said already, Nimony (codename for the next Nim iteration) introduces revamped concepts…

  9. comment
    Comment #47767264

    Please do share your progress with FigDraw. Interactive demoes always look great.

  10. comment
    Comment #47765809

    I plan to give a couple of talks this year. Can't wait for NimConf, it is way overdue.

  11. story
  12. story
  13. comment
    Comment #40271766

    Thanks! Feel free to ping me: https://app.cannon-chat.online/#/newcontact?deviceId=neatly-...

  14. comment
    Comment #40263068

    Thanks for the kind words! > Presumably, your server stores a registry of Device IDs and IPs to route messages? Not IPs but Push API registration objects. > What about replacing th…

  15. comment
    Comment #40250150

    Yeah Apple kinda hates PWA it seems. I honestly tried to make it usable on iOS but it just fails with anything I'm trying to do.

  16. comment
    Comment #40249170

    Exactly! Not only that but the entire message delivery routine as well.

  17. comment
    Comment #40239832

    It works fairly well on Android but horribly on iOS because PWA support is very limited on iOS.

  18. story
    Show HN: Anonymous chat service with no registration or installation required

    Cannon is a chat service created to mimic physical conversions. Like in real life, there is no chat history or account setup. If you want to test the service, feel free to message …

  19. comment
    Comment #36971859

    The biggest challenge with Enu is that kids don't read or write well, so they're basically sitting there telling youbehat to do and you're just coming up with solutions frantically…

  20. comment
    Comment #36966709

    Love this project. My 6 y.o. son and I used to spend hours with it, it's really fun.

  21. comment
    Comment #36960256

    Are you hiring Nim devs?

  22. comment
    Comment #36956652

    Congratulations to everyone involved and the entire Nim community! Nim has been my language of choice for the past decade and I'm really happy with the new features in Nim 2.0. Som…

  23. story
  24. comment
    Comment #34102375

    I'd just save a snippet to a file and wait a second for nimsuggest to highlight the errors :-)

  25. comment
    Comment #34093176

    As a Python user, I had my a-ha moment with Nim when I realized I didn't need a repl. With Python, I used repl all the time. There's bpython, ptpython, ipython, and probably a coup…