When I’m using Linux I use IBus to write Korean. A few days ago when I updated my Manjaro installation writing Korean stopped working. After booting everything looked fine. The…
Read more
Due to lack of time and interest, ADBCJ is in ‘maintenance’ mode. However, I still improve it from time to time =). ADBCJ in JCenter Finally, ADBCJ is in a…
Read more
Do you need a CDN for your website? Maybe you want to try edgemesh.com. The basic subscription is free! Start First sign up on edgemesh.com. Then embed this script into…
Read more
How many small script or process do you have which just log to stdout/stderr? A few, dozens? Their running as cronjobs or service? Stashing the logs somewhere, like: ./produces-some-log.sh 2>&1…
Read more
I recently profiled an app of mine. During profiling, I’ve noticed tons of array allocations. Something like: Well easy, a quick grep for TypeInfo[] array. Nothing. Ah, quick grep for…
Read more
I`ve deployed my rohrli.gamlor.info service into the smallest possible triton container. Except me, noone is going to use it anyway ^-^. This container has 128Mbyte of memory, and 1/16th CPU…
Read more
Did you ever have this situation: You’re SSH’ed into a box. Or worse, you’re on some corporate *hmmkkmm slow* VPN, over which you SSH’ed into a box. Or worse, corporate…
Read more
I like quick feed back while I’m coding. Instead of ‘playing’ computer in my head, let the code code run and see if it does what I expect it to…
Read more
We deployed our Docker container on Triton and everything works well. Suddenly, today there a issue. Our application is slow or stopped working. And in our container there is not…
Read more
Postman is probably my favorite adhoc HTTP tool for exploring API’s, testing, debugging etc etc. Often I go to some other machine, and want to test something on there. Oups:…
Read more