What is a friendly name for a programming contest open only to first and second year students ? I thought about "Junior", but I hope for better.

P.S. the 1st and second year students are welcome to enter the "Senior contest" that will run in parallel but in the past they haven't had great success (it's a north american wide contest).

#ProgrammingContest #LazyFedi #rectificationofnames

What's a good name for the style of booting qemu/kvm when you have to specify the kernel and initrd rather than having a bootloader in the disk image. Something like:

qemu $args \
-kernel boot/vmlinuz \
-initrd boot/initrd.img \
-append "root=/dev/vda1"

Direct booting? External booting? Unpacked booting?

#NerdFight #RectificationOfNames