Skip to content

Commit

Permalink
widenes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Dec 26, 2024
1 parent 9d70a0f commit a7d864c
Show file tree
Hide file tree
Showing 26 changed files with 258 additions and 134 deletions.
122 changes: 97 additions & 25 deletions content/post/wideNES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.76.3" />
<meta name="generator" content="Hugo 0.68.3" />

<title>prilik&#39;s blog</title>

Expand Down Expand Up @@ -336,7 +336,7 @@ <h1 class="post-title">
<span class="post-date">
2018-08-24
</span>
<span> - 16 minute read</span>
<span> - 20 minute read</span>

</div>

Expand Down
10 changes: 5 additions & 5 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright &amp;copy; Daniel Prilik :: Licensed under &lt;a target=&#34;_blank&#34; rel=&#34;external noopener license&#34; href=&#34;https://creativecommons.org/licenses/by-nd/4.0/&#34;&gt;CC-BY-ND-4.0&lt;/a&gt;.</copyright>
<lastBuildDate>Sun, 24 Jan 2021 00:00:00 -0500</lastBuildDate><atom:link href="https://prilik.com/blog/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 24 Jan 2021 00:00:00 -0800</lastBuildDate><atom:link href="https://prilik.com/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>A Quest to Find a Highly Compressed Emoji :shortcode: Lookup Function</title>
<link>https://prilik.com/blog/post/emoji-shortcodes/</link>
<pubDate>Sun, 24 Jan 2021 00:00:00 -0500</pubDate>
<pubDate>Sun, 24 Jan 2021 00:00:00 -0800</pubDate>

