RSSAmplifier

Blog

inhji.de

inhji.deRSS feed ↗9 posts

Latest posts

wE uSe aI

I fear this might turn into a collection of products which have sacrificed themselves to the slop overlords. Standard Notes They use HORRIBLY BAD AND UGLY AI generated images on their front page. Never have I been so repelled by a website. Standard Notes Homepage. Disguistingly bad AI images of robots or something reading.. books? Foto von Documerica auf Unsplash

Hardware Decentralization

Alternative Title: How to break up the responsibilities and power of your phone Phones are amazing tools. They are an extension of our brains (which basically makes us cyborgs ) and provide us with many tools all packed into a small formfactor. This is both their strenght and their weakness. What happens if you lose your phone? You lost access to those tools, your memories, means of…

Turning outwards

I work as a software developer in a small team. We all know and like each other, even though we don't see each other very often. Most of us work from home, so we mostly meet on Teams. As a software developer, I mostly solve problems. That's the most honest and true description of my job. Wether it's fixing a bug, developing a new feature or just doing research on a new topic, my mind is in problem…

My site is a mess

I have just added a link to my blog on my navbar. It now leads to a few unfinished, unpolished posts with layout problems and questionable design choices, all made by me. I'm tempted to see this as a problem, as a reason to start despising the site and project as a whole. I could start over. And this time I would make it better. I would fix all the issues I, myself have with the site before it…

A poor man's deployment pipeline

Today I spent the whole day at work coding up a completely work-unrelated thing: A deploy pipeline for my website. For every push to the main branch, a webhook triggers a pull and a rebuild of the code. There is also a smol ci pipeline, which runs the tests and checks if they pass. If yes, the webhook is called. It replaced the bash script I had before which was ssh-ing into my server and manually…

What's on my phone in 2026

After ReGoogling my phone a few days back, I also needed to factory reset it. I'm in the process of getting everything set up again, which gives me time to reconsider all the apps that I had installed before. So I will share a list of apps that I have installed right now, and probably will update this list when I finish my setup. The essentials Firefox The only option for me, as far as Base…

ReGoogling my phone

/tmp/plug-1695-VbZP/live_view_upload-1777383628-267747297191-1 I caved. I finally caved. After almost 10 years of using a (mostly) google-free phone, I decided to go back to having a fully goggled phone. The catalyst was the app of my Krankenkasse suddenly refusing to work, after it checked my phone for "security". Yesterday I wiped my phone at least 3 times and came the conclusion that the ONLY…

File Uploads with Phoenix Live View, Waffle and Caddy

A short tutorial how to configure uploads with Phoenix Framework. The problem It's confusing because there are different system which work with different paths: Browser : https://inhji.de/uploads/files/images/cat.jpg This is the public path Caddy : /var/www/hajur/uploads/files/images/cat.png This is the physical path of the image on disk Waffle Config : /var/www/hajur This is the base path that…

This one weird trick fixed my DNS (clickbait)

We recently got a new-internet , and with it a strange error returned I thought I fixed long ago. I have a subdomain of inhji.de which resolves to a address in my local network. This way I can have an domain like jellyfin.nas.inhji.de with a valid certificate and have it resolve to a local address. When I set up the new modem, I realized that the default address space is 192.168.2.0/24 , whereas…