log

age author description
Fri, 17 Jun 2016 09:42:22 +0000 HackBot <b_jonas> slashlearn =@ccc/=@ccc is a great innovation in gcc 6, kept top secret, where inline asm statements can return a value in the carry flag on x86_64. See https://gcc.gnu.org/gcc-6/changes.html which keeps this secret, https://gcc.gnu.org/onlinedocs/gcc-6.1.0/gcc/Extended-Asm.html which documents it, and http://article.gmane.org/gmane.linux.kernel/2238065 which uses it.
Fri, 17 Jun 2016 09:37:38 +0000 HackBot <int-e> ` sed -i \'s/Con/C Code Con/\' wisdom/ioccclist
Fri, 17 Jun 2016 09:12:30 +0000 HackBot <oerjan> sled bin/wisdom//s/type f/type f -print0/;s/shuf/shuf -z/
Fri, 17 Jun 2016 08:53:03 +0000 HackBot <oerjan> sled wisdom/tanebvention//s/ [(]math[)]/: math/
Fri, 17 Jun 2016 08:52:14 +0000 HackBot <oerjan> ` mv wisdom/tanebvention{,s}": math"
Fri, 17 Jun 2016 08:51:36 +0000 HackBot <oerjan> ` mv wisdom/tanebvention{"s (math)",": math"}
Fri, 17 Jun 2016 08:35:50 +0000 HackBot <b_jonas> slashlearn block device/Block devices are a concession made in Unix to make raw hard disks and magnetic tape have a similar interface to regular files and terminals. Since magnetic tapes can\'t write individual bytes, only entire blocks, the interface isn\'t exactly the same, thus the dreaded dd obs= option was born.