Posts in Art of code
Bytebeat: Hacking Your Way To Music One Byte At The Time

In its essence, a bytebeat program is a small C program consisting of an infinite loop, outputting to the terminal an endless string of ASCII characters. These chars can then be piped to another program and interpreted as raw audio output.

By influencing a variable t through bitwise operations at each loop iteration, we assure ourselves that the output of the formula will always be a different character, so different combinations of sounds will be heard.

Read More
Reconnecting With The Art Of Coding

Everyone has a dream of what an ideal job would be. For some, it’s working from home and having a healthy work-life balance. For others, it’s about being stimulated by continually learning new technologies.

Whether it’s curiosity, passion, recognition or even money, what drives you will shape this image of the perfect career and the perfect opportunity.

Read More