let me see you stripped
This commit is contained in:
parent
3428bd5bef
commit
0c120ee02e
@ -14,5 +14,3 @@ It's By Gustavo Pezzi at `Pikuma <https://pikuma.com/courses/nes-game-programmin
|
||||
I've been picking up some more Go work at work. My current team is sort of disbanding so I'm going to be moving away from doing just Python. It's been a year since I've done Go stuff, since I left Tidelift, so I'm really rusty.
|
||||
|
||||
Speaking of Rust, I was trying to do Advent of code in Rust also, and made it TWO whole days in Rust. It's still on my bucket of stuff to learn, but my free time seems to be running out lately, and I have a lot of things on my plate to get done.
|
||||
|
||||
Reminder, you can find me on `The Fediverse <https://social.tyrel.dev/tyrel/>`_ as opposed to Twitter these days.
|
||||
|
@ -22,7 +22,6 @@ Atlantico is the game that Gustavo is walking us through making in the current p
|
||||
I loaded it up and HOLY COW - something I actually wrote in Assembly is running on real hardware.
|
||||
|
||||
If you want to watch the video, it's very simplistic at the 75% mark, this was before the Collisions chapter, and no sound yet.
|
||||
`I posted about it on my Fediverse server <https://social.tyrel.dev/notice/ARxKt0GNrC0KJwvNsO>`_.
|
||||
|
||||
The feeling of getting something running, locally, and seeing it working on screen, despite being a programmer for ~~20 years, is AMAZING.
|
||||
Writing code that executes on the system you grew up playing the early 90's, wow.
|
||||
|
@ -74,7 +74,7 @@
|
||||
{% for name, link in SOCIAL %}
|
||||
<li><a href="{{ link }}">{{ name }}</a></li>
|
||||
{% endfor %}
|
||||
<li><a rel="me" href="https://social.tyrel.dev/tyrel">Fediverse</a></li>
|
||||
<!-- <li><a rel="me" href="https://social.tyrel.dev/tyrel">Fediverse</a></li> -->
|
||||
<li><a rel="me" href="https://pixelfed.social/@tyrel">Pixelfed</a></li>
|
||||
{% if FEED_ALL_ATOM %}
|
||||
<li><a href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate">Atom Feed</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user