HackerTrans
TopNewTrendsCommentsPastAskShowJobs

johlo

no profile record

Submissions

Traverse: In-memory graph database for the modern data stack

traverse.truespar.com
3 points·by johlo·2 месяца назад·0 comments

Google in Your Terminal

gogcli.sh
1 points·by johlo·5 месяцев назад·0 comments

I Am Building an AI-Powered Reverse Incubator

benjaminsen.substack.com
1 points·by johlo·5 месяцев назад·0 comments

Ten Ways to Fool the Masses When Presenting Battery Research (2021)

chemistry-europe.onlinelibrary.wiley.com
2 points·by johlo·6 месяцев назад·0 comments

Why Authorization is more important

oscarevertsson.com
2 points·by johlo·7 месяцев назад·0 comments

comments

johlo
·11 лет назад·discuss
I hadn't heard of javosize before, looks interesting, thanks. Being able to update code and data on a live system is very useful and I haven't seen that for the JVM before (BEAM of course handles that :) ).
johlo
·11 лет назад·discuss
It's surprising that the BEAM support for operations and management is very rarely mentioned. To me this is the key selling point for using BEAM vs JVM or something else.

Being able to open a remote console and do system introspection/tracing/profiling/debugging is a huge advantage when running in production. And all languages running on top of BEAM ofc get this for free.

In my experience, running JVM in production with tools like JProfiler/VisualVM/jconsole, etc. does not come close to the BEAM when trying to understand what is happening in the system.