In my #programming setup and tooling I tent more and more to minimalism. I do not use #autocompletion for example. #intelisense is just very disturbing to me. Today I said "goodbye" to syntax highlighting and switched to a minimalistic monochromatic #colorscheme called #warlock because who needs syntax colors if you have a good linter and language server, right? But the main reason is that if you, like me, are accessing lots of servers, VMs, linux containers etc on the daily basis. You simply do not have time to setup your stack. I regularly end up staring at black and white terminal, editing files in #vi (not vim, VIM is often even not installed) and sometimes even in the ol' good #ed (sometimes even vi is not installed). As a side effect, this reduced the number of my #vim plugins to 4 only. (I plan to cut off the markdown and lightline plugins by own #vimrc configuration in the near future) image
When setting my #raspberrypi #bitcoin​ full-node I want to increase the swap file size. But how to do that automatically? If you know #regex you can use the #sed command for replacing character in /etc/dphys-swapfile #raspberry #raspibolt #linux #bashimage
#bitcoin full-node requires read disk speed to be at least 50 MB/s. How to check this? We can use #linux "hdparm" command but the result is eg "333 MB/sec". What If I want to check the speed with an integer. Just used a simple regular expression. Love #regex :) #raspibolt image
Wasn't sure how to check whether the ssd disk on my #raspberry #bitcoin & #lightning node is connected. So I've just used lsblk. Maybe someone will have a bette idea :) #raspibolt image
New release of #proxiflow, my #preprocessing library for #machinelearning, written in #python is out. It adds missing value handling based on median cleanup (if a data in datasheet is missing it uses median value of a csv column) image
Started writing #bash scripts to automate installation of #raspibolt on my #raspberrypi. This eventually might turn into a new #linux distribution. https://github.com/tomesink/raspiBOS image
Finally got a dashboard for my #Bitcoin full-node. #raspiboltimage
My #lightning node is up an running! #BTC #raspibolt image
Just downloaded and synced the whole #bitcoin block chain on my #raspibolt bitcoin full-node. More than 600 GB of data! Incredible. I'm glad the blocksize of the #BTC is still 1MB so everyone can run it's own node on #raspberrypi image
Embarking on a journey with #RaspberryPi, building a Bitcoin & Lightning node totally from scratch. No #umbrel , #citadel or any pre-built solution. It's just between me and this little guy. #Bitcoin #LightningNetwork #Raspibolt