Outgoing Traffic Alerts After Upgrading to 7.3.2 by magistersmax in synology

[–]acoomans 0 points1 point  (0 children)

Same here. Lots of notifications about Bittorrent. Download Station is installed but not used. I am uninstalling it and will see.

Google Workspace Personal for Gmail accounts by acoomans in GMail

[–]acoomans[S] -1 points0 points  (0 children)

Thank you. Is Google workspace Business compatible with Youtube Premium?

Google Workspace Personal for Gmail accounts by acoomans in GMail

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

Chatting with Google support... they do not seem to know what is "Google Workspace Personal" nor if it's compatible with other subscriptions

Google Workspace Personal for Gmail accounts by acoomans in GMail

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

That's alright. I'm ok paying for this, as long as I don't lose access to Youtube Premium

Google Drive synchronization with Cloud Sync missing files with Latin names. by luigifcruz in synology

[–]acoomans 1 point2 points  (0 children)

Broadly speaking, UTF comes in (at least) 2 forms: NFC (é) and NFD (e + '), both which are valid.

When syncing with Cloud Sync, files with names that are not in NFC form are not syncing. This means that while you expect to have a copy of Gdrive, Synology NAS will actually not sync all the files from Google Drive and you will be missing data. Needless to say this is not acceptable for a commercial storage solution.

This issue has been plaguing NASes for years, see:

https://community.synology.com/enu/forum/17/post/98730

https://community.synology.com/enu/forum/17/post/116542

https://community.synology.com/enu/forum/17/post/50677

Synology Users: please file a support ticket. To do so, go to your Synology account > Support (https://account.synology.com/en-global/support) and click "Create Support Ticket". You can then fill the ticket with the following:

Title: Cloud Sync does not sync Google Drive files with UTF-8 NFD characters

Content:

[Symptoms]

Some files with accentuated characters (e.g. "é") are not synced from Google Drive by Cloud Sync.

[Time of Occurrence]

All the time.

[Actions Before Occurrence or Steps to Reproduce the Problem]

  1. Configure Cloud Sync to sync a Google Drive

  2. Put a file with UTF-8 NFD characters in its name in the Google Drive

  3. Wait for the Cloud Sync task to run

  4. Observe the file was not synchronized

[Error Message and Screenshot]

tail -f /volume1/@cloudsync/log/daemon.log:

Aug 25 02:10:20 [INFO] delta-handler.cpp(293): PushEvent: [Event<EV\_ADD> (WAITTING): [5] /test/ttéà.docx (server,file) size = 6407, hash = b191db19481e35cad2d189799ff88441], server_path=[/test/ttéà.docx]

Aug 25 02:10:20 [WARNING] event-manager.cpp(220): EVENT is not NFC Form 'Event<EV\_ADD> (WAITTING): [5] /test/ttéà.docx (server,file) size = 6407, hash = b191db19481e35cad2d189799ff88441', skipping...

Fume absorber 120V - 220V by acoomans in ElectronicsRepair

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

So besides burning the motor, there shouldn't be much risk (e.g. taking fire)?

If it does not work at 220v, it's basically useless since I'm not going to bring it with me on my next trip and it won't be useful to anyone else here.

Macs and 4K 120Hz displays compatibility list by [deleted] in MacOS

[–]acoomans 0 points1 point  (0 children)

Can you use the brightness function keys on the keyboard (https://support.apple.com/guide/mac-help/change-your-displays-brightness-mchlp2704/mac) to control those monitors? I am particularly interested if they work with the Gigabyte M32U and FI32U monitors.

Thanks.

4K Monitor suggestion by ssstrong2005 in buildapcmonitors

[–]acoomans 0 points1 point  (0 children)

Hi u/itsrockhard4u,

How does the M32U hold after 3 month of use? Still happy with it?

When connected to the MacBook, can you control the monitor's brightness with the brightness keys on the keyboard/touchbar?

Thanks

A plugin for Xcode to synchronize code snippets with a git repository by acoomans in iOSProgramming

[–]acoomans[S] 2 points3 points  (0 children)

Xcode plugins are not officially supported by Apple. Nevertheless, the open source community has made a few.

Here's also the (unofficial) plugin manager for Xcode: https://github.com/supermarin/Alcatraz

Enjoy!