Deep Translate – cheap alternative to Google Translatedeeptranslate.net1 ポイント·投稿者 gotzmann·6 年前·1 コメント
Vladimir Putin: The Real Lessons of the 75th Anniversary of World War IInationalinterest.org14 ポイント·投稿者 gotzmann·6 年前·0 コメント
gotzmann·6 年前·議論The guy behing Wren is Bob Nystrom, member of Dart language team and author of Crafting Interpreters book.
gotzmann·6 年前·議論Thats interesting. In PHP world the situation radically different: modern frameworks based on libevent are really speed up web apps up to 10x.I've thoroughly benchmarked my own framework[1] for REST APIs and now it outperforms many of Go / Node.js platforms on Techempower[2][1] https://github.com/gotzmann/comet[2] https://www.techempower.com/benchmarks/#section=test&runid=e...
gotzmann·6 年前·議論I kinda prefer PHP for most of my web backends like yet another REST API.Modern framewrok like Comet easily beats any NodeJS or Python project regarding performance and latency:https://github.com/gotzmann/comet
gotzmann·6 年前·議論In reality many programmers do not think much about how slices really work and got stuck with many gotchas from the mentioned quizzes.
gotzmann·6 年前·議論I've compiled a few interesting quizzes about Go's slices: https://medium.com/@gotzmann/so-you-think-you-know-go-c5164b...
gotzmann·6 年前·議論I'm digging into PHP and creating performant yet PSR compliant framework for building ultra-fast REST APIs:https://github.com/gotzmann/comet
gotzmann·6 年前·議論To any other API server written in "fast" in common sense language or platform like Go, NodeJS, Java, Net Core, etc.