HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vHMtsdf

no profile record

comments

vHMtsdf
·3 jaar geleden·discuss
My "laptop" only gets used on desks and my "desktop" sits under my table. Go figure..

He calls it a laptop since Framework calls its computers "laptops" and the whole setup is battery powered.
vHMtsdf
·3 jaar geleden·discuss
On my and my families windows machines, I try to follow the advice from Taylor Swift who seems to know what she is doing... https://decentsecurity.com/#/securing-your-computer/

In short: 1) secure bootup by locking up BIOS and encrypting your drive 2) set User Access Controls to the highest level 3) install up to date browser with appropriate addons (ublock)
vHMtsdf
·4 jaar geleden·discuss
I am not exactly sure what they were working on, but I am not convinced that any code can be made non-allocating easily.

For example, when you are building large trees with complex structures in the nodes and you need to both add/remove the nodes, the effort to make it non-allocating might be too much compared to just using C++ and writing things more naturally?
vHMtsdf
·4 jaar geleden·discuss
It was a talk by folks from this team: https://gradient.avast.io/people-behind/
vHMtsdf
·4 jaar geleden·discuss
I heard a talk from a large cybersecurity company that was using Julia for research and is apparently in the process of dropping Julia due to: - difficulty in hiring, apparently it was too expensive/difficult to hire Julia programmers, - poorly performing garbage collector. If I recall correctly, they had issues when trying to process huge amounts of data.

Seems like small teams will not run into these issues at least initially.

I really like Julia and I hope it becomes huge, but stories like this make me wonder whether the whole Julia ecosystem will ever mature to a level of Python for example. And in turn, making it viable for large organizations that might be using e.g. Python + C++ combo that might be easier to hire for/more versatile/with better known drawbacks.

Essentially, I am not sure whether the potential of Julia is that much greater than the realized potential of the incumbents to warrant the "Julia is the language of the future".