Skip to content

Commit

Permalink
Update slightly further
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillbobyrev committed Feb 19, 2025
1 parent 0b47d8f commit 4f5545f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
12 changes: 11 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--muted-background: #f5f5f6;

/* Typography */
--line-height: 1.4;
--line-height: 1.6;
--font-size: 105%;

--body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
Expand Down Expand Up @@ -204,3 +204,13 @@ th {
th {
background-color: var(--muted-background);
}

/* Ensure responsive design for small screens */
@media (max-width: 600px) {
body {
padding: 1rem;
}
.blog-title {
font-size: x-large;
}
}
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ menu = 'main'
weight = 1
+++

Hi, my name is Kirill Bobyrev. I'm a Software Engineer working at Waymo in the
:us: Silicon Valley. I'm passionate about machine learning and reinforcement
My name is Kirill Bobyrev. I'm a Software Engineer working at Waymo in the :us:
Silicon Valley. I'm passionate about machine learning and reinforcement
learning, efficient algorithms, high-performance code, distributed systems and
low-level programming.

## Work and education

I graduated from
I grew up in :ru: Moscow and graduated from
[MIPT](https://en.wikipedia.org/wiki/Moscow_Institute_of_Physics_and_Technology)
with a Bachelor’s degree in applied mathematics and physics. During my first
year, I discovered my interest in computer science and started participating in
Expand Down
7 changes: 0 additions & 7 deletions content/blog/anki.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ Engineering field) have never heard of Anki, despite knowing (and possibly even
using) apps like Duolingo. An obvious drawback of Anki is that it doesn't have
a very high quality curated list of decks for at least few topics and it has
"DIY" flavor but that's probably also the reason the app is so useful, too.

\[
\begin{aligned}
KL(\hat{y} || y) &= \sum_{c=1}^{M}\hat{y}_c \log{\frac{\hat{y}_c}{y_c}} \\
JS(\hat{y} || y) &= \frac{1}{2}(KL(y||\frac{y+\hat{y}}{2}) + KL(\hat{y}||\frac{y+\hat{y}}{2}))
\end{aligned}
\]

0 comments on commit 4f5545f

Please sign in to comment.