Category Archives: Programming

macos – No route to host on iterm2 only – Ask Different

Source: macos – No route to host on iterm2 only – Ask Different This is the second time I’ve had to do this. I really must remember this this time.

Posted in Programming | Tagged , , , | Leave a comment

CoPilot Having a Normal One

I mean, even if you can’t recall the ASCII characters for a hex value (like me), you should be able to realize that that 0x51 is one less than 0x52, so that the “R” and the “3” should be right … Continue reading

Posted in Programming | Tagged , | Leave a comment

Microsoft Strikes Again

CoPilot started to answer this question in the Visual Studio Code “chat window” on my work laptop. It was spitting out an answer which I was digesting — and finally being enlightened about Ruby/Rails namespaces, the autoloader, the :: operator, … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Insights into Stack Overflow’s traffic – Stack Overflow

Source: Insights into Stack Overflow’s traffic – Stack Overflow Over the last few weeks, we’ve seen inaccurate data and graphs circulating on social media channels regarding Stack Overflow’s traffic. We wanted to take the opportunity to provide additional context and … Continue reading

Posted in Programming | Tagged , , | Leave a comment

“A” “I”

Posted in Programming | Leave a comment

Get Me Out Of Data Hell — Ludicity

The Pain Zone… is an enterprise data warehouse platform. At the small scale we operate at, with little loss of detail, a data warehouse platform simply means that we copy a bunch of text files from different systems into a … Continue reading

Posted in Programming | Tagged , | Leave a comment

Sidekiq. Feels Good, Man

After 15 years of doing Rails applications, I finally had a serious need of utilizing long-running background jobs to get things done, and setup Sidekiq. My jobs are database-bound, but my database was being underutilized, so I opened up the … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Java Midwittery

Posted in Programming | Tagged , , | Leave a comment

Welcome to the “Future” of App Deployments

I’m sitting here watching the braintrust in our IT organization tell everyone about a NEW! “PRO!” product that will do database migrations with Jenkins, and I’m just sitting over here thinking about the native migrations available by default in Ruby … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

The Six Dumbest Ideas in Computer Security

The opposite of “Default Permit” is “Default Deny” and it is a really good idea. It takes dedication, thought, and understanding to implement a “Default Deny” policy, which is why it is so seldom done. It’s not that much harder … Continue reading

Posted in Programming | Tagged , | Leave a comment