> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/til/2020/june.md).

# June

* 2020-06-12
  * [tai64nlocal](https://cr.yp.to/daemontools/tai64nlocal.html) is pretty useful when viewing logs through tail command to get readable timestamps on log lines.

    Example usage,

    ```
    tail -F /var/program/log | tai64nlocal
    ```
* 2020-06-15
  * [The Pros and Cons of AsyncGetCallTrace Profilers](http://psy-lob-saw.blogspot.com/2016/06/the-pros-and-cons-of-agct.html)
