Skip to content

Commit 3830831

Browse files
committed
fix: old article update
1 parent 5ad29ef commit 3830831

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/posts/2020/2020-10-01-unifying-lol-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In particular, making the data format intuitive meant putting objects as close a
7272

7373
After many iterations, we agreed on this data structure, showing only list and dictionary fields:
7474

75-
```
75+
```log
7676
game: dict
7777
├── sources: dict
7878
├── teams: dict
@@ -180,7 +180,7 @@ The next steps are to:
180180

181181
- Update `riot-transmute` to add compatibility with games played before season 8 and test them thoroughly
182182

183-
- Write a `Go` implementation of `riot-transmute` running a local API in Docker to allow for much faster parsing and easier compatibility with any programming language
183+
- Write a `Rust` implementation of `riot-transmute` to increase performance while still being Python-compatible with PyO3
184184

185185
My goal with this standard is to empower experienced developers, simplify compatibility between community tools, and help new developers. I think switching over to this new data format is a net positive for everybody.
186186

content/posts/2024/08-tolkeeb-zero/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tolkeeb Zero"
2+
title: "What I learned making my own keyboard"
33
categories: Productivity
44
date: 2024-08-01
55
tags:

0 commit comments

Comments
 (0)