HackerTrans
TopNewTrendsCommentsPastAskShowJobs

doctordesh

no profile record

comments

doctordesh
·5 yıl önce·discuss
> ... Go and node.js are popular and both do asynchronous stuff effortlessly (even though they are single threaded typically)

I know that I'm being very pedantic here, but Go is not a "typically single threaded" language. Go has as fine control over it's threads (goroutines) as C does over it's threads. Go is very capable of true parallellism.
doctordesh
·5 yıl önce·discuss
Maybe you should expose some way of contacting you. I might be willing but it would be good to discuss some terms and expectations first
doctordesh
·5 yıl önce·discuss
I wrote this (at work) to update versions in our projects from one place, and even partial versions. Saves me some headache and mental space every time. I know there are competitors but none I found was just simple, everything else was bloated with Git-integration or regex search instead.

https://gitlab.com/MaxIV/app-maxiv-semver
doctordesh
·6 yıl önce·discuss
You have a “Try it out” button that forces me to create an account and login. This is a turn of for me, completely. So, no trying out for me
doctordesh
·6 yıl önce·discuss
Since Swift got ABI “stable” stamp the runtime and standard libraries is shipped with the OS, reducing the overhead by ~50 mb.