

This press release is from 2023. Not sure why it was posted like it was news.
This press release is from 2023. Not sure why it was posted like it was news.
I think mistakes like this are usually caused by someone changing their mind on one thing they wrote and forgetting to proofread the whole thing to see if it still makes sense. I imagine this sentence started out as “Rock the size of a small boulder”.
Allowing Google to run an ad campaign targeting their members wasn’t the benefit Blue Cross was talking about, that’s a side effect from them not turning off the data sharing option in the Google analytics settings.
The analytics data is used for prioritizing development work. If a tool they have on the website relies on a library that isn’t compatible with a new version of React, for instance, do they know how many people use it? Having analytics allows you to decide what’s worth spending the development time to maintain.
The analytics would be for the web development team to see which pages/features are used. Usually a product manager uses that data for setting priorities on what gets worked on.
I have a bottle of the Dr. Doctor syrup in my pantry. I forgot I had it tbh, since I haven’t been drinking soda for a while. It’s a decent brand if you have a machine that carbonates water.
It’s the final paragraph of the 12th amendment
But no person constitutionally ineligible to the office of President shall be eligible to that of Vice-President of the United States.
It wouldn’t be as easy as just having him run as VP, since you can’t be Vice President if you aren’t eligible to be President.
If you turn the disc over, you can actually count the rings without needing to cut into it! This lets you skip having to glue the disc back together after checking the age.
If the APIs are meant for public consumption, requiring feature parity makes a lot of sense. But when it’s for internal use by your own developers, waiting means you are making a bunch of new API endpoints no one will ever use. People will write more and more code using the older endpoints and those endpoints will start getting changes that your new ones will need ported over.
I think if you are going to force people to use new endpoints, you’ll need them to either write the endpoints themselves or have a team member who can write it for them and account for this while planning. If getting a new endpoint requires putting in a JIRA ticket with a separate backend team, 4 planning meetings, and a month wait, people are just going to stick with what currently exists.
It was basically the same thing. In the code base, there was only v3 and v4. I never bothered to check what happened to v1 and v2, but I suspect they were used in an older, archived code base.
In my experience, having to write new v2 (or in my case v4) endpoints for most new features was expected.
The 21 year old is a separate person.
I was just using the term that the previous commenter used to keep terms consistent.
To add on to this, the 5000 series now generates 3 fake frames per real frame instead of just 1.
Seems a few people have gotten that confused. Article spent too much time rehashing the change in 15.0 before getting to 15.1 and felt like a typical ragebait article.
Still seems a little ragebaity, they don’t really have a lot of proof that Apple has intentionally disabled running unsigned apps. Their argument is that Apple changed the process for running in 15.0 and an app won’t start in 15.1, therefore the end of the era of sideloading. Personally, I would’ve liked more details on that part and less on history of 15.0.
My first job I spent 3 years working on a variety of projects that never shipped. It was frustrating at the time, but the experience was good for me. Now I have fun writing code and working with my teammates and if my code doesn’t ship, well it’s not as bad as not having anything ship for 3 years.
They are running a 2004 week, looking back at tech from that era.
This was a survey. They weren’t gathering data without consent.
I have a weird issue where my USB headset doesn’t show up in my list of devices whenever I turn my computer on (including waking from sleep) and I have to unplug and replug it. It’s a small thing, but it’s a little maddening when you think about how you wouldn’t have to deal with it if you had just booted into Windows.
I need to try changing ports. I was considering trying it, but I was being stubborn. That fixing your problem gives me hope.
It’s a common thing in programming. There’s some legacy code that isn’t being used and yet removing it causes things to break. Nobody has the time to figure out what is still referencing that code, so it just gets a comment next to it saying “Not used, but removing it breaks the build” and then forgotten about.