<guid>https://prilik.com/blog/post/emoji-shortcodes/</guid>
<description>&lt;p&gt;Have you ever wondered what&amp;rsquo;s the smallest amount of static storage (code +
Expand All @@ -38,7 +38,7 @@ from your browser!&lt;/p&gt;
<item>
<title>The C Standard Library Is Not Dependency Free</title>
<link>https://prilik.com/blog/post/c-is-not-dependency-free/</link>
<pubDate>Mon, 16 Nov 2020 00:00:00 -0500</pubDate>
<pubDate>Mon, 16 Nov 2020 00:00:00 -0800</pubDate>

<guid>https://prilik.com/blog/post/c-is-not-dependency-free/</guid>
<description>&lt;p&gt;Like any great systems programming language, it doesn&amp;rsquo;t take much of anything to
Expand All @@ -58,7 +58,7 @@ the same can&amp;rsquo;t be said about its &lt;em&gt;standard library&lt;/em&gt;
<item>
<title>Paravirtualized Devices in crosvm - a Performance Panacea for Modern VMs</title>
<link>https://prilik.com/blog/post/crosvm-paravirt/</link>
<pubDate>Thu, 16 May 2019 00:00:00 -0400</pubDate>
<pubDate>Thu, 16 May 2019 00:00:00 -0700</pubDate>

<guid>https://prilik.com/blog/post/crosvm-paravirt/</guid>
<description></description>
Expand All @@ -67,7 +67,7 @@ the same can&amp;rsquo;t be said about its &lt;em&gt;standard library&lt;/em&gt;
<item>
<title>wideNES - Peeking Past the Edge of NES Games</title>
<link>https://prilik.com/blog/post/widenes/</link>
<pubDate>Fri, 24 Aug 2018 00:00:00 -0400</pubDate>
<pubDate>Fri, 24 Aug 2018 00:00:00 -0700</pubDate>

<guid>https://prilik.com/blog/post/widenes/</guid>
<description></description>
Expand Down
4 changes: 2 additions & 2 deletions docs/post/c-is-not-dependency-free/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<meta property="og:image:height" content="1024">


<meta property="article:published_time" content="2020-11-16 00:00:00 -0500 EST" />
<meta property="article:published_time" content="2020-11-16 00:00:00 -0800 PST" />



Expand Down Expand Up @@ -384,7 +384,7 @@ <h1 id="rusts-split-standard-library">Rust&rsquo;s Split Standard Library<a href
<code>crate.io</code>, and be confident that if it compiles, it won&rsquo;t inadvertently panic
at runtime due to a stubbed out &ldquo;hidden&rdquo; syscall dependency. With Rust, using
external dependencies with bare-metal code is not only possible, but thanks to
<code>cargo</code>&rsquo;s best-in-class dependency management story, it&rsquo;s incredibly ergonomic
<code>cargo</code>'s best-in-class dependency management story, it&rsquo;s incredibly ergonomic
as well!</p>
<p>To really show off the power of <code>no_std</code>, lets revisit the <code>greet</code> function from
the last section. Consider the following Rust implementation, which goes out of
Expand Down
2 changes: 1 addition & 1 deletion docs/post/crosvm-paravirt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<meta property="og:image:height" content="1024">


<meta property="article:published_time" content="2019-05-16 00:00:00 -0400 EDT" />
<meta property="article:published_time" content="2019-05-16 00:00:00 -0700 PDT" />



Expand Down
2 changes: 1 addition & 1 deletion docs/post/emoji-shortcodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<meta property="og:image:height" content="1024">


<meta property="article:published_time" content="2021-01-24 00:00:00 -0500 EST" />
<meta property="article:published_time" content="2021-01-24 00:00:00 -0800 PST" />



Expand Down
2 changes: 1 addition & 1 deletion docs/post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h1 class="post-title">
<span class="post-date">
2018-08-24
</span>
<span> - 16 minute read</span>
<span> - 20 minute read</span>

</div>

Expand Down
10 changes: 5 additions & 5 deletions docs/post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright &amp;copy; Daniel Prilik :: Licensed under &lt;a target=&#34;_blank&#34; rel=&#34;external noopener license&#34; href=&#34;https://creativecommons.org/licenses/by-nd/4.0/&#34;&gt;CC-BY-ND-4.0&lt;/a&gt;.</copyright>
<lastBuildDate>Sun, 24 Jan 2021 00:00:00 -0500</lastBuildDate><atom:link href="https://prilik.com/blog/post/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 24 Jan 2021 00:00:00 -0800</lastBuildDate><atom:link href="https://prilik.com/blog/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>A Quest to Find a Highly Compressed Emoji :shortcode: Lookup Function</title>
<link>https://prilik.com/blog/post/emoji-shortcodes/</link>
<pubDate>Sun, 24 Jan 2021 00:00:00 -0500</pubDate>
<pubDate>Sun, 24 Jan 2021 00:00:00 -0800</pubDate>

<guid>https://prilik.com/blog/post/emoji-shortcodes/</guid>
<description>&lt;p&gt;Have you ever wondered what&amp;rsquo;s the smallest amount of static storage (code +
Expand All @@ -38,7 +38,7 @@ from your browser!&lt;/p&gt;
<item>
<title>The C Standard Library Is Not Dependency Free</title>
<link>https://prilik.com/blog/post/c-is-not-dependency-free/</link>
<pubDate>Mon, 16 Nov 2020 00:00:00 -0500</pubDate>
<pubDate>Mon, 16 Nov 2020 00:00:00 -0800</pubDate>

<guid>https://prilik.com/blog/post/c-is-not-dependency-free/</guid>
<description>&lt;p&gt;Like any great systems programming language, it doesn&amp;rsquo;t take much of anything to
Expand All @@ -58,7 +58,7 @@ the same can&amp;rsquo;t be said about its &lt;em&gt;standard library&lt;/em&gt;
<item>
<title>Paravirtualized Devices in crosvm - a Performance Panacea for Modern VMs</title>
<link>https://prilik.com/blog/post/crosvm-paravirt/</link>
<pubDate>Thu, 16 May 2019 00:00:00 -0400</pubDate>
<pubDate>Thu, 16 May 2019 00:00:00 -0700</pubDate>

<guid>https://prilik.com/blog/post/crosvm-paravirt/</guid>
<description></description>
Expand All @@ -67,7 +67,7 @@ the same can&amp;rsquo;t be said about its &lt;em&gt;standard library&lt;/em&gt;
<item>
<title>wideNES - Peeking Past the Edge of NES Games</title>
<link>https://prilik.com/blog/post/widenes/</link>
<pubDate>Fri, 24 Aug 2018 00:00:00 -0400</pubDate>
<pubDate>Fri, 24 Aug 2018 00:00:00 -0700</pubDate>

<guid>https://prilik.com/blog/post/widenes/</guid>
<description></description>
Expand Down
Loading

0 comments on commit a7d864c

Please sign in to comment.