HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iamchp

no profile record

comments

iamchp
·il y a 3 ans·discuss
> immersion effect Totally agree. At the moment, add to home screen creates a shortcut that opens up Safari (along with its other distracting tabs ;) would be great if Sit could be set up as a web app too!
iamchp
·il y a 4 ans·discuss
I’m seriously considering piracy because streaming services don’t offer subtitles in my mothertoungue. I come from a non-english speaking country and I live in a foreign country. Some movie offerings provide my mother tongue, but others don’t, and this is super annoying :’( I really wish content providers would just add on all subtitle languages :(
iamchp
·il y a 4 ans·discuss
Computer architects use the term 'memory wall' to refer to this latency problem. CPU microarchitectures are constantly improved to improve IPC, Die technology helps increase CPU frequency, but memory access latency is not keeping up with the CPU improvements.
iamchp
·il y a 4 ans·discuss
This would benefit sequential access, but it'd either be disabled for random-access or pollute the caches with unused lines.

But in cases where sequential memory bandwidth is required, this is pretty cool! (But I assume Intel only, which would also be a bummer)
iamchp
·il y a 4 ans·discuss
Thank you for this pointer. I was also wondering what the motivation for FFM was (I'm not a Java person), but reading the JEP answered my question!

The JEP is really elegantly written!
iamchp
·il y a 4 ans·discuss
Thank you for this (albeit a different project). My immediate question when I read the last part of the page was 'What about PyPy!?' PyPy might be different for the original post's execution, but I still assume some significant speedups?
iamchp
·il y a 4 ans·discuss
Awesome to read about the memory management in Windows. (To me Windows seems to much of a black-box, but this is also because I only develop on Linux)
iamchp
·il y a 4 ans·discuss
The JDK issue ticket linked towards the bottom of the post has some interesting discussions. Apparently Developers at RedHat ran into a similar problem and decided to build an 'agent' to help developers identify code patterns triggering the issue.

Slightly different approach to the Netflix post, but still an interesting line of effort to find problematic Java code!

For anyone interested: https://bugs.openjdk.org/browse/JDK-8180450?focusedCommentId...