http://makeinternetnoise.com/ : opens random webpages every 5 sec. This creates some artificial clutter in your web history => recommendation algorithms are lost.
(source : https://getpocket.com/explore/item/how-to-disappear )
http://makeinternetnoise.com/ : opens random webpages every 5 sec. This creates some artificial clutter in your web history => recommendation algorithms are lost.
(source : https://getpocket.com/explore/item/how-to-disappear )
empathy vs sympathy : https://www.youtube.com/watch?v=1Evwgu369Jw
https://www.amazon.com/Leadership-Step-Become-Person-Others/dp/0814437931
https://www.amazon.com/Your-Brain-Work-Strategies-Distraction/dp/0061771295
https://www.amazon.com/Business-Communication-Strategies-Skills-management/dp/003033067X
https://www.amazon.com/Dark-Side-Interpersonal-Communication/dp/080585780X
https://www.amazon.com/Leadership-Step-Become-Person-Others/dp/0814437931
fixing /Users defined partition after an upgrade of mac os X.
The Mac I was using was configured before I got it, and I needed to upgrade it to use some more recent applications, but I ran into some issues due to a specific configuration of the /Users partition being located on a different partition than the OS data.
I could not mount it properly, due to 2 errors (might have been possible to mount it directly in HFS, but I also fixed it during the debug, just publishing my fix here with both steps).
Error :
sudo mount -uw /Users
Password:
mount_apfs: volume could not be mounted: Operation not permitted
mount: /Users failed with 77
with Disk Utility tool > menu "Edit" > "Convert to APFS"...
/etc/fstab, edited with (sudo) vifs
was :
UUID=12QW345E-1234-5678-123QWE123QWE /Users hfs auto
changed to :
UUID=12QW345E-1234-5678-123QWE123QWE /Users apfs rw 1 2
Boot in recovery mode ( mac + R )
Launch (menu Utilities) > Terminal