Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:decadv:2023 [2023/12/17 12:11] – Dec 16: add link pfmprojects:decadv:2023 [2023/12/30 00:44] (current) – add Dec 29: rust cont. pfm
Line 62: Line 62:
 ===== December 17th ===== ===== December 17th =====
  
-  * I've learned more about [[https://docs.python.org/3/library/enum.html|enum]] Python module.+  * Learned more about [[https://docs.python.org/3/library/enum.html|enum]] Python module, then used it in Lacre. 
 +  * Provided a configuration parameter in Lacre to choose optimistic or pessimistic handling of database connections. 
 + 
 +===== December 19th ===== 
 + 
 +  * Added more logging while hunting a bug reported by Muppeth. 
 +  * 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.