Skip to content

Commit 7ff64e1

Browse files
committed
cleanup
Signed-off-by: Emi Stein <[email protected]>
1 parent 3d99bb9 commit 7ff64e1

23 files changed

+25
-25
lines changed

content/2021/I-write-code-100-hours-a-week.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "I write code 100 hours/week, here's why I probably won't stop"
44
slug: 'i-write-code-100-hours-a-week'
55
date: "2021-10-16"

content/2021/cla-not-for-open-source-use-a-developer-certificate-of-origin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "CLAs are not for open source, use a Developer Certificate of Origin"
44
date: "2021-07-01"
55
draft: true

content/2021/increasing-my-contribution-to-zig-to-200-a-month.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "My game development journey & why I'm increasing my contribution to Zig to $200/mo"
44
date: "2021-04-10"
55
draft: false
@@ -320,7 +320,7 @@ When the COVID-19 pandemic first hit, I thought to myself:
320320
321321
4 months later, I had a pretty good picture. I had an early stages compiler for the language in Go using LLVM, and knew what I wanted in a "better C". There was a _long_ road ahead, but I had a picture of it. Until..
322322

323-
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">*cat spills coffee on $2800 laptop, frying SSD with ~4 months of uncommitted work on EBNF parser generators* yeah.. no, that’s.. that’s okay, I wanted to rewrite all of that code. Yeah. This is fine.</p>&mdash; Emi Stein (@emidoots) <a href="https://twitter.com/emidoots/status/1265452387453431808?ref_src=twsrc%5Etfw">May 27, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
323+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">*cat spills coffee on $2800 laptop, frying SSD with ~4 months of uncommitted work on EBNF parser generators* yeah.. no, that’s.. that’s okay, I wanted to rewrite all of that code. Yeah. This is fine.</p>&mdash; Emi (@emidoots) <a href="https://twitter.com/emidoots/status/1265452387453431808?ref_src=twsrc%5Etfw">May 27, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
324324

325325
Obviously, I was an idiot and should've just `git push`d my code - or backed up my laptop - but nonetheless this was a setback.
326326

@@ -346,7 +346,7 @@ In trying to learn Zig, there were two things that struck me:
346346

347347
Zig became the first open-source project I had _ever_ contributed to financially.
348348

349-
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">And if none of the above convinces you, let me tell you the following: <a href="https://twitter.com/ziglang?ref_src=twsrc%5Etfw">@ziglang</a> is the first language I have felt strongly I should try and contribute to, and the ONLY open source project I have ever donated to. No other has been so compelling</p>&mdash; Emi Stein (@emidoots) <a href="https://twitter.com/emidoots/status/1319546299520200704?ref_src=twsrc%5Etfw">October 23, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
349+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">And if none of the above convinces you, let me tell you the following: <a href="https://twitter.com/ziglang?ref_src=twsrc%5Etfw">@ziglang</a> is the first language I have felt strongly I should try and contribute to, and the ONLY open source project I have ever donated to. No other has been so compelling</p>&mdash; Emi (@emidoots) <a href="https://twitter.com/emidoots/status/1319546299520200704?ref_src=twsrc%5Etfw">October 23, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
350350

351351
### Working in it
352352

content/2021/mach-engine-the-future-of-graphics-with-zig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Mach Engine: The future of graphics (with Zig)"
44
date: "2021-10-17"
55
draft: false

content/2021/perfecting-glfw-for-zig-and-finding-undefined-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Perfecting GLFW for Zig, and finding lurking undefined behavior that went unnoticed for 6+ years"
44
date: "2021-10-31"
55
draft: false

content/2021/postgres-regex-search-over-10000-github-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Postgres regex search over 10,000 GitHub repositories (using only a Macbook)"
44
date: "2021-02-17"
55
draft: false

content/2021/postgres-trigram-search-learnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Postgres Trigram search learnings"
44
date: "2021-01-26"
55
draft: false

content/2021/unicode-data-file-compression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Unicode data file compression: achieving 40-70% reduction over gzip alone"
44
date: "2021-07-03"
55
draft: false

content/2021/unicode-sorting-why-browsers-added-special-emoji-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Unicode sorting is hard & why browsers added special emoji matching to regexp"
44
date: "2021-06-27"
55
draft: false

content/2021/zig-parser-combinators-and-why-theyre-awesome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: "Emi Stein"
2+
author: "Emi"
33
title: "Zig, Parser Combinators - and Why They're Awesome"
44
date: "2021-03-10"
55
draft: false

0 commit comments

Comments
 (0)