It Must Be Him
No auto-tune, no post-processing, just wow. The passion that captures the feeling of young love. It Must Be Him – Vikki Carr
No auto-tune, no post-processing, just wow. The passion that captures the feeling of young love. It Must Be Him – Vikki Carr
Major multi-day hikes:
More information and some of them taken from here.
It’s springtime, and that means wildflowers are blooming in the gorge! Knowing when to go and what trails you want to take can be overwhelming. Here’s two good resources.
With the increased popularity of the gorge, you now need permits more than ever before to hike trails and see the flowers. Here’s some links for that:
More and more of our devices have cameras that watch you and microphones that listen to you – and in many cases, all the time. This data almost never stays in your house nor in your device, it gets sent across the internet where it is collected, saved, monitored, and used to improve the product’s AI and pattern matching. Under many of those license agreements we blindly click through, those recordings can be kept and used for a wide variety of purposes.
This has led to disturbing problems like voice records from our devices being subpeonaed and used in criminal trials. Recordings from Alexa devices are regularly listened too by Amazon workers. It doesn’t stop there: outside vendors are often allowed access to your Google data (which can include recordings/messaging/email data). Facebook uses humans to read and train data from the Messenger app. Voice messaging services can use overseas human labor to listen to and transcribe messages. There are whole 3rd party services such as Scale that sell human labor that is allowed access to the primary company’s collected data to identify video, photo, audio, and any recorded data from their services into machine training data.
It sounds futuristic and perhaps more than a little invasive—computers watching your every move, devices listening to everything you say. There are already privacy and consumer protection groups raising these issues, and growing lack of trust of companies to use the data in the safest way. To combat that increasing lack of trust, Google’s Advanced Technology and Products division (ATAP) is exploring technologies that don’t have to rely on a camera to see where you are and what you’re doing. Instead, they can use radar and radar-like mechanisms that don’t need direct image data. ATAP spent the past year exploring cool new radar-based methods to understand our intentions and then react to us appropriately.
I for one welcome advancements that keep the privacy of our homes private.
Enjoy an armchair visits to some of the more beautiful train stations in Europe
Take the train From Pancras up to Canterbury.
From the Antwerp station, take a ride up to Ghent.
BricksBoy Studio does a complete walkthrough of the San Francisco ‘Art of the Brick‘ installation. Currently only in San Francisco and Chicago, this video is perfect for Covid time adventuring without leaving your couch.
Kamal Carter built a servo-controlled robotic rig that moves a mouse exactly where targets are by scanning the screen for specific colors. It works well in the FPS trainer AimLab, but it’ll need more work to be accurate in a real game.
The Savannah Bananas are exactly the kind of baseball game I’d go see and the kind of sports teams we should have instead of a bunch of millionaires.
Some really wise quotes:
No matter how bad your legacy code is, never EVER create a project to ‘clean up the code’. It will never get completed, you’ll inevitably have to stop, and it will end up worse than you started. This has happened every time in my experience.
The only proven way to get out of bad code requires EVERYONE on the team to get on the same page of how code is supposed to be written. Make them take the Clean Code class/read the book and then use the boyscout approach. That approach is every checkin you check in the code a little better than you found it. That’s it. In time, those little refactors move the ship in the right direction, become dominant, and then surround and destroy the bad code.
Code that has not been touched for years likely doesn’t NEED to be touched. Sure, it may be messy, but if it works, there’s no point in spending time on something you aren’t going to improve functionally.
Code reviews are largely useless. People go in, listen for 5 minutes and then at the end everyone leaves saying, “I sure hope he knew how it all worked because I toned out.”
TODO comments are fine, but should be completed before submission and never checked in. After they are checked in, they become TODON’T comments because they never get completed.
If people get into an argument about syntax/details and it lasts more than 5 minutes, then neither person has solid evidence for why it should be their way. Just flip and coin and move on.