Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Convert decimal to hexadecimal EASY!

29.4K views on YouTube

#coding #programming #computerscience

An easy way to convert decimal to hexadecimal is by repeatedly dividing the original number by 16 and keeping track of the remainders. Then convert each remainder to its hexadecimal equivalent.