by Jack Feschuk | Nov 6, 2019 | Technology
The Windows DNS client is poorly named. It is not a true DNS client but rather a DNS caching service. It caches records of all domain names you have visited (resolved). Overall this is a positive feature for network performance as it can greatly reduce the time it...
by Jack Feschuk | Sep 16, 2019 | Technology
Located at the Fondazione Prada museum in Milan as well as online ( https://imagenet-roulette.paglen.com ), the ImageNet Roulette art installation is part of the Training Humans exhibition. The exhibition covers the data-sets, photos and training of Artificial...
by Jack Feschuk | May 23, 2019 | Technology
Many, many years back when I was using WordPress I would notice the “test” plugin by Matt Mullenweg, Hello Dolly. This plugin only displays some lyrics from the song of the same title in the Admin screens. I had always deleted it, figuring it was good...
by Jack Feschuk | Feb 17, 2018 | Technology
Here is how you mount drives in linux on windows: sudo mkdir /mnt/e (specify the drive letter you want to mount) sudo mount -t drvfs e: /mnt/e To unmount: sudo umount /mnt/e Mount a network folder: sudo mount -t drvfs ‘\\server\share’ /mnt/share (remember...
by Jack Feschuk | Feb 17, 2018 | Technology
You can find your filesystem here: C:\Users\USERNAME-HERE\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState Or with this: %AppData%\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState And yes, that...
Recent Comments