Skip to content

Commit

Permalink
chore: better article subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-kashitsyn committed Jan 17, 2024
1 parent 0f2d705 commit 3692d0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion posts/10-payment-flows.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass{article}

\title{Fungible tokens: payment flows}
\subtitle{Payment flows for fungible tokens.}
\subtitle{Payment flows for fungible tokens on the Internet Computer.}
\date{2022-09-21}
\modified{2022-09-21}

Expand Down
4 changes: 2 additions & 2 deletions posts/19-eventlog.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass{article}

\title{ckBTC internals: event log}
\subtitle{Like event sourcing, but in a canister.}
\subtitle{The storage scheme securing ckBTC assets.}
\date{2023-05-01}
\modified{2023-05-01}

Expand Down Expand Up @@ -194,4 +194,4 @@ \section{resources}{Resources}
\item
The \href{https://wiki.internetcomputer.org/wiki/Main_Page}{Internet Computer Wiki} has a detailed article about \href{https://wiki.internetcomputer.org/wiki/Chain-key_Bitcoin#ckBTC_Minter}{ckBTC minter}.
\end{itemize}
\end{document}
\end{document}
4 changes: 2 additions & 2 deletions posts/22-flat-in-order-trees.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass{article}

\title{Flat in-order binary trees}
\subtitle{You'll never see binary numbers the same way.}
\subtitle{An efficient algorithm for incremental merkle trees updates.}
\date{2023-08-13}
\modified{2023-11-26}

Expand Down Expand Up @@ -481,4 +481,4 @@ \section{sec-extensible-segment-trees}{Extensible segment trees}

The \code{ST_Append}, \code{ST_Set}, and \code{ST_Sum} procedures provide a working implementation of extensible segment trees.

\end{document}
\end{document}
4 changes: 2 additions & 2 deletions posts/23-numeric-tower-fiasco.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass{article}

\title{The numeric tower fiasco}
\subtitle{Inheritance is scam}
\subtitle{OOP inheritance had one job to do.}
\date{2023-11-22}
\modified{2023-11-22}
\keyword{oop}
Expand Down Expand Up @@ -331,4 +331,4 @@ \section{conclusion}{Conclusion}
}.
I agree with them and favor algebraic data types and simple functions as the ultimate form of composition.

\end{document}
\end{document}

0 comments on commit 3692d0c

Please sign in to comment.