Technical notes about Programming, Linux and Development
Synchronizing between devicesSynchronizing data, files between devices should not be a pain.
IN the past I used to do it via rsync, sshfs and other shenanigans
1 Minutes
Feb 6, 2025
LastMod: Feb 6, 2025
142 Words
Synchronizing data, files between devices should not be a pain. IN the past I used to do it via rsync, sshfs and other shenanigans
ZenDenPen officially launchesZenDenPen officially launches
.
You can now own your personal static website for free. THis allows you to reclaim your independent piece of the web.
.
2 Minutes
Jan 27, 2025
LastMod: Jan 27, 2025
251 Words
ZenDenPen officially launches . You can now own your personal static website for free. THis allows you to reclaim your independent piece of the web. .
Convert images using the commandline (WEBP)The smaller an image is, the more disk space and bandwidth it can save. You can easily convert images to a more efficient form with the command line by using open source tools.
2 Minutes
Jan 23, 2025
LastMod: Jan 23, 2025
258 Words
The smaller an image is, the more disk space and bandwidth it can save. You can easily convert images to a more efficient form with the command line by using open source tools.
New phone, sell your soul (data)I got a new smartphone (Motorola) because my older one crashed
.
3 Minutes
Jan 16, 2025
LastMod: Jan 16, 2025
444 Words
I got a new smartphone (Motorola) because my older one crashed .
Self Hosted File Synchronization with Syncthing (android, pc etc)Syncthing
is a self hosted
is decentralized and continuous file synchronization program. Anyone can set it up and use it!
2 Minutes
Jan 16, 2025
LastMod: Jan 16, 2025
236 Words
Syncthing is a self hosted is decentralized and continuous file synchronization program. Anyone can set it up and use it!
Solve golang glibc not found on old serversGolang’s cross compilation and static linking is amazing
. But running a binary on older servers often gives this dreadful error:
2 Minutes
Jan 16, 2025
LastMod: Jan 16, 2025
336 Words
Golang’s cross compilation and static linking is amazing . But running a binary on older servers often gives this dreadful error:
GoBlog and using MY website as the center of digital existenceI’ve relaunched my website with GoBlog
. Saying 👋🏻hello to all GoBlog users out there!
2 Minutes
Jan 15, 2025
LastMod: Jan 15, 2025
422 Words
I’ve relaunched my website with GoBlog . Saying 👋🏻hello to all GoBlog users out there!
Back to Hugo and GolangTL;DR; I migrated to using Hugo
for building my static website and I’ve embraced the golang programming language after being a huge fan of Elixir for the past almost 7 years.
3 Minutes
Nov 25, 2024
LastMod: Nov 25, 2024
566 Words
TL;DR; I migrated to using Hugo for building my static website and I’ve embraced the golang programming language after being a huge fan of Elixir for the past almost 7 years.
Webhook Webaplication TunnelIn this tutorial I’m going to show you how you can tunnel any kind of application, including web application to a subdomain.
BONUS you will get automatic SSL
You don’t need NGORK or other expensive proprietary systems to just tunnel an app.
2 Minutes
Mar 18, 2024
LastMod: Mar 18, 2024
325 Words
In this tutorial I’m going to show you how you can tunnel any kind of application, including web application to a subdomain. BONUS you will get automatic SSL You don’t need NGORK or other expensive proprietary systems to just tunnel an app.
Do you really need a mobile app?Original Written date: 2023
Everyone is building mobile applications nowadays. All startups have an amazing idea for a mobile app.
What’s even more annoying is when you go to a shop they always ask “do you have the app installed for points”?
10 years ago it was “cards” now it’s “mobile apps”
The Important question for a developer and company is: Do you really need a mobile app?
4 Minutes
Jan 28, 2024
LastMod: Jan 28, 2024
676 Words
Original Written date: 2023
Everyone is building mobile applications nowadays. All startups have an amazing idea for a mobile app. What’s even more annoying is when you go to a shop they always ask “do you have the app installed for points”? 10 years ago it was “cards” now it’s “mobile apps” The Important question for a developer and company is: Do you really need a mobile app?