Viewing profile — moigagoo
moigagoo
HN member- Joined
- Mon, Jul 27, 2015, 5:23 AM UTC
- HN karma
- 137
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About moigagoo
No profile information was provided.
Recent public activity
-
comment
Comment #48619200
Is slopcoded somehow better?
-
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…
-
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…
- story
- story
- story
-
comment
Comment #47769143
On the other hand, this format allows people from all around the world to participate.
-
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…
-
comment
Comment #47767264
Please do share your progress with FigDraw. Interactive demoes always look great.
-
comment
Comment #47765809
I plan to give a couple of talks this year. Can't wait for NimConf, it is way overdue.
- story
- story
-
comment
Comment #40271766
Thanks! Feel free to ping me: https://app.cannon-chat.online/#/newcontact?deviceId=neatly-...
-
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…
-
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.
-
comment
Comment #40249170
Exactly! Not only that but the entire message delivery routine as well.
-
comment
Comment #40239832
It works fairly well on Android but horribly on iOS because PWA support is very limited on iOS.
-
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 …
-
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…
-
comment
Comment #36966709
Love this project. My 6 y.o. son and I used to spend hours with it, it's really fun.
-
comment
Comment #36960256
Are you hiring Nim devs?
-
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…
- story
-
comment
Comment #34102375
I'd just save a snippet to a file and wait a second for nimsuggest to highlight the errors :-)
-
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…