This has to be one of the most unexpected troubleshooting finales I've seen in a long while.
UPS on the cheap: Ecoflow River 2 versus River 3 (non-plus)
This blog post compares UPS transfer times between Ecoflow River 2 and River 3 (non-plus). That's it. That's the intro.
Powering a USB Dash Cam: Lessons Learned from VanTrue N4 Pro
Welcome back guys and gals. This time around, there won't be any diagrams, pictures, or wonky Excel charts. Just a public service announcement from a guy who just spent a few days troubleshooting an issue with the VanTrue N4 Pro dash cam. I promise to keep it short, unlike the troubleshooting process I just went through. Ha ha.
This is for folks who are using their dash cams with 3rd party power supplies or cables. If you're using the exact power supply that came with your camera, this issue might not apply to you.
Quick look: Voltage drift / instability on Ruideng RD6006 power supply
This post is a quick record of voltage drift / variations I noticed during recent experiments with using a MOSFET as a voltage-controlled resistor, where the MOSFET's Gate-Source voltage was driven by the Ruideng RD6006(W) DC-DC power supply.
Measuring breadboard wiring resistance: how bad is bad?
The story of MySQL Bug #86664
Investigating InnoDB FULLTEXT cache performance issues in MySQL <5.6.30
This post describes the troubleshooting process of a FULLTEXT cache performance issue. Quite inconspicuous at the beginning, it proved to be a lot of fun in the end.
Ready, Set, GDB!
Understanding and profiling MySQL execution with Callgrind, Pstack and Perf
Profiling MySQL memory usage with Valgrind / Massif
- On servers running MyQL <5.7 (well... vast majority),
- When the component you're interested in is not instrumented,
- When you don't fancy reading cryptic names of performance schema instruments. While I do love performance schema, this is no joke: OS-level heap profiles are much easier to read than data in performance schema (and they point you directly to the relevant locations in the code).
