HackerTrans
トップ新着トレンドコメント過去質問紹介求人

xcircle

no profile record

コメント

xcircle
·8 か月前·議論
This weekend I finally freed my pc from Windows10 and installed cachyOS. It all worked better and easier than expected.
xcircle
·11 か月前·議論
I would like to host my photos in Immich as mentioned here in the thread. I currently have my photos in the Apple Cloud. Does anyone have any tips on how I can download the photos in original quality without a Mac?
xcircle
·昨年·議論
I use an old thinkpad with Linux. There you can set a charging stop at e.g. 85%. Then you don’t have a need to unplug the battery
xcircle
·昨年·議論
My go to Linux Laptops are refurbished thinkpads.
xcircle
·昨年·議論
I use Joplin (https://joplinapp.org) on mobile and pc(windows and Linux). Joplin has a free encrypted sync via OneDrive.
xcircle
·昨年·議論
I‘m looking for Liberux. This is an european (Spain) development. They got actually their first dev board.

https://liberux.net
xcircle
·昨年·議論
I prefer https://endeavouros.com as an arch distribution
xcircle
·昨年·議論
+1 for Codeberg. I switched also to them. Theo habe also an alternative for GitHub Pages
xcircle
·昨年·議論
I also use GoatCounter for my Hugo page
xcircle
·2 年前·議論
In our C++ project, we use the nlohmann library for handling JSON data. When sending JSON over MQTT, we leverage a built-in function of nlohmann to serialize our JSON objects into the MessagePack format. You can simply call jsonObj.to_msgpack(). Similarly, the data can be decoded back easily.