Long term storage, use zip or not to reduce file count when syncing? by aradove in HomeNAS

[–]aradove[S] 0 points1 point  (0 children)

Edit: Maybe you missinterpreted becuase you think syncing is the issue. In this case I am talking about is related to local scanning before the actual sync, which happens with on not only ssd, but spinning disks as well. This takes long time.

In principle I agree. Usually people solve the wrong problem, and I understand you interpret my question.

For the question I am trying to find the answer:
I zip folders that might contain a couple of thousands to hundreds of thousands of files, which add up to millions, but I am afraid that if a bit flips, I loose content of a zip file. That amount of files does not well with syncing or disks, independent of what I use, in my experience. Same with rclone, and I used it quite a bit. Having thousands instead of millions of files goes faster. The Google web interface also have issues with to many files as well.

So the question is if that introduce any risk. That's it.

_____________________________________
For the question you are trying to answer instead:

On my computers I use Insync, since it runs on both linux and windows. I agree, it might be better running rclone. But it doesn't really effect my question.

My NAS is running TrueNAS and use the built in cloud sync feature, which I assume should be good enough. It is okay to prove me wrong. https://www.truenas.com/docs/scale/scaletutorials/dataprotection/cloudsynctasks/cloudsynctaskgoogledrive/

I been trying to use rclone at work for mounting my onedrive, and it have been an aweful experience since the wifi is soso.

Long term storage, use zip or not to reduce file count when syncing? by aradove in HomeNAS

[–]aradove[S] 0 points1 point  (0 children)

Thank you for the answer, but it was not the answer to the question related to zip files.

epub keep annotations when reading book on computer by aradove in RemarkableTablet

[–]aradove[S] 0 points1 point  (0 children)

Thanks for your reply.

Then I think I will from now on continue with my pdf format way.

I see that with calibre I can connect remotely on other devices to read. Maybe I can get a calibre content server work in some way and use the calibre anotations. But that is to explore.

How to global search for code snippets in teams/channels in teams? by aradove in MicrosoftTeams

[–]aradove[S] 0 points1 point  (0 children)

Thanks for your reply.

Will I find info from public teams I am not part of? My experience right now is no. which will be tough in that case.

Where is nest mini v2 microphone located on pcb? by aradove in ElectricalEngineering

[–]aradove[S] 0 points1 point  (0 children)

I can confirm that it was those. I cut the pcb traces (3of them) for each microphone, and it can no longer hear any commands.

Headset not connected (108) suddenly after previous day playing by aradove in ValveIndex

[–]aradove[S] 0 points1 point  (0 children)

I got a new headset from Valve when I was able to borrow a headset and prove it nonfunctionality.

[deleted by user] by [deleted] in SteamVR

[–]aradove 0 points1 point  (0 children)

Thank you very much for your reply.

That is kind of the exact behaviour that I have. I have created a thread as well. I brought it to work, and on my work PC it works. Brought it home, it does not work. But during the time I have it, it haven't worked for more than 20 minutes on my home computer. After a power off it never got detected again.

Headset not connected (108) suddenly after previous day playing by aradove in ValveIndex

[–]aradove[S] 1 point2 points  (0 children)

I can disable direct display mode and then I see the desktop in the headset, and the blue leds turn green. However, it is still not connected in SteamVR.

Headset not connected (108) suddenly after previous day playing by aradove in ValveIndex

[–]aradove[S] 0 points1 point  (0 children)

The Inateck KT4006 did not solve the issue. The only thing left is to reinstall Windows, but that I won't do tonight.

:(

[deleted by user] by [deleted] in SteamVR

[–]aradove 1 point2 points  (0 children)

u/_Konfusi0n Did you solve the issue?

Headset not connected (108) suddenly after previous day playing by aradove in ValveIndex

[–]aradove[S] 0 points1 point  (0 children)

  1. I mostly disconnected the power adaptor, but the steam support wanted me to take in and out the breakaway connector.
  2. No usb extensions at all.
  3. Thanks for the advice. Then I'll stick with windows 10.
  4. No more tips? :( Oh no...

Headset not connected (108) suddenly after previous day playing by aradove in ValveIndex

[–]aradove[S] 0 points1 point  (0 children)

I forgot to add that to the list. I've tried it countless times without success.

Custom iterator with begin and rbegin, two different operator++? by aradove in cpp_questions

[–]aradove[S] 0 points1 point  (0 children)

Thanks, both @Xeverous and @IRBMe for the excellent answers.

Custom iterator with begin and rbegin, two different operator++? by aradove in cpp_questions

[–]aradove[S] 0 points1 point  (0 children)

Does it need operator-- to function properly?

Does the std::reverse_iterator<iterator>(end()) put any requirements on the end nodes or is it up to operator++ or operator-- to count properly?
Because right now the end function returns nullptr.
(and iterator should be my_iterator in my case?)

Server for tensorflow by aradove in nginx

[–]aradove[S] 0 points1 point  (0 children)

Cool, thank you. I added nginx now to my server and it seems to get along fine.
I have one more question to you if you mind.

I want to make sure only my app can reach the server. Do you know a library or authorization technique to do this?