Viewing profile — oddx
oddx
HN member- Joined
- Sat, Mar 02, 2013, 11:19 PM UTC
- HN karma
- 134
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About oddx
No profile information was provided.
Recent public activity
-
comment
Comment #48596407
> it of course will still have identity in being a unique structure in memory No, it will not. The design allows multiple objects to share one structure in memory across multiple r…
-
comment
Comment #40379775
Also in Iran, also in Belarus
-
comment
Comment #39166512
Russian has this letter - english N -> russian Н - english H -> russian Х - english X -> russian doesn't have 1 letter equivalent, usually КС or ИКС used
-
comment
Comment #37631508
I dedicated a day to evaluating feature flag software based on specific criteria: - Must support multiple SDKs, including Java and Ruby. - Should be self-hosted with PostgreSQL dat…
-
comment
Comment #37207705
But caching doesn't required here. Hash.new calls block only if value isn't initialialized.
-
comment
Comment #30566510
Better example in this context is Singapore.
-
comment
Comment #25613300
Predictable (low) pauses. Ability to (easily) embed into other language/app as library/plugin.
-
comment
Comment #24242099
> That's cool and all, except everyone in that country had 2 sim cards with 2 numbers. This is not true. Some people have multiple SIM cards, but it is not even remotely close to "…
-
comment
Comment #24122083
> I've been able to contact a few of my friends Try to use Telegram for communication, it might work. It's not full internet shutdown, some programs like Telegram or VPN Psiphon, T…
-
comment
Comment #24014540
It's not clear what exactly they mean by cold start. I just ran a simple test with a worker returning hardcoded html without external requests (on a free plan): 1. First run: time_…
- comment
-
comment
Comment #22780349
Just want to add to @orthoxerox comment that Russia 13% tax often isn't understanded correctly, effective tax rate for wages closer to 45% (while many it components not called taxe…
-
comment
Comment #20637883
In my country (Estern Europe) sperm qulity test cost around 5-15$.
-
comment
Comment #20084022
This is not true, you need one schengen visa even if your country doesn't have visa agreement with EU (my country doesn't have).
-
comment
Comment #18000020
I don't have answer to you question, just a few notes about another low cost proder - Hetzner: * They have RAID by default * They have private network included now (vSwitch) Drawba…
-
comment
Comment #17957900
> This is pretty normal Can anyone comment how common it is? Isn't normal in Europe? US? Other countries?
-
comment
Comment #15996415
Belarus is may be dictatorship, but it's for sure not totalitarian. And if you think that nacist Latvia is open liberal democracy you bought into propaganda.
-
comment
Comment #12908825
Estonia, Latvia and Lithuania were parts of Russia for 300 years with small omissions. It is longer than the time of existence of the United States. So they have a lot cultural and…
-
comment
Comment #12132382
I guess it was just: - login to server - make dump of all threads stack traces - see that something like Regexp.match present in all stacks - find function that called this regexp.…
-
comment
Comment #11677329
In my Info.plist: JVMVersion 1.8*,1.8+ , but still kept crashing. Have to rollback to old vulnerable version.
-
comment
Comment #10519652
Do you have any stats for this claim? I found only this link and look like rate isn't really high http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1414751/table/T1... >Suicide numbers a…
-
comment
Comment #9068965
Competition can be limited not only in "hard" way (like not allowing any third-party apps), but also in many "soft" ways. Google uses his position to set default options for apps a…
-
comment
Comment #9068664
> Is it a news that corporations are creating "ecosystems" to make money, not to benefit third-parties? Corporations do their job to make money of course, but it's better to limit …
-
comment
Comment #9068510
> How about writing your own OS and creating an ecosystem for hardware vendors and developers first? I think it would be better for society if smaller companies will be able compet…
-
comment
Comment #7989887
We don't have sudden huge traffic spikes and so we don't need automatic scaling. We maintain a few extra serves for redundancy and small traffic spikes. When business grows and we …