Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:decadv:2023 [2023/12/19 22:19] – add Dec 19: logging, lacre.admin queue -D pfmprojects:decadv:2023 [2023/12/30 00:44] (current) – add Dec 29: rust cont. pfm
Line 69: Line 69:
   * Added more logging while hunting a bug reported by Muppeth.   * Added more logging while hunting a bug reported by Muppeth.
   * Lacre admin CLI tool: added ''-D'' (''--delete'') option to ''queue'' sub-command.   * Lacre admin CLI tool: added ''-D'' (''--delete'') option to ''queue'' sub-command.
 +
 +===== December 29th =====
 +
 +  * Continued learning Rust, this time trying to implement a [[wp>Brainfuck]] interpreter.