u/black_pepper
PC ports of old console games are the new AI vibe coding battleground
pcgamer.comCreepy email from Strava
I just got an email from Strava saying "Do you know John Doe?" In the email it shows the details of a dude I worked with many years ago. It shows his face and his name and where he lives.
I only use strava to view heat maps, I don't use it for anything else, no tracking of anything, its all disabled in the settings. I don't have facebook nor linkedin. The only connection between me and this guy is we emailed each other years back when we worked together.
How can I block the icon showing an item is in someone's cart on ebay?
Here is a screenshot of the object. Sometimes when I browse items it says the item is in someone's shopping cart. I tried to use the element picker but it ends up selecting the whole item image when blocking. An example link is here.
Best hoes for weeding in our clay soil?
I was pretty set on getting a hula (aka action, stirrup) hoe but I saw multiple people say it doesn't work well in clay soil. Does having clay soil matter? Does a certain type of hoe work better than another here?
Arapahoe County deputies shoot and kill man they say attacked them with a large pole
9news.comHow to handle redirects in zimit
I'm trying to learn how to use zimit so I thought I'd try to use it on the Kiwix homepage at https://kiwix.org/ using the following command:
docker run -v "I:\kiwix-desktop_windows_x64_2.5.1\zim files":/output ghcr.io/openzim/zimit zimit --seeds https://kiwix.org/ --name kiwix_backup_test2 --pageExtraDelay 2 --waitUntil load
That outputs a nice zim file but I noticed an issue on the home page. There is the "About" link at the top of the homepage with the URL "https://kiwix.org/en/about/" and this is captured. However scrolling down a bit and there is an "About Kiwix" button with the URL "https://kiwix.org/about/" and this is not captured. I believe its not being captured because https://kiwix.org/about/ redirects to https://kiwix.org/en/about/. I can't figure out how to get zimit to do a capture so both links are captured and working in the zim file.
I tried to capture both https://kiwix.org/en/ and https://kiwix.org but that didn't change anything. I confirmed in the zim file only pages with https://kiwix.org/en/ are being captured, If a url says something like https://www.kiwix.org/donate/ then it opens my browser because it wasn't archived.