Nassim Software

Archives

Contains links to all posts I've written.

Read More

Why I think AI will fail to replace programmers

Some are claiming that programming is going to be automated completely by AI in the near to long term future.

Read More

How to implement letterbox scaling in PixiJS

When making a game you usually want to preserve an aspect ratio regardless of the size of the player's screen. This is called letterbox scaling.

Read More

Imagining Less Addictive Text-Based Social-Media

Social media apps and website are addictive and cause a bunch of societal issues. I thought it would be fun to imagine what a less addictive social-media website based on text would look like. Embark with me on this thought experiment.

Read More

How to fix blurry/jagged text in PixiJS

An issue I had when making canvas based projects is that I always get slightly blurry/jagged text which is very annoying to deal with. Here is a simple solution to use when working with the PixiJS library.

Read More

A Comic about CSS

This comic tells the story of a guy struggling to make his blog responsive until a friend teaches him a cool CSS trick.

Read More

The simplest way to convert your web game into a desktop app

Making games in JavaScript is often very simple (Assuming you don't use web bundlers). However, packaging those games into desktop apps you can sell is quite complicated.

Read More

Beginner friendly introduction to programming

This post attempts to teach programming to absolute beginners using the Python programming language which is known for its beginner friendliness.

Read More