Viewing profile — nenreme
nenreme
HN member- Joined
- Tue, Mar 22, 2016, 1:35 PM UTC
- HN karma
- 68
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About nenreme
No profile information was provided.
Recent public activity
-
comment
Comment #15227449
That's also how their border guard works.
-
comment
Comment #15227232
This sounds like scintillating scotoma: https://en.wikipedia.org/wiki/Scintillating_scotoma
-
comment
Comment #15217131
From the first paper that you linked (available freely on sci-hub) it looks like they were unable to proove that their method actually works. They made simulations with small probl…
-
comment
Comment #14955919
You download 32 bytes hash and check it using 20 byte hash from the magnet link.
-
comment
Comment #14918934
> They were booted out of Russia What do you mean by that? I'm in Russia and using PIA with no issues.
-
comment
Comment #14769442
Why are you posting not publicly accesible links? Am I now supposed to register at linkedin to read news here?
-
comment
Comment #14759893
They didn't. You did.
-
comment
Comment #14759875
> Can you imagine the uproar if Visa said the same thing? It would be totally unthinkable. No, that's exactly what Visa says, they call it chargeback. That's why it is hard to buy …
-
comment
Comment #14742707
I always configure git and all editors on Windows to use LF line endings. It is so annoying that so many applications use CRLF endings by default, I never understood reason for tha…
-
comment
Comment #14701270
D is memory unsafe by default so it probably has a lot of them.
-
comment
Comment #14669362
> there’s evidence that development on the network propagation component was completed in February. Yet no evidence is provided. Why would they want to hide it?
-
comment
Comment #14604418
They are very different languages. Rust was designed to be GC-free and memory safe. D, on the other hand, has GC and is memory unsafe by default.
-
comment
Comment #14568363
Obviously he was not the first. Not even close.
-
comment
Comment #14416149
> So do Java, C#, Python, Ruby, PHP, Javascript, and virtually everything else and they are very heavily used. That's the point. There are already many popular languages with GC. W…
-
comment
Comment #14255623
Everything is on sci-hub anyway.
-
comment
Comment #13868483
No problem :)
-
comment
Comment #13867676
citrusui originally asked about DCI-P3 color space, ygra then confused this wider color space with higher bit-depth. Now you want to further confuse everyone by referring to your c…
-
comment
Comment #13867259
What you are talking about is bit-depth which is not related to color spaces (although for wider color spaces you need higher bit-depth to avoid banding).
-
comment
Comment #13867226
Why P3? It is better to go directly to Rec. 2100 with HDR which is more future-proof.
-
comment
Comment #13763133
No, it's like a virtual proccess but with simpler memory layout. If you try to read or write memory outside of the allowed range it will trap (which is like segmentation fault on L…
-
comment
Comment #13752594
Australia definitely has the ability to prevent Russia from setting up bases in Antarctica. It more like that they don't intend to do that because all their claims of sovereignty o…
-
comment
Comment #13688209
> They're not censoring content that you are able to access legitimately. I think you meant "They're not censoring content that you aren't able to access legitimately". This is bul…
-
comment
Comment #13685628
Uber is losing money at astonishing rates.
-
comment
Comment #12958092
> such as the way Windows permits slightly invalid Unicode Windows allows invalid UTF-16 while Unixes allow invalid UTF-8.
-
comment
Comment #12611412
Decoding is good but hw encoding usually has very bad quality/size ratio compared to best software encoders.