Skip to content

Commit 016d628

Browse files
committed
deploy: 7ff64e1
1 parent 2d882cf commit 016d628

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

2021/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ println!("{:?}", vec);
943943
<p>If Go isn’t it, Rust isn’t it, the V language isn’t it - could I build it? Could I create the “better C” I am looking for? What would it look like?</p>
944944
</blockquote>
945945
<p>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 <em>long</em> road ahead, but I had a picture of it. Until..</p>
946-
<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>— 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>
946+
<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>— 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>
947947
<p>Obviously, I was an idiot and should’ve just <code>git push</code>d my code - or backed up my laptop - but nonetheless this was a setback.</p>
948948
<h2 id="discovering-zig">Discovering Zig</h2>
949949
<p>I continued to look for this mythical “better C” - and one name that kept arising in my sphere was <a href="https://ziglang.org">Zig</a>.</p>
@@ -961,7 +961,7 @@ println!("{:?}", vec);
961961
<li>I continuously saw a theme of “this is a decentralized community, there is no ‘official’ thing we’ll ever push onto you, we want everyone to contribute and <em>truly be a part of this</em>”</li>
962962
</ul>
963963
<p>Zig became the first open-source project I had <em>ever</em> contributed to financially.</p>
964-
<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>— 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>
964+
<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>— 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>
965965
<h3 id="working-in-it">Working in it</h3>
966966
<p>Thus far, I’ve worked on two things in Zig:</p>
967967
<ul>

2021/increasing-my-contribution-to-zig-to-200-a-month/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

categories/gamedev/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ Process 6516 stopped
23642364
<p>If Go isn’t it, Rust isn’t it, the V language isn’t it - could I build it? Could I create the “better C” I am looking for? What would it look like?</p>
23652365
</blockquote>
23662366
<p>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 <em>long</em> road ahead, but I had a picture of it. Until..</p>
2367-
<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>— 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>
2367+
<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>— 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>
23682368
<p>Obviously, I was an idiot and should’ve just <code>git push</code>d my code - or backed up my laptop - but nonetheless this was a setback.</p>
23692369
<h2 id="discovering-zig">Discovering Zig</h2>
23702370
<p>I continued to look for this mythical “better C” - and one name that kept arising in my sphere was <a href="https://ziglang.org">Zig</a>.</p>
@@ -2382,7 +2382,7 @@ Process 6516 stopped
23822382
<li>I continuously saw a theme of “this is a decentralized community, there is no ‘official’ thing we’ll ever push onto you, we want everyone to contribute and <em>truly be a part of this</em>”</li>
23832383
</ul>
23842384
<p>Zig became the first open-source project I had <em>ever</em> contributed to financially.</p>
2385-
<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>— 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>
2385+
<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>— 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>
23862386
<h3 id="working-in-it">Working in it</h3>
23872387
<p>Thus far, I’ve worked on two things in Zig:</p>
23882388
<ul>

categories/zig/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,7 +3111,7 @@ println!("{:?}", vec);
31113111
<p>If Go isn’t it, Rust isn’t it, the V language isn’t it - could I build it? Could I create the “better C” I am looking for? What would it look like?</p>
31123112
</blockquote>
31133113
<p>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 <em>long</em> road ahead, but I had a picture of it. Until..</p>
3114-
<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>— 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>
3114+
<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>— 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>
31153115
<p>Obviously, I was an idiot and should’ve just <code>git push</code>d my code - or backed up my laptop - but nonetheless this was a setback.</p>
31163116
<h2 id="discovering-zig">Discovering Zig</h2>
31173117
<p>I continued to look for this mythical “better C” - and one name that kept arising in my sphere was <a href="https://ziglang.org">Zig</a>.</p>
@@ -3129,7 +3129,7 @@ println!("{:?}", vec);
31293129
<li>I continuously saw a theme of “this is a decentralized community, there is no ‘official’ thing we’ll ever push onto you, we want everyone to contribute and <em>truly be a part of this</em>”</li>
31303130
</ul>
31313131
<p>Zig became the first open-source project I had <em>ever</em> contributed to financially.</p>
3132-
<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>— 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>
3132+
<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>— 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>
31333133
<h3 id="working-in-it">Working in it</h3>
31343134
<p>Thus far, I’ve worked on two things in Zig:</p>
31353135
<ul>

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@ println!("{:?}", vec);
32713271
<p>If Go isn’t it, Rust isn’t it, the V language isn’t it - could I build it? Could I create the “better C” I am looking for? What would it look like?</p>
32723272
</blockquote>
32733273
<p>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 <em>long</em> road ahead, but I had a picture of it. Until..</p>
3274-
<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>— 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>
3274+
<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>— 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>
32753275
<p>Obviously, I was an idiot and should’ve just <code>git push</code>d my code - or backed up my laptop - but nonetheless this was a setback.</p>
32763276
<h2 id="discovering-zig">Discovering Zig</h2>
32773277
<p>I continued to look for this mythical “better C” - and one name that kept arising in my sphere was <a href="https://ziglang.org">Zig</a>.</p>
@@ -3289,7 +3289,7 @@ println!("{:?}", vec);
32893289
<li>I continuously saw a theme of “this is a decentralized community, there is no ‘official’ thing we’ll ever push onto you, we want everyone to contribute and <em>truly be a part of this</em>”</li>
32903290
</ul>
32913291
<p>Zig became the first open-source project I had <em>ever</em> contributed to financially.</p>
3292-
<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>— 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>
3292+
<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>— 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>
32933293
<h3 id="working-in-it">Working in it</h3>
32943294
<p>Thus far, I’ve worked on two things in Zig:</p>
32953295
<ul>

0 commit comments

Comments
 (0)