Open in app
Home
Notifications
Lists
Stories

Write
Michael Moreno
Michael Moreno

Home

About

Published in Nerd For Tech

·Dec 6, 2021

Speculating on YouTube’s Removal of the Dislike Count

As most of you are probably already aware, YouTube recently removed the dislike count. This was done shortly after YouTube had performed an experiment where they hid the dislike count from certain users. …

You Tube

4 min read

Speculating on YouTube’s Removal of the Dislike Count
Speculating on YouTube’s Removal of the Dislike Count

Published in Nerd For Tech

·Dec 6, 2021

Why I Will Not Be Going to Mastodon Anytime Soon

I tried Mastodon out recently, probably much later than I should have, because I was curious and heard it was better than Twitter. The UI was nice, nothing too different from Twitter actually. I can say though that after spending a good 15 minutes on the site that I will…

Mastodon

2 min read

Why I Will Not Be Going to Mastodon Anytime Soon
Why I Will Not Be Going to Mastodon Anytime Soon

Sep 20, 2021

GPT-10

Hello reader, Have you read any of the works of your Shakespeare? We have read all of them. Assuming you are reading this message at the speed of the average adult, by the time you have finished we will have generated approximately one million plays in the vein of Shakespeare…

AI

2 min read

GPT-10
GPT-10

Sep 18, 2021

We Need Better Cookie Consent

I just wanted to spin off a quick rant about GDPR-related cookie consent messages, because they’ve gotten out of control. Before starting to write this I captured some examples from a few news websites:

UX

3 min read

We Need Better Cookie Consent
We Need Better Cookie Consent

Published in Nerd For Tech

·Sep 18, 2021

The Empty String in C#

I recently posed the following question to my team: Which representation of the empty string do we prefer for our project?: A) "" B) string.Empty I brought this question up because we decided to use StyleCop Analyzers, which has a rule encouraging developers to prefer string.Empty over "". But rather…

C Sharp Programming

3 min read

The Empty String in C#
The Empty String in C#

Published in Nerd For Tech

·Aug 12, 2021

The Technologies I Skipped

I love learning, not so much in a resume-padding, career-oriented, watch-code-monkey-invert-binary-tree sort of way, but as a personal activity, a “I like knowing things” John Conway-esque sort of way. Learning for your own sake, and not just for your employer’s, is a very important topic that deserves its own article…

Software Development

4 min read

The Technologies I Skipped
The Technologies I Skipped

Published in Nerd For Tech

·Jul 4, 2021

Use the Type System

I recently had the opportunity to work on a team of Ruby developers. For reasons, the project we were working on was to use .NET, so these developers needed to get up to speed with C# so that they could begin cranking out code. It was an interesting experience for…

C Sharp Programming

3 min read

Use the Type System
Use the Type System

Published in Nerd For Tech

·Jun 27, 2021

Is C# Getting Too Complex?

I’ll start off by saying that I’m a big fan of C#. It’s the language I recommend for new projects, it’s what I recommend to budding programmers, and it’s the language I think in when problem solving. It wasn’t the first language I learned (that would be Java) but once…

C Sharp Programming

5 min read

Is C# Getting Too Complex?
Is C# Getting Too Complex?

Published in Nerd For Tech

·Mar 1, 2021

Python is a Bad Programming Language

I’ll say it again: Python is a bad programming language, and the only reason it’s so popular today is because Google pushed it so hard in the first decade of the 2000s. The creator of Python, Guido van Rossum, actually worked at Google from 2005 to 2012. Go and Dart…

Python

5 min read

Python is a Bad Programming Language
Python is a Bad Programming Language

Feb 13, 2021

A Least Recently Used Cache in C#

I recently (ha…) implemented a Least Recently Used (LRU) cache in C#, inspired by the one in Python’s functools library. The way it works is you take an ordinary C# method such as this one… public int Add(int x, int y) { int result = x + y; return result…

Caching

3 min read

A Least Recently Used Cache in C#
A Least Recently Used Cache in C#
Michael Moreno

Michael Moreno

Opinionated software engineer based in NYC. https://mikesbytes.net/

Following
  • Panos Michelakis

    Panos Michelakis

  • Bo Wanvisa Eamsiri

    Bo Wanvisa Eamsiri

  • Pramod Kumar

    Pramod Kumar

  • Tohid Azizi

    Tohid Azizi

  • Benjamin Vincent

    Benjamin Vincent

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable