Selling lenses (and 📷) is easy. At least according to the offers from small and large camera dealers.
Advertising with 'up to 70% of retail' should have the focus on 'up to'.
Here is my result: Quotes from camera sites and then selling at eBay at the average eBay price.
If the value is 0, they didn't want the lens.
The quote from Adorama required to send in the lenses, but I was told the estimate would be around 500. B&H's is similiar price, but there is an exception for the Nikon AI-S 28-85 f/3.5-4.5. Seems like a very sought-after lens, but not for MBP.
So far, B&H pays best for those (vintage) lenses.
The last two lenses I decided to keep, but I had them added to the quote to check. Would you sell for this price?
Update:
Lenses have been sold on eBay, with an approximate 15% fee deducted. The only exceptions are the two Nikon AI-S 28-85mm f/3.5-4.5, which I traded to B&H for a tax-free voucher. They are still listed for sale there1, quietly gathering digital dust.
The lens shelf now looks more intentional and less like a clearance bin.
Both lenses were in like-new condition and nearly indistinguishable from each other, yet they are listed with noticeably different condition ratings and prices. So much for consistency in evaluations. ↩
I often pass the Montlake Bridge on my way to UW, but today was different: the bridge opened for water traffic just as I got there. The light turned red, and the bars descended, signaling the bridge's closure. I watched as the bridge slowly lifted to allow a sailboat to pass through, but I only saw the sailboat's mast passing by. Remarkable to see the massive structure rise and then descend back into place.
14:05:50, Bridge completed its cycle and traffic resumes in a few seconds
A few days later, I was on the other side of the canal while traffic stood still, watching the bridge rise and settle once more.
A few months later, I was first in line on that same route with a perfect view as the bridge began its cycle. The timing couldn't have been better. The red lights flashed, the gates descended, and the massive structure started its graceful ascent. Positioned at the very front, I could see every detail: the roadway lifting, the two halves opening, and the quiet pause at full height before the bridge eased back into place.
NAS (Network Attached Storage) is a convenient solution for storing pictures, videos, and all your other files. The NAS device is typically configured as RAID-1, utilizing two disks to ensure data is mirrored in case one disk fails thereby improving resilience. It connects to your local network, providing reliable and accessible storage, but it is not a backup.
Backing up files from a NAS device is very important to ensure data integrity and availability.
Many NAS systems, such as my Synology NAS, come equipped with backup software like Hyper-Backup. Unfortunately those software is getting slower over time during a backup run for some reason.
And do not copy your files over the network to a drive attached to your computer. This process is slow and there's a risk of the connection dropping.
Using PuTTY, a popular SSH client, and simple Linux commands, you can efficiently perform backups and verify them running on the NAS. Here’s a step-by-step guide.
Prerequisite
NAS devices typically feature USB ports, allowing you to connect an external hard drive of the required size directly to the NAS via USB. External drives are available in two main types: SSD (Solid State Drives) and HDD (Hard Disk Drives with spinning disks). I'm using HDD because of their long-term data retention capabilities, but SSDs are faster and maybe perfect for frequent short term backups. The drive connects to the system with a path like /volumeUSB1/usbshare1-2. Simply check with the cd and dir command.
Step 1: Connect to your NAS using PuTTY
Download and Install PuTTY.
Open PuTTY and enter the IP address of your NAS in the "Host Name (or IP address)" field. Default Port is 22.
Login: Click "Open" and log in using your NAS credentials. You should now have access to the NAS embedded Linux console.
Step 2: Backup Files using the cp command
The cp command of the embedded Linux system of the NAS is used to copy files and directories.
To backup files from your NAS to another drive, follow these steps:
Navigate to the Source Directory:
cd /volume1
For large data sets, the copy process can take several days, and the PuTTY terminal may disconnect, closing the command. To prevent this, use the nohup command to keep the process running even if the terminal disconnects.
While commands like screen or tmux can be used to detach from the current terminal session, they are not always available on every system. At least, it is not available on the Synology NAS.
Copy Files to the Backup Location using cp command with nohup:
If you only want to back up specific folders, list those folders in the cp command instead of using the dot (.), which copies everything. Enclose folder names that contain spaces in quotes.
The nohup command immediately returns and provides a process ID (PID). You can use the ps or htop command to check for this PID if it is still running in later sessions. Use the kill command with this PID to stop the backup.
Step 3: Verify the Backup using the diff command
To ensure that the backup is identical to the original files, you can use the diff command to compare the contents of the source and backup directories.
diff -qr /volume1 /volumeUSB1/usbshare1-2/backup
If the directories are identical, diff will not produce any output. If there are differences, it will list the differing files.
For large file sets, use the nohup command to not rely on the active terminal session. Any output will be written to the redirected file (for example /var/services/tmp/diff.txt) and can be checked later.
Last year, the waterfront project was still under construction (see
Seattle Waterfront Park Project).
Now, it has been completed and is open to the public as the Seattle Overlook Walk, connecting the iconic Public Market with the Aquarium.
View from the Pike Place Market:
1/1250s f/5,6 ISO 100/21° f=7,5mm
1/1250s f/5,6 ISO 100/21° f=7,5mm
Seattle Overlook Walk 1
In the early morning, the fog drifts over the Puget Sound, creating a serene and mystical atmosphere.
Early mist at the backside of the Ocean Pavilion.
It looks stunning at night with the illuminated steps (check out the gallery at waterfrontseattle.org). In this panorama, however, it feels more like a foggy London crime scene from an Edgar Wallace movie.
Taken a few minutes later from main Overlook Walk, with the fog still lingering.
1/1250s f/5,6 ISO 100/21° f=7,5mm
Seattle Public Market
The Pike Place Market has been alive for over a century (since 1907) and has remained unchanged. Its resilience is evident in its ability to withstand the test of time, adapting to various economic and social changes while preserving its unique character and charm. Despite challenges such as modernization, economic fluctuations, and urban development, the market has continued to thrive, serving as a vibrant hub for local vendors and visitors alike.