Category Archives: Programming

More on the Capabilities of Current-Gen “AI”

Eric Raymond, another bright star in the programming universe, weighed in on the actual capability of current-gen “AI.” He echoed DHH and Carmack, again reiterating my own opinion that LLM’s cannot replace humans at (non-trivial) programming. Yet. Sure, it can … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Typical IT

From here. It’s not “insane.” And, in fact, 100 days seems like a short request. In my Fortune 250, I recently spent 4 months asking for a change that took literally 30 seconds to do. I wasn’t confused. They eventually … Continue reading

Posted in Programming | Tagged | Leave a comment

Capabilities of Current-Gen “AI”

There are 2 schools of people on Twitter on using AI in programming. One states emphatically that they are producing fully-realized projects through nothing but “vibe coding,” and the other states, well, what DHH says here. John Carmack had this … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

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 | Tagged , , | 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