const date = '12.05.2024';
GP-TOU020SABWQ
Samsung's wireless charger, equipped with a UV sterilizing function, stands out for its competitive pricing and innovative features. Although it doesn't quite match the original PhoneSoap products in some respects, it compensates with excellent compatibility. Unlike PhoneSoap, which struggles with the high camera island of devices like my Pixel 8 Pro, Samsung’s charger accommodates my Pixel without issue. However, the charger does have a significant drawback—it emits a loud beep after completing its 10-minute disinfection cycle. This can be particularly annoying since my routine involves setting my phone to charge and disinfect right before sleep, aiming for a fully charged and sanitized phone by morning. Unfortunately, there is no built-in option to disable the beeping sound, although it’s not too difficult to manually disable the speaker within the device.
const date = '28.05.2021';
.NET 5.0
I needed to share some settings sections between my Blazor WASM application and the ASP.NET Core app that was hosting it. I didn't want to copy paste these sections to both appsettings.json files and then maintain two copies. This is how I solved it.
const date = '28.02.2021';
KeePass v2.47
KeePassOTP v0.26
I have recently migrated all (~15) my OTP tokens from Google Authenticator to KeePass database. Thanks to that I keep all my tokens secured by KeePass strong encryption and far away from uncle's Google always watching spying eye. The method is fairly easy and straightforward but requires some work to be done.
const date = '06.05.2019';
Ubuntu Linux 18.04 Server
This guide assumes you followed the official guide on how to install ownCloud or Nextcloud servers and now you are trying to connect to your MySQL or MariaDB database using TLS/SSL connection. As a result you get "Exception occurred while logging exception: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002]" or "SQLSTATE[HY000] [1045] Access denied for user 'nextcloud'@'localhost' (using password: YES)" error message.
const date = '23.08.2016';
C# 4.5
Thrift 0.9.3
You can learn here how to connect to and retrieve data from HBase using C# Thrift library. This article doesn’t cover methods of inserting and updating rows. This article assumes that you already have HBase set up and running along with Thrift node configured.