Monthly Archives: October 2022

Running Java in a Jupyter Notebook

Yes it is possible using IJava or Ganymede. In this post I describe all the steps I followed to get it to work on a Macbook using IJava. The post assumes you have python3, pip3 and JDK >= 9 installed. … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

How to measure memory in Java?

Unlike C#, Java does not have a built-in sizeof operator that can return the memory (bytes) consumed by an object. You can however do-it-yourself. The steps are a bit involved and hence summarized below. Here is link to SO answer … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Load testing a web application using JMeter

This post describes what I learnt re: how to load test a web application using JMeter. The first step is to install JMeter (and its dependencies – JDK) which is not covered here. Assuming you have JMeter installed (I installed … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

How to quickly tell if a person is intelligent?

When you ask them a question, they provide an answer that answers the question or perhaps say I don’t know. They don’t go off on a long speech that never answers the question you asked in the first place.

Posted in General | Leave a comment