Painting of floppy disks, compact discs, and an old computer monitor with its circuitry exposed, generated by DALLE-2

How to Compile MS-DOS Programs from your Windows/Mac/Linux desktop

While there are plenty of tutorials on compiling programs for MS-DOS using an editor like Turbo C, nothing beats the convenience of a modern programming environment.

With this simple setup, you can get the best of both worlds: native 16-bit compilation using Turbo C, combined with the power of your modern text editor.

Read more

CSS text-shadow is, somehow, still laggy (sometimes) - use drop-shadow instead (maybe).

text-shadow can sometimes be laggy in Chrome. It might be better to use drop-shadow in some cases.

Read more