add now page
This commit is contained in:
parent
8f9eee1d09
commit
07d0be04ae
|
@ -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
|
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.
|
functions to be implemented, since you can chain "rows" of the output blocks.
|
||||||
|
|
||||||
|
|
||||||
## Back To Today: GALs in the 21st Century
|
## 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,
|
These days, modern FPGA technology can be yours for a couple of bucks. Open-source toolchains allow fast, easy development,
|
||||||
|
|
25
content/now.md
Normal file
25
content/now.md
Normal file
|
@ -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)
|
13
package.json
13
package.json
|
@ -14,23 +14,10 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/11ty/eleventy-base-blog.git"
|
"url": "git://github.com/11ty/eleventy-base-blog.git"
|
||||||
},
|
},
|
||||||
"author": {
|
|
||||||
"name": "Zach Leatherman",
|
|
||||||
"email": "zachleatherman@gmail.com",
|
|
||||||
"url": "https://zachleat.com/"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"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": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"@11ty/eleventy-img": "^3.1.1",
|
"@11ty/eleventy-img": "^3.1.1",
|
||||||
|
|
Loading…
Reference in a new issue