I admit it was a bit ridiculous. However, if Microsoft is going to brag about how much AI code they are using but not also brag about how good the code is, then we are left to speculate. The two outages in two weeks are _possible_ data points and all we have to go on unless they start providing data.
I am trying out something along those lines with friendlyfriends.community (nod to Do Androids Dream of Electric Sheep). Still pretty basic though, but feel free to give it a try.
Edit: I'm exploring the idea that social media is not really social. How much different is it to interact with a human intermediated by social media sites than it is to interact with chatbots?
Here's an alternative I recently came across. In Firefox on the network tab of the dev console, right click on an XHR request. You'll have two relevant options: "Resend" and "Edit and Resend". Edit and Resend doesn't give you all the features of Postman, but it is useful and a lot easier. I have spent a lot of time in Postman just putting in all the headers and POST body to set up the API call. With this method in Firefox, all parameters are already set because it's an exact copy of the request you already sent. You can change params or just hit send when you're ready to retest something you're doing on the backend.
I use these additional parameters: `&gsrlimit=25&prop=imageinfo|pageimages&iiprop=url|size`. I think it just changes how much and what type of data is returned, but maybe that could be the difference?
Valid questions. I just think it's faster. One action on tomdn.com instead of 1. DDG "array.map mdn", 2. Find MDN result (usually first), 3. Click result, 4. See docs.
This may or may not be valuable, but I like saving the extra steps for something I do many times a week. Basically this calculation (https://xkcd.com/1205/) works out for me + the fun of working on a new project.
edit:
>I don't have to run my searches through an unknown third party
Check out tomdn.com. I created it to make it easier to get to MDN. E.g., instead of googling array.map, just type tomdn.com?array.map. It will take you straight to MDN docs on Array.prototype.map. Other things work as well, like tomdn.com?object.keys, tomdn.com?css.color, tomdn.com?htmlel.button, etc.
If there is a pattern it doesn't recognize, you end up on the MDN search results page.
One of the first things I do when looking at a new show to watch is try to find out if the show ends and was cancelled on a cliffhanger. Wikipedia is okay for this, but I've been wishing for a dedicated website with that info.
I'm interested in the use case for people who use tools like this. Do you have a lot of bank accounts/credit cards so that logging into each bank site is a pain?
I tried to get into finance tracking along these lines (YNAB), and it was a lot of work. I don't care where every penny goes because it became clear that most of my pennies go to the same place every month (housing, utilities, etc.). I just want to spend less money on the every day things I have control over.
I'm trying out a system for that specific purpose over at spendweek.com. I've realized that some people just love to see all the data, which is great. Others of us just want a simple tool to curb bad spending habits.
What are your favorite alternatives to Amazon? E.g., I go to monoprice for cables. Are there other niche options that you like for different products where you can expect quality?
If you're looking for a decent replacement to images.google.com, I run https://canweimage.com. It gets results from Wikimedia Commons. There's also just https://commons.wikimedia.org/wiki/Main_Page. I built canweimage because Wikimedia Commons used to be harder to navigate (once you searched, you then had to click through categories and subcategories to see image results). Looking at it just now, and that doesn't seem to be the case anymore!
>The trick is doing a manual entry for each transaction.
I would second this for anyone whose goal is to spend less money. I think some people keep track of purchases just to see all spending and may not care about reducing spending. In that case, importing data can save time.
Yes! This is awesome. Looking at all the budget software that uses monthly time frames, I was wondering why no one uses weekly. This quote is a great way to say it, "Even though most bills are paid monthly, discretionary spending is more naturally tracked on a weekly basis."
I felt the same way, and it's part of why I made spendweek.com (a privacy-first, easy-to-use competitor to Lunch Money, YNAB with a single focus on saving money instead of keeping track of all your accounts). I am sort of proud of my privacy policy, so it's a link right at the top of the home page.