HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xiwenc

no profile record

Submissions

[untitled]

1 points·by xiwenc·قبل 7 أشهر·0 comments

comments

xiwenc
·قبل 4 أشهر·discuss
Software architecture will become more important. I noticed LLM’s tend to create more code than prefer re-use. This behavior increases “dark code” volume. It would be significantly less when more “proven libraries” exist with well defined and proven behavior.
xiwenc
·السنة الماضية·discuss
A bit more info from CEO: https://redis.io/blog/agplv3/

Sounds like SSPL did not yield the desired outcome.

Glad AGPL is an option now.
xiwenc
·قبل 5 سنوات·discuss
I have been using syncthing for at least 3 years now. Sync’ing a 7gb directory across 6 devices. I rarely get conflicts, when it happens i just click on the conflicts link via the browser and check which files are conflicting and try to resolve it. Sometimes i have to call a REST action to reset the local db:

  curl -X POST -H "X-API-Key: xxx" "http://localhost:8384/rest/system/reset?folder=YYYY"
This is my last resort cause sometimes syncthing gets confused.

Also good to note my setup has 1 introducer which is my NAS (synology) that is 24/7 online which always has the latest changes. Other devices are mostly mobile or turned on at irregular times. For devices without syncthing support like iOS, i rely on exposing the directory on the NAS via webdav. This way i can still access my data on the go.

And my synology creates regular backups/snapshots of my synced directory. So that i can always recover files. Even outside of syncthing.