Category Archives: Programming

Mastodon

So I’m just now realizing that Mastodon is a Rails 6.1 application. I just looked over the Gemfile, and it includes a lot of the usual gems, notably cocoon, right at the end. I have a love/hate relationship with this … Continue reading

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

Don’t Get Involved with Things you Can’t Fix, and You Can’t Fix Stupid

Twenty-odd years ago, I was involved in a Product Data Management system implementation. This is just part of a much larger story, but the salient point from the epic saga is that I worked for a psychopath, and he tried … Continue reading

Posted in Programming | Tagged , , | Leave a comment

37signals Dev — Vanilla Rails is plenty

In our example, there are no fat models in charge of doing too many things. Recording::Incineration or Recording::Copier are cohesive classes that do one thing. Recording::Copyable adds a high-level #copy_to method to Recording’s public API and keeps the related code … Continue reading

Posted in Programming | Tagged | Leave a comment

The Case for C# and .NET. It has been interesting as I’ve shifted… | by Charles Chen | ITNEXT

It has been interesting as I’ve shifted out of .NET ecosystem which I’ve worked with on the server side (and some stints of desktop… Source: The Case for C# and .NET. It has been interesting as I’ve shifted… | by Charles … Continue reading

Posted in Programming | Tagged , , | Leave a comment

The Problematic Black Box Nature of Neural Networks and Deep Learning – Brightwork Research & Analysis

Neural networks and deep learning are normally black box systems. This black box nature of neural networks leads to problems that tend to be underemphasized in the rush to promote these systems. Source: The Problematic Black Box Nature of Neural … Continue reading

Posted in Programming | Tagged , | Leave a comment

LinkedIn? In My GitHub? It’s More Likely Than You Think

I didn’t much care when Microsoft bought LinkedIn, because no one actually likes LinkedIn. What little usefulness it has exists only because there’s nothing else in the space. A Facebook for work. Really? That’s boring squared. Who cares? But when … Continue reading

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

Reselling gig work is TikTok’s newest side hustle

Resellers buy gig work for as cheap as $5 to resell for profit Source: Reselling gig work is TikTok’s newest side hustle Yes, you can make money by looking for opportunities to match up supply and demand, and legitimately take … Continue reading

Posted in Programming | Tagged , | Leave a comment

Unseen Effort – The Daily WTF

The only downside to working for him was his disdain toward open source solutions. Anita couldn’t use any NuGet packages whatsoever; everything had to be built from scratch. She learned a ton while making her own JSON parsing library and … Continue reading

Posted in Programming | Tagged , | Leave a comment

From Node to Ruby on Rails | D U N K

Building the web app in Rails took me 2 days – the same thing in Node would have taken 2 weeks. I’ve also included things I wouldn’t have attempted to build on Node/Express until I proved the idea out (editing … Continue reading

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

SQL Is Obnoxious

I find SQL obnoxious, due to its brevity. Getting complicated desired behavior from it sometimes requires clever understanding and combinations of very simple primitives. Because it’s taken me about 2 weeks (off and on) to work it out, I present, … Continue reading

Posted in Programming | Leave a comment