Menu

Programming

ReferenceCounted List Update
A quick update on the functionality I was trying to use ReferenceCounted List for in BASeBlock. I ended up not using the class at all. I actually ended up [...]
“First world problems”
A completely random rant… Here’s another thing that pisses me off. You complain about something- maybe it was a poor mannered UPS delivery [...]
A ReferenceCounted List
Here I explore the design and implementation of a Generic class designed to replace variables of it's Generic Type and add capability, while not forcing [...]
Trolls are fun.
Well, my posts keep getting deleted off the MC forums (arguably mostly because they are responses to a troll, but damn, trolls can be amusing). Anyway, [...]
AMD & Intel, Past, Present & Future
AMD, like Cyrix VIA, and Nextech (I believe was the name) were all clone makers, they made pin compatible processors for PCs. Their primary advantage was [...]
Yes, I’m still alive
Rumours of my death have been greatly exaggerated Trying to figure out some long term plan of action, as well as get a proper perspective of what I am [...]
Locking out Program functionality
Despite my ramblings to the contrary, I have decided to make some of my applications “commercial” or at least paid-for. Not entirely, though; [...]
BASeBlock 2.0 And what I plan to do with it
After much mulling over it, I have decided that BASeBlock 2.0 will be “shareware” sort-of. This version will add a numbectr of new blocks, [...]
What is the best Programming language for beginners?
I see this question semi-frequently on forums. It’s a reasonable question on the surface. However, the fact is that there is no “Best language [...]
Why I use INI Files, and a FormPositionSaver class
In some of my recent posts, I’ve covered the topic of accessing and parsing an INI file for configuration data in a C# Application. Some may wonder [...]