HackerTrans
TopNewTrendsCommentsPastAskShowJobs

omarforgotpwd

no profile record

comments

omarforgotpwd
·6 maanden geleden·discuss
[flagged]
omarforgotpwd
·6 maanden geleden·discuss
I would say the article is speculative. My statement is based on information given at Tesla's shareholder meeting.
omarforgotpwd
·6 maanden geleden·discuss
Tesla is actually starting to make cathodes in house via a dry process, which is why they are no longer buying cathode material from this supplier. Typical sloppy reporting from Electrek.
omarforgotpwd
·11 jaar geleden·discuss
I learned Objective-C from Aaron Hillegass's book many years ago. Pretty funny to hear from someone who still loves the language.
omarforgotpwd
·11 jaar geleden·discuss
For many applications, like web backends that may have previously been written in Ruby, Python, or JavaScript, the garbage collector was not noticeable at all. Improvements to the garbage collector target apps that previously would have been written in C with manual memory management, as mentioned in the talk. Not all apps need to be written in C obviously, but this will help bring Go's concurrency primitives to places where the GC was previously a deal breaker, such as eggnet's program.