My journey in the computer world

Year 2018

Review of NDepend

This is my unbiased reviews of a Technical Debt analyser called NDepends for C# and Visual Studio. I’ve used the program on my SoundSwitch project.

DNS-over-HTTPS with Pi-Hole

Introduction In my previous article/tutorial, I’ve explained how to setup your own DNS-over-HTTPS (DoH) server using Nginx, Certbot, dnscrypt-proxy and dns-over-https. In this article I’ll explain to you how to add Pi-Hole into the mix to block the unwanted advertising…. Continue Reading →

Tutorial to setup your own DNS-over-HTTPS (DoH) server

If you’re looking for an easy setup, checkout my review of NextDNS: DoT and DoH provider for easy ADBlocking. Introduction Traditional DNS queries and responses are sent over UDP or TCP without encryption. This is vulnerable to eavesdropping and spoofing… Continue Reading →

SoundSwitch 4.5: Memory leak and Italian

Thanks to @Niko-O, a memory leak should now be plugged. SoundSwitch was keeping all the different icons it encountered and never disposed of them. I implemented a 5 minutes cache to avoid this. Also, the Portuguese translation has been corrected,… Continue Reading →

SoundSwitch 4.4: Improved Logging and Portuguese

Replacement of the logging, no more binary log, only JSON logging. It will be easier to read, and for you the user, no more obfuscation about what we log. Again, the log aren’t sent to us until you decide to… Continue Reading →

SoundSwitch 4.3: Spanish

Thanks to @plextoriano, SoundSwitch can be used in Spanish now. Release Changelog v4.3 (2018-03-10) Full Changelog Closed issues: Unable to set shortcut #241 Switch Device by system time #235 Merged pull requests: Spanish language added #244 (plextoriano) Algo Hash SHA-256… Continue Reading →

Increment version of release for debian packaging with git tag

At work we’re using debian packaging to prepare our release, this mean we need to prepare the changelog, commit the change on the changelog and tag the release. Moreover we need to track what the current release number and to… Continue Reading →

© 2024 Antoine Aflalo — Powered by WordPress

Theme by Anders NorenUp ↑