The ones that get me are captchas saying select all squares with motorcycles when it is clearly a bicycle.
Morton Fox
- 0 Posts
- 5 Comments
Joined 3 years ago
Cake day: June 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Morton Fox@pawb.socialto
Android@lemmy.world•So, what's stopping you from getting a foldable? [Poll]English
6·3 years agoThe price, obviously. However, I’d also worry about the screen cracking where it folds.
Morton Fox@pawb.socialto
Free and Open Source Software@beehaw.org•Message from the family of Bram Moolenaar
6·3 years agoRIP Bram.
I’ve been using Vim for 3 decades under multiple OSes and I think this software has had the most impact on my daily workflow.
Morton Fox@pawb.socialto
Android@lemmy.world•Now that Sync and Infinity are out, which do people prefer? Also, how do they compare to the existing lemmy apps?English
193·3 years agoI’m using Sync, while waiting for Boost.

I use rebase when I’m working in a dev branch. If someone else has pushed changes to the main branch, rebasing the dev branch on top of main is a way to do the hard work of resolving merge conflicts up front. Then I can rerun tests and make sure everything still works with changes from the main branch. And finally, when it is time to merge my dev branch to main, it’s a simple fast-forward.