diff --git a/content/blog/yosys4gal/yosys4gal.md b/content/blog/yosys4gal/yosys4gal.md index 83e334a..77c36b6 100644 --- a/content/blog/yosys4gal/yosys4gal.md +++ b/content/blog/yosys4gal/yosys4gal.md @@ -24,7 +24,6 @@ and then program the next. Later versions would solve the whole one-time-program Demands would increase futher and flip-flops would be added, as well as feedback capability. This allows for very complex functions to be implemented, since you can chain "rows" of the output blocks. - ## Back To Today: GALs in the 21st Century These days, modern FPGA technology can be yours for a couple of bucks. Open-source toolchains allow fast, easy development, diff --git a/content/now.md b/content/now.md new file mode 100644 index 0000000..7189ea3 --- /dev/null +++ b/content/now.md @@ -0,0 +1,25 @@ +--- +layout: layouts/base.njk +title: Now +eleventyNavigation: + key: Now + order: 4 +--- +## Save Slot 0 + +Rate-Monotonic scheduling my life. + +### Playing + +- Helldivers 2 {gamepad} +- Ocarina of Time Randomizer Multiworld [link](https://wiki.ootrandomizer.com/index.php?title=Multiworld) + +### Doing + +- Putting out fires at $dayjob {fire} +- Finishing a Masters Degree in Computer Engineering (VLSI/FPGA focused) {book} + +### ~~Making~~ Breaking + +- Hacking together servers with [NixOS](https://nixos.org/) +- Synthing gateware for [Groovylight](https://git.saji.dev/saji/groovylight) diff --git a/package.json b/package.json index e3340f0..3d03570 100644 --- a/package.json +++ b/package.json @@ -14,23 +14,10 @@ "type": "git", "url": "git://github.com/11ty/eleventy-base-blog.git" }, - "author": { - "name": "Zach Leatherman", - "email": "zachleatherman@gmail.com", - "url": "https://zachleat.com/" - }, "license": "MIT", "engines": { "node": ">=14" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/11ty" - }, - "bugs": { - "url": "https://github.com/11ty/eleventy-base-blog/issues" - }, - "homepage": "https://github.com/11ty/eleventy-base-blog#readme", "devDependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.1",