Viewing profile — jarekkruk
jarekkruk
HN member- Joined
- Sat, Feb 23, 2019, 6:35 PM UTC
- HN karma
- 17
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About jarekkruk
No profile information was provided.
Recent public activity
-
comment
Comment #23397221
3) Poland's solution was also open sourced very soon https://github.com/ProteGO-Safe . While it could have more privacy protective, as long as it will have an option to turn the co…
-
comment
Comment #22999631
On the other hand I haven't seen red black tree implementation that isn't based on Cormen (in most cases quoted).
-
comment
Comment #22892204
Poland. It was the most criticised part of initial restrictions, fortunately it is being relaxed on Monday (going out for recreation is allowed, opened parks and forests, however m…
-
comment
Comment #22696859
Don't worry, it will probably have yeast extract or some other source of glutamates.
-
comment
Comment #22689597
In Italy on average there are about 2000 deaths a day. Yesterday, there were 683 deaths attributed to Coronovirus.
-
comment
Comment #22677370
They even lobbied WHO to change their rules 5 years ago https://www.who.int/topics/infectious_diseases/naming-new-di... in preparation for COVID-19. Conspiracy grows thicker.
-
comment
Comment #22269741
IIRC it used to just start iteration at a pseudorandom index and then iterate normally. I looked at it couple years ago, don't know if they changed it.
-
comment
Comment #22218577
You could do it like in article, so for every nonempty element in powerset (combinations for each length) of those numbers calculate their lcm and add or subtract amount of multipl…
-
comment
Comment #21834606
It is not exactly comparable. Prostitution is an important issue in feminism. Statement "environmentalists support nuclear power" would be a better analogy, because many environmen…
-
comment
Comment #21298251
On my degree (chemical technology, Poland) it was very easy to get into (200 places with low cutoff score), but on the second year there was only 100 pupils. There is a general cor…
-
comment
Comment #20602728
Lexicographic order is already language specific nad majority of languages use only one script.
-
comment
Comment #20568077
I tend to mainly use const, let only when necessary. I never use var and set linter to scream about it at me. IE11 supports it, so unless you develop application for IE compatibili…
-
comment
Comment #19234793
For phone numbers if you accept numbers without country code then you need to know it. This library correctly handles numbers with country code without specifying the country in ot…