Outdoor Technologist

Random thoughts spewed in the digital realm

2

Lab Equipment Automation (Notes)

References Control HP / Agilent / Keysight 34401A Tutorial on live plotting: Github for above video: https://github.com/jesseadamczyk/keithley2700-tutorial

2

VS Code Useful Functions… that I hardly use, but want easy access to

Select by block: Shift +Alt while drag mouse next…

2

Miniware MPD-XP

I recently learned about the MDP-XP power supply from this tweet. The compact size of this product immediately interested me because I sometimes do ‘Debugging House Calls’ where I meet SW/FW Engineers away from my normal lab space. I considered purchasing the product version without the display, but then decided I should try the whole…

Continue Reading

2

Why does the F-117 Stealth look so angular?

Was just talking about this the other day and I wanted to have it handy so it makes this little corner of notes: Here is the best link I’ve recently read about it: https://qr.ae/pGjYkh

3

Reconnecting your Device to Microsoft OneDrive / Azure / Apps for Business

Doing a security review of my stuff led me to foolishly delete my main laptop because it was randomly labeled… this is how I solved it The reference did not match the reality, but it was close enough to help me solve it: https://docs.microsoft.com/en-us/answers/questions/48985/re-enable-device.html My dashboard was blank, so I used the search tool to…

Continue Reading

5

OrCAD Layout 17.2 Useful Tips

Text Size You can easily change the all the text in a board file or symbol at once. Not exactly what you’re looking for but it is quick and it works. 1. Right Click > Super Filter > Text2. Edit > Change Objects3. Check box for Text Block4. Select Text Size.5. Highlight all text.This will…

Continue Reading

2

Installing and Running Mentor Graphics PADS & Cadence OrCAD Capture on the same machine

In the past I’ve always used separate machines or dual booted a machine to ensure my environments were working when I needed them to, but I’m finally using both tools enough that it was time to spend the 5 minutes asking the ‘Google IT Engineer’ for help installing and simultaneously using both tools on one…

Continue Reading

2

View Git History of Specific Line

Sometimes you want to know when a line of code changed and who changed it – This is how. Source: https://stackoverflow.com/questions/50469927/view-git-history-of-specific-line Example (placeholder):

2

Parse files with grep and cut – wait cut??

I had a few log files with microsecond timers that I needed to parse quickly and I figured I could do it with grep, but then I found out I could do it even more efficiently by piping to ‘cut’ I learned this here: https://unix.stackexchange.com/a/548716/438718 Example:

1 3 4 5 6 7 11