AMD drops Ryzen 9000 CPUs to record lows — Ryzen 9 9950X gets $215 off, Ryzen 5 9600X drops to $165

  • Like
Reactions: Roland Of Gilead
Yeah, either there was an error in linking it, or maybe Jowi isn't as skilled in using the site's limited search functionality as some of us have had to become?

The (updated) review covering the 9600X is here, for anyone interested:
Yeah,. I kinda thought it was just a simple mistake. God knows, I've done much worse with copy and pasting and turning a presentation into a temporary laughing stock in a previous life! 🤪
 
  • Like
Reactions: bit_user
Yeah,. I kinda thought it was just a simple mistake.
Maybe it was a mistake.

God knows, I've done much worse with copy and pasting and turning a presentation into a temporary laughing stock in a previous life! 🤪
When sending out emails to multiple recipients, I developed a habit of re-reading them a number of times that's roughly a logarithmic with respect to the number of recipients. I think base-3 log sounds about right, for that.

For a mass publication, you'd want to use a different base, but I suppose a similar heuristic should still apply.
 
  • Like
Reactions: Li Ken-un
When sending out emails to multiple recipients, I developed a habit of re-reading them a number of times that's roughly a logarithmic with respect to the number of recipients. I think base-3 log sounds about right, for that.
Yes, being thorough really helps.

In my last organisation, we adopted the 'three eyes review'. Reviewing the content for brand association, or spelling and punctuation mistakes, and any other issues that are important. It's simple and effective.
 
  • Like
Reactions: bit_user
In my last organisation, we adopted the 'three eyes review'. Reviewing the content for brand association, or spelling and punctuation mistakes, and any other issues that are important. It's simple and effective.
We use peer reviews for all code changes. For production code, you need a sign-off by two reviewers. For non-product stuff, like infrastructure and some tests, I think only one is required.

Lately, AI is also contributing code reviews, which is pretty good at catching simpler sorts of errors (one tier better than compiler warnings or "lint"-type tools). It doesn't raise issues on more fundamental design or architecture flaws, however.
 
  • Like
Reactions: Roland Of Gilead
When sending out emails to multiple recipients, I developed a habit of re-reading them a number of times that's roughly a logarithmic with respect to the number of recipients. I think base-3 log sounds about right, for that.

For a mass publication, you'd want to use a different base, but I suppose a similar heuristic should still apply.
brilliant! i shall adopt this heuristic as well.
 
  • Like
Reactions: bit_user