Viewing profile — refaqtor
refaqtor
HN member- Joined
- Wed, Oct 30, 2019, 3:27 AM UTC
- HN karma
- 17
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About refaqtor
No profile information was provided.
Recent public activity
-
comment
Comment #21403254
Well, if you're talking GUI stuff, nothing in Nim compares to Qt. But, I did routinely use Qt for console, server, and headless embedded stuff. The Qt environment compensated for l…
-
comment
Comment #21403002
I've quit using Python, unless forced, because I've gotten too many folders of files that "work on my(the original developer's) machine," but fail on mine because I didn't find or …
-
comment
Comment #21402882
Nim is great for knocking out commandline apps, I recommend "cligen" for quick and clean options, or "docopt" for friendlier cli options. They feel "scripty" when you can begin wit…
-
comment
Comment #21394654
I don't have vague memories. I use it everyday on production code on server and embedded. I find it stable, solid, dependable.
-
comment
Comment #21394637
"Nimrod" experience is quite outdated. There have been great improvements in documentation in the last year.
-
comment
Comment #21394614
cross-compiling to ARM embedded was surprisingly simple
-
comment
Comment #21394580
ditto! docker and kubernetes are solutions to problems that shouldn't be there in the first place!
-
comment
Comment #21394566
I'm using Nim in production since .18 with zero issues. I spent many years in Qt/C++ and was reasonably quick, but not as quick as I was with D. But then, in an evening, from a col…