Viewing profile — rtsisyk
rtsisyk
HN member- Joined
- Wed, Nov 20, 2013, 9:14 PM UTC
- HN karma
- 23
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About rtsisyk
No profile information was provided.
Recent public activity
-
comment
Comment #42470563
https://github.com/mapsme/omim/ was forked in December 2020, with all new changes up to the last commit of Apr 28, 2021 merged into https://github.com/organicmaps/organicmaps/ late…
-
comment
Comment #42470156
What have we achieved so far as we approach Christmas 2024: - ~3M¹ users from all countries of the world - ~15k ratings and reviews on AppStore and Google Play - 4.8/4.6 average ra…
- story
-
comment
Comment #42348179
> Roman noticed this. He undid the changes, made this post, and has now been booted from the organization? Correct.
-
comment
Comment #42348108
Removing the MIT license from the repository and claiming it as 'my code' is not how open source works.
- story
-
comment
Comment #13703633
BTW, packagecloud.io is the great hosting for RPM/DEB packages. We've been using it for the last couple years. GitHub + Travis CI + PackageCloud combination allows us build and pub…
-
comment
Comment #13703624
Overhead of localtime() is well-known, just RTFM. Anyway, this article provides very good explanation.
-
comment
Comment #13095790
Hi, Tarantool[1] team maintains production-ready fork of LuaJIT [2]. Commercial support contract for Tarantool covers problems with LuaJIT as the integral part of the product. [1]:…
-
comment
Comment #13095697
Tarantool[1], a general-purpose database and app server based on LuaJIT, has Lua/C API to work with 64-bit numbers and even custom cdata objects [2]. I can extract this code into a…
-
comment
Comment #12879777
Demo: https://asciinema.org/a/3unm4sw4g889ddk7tr0uettbn
-
comment
Comment #12879765
Travis CI allow you to run any particular command, including Docker, on the top of their Ubuntu Precise/Trusty images. There is no way to choose other images from docker hub in the…
- story
-
comment
Comment #11560336
Medium.Com is totally broken for me: ``` HTTP/2.0 403 Forbidden Server: cloudflare-nginx <!-- CloudFlare Date: Sun, 24 Apr 2016 16:45:26 GMT Content-Type: text/html; charset=UTF-8 …
-
comment
Comment #11560268
I'm not TOR user.
-
comment
Comment #11560266
Ohh, yes, CloudFlare. Sorry.
- story
-
comment
Comment #10816687
tarantool.org is an open-source project which is supported by my.com and many other commercial customers. my.com is an independent U.S. company that choose products on competitive …
- story
- story
- story
-
comment
Comment #10551765
Tarantool also plays well as an application server (with Lua or C procedures).
-
comment
Comment #6856663
Yeah, had the same thought after viewing the albums. However, modern Beijing looks more capitalistic than U.S. and Western Europe cities: http://www.flickr.com/photos/romantsisyk/s…
-
comment
Comment #6775791
The library code is Lua 5.1 compatible (except bitwise functions in "operator" submodule, but it can be easily replaced with "bit32" or even removed). Some high-order functions hea…
-
comment
Comment #6775610
Yeah, the library has some common functions with "itertools" Python's module [1]. fun.range syntax was even copied from Python's range. What is more, you can also take a look on Ha…