HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xcircle

no profile record

comments

xcircle
·8 mesi fa·discuss
This weekend I finally freed my pc from Windows10 and installed cachyOS. It all worked better and easier than expected.
xcircle
·11 mesi fa·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
My go to Linux Laptops are refurbished thinkpads.
xcircle
·anno scorso·discuss
I use Joplin (https://joplinapp.org) on mobile and pc(windows and Linux). Joplin has a free encrypted sync via OneDrive.
xcircle
·anno scorso·discuss
I‘m looking for Liberux. This is an european (Spain) development. They got actually their first dev board.

https://liberux.net
xcircle
·anno scorso·discuss
I prefer https://endeavouros.com as an arch distribution
xcircle
·anno scorso·discuss
+1 for Codeberg. I switched also to them. Theo habe also an alternative for GitHub Pages
xcircle
·anno scorso·discuss
I also use GoatCounter for my Hugo page
xcircle
·2 anni fa·discuss
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.