Get off my lawn! (Page 4)

Musings of an old coder

Week Interest 2020-02-01

This week, my browser was filled with tabs that I kept revisiting, each offering valuable insights into different aspects of software development. Here’s a rundown of the articles I found most intriguing and why they caught my attention.

Read more...

Advent of Code 2019 - Git

On the 16th for star 2, I had dig back into my memory on how to do dynamic program. This was required to have the problem end in a reasonable amount of time. I still think that I am missing an optimization somewhere as it did not finish in under 2 seconds like some other ones did.

Read more...

Advent of Code 2019

Again this year as have started working on Advent of Code, due to some time constraints this year, I am doing the challenges in C#. So far, multiple challenges have built up and use a simulated computer, referred as the IntComputer. I have so far just written an interpreter for the OpCodes. I have thought about using Roslyn to translate the computer into C# code but I am struggling in how to do this completely as the computer can rewrite it's instruction set. I have also been bad in that I have not yet created a git repository for my code yet.

Read more...