Viewing profile — jkeler
jkeler
HN member- Joined
- Mon, Feb 22, 2016, 10:30 AM UTC
- HN karma
- 62
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jkeler
No profile information was provided.
Recent public activity
-
comment
Comment #12038967
> I also found a Rust implementation which seems not to compile, but is useful as I'm trying to teach myself Rust https://github.com/kenpratt/rusty_torrent I think the work to get …
-
comment
Comment #12021825
Wide gamut is not enough, we also need HDR (that is Rec 2020 color space with Perceptual Quantizer). This will allow to show much brighter (and darker) colors.
-
comment
Comment #11928873
> Because the probability drops exponentially with Ω, it's easy to pick an Ω such that the chance of observing a blockchain reorganization is less likely than having the processor …
-
comment
Comment #11896073
> They can't upgrade to recent GNU tools because of the GPLv3. They can but it is their choice not to use GPLv3 tools.
-
comment
Comment #11882919
It's not about how probable are these conditions but given these conditions how probable is that life will appear.
-
comment
Comment #11882751
For people who want an alternative view on this problem: http://biologydirect.biomedcentral.com/articles/10.1186/1745...
-
comment
Comment #11882717
> a probability for civilizations to form of one in 10 billion per planet was considered highly pessimistic I think people underestimate how low probabilities can really be. Accord…
-
comment
Comment #11880865
I would better trust EFF on this: https://www.eff.org/issues/tpp
-
comment
Comment #11880822
First they manipulated search suggestions in favor of Hillary and now this :(
-
comment
Comment #11803434
You don't need DNS, access it directly by IP: http://31.184.194.81/
-
comment
Comment #11797505
While I like idea I don't completely understand it. What 'runtime' is actually supposed to be? What if I need two runtimes? I will probably need to bundle one of them with the app.…
-
comment
Comment #11796478
http://www.stoa.org.uk/topics/bullshit/pdf/on-bullshit.pdf > One of the most salient features of our culture is that there is so much bullshit. Everyone knows this. Each of us cont…
-
comment
Comment #11605806
It defines extensions but no way to detect them. Am I missing something?
-
comment
Comment #11149869
You are probably talking about static typing, not strong. Strong typing implies that there are no implicit type conversions which is not true for C++.