add some descriptions

This commit is contained in:
Yan Lin 2026-01-30 20:37:46 +01:00
parent 56171a0578
commit 7f851efcb4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
+++
title = "Replace Cloud with Local File Sync"
date = 2026-01-11
description = "Local file sync is more robust and user-friendly than cloud-based solutions, for personal use and small files at least."
description = "Local file sync is more robust than cloud-centric solutions"
+++
Most software that relies heavily on cloud infrastructure works like this: the full data is stored on the cloud, and only the data needed for now is fetched or updated by the software.

View file

@ -1,7 +1,7 @@
+++
title = "Shortcuts in ODE and SDE"
date = 2025-07-01
description = ""
description = "Idea of finding shortcuts that universally apply to time-dependent differential equations"
+++
> **TL;DR:** In the context of generative modeling, we examine ODEs, SDEs, and two recent works that share the idea of learning shortcuts that traverse through vector fields defined by ODEs faster. We then discuss the generalization of this idea to both ODE- and SDE-based models.