better link
This commit is contained in:
parent
8b7491b0b6
commit
e89c7cdbdd
@ -2,7 +2,7 @@ Advent of Code 2022 + End of Year Updates
|
|||||||
=========================================
|
=========================================
|
||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Blog
|
:category: Blog
|
||||||
:tags: python, adventofcode, 6502, assembly
|
:tags: python, adventofcode, 6502, assembly, rust, go
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Advent of Code this year is kicking my butt so I haven't been doing any tech blogging really lately. If you want to follow my progress, I think I might be done as of day 15 - This one seems to be a traveling salesman/knapsack problem related. Here's my repo: `https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python <https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python>`_.
|
Advent of Code this year is kicking my butt so I haven't been doing any tech blogging really lately. If you want to follow my progress, I think I might be done as of day 15 - This one seems to be a traveling salesman/knapsack problem related. Here's my repo: `https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python <https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python>`_.
|
||||||
|
@ -17,7 +17,7 @@ MENUITEMS = [
|
|||||||
]
|
]
|
||||||
LINKS = (
|
LINKS = (
|
||||||
('Book Me', 'https://cal.com/tyrelsouza'),
|
('Book Me', 'https://cal.com/tyrelsouza'),
|
||||||
('Code', 'https://gitea.tyrel.dev/'),
|
('Code', 'https://gitea.tyrel.dev/tyrel'),
|
||||||
('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'),
|
('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'),
|
||||||
('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'),
|
('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user