/. and misreporting

We all know and love Slashdot for its anti-Microsoft, pro-Linux commentary. I follow it almost every day and I always smile with the Microsoft-related posts. It’s ok, it’s fun. I still haven’t digested the blue pill I was given when I joined the Borg collective, so I can still appreciate the justified critique against my company.

But this is just plain misreporting; the title reads: “C# Memory Leak Torpedoed Princeton’s DARPA Chances“. The reader (well, at least me) thinks that Princeton lost on their autonomous vehicle challenge attempt because of a memory leak bug in C# (well, that’d be the CLR and not the programming language but that’s a different discussion). Then the reader reads the short paragraph, especially the part that is not a quote, and they think… “wow, poor Princeton guys… a bug in the CLR prevented them from winning!”.

Then the reader goes to the actual article (if the reader bothers to do so) only to discover that it was Princeton‘s code that introduced the bug. They kept object references around so the garbage collector couldn’t clean the memory.

Now, I am not suggesting that Microsoft software is without bugs/problems/issues/etc. But this is just ridiculous.

Recent Posts

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

1 month ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

4 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

5 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

6 months ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

7 months ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

7 months ago