- Uh oh! The page you are looking for does not exist...
-
-
-
- Go Home
-
-
-
- More on HTTP status codes
-
-
-
- );
-}
-
-export default NotFoundPage;
\ No newline at end of file
+import Link from 'next/link';
+import Layout from '../components/layout';
+
+function NotFoundPage() {
+ return (
+
+
+
Error 404
+
+ Uh oh! The page you are looking for does not exist...
+
+ Go Home
+
+ More on HTTP status codes
+
+
+
+ );
+}
+
+export default NotFoundPage;
diff --git a/pages/index.tsx b/pages/index.tsx
index 564db8a..6d3d896 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -7,14 +7,12 @@ import RecentPosts from '../components/recent-posts';
import { getNotesMeta, getPostsMeta, INoteMeta, IPostMeta } from '../lib/slug';
function Nav() {
- const nav = {'Posts': '/posts', 'Notes': '/notes', 'About': '/about', };
+ const nav = { 'Posts': '/posts', 'Notes': '/notes', 'About': '/about', };
return (
-
}
@@ -46,4 +44,4 @@ export async function getStaticProps() {
};
}
-export default PostsPage;
\ No newline at end of file
+export default PostsPage;
diff --git a/pages/recommended.tsx b/pages/recommended.tsx
deleted file mode 100644
index af545cf..0000000
--- a/pages/recommended.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-import Layout from '../components/layout';
-import rec from '../public/recommended.yaml';
-import { toListItem, mapChild } from '../components/lists';
-
-function Recommended() {
- return (
-
-
-
This page is really for me to not forget/revisit the good things I have read, seen, heard, and/or experienced. This list may change, just as my opinions.
-
If the one you are looking for is not on this list, it is most likely I have not had the chance to read/listen to/watch it yet.
-
- {
- rec.map((item: Record) => {
- const lItem = toListItem(item)
- if (lItem)
- return mapChild(lItem, 0)
- })
- }
-
- );
-}
-
-export default Recommended;
diff --git a/pages/resources.tsx b/pages/resources.tsx
deleted file mode 100644
index 01a2765..0000000
--- a/pages/resources.tsx
+++ /dev/null
@@ -1,18 +0,0 @@
-import Layout from '../components/layout';
-import res from '../public/resources.yaml';
-import { toListItem, mapChild } from '../components/lists';
-
-function Resources() {
- return (
-
- {
- res.map((item: Record) => {
- const lItem = toListItem(item)
- if (lItem)
- return mapChild(lItem, 0)
- })
- }
- );
-}
-
-export default Resources;
\ No newline at end of file
diff --git a/public/assets/fonts/EB_Garamond/OFL.txt b/public/assets/fonts/EB_Garamond/OFL.txt
index 1fb3e84..7436817 100644
--- a/public/assets/fonts/EB_Garamond/OFL.txt
+++ b/public/assets/fonts/EB_Garamond/OFL.txt
@@ -1,93 +1,93 @@
-Copyright 2017 The EB Garamond Project Authors (https://github.com/octaviopardo/EBGaramond12)
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
+Copyright 2017 The EB Garamond Project Authors (https://github.com/octaviopardo/EBGaramond12)
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/public/favicon.ico b/public/favicon.ico
index a3d97a3..c2e2e85 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/pages.json b/public/pages.json
index c5f6d14..aac9e9c 100644
--- a/public/pages.json
+++ b/public/pages.json
@@ -1,4 +1,4 @@
{
"GitHub": "https://github.com/lambdapaul",
- "Twitter": "https://twitter.com/lambda_paul"
+ "Twitter/X": "https://x.com/lambda_paul"
}
diff --git a/public/playlists.yaml b/public/playlists.yaml
deleted file mode 100644
index 5e1cfa0..0000000
--- a/public/playlists.yaml
+++ /dev/null
@@ -1,302 +0,0 @@
-- title: Classical
- children:
- - title: "Antonio Lucio Vivaldi"
- type: youtube-playlist
- id: PLSU6wJEYct5HslkoJWHQFCttB-lhSwVr2
- - title: "Johann Sebastian Bach"
- type: youtube-playlist
- id: PLSU6wJEYct5HftuY6UunC6zE_QMXOGmhm
- - title: "Ludwig van Beethoven"
- type: youtube-playlist
- id: PLSU6wJEYct5Etx0WAXUQ7YXe84Fp5E142
- - title: "Wolfgang Amadeus Mozart"
- type: youtube-playlist
- id: PLSU6wJEYct5EJsE-9Zh-jWckBuZAmIt8Q
- - Große Fuge Op. 133
- - KV 387
- - KV 448
- - KV 626
- - Piano Sonata No. 2 Mvmt. 3 (Chopin)
- - BWV 1048
- - Prelude in G Minor (Op. 23 No. 5)
- - String Quartet, Op. 20 No. 2 (Haydn)
- - Arabesque No. 1 (Debussy)
-- title: Rock
- children:
- - title: American Pie by Don McLean
- type: spotify
- id: 1fDsrQ23eTAVFElUMaf38X
- - title: American Pie
- type: spotify
- id: 1fDsrQ23eTAVFElUMaf38X
- - title: Don't Stop Believin'
- type: spotify
- id: 4bHsxqR3GMrXTxEPLuK5ue
- - title: Hotel California - 2013 Remaster
- type: spotify
- id: 40riOy7x9W7GXjyGp4pjAv
- - title: Africa
- type: spotify
- id: 2374M0fQpWi3dLnB54qaLX
- - title: Sweet Home Alabama
- type: spotify
- id: 7e89621JPkKaeDSTQ3avtg
- - title: Piano Man
- type: spotify
- id: 70C4NyhjD5OZUMzvWZ3njJ
- - title: Rocket Man (I Think It's Going To Be A Long, Long Time)
- type: spotify
- id: 3gdewACMIVMEWVbyb8O9sY
- - title: Fortunate Son
- type: spotify
- id: 4BP3uh0hFLFRb5cjsgLqDh
- - title: Take on Me
- type: spotify
- id: 2WfaOiMkCvy7F5fcp2zZ8L
- - title: Paradise City
- type: spotify
- id: 3YBZIN3rekqsKxbJc9FZko
- - title: Eye of the Tiger
- type: spotify
- id: 2HHtWyy5CgaQbC7XSoOb0e
- - title: The Final Countdown
- type: spotify
- id: 3MrRksHupTVEQ7YbA0FsZK
- - title: Hold the Line
- type: spotify
- id: 4aVuWgvD0X63hcOCnZtNFA
- - title: Uptown Girl
- type: spotify
- id: 5zA8vzDGqPl2AzZkEYQGKh
- - title: Juke Box Hero
- type: spotify
- id: 00qOE7OjRl0BpYiCiweZB2
- - title: Thunderstruck
- type: spotify
- id: 57bgtoPSgt236HzfBOd8kj
- - title: Baba O'Riley
- type: spotify
- id: 3qiyyUfYe7CRYLucrPmulD
- - title: Billie Jean
- type: spotify
- id: 5ChkMS8OtdzJeqyybCc9R5
- - title: Can't Fight This Feeling
- type: spotify
- id: 5WwqdeavrQrbeAMDxGawse
- - title: Immigrant Song - Remaster
- type: spotify
- id: 78lgmZwycJ3nzsdgmPPGNx
- - title: Beat It
- type: spotify
- id: 1OOtq8tRnDM8kG2gqUPjAj
- - title: Smooth Criminal - 2012 Remaster
- type: spotify
- id: 2bCQHF9gdG5BNDVuEIEnNk
- - title: Thriller
- type: spotify
- id: 3S2R0EVwBSAVMd5UMgKTL0
- - title: The Chain - 2004 Remaster
- type: spotify
- id: 5e9TFTbltYBg2xThimr0rU
- - title: Y.M.C.A.
- type: spotify
- id: 4YOJFyjqh8eAcbKFfv88mV
- - title: Iron Man - 2012 - Remaster
- type: spotify
- id: 3IOQZRcEkplCXg6LofKqE9
- - title: Purple Rain
- type: spotify
- id: 54X78diSLoUDI3joC2bjMz
- - title: Takin' Care Of Business
- type: spotify
- id: 0lzNXoZINVBLHWNIxKxWOo
- - title: American Girl
- type: spotify
- id: 7MRyJPksH3G2cXHN8UKYzP
- - title: Take Me Home, Country Roads
- type: spotify
- id: 1YYhDizHx7PnDhAhko6cDS
- - title: Knockin' On Heaven's Door
- type: spotify
- id: 6HSXNV0b4M4cLJ7ljgVVeh
- - title: Like a Rolling Stone
- type: spotify
- id: 3AhXZa8sUQht0UEdBJgpGc
- - title: Welcome To The Jungle
- type: spotify
- id: 0eFvoRSTTaR2q8bSWVjwfp
- - title: House Of The Rising Sun
- type: spotify
- id: 61Q9oJNd9hJQFhSDh6Qlap
- - title: You Really Got Me
- type: spotify
- id: 1oG2vWELiGjIqxwqGcyqwF
- - title: Low Rider
- type: spotify
- id: 2fmMPJb5EzZCx8BcNJvVk4
- - title: Pony
- type: spotify
- id: 6mz1fBdKATx6qP4oP1I65G
- - title: Hit 'Em Up - Single Version
- type: spotify
- id: 0Z2J91b2iTGLVTZC4fKgxf
- - title: Ambitionz Az A Ridah
- type: spotify
- id: 3ssX20QT5c3nA9wk78V1LQ
- - title: Untouchable Swizz Beatz Remix
- type: spotify
- id: 3zZ30LpGe1lYzJsIQpyZPw
- - title: Poison
- type: spotify
- id: 6m59VvDUi0UQsB2eZ9wVbH
- - title: Hey Julie
- type: spotify
- id: 7sNlOu2jnVnJ93dj2Q7Wv0
- - title: Touching the Untouchables
- type: spotify
- id: 7pN4S1pLfBKH4q4k7uyA4B
- - title: The Power Of Love
- type: spotify
- id: 2olVm1lHicpveMAo4AUDRB
- - title: You Make My Dreams (Come True)
- type: spotify
- id: 4o6BgsqLIBViaGVbx5rbRk
- - title: Happy Together
- type: spotify
- id: 1JO1xLtVc8mWhIoE3YaCL0
- - title: Kung Fu Fighting
- type: spotify
- id: 40NRm1ZLvZpUSCUXAGGZ8J
- - title: 99 Luftballons
- type: spotify
- id: 6HA97v4wEGQ5TUClRM0XLc
- - title: X Gon' Give It To Ya
- type: spotify
- id: 1zzxoZVylsna2BQB65Ppcb
- - title: We Didn't Start the Fire
- type: spotify
- id: 3Cx4yrFaX8CeHwBMReOWXI
- - title: Cold as Ice
- type: spotify
- id: 7vidktgNZFQylTgH1GEnMs
- - title: I Won't Back Down
- type: spotify
- id: 0Ir0Esfpcg0EB6Kq8VbbAh
- - title: Kiss
- type: spotify
- id: 62LJFaYihsdVrrkgUOJC05
- - title: Never Gonna Give You Up
- type: spotify
- id: 7GhIk7Il098yCjg4BQjzvb
- - title: Down Under
- type: spotify
- id: 46RVKt5Edm1zl0rXhPJZxz
- - title: Eminence Front
- type: spotify
- id: 0LN5gIsS5tQSmRzQrHSaTR
- - title: Footloose
- type: spotify
- id: 6W2VbtvMrDXm5vYeB7amkO
- - title: Danger Zone - From "Top Gun" Original Soundtrack
- type: spotify
- id: 34x6hEJgGAOQvmlMql5Ige
- - title: Bohemian Rhapsody - Remastered 2011
- type: spotify
- id: 7tFiyTwD0nx5a1eklYtX2J
- - title: Higher Love - Single Version
- type: spotify
- id: 2HcokWTBGI5EjGeNVLgd8Q
- - title: Ocean Man
- type: spotify
- id: 6M14BiCN00nOsba4JaYsHW
- - title: Free Fallin'
- type: spotify
- id: 5tVA6TkbaAH9QMITTQRrNv
- - title: Still D.R.E.
- type: spotify
- id: 503OTo2dSqe7qk76rgsbep
- - title: Straight Outta Compton
- type: spotify
- id: 6KIKRz9eSTXdNsGUnomdtW
- - title: Harder, Better, Faster, Stronger
- type: spotify
- id: 5W3cjX2J3tjhG8zb6u0qHn
- - title: Around the World
- type: spotify
- id: 1pKYYY0dkg23sQQXi0Q5zN
- - title: Da Funk
- type: spotify
- id: 0MyY4WcN7DIfbSmp5yej5z
- - title: Get Lucky (feat. Pharrell Williams & Nile Rodgers) - Radio Edit
- type: spotify
- id: 2Foc5Q5nqNiosCNqttzHof
- - title: Seven Nation Army
- type: spotify
- id: 7i6r9KotUPQg3ozKKgEPIN
- - title: Killing In The Name
- type: spotify
- id: 59WN2psjkt1tyaxjspN8fp
- - title: Fuck Tha Police
- type: spotify
- id: 5n8Aro6j1bEGIy7Tpo7FV7
- - title: Woke Up This Morning
- type: spotify
- id: 5aDqmzzXy7KrTElnO8zisV
- - title: I Want It That Way
- type: spotify
- id: 47BBI51FKFwOMlIiX6m8ya
- - title: Everybody (Backstreet's Back) - Radio Edit
- type: spotify
- id: 4rTeOSYqwXNz5qPR2DUTFZ
- - title: California Love - Original Version
- type: spotify
- id: 3ia3dJETSOllPsv3LJkE35
- - title: Don't Stop Me Now - Remastered 2011
- type: spotify
- id: 7hQJA50XrCWABAu5v6QZ4i
- - title: Radio Ga Ga - Remastered 2011
- type: spotify
- id: 1HmzAZUvhQLhLo2z3ocpZI
- - title: Come Together - Remastered 2009
- type: spotify
- id: 2EqlS6tkEnglzr7tkKAAYD
- - title: Valerie
- type: spotify
- id: 3nQuDlaVZApyrG6tdsETe0
- - title: Don't Stop 'Til You Get Enough
- type: spotify
- id: 46eu3SBuFCXWsPT39Yg3tJ
- - title: Basket Case
- type: spotify
- id: 6L89mwZXSOwYl76YXfX13s
- - title: 21 Guns
- type: spotify
- id: 64yrDBpcdwEdNY9loyEGbX
- - title: Boulevard of Broken Dreams
- type: spotify
- id: 5GorCbAP4aL0EJ16frG2hd
- - title: American Idiot
- type: spotify
- id: 6nTiIhLmQ3FWhvrGafw2zj
- - title: Kashmir - 1990 Remaster
- type: spotify
- id: 2nVHqZbOGkKWzlcy1aMbE7
- - title: Life Goes On
- type: spotify
- id: 2bUojZta7GJTjGAqo064jo
- - title: Welcome to the Black Parade
- type: spotify
- id: 5wQnmLuC1W7ATsArWACrgW
- - title: Rasputin
- type: spotify
- id: 5jkFvD4UJrmdoezzT1FRoP
- - title: Carry on Wayward Son
- type: spotify
- id: 4DMKwE2E2iYDKY01C335Uw
- - title: Stacy's Mom
- type: spotify
- id: 27L8sESb3KR79asDUBu8nW
-- title: Media OST
- children:
- - L'Ultima Diligenza by Ennio Morricone
-
\ No newline at end of file
diff --git a/public/recommended.yaml b/public/recommended.yaml
deleted file mode 100644
index 95f8fb8..0000000
--- a/public/recommended.yaml
+++ /dev/null
@@ -1,82 +0,0 @@
-- title: Books
- children:
- - title: Technology
- children:
- - title: C programming
- children:
- - title: The C Programming Language [K&R]
- url: https://en.wikipedia.org/wiki/The_C_Programming_Language
- - title: Expert C Programming by Peter van der Linden
- - title: Practical C Programming by Steve Oualline
- description:
- Outdated like many the books in this section but it is very helpful
- to learn some of the things discussed, especially if you have no exposure
- to the language outside of school.
- - title: Mastering Algorithms with C by Kyle Loudon
- - title: Other Programming
- children:
- - title: Programming Perl by Larry Wall [Camel Book]
- description: One of the first programming
- books I have ever used. It probably is outdated but it is written well.
- - "Programming Rust: Fast, Safe Systems Development"
- - The Rust Programming Language
- - Programming in Lua, Fourth Edition by Roberto Ierusalimschy
- - title: Operating Systems
- children:
- - Advanced Programming in the Unix Environment by W. Richard Stevens
- - title: "Operating Systems: Design and Implementation by Andrew S. Tanenbaum"
- description:
- I have not had a chance to read his other books on OS. I am
- not a fan of his networking book though.
- - title: Computer Engineering
- children:
- - "Making Embedded Systems: Design Patterns for Great Software by Elecia White"
- - "Computer Organization and Design: the Hardware/Software Interface [Patterson
- Hennessy]"
- - "Computer Architecture: A Quantitative Approach [Hennessy Patterson]"
- - title: Compilers
- children:
- - title: "Compilers: Principles, Techniques, and Tools [Dragon Book]"
- description: Discusses theory in detail so it is kind of hard to read.
- - title: Other
- children:
- - title: "Definitive Guide to sed: Tutorial and Reference"
- - title: Classics
- description: I am not sure I should make a sublist for the ones that were not originally in English.
- children:
- - Christmas Carol
- - A Tale of Two Cities
- - The Mayor of Casterbridge
- - The Citadel
- - Oliver Twist
- - Macbeth
- - Othello
- - Adventures of Huckleberry Finn
- - Murder on the Orient Express
- - title: Latin Learning
- children:
- - Lingua Latina per se Illustrata (Both parts)
- - Henle's Textbooks
-- title: Movies
- children:
- - title: English language
- children:
- - Pulp Fiction
- - Blade Runner 2049
- - The Grand Budapest Hotel
- - The Hateful Eight
- - Goodfellas
- - Inception
- - Memento
- - Dune (2021)
- - Hot Fuzz
- - Snatch
-- title: Video Games
- children:
- - "The Legend of Zelda: Breath of the Wild"
- - Portal 2
- - Factorio
- - "The Witcher 3: The Wild Hunt GOTY Edition (Especially the DLCs)"
- - Baba is You
- - Red Dead Redemption
- - Sid Meier's Civilization VI
diff --git a/public/resources.alt.yaml b/public/resources.alt.yaml
deleted file mode 100644
index 992ce96..0000000
--- a/public/resources.alt.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-Programming:
- - The Aggregate Magic Algorithms: http://aggregate.org/MAGIC/
- - Typing is Hard: https://3fx.ch/typing-is-hard.html
- - Atlassian's Git Guide: https://www.atlassian.com/git/
- - LearnOpenGL.com: https://learnopengl.com/
- - "[PDF] LaTeX Symbols": http://ctan.math.utah.edu/ctan/tex-archive/info/symbols/comprehensive/symbols-letter.pdf
- - "[PDF] The Not So Short Introduction to LATEX 2ε": https://tobi.oetiker.ch/lshort/lshort.pdf
- - The MIT License, Line by Line by Kyle E. Mitchell: https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html
- - Posts:
- - How to Make Your Code Reviewer Fall in Love with You by Michael Lynch: https://mtlynch.io/code-review-love/
- - What's in the box? by @fasterthanlime: https://fasterthanli.me/articles/whats-in-the-box
- - Talks:
- - Concurrency is not Parallelism by Rob Pike: https://talks.golang.org/2012/waza.slide
-Electrical:
- - Common Wire-To-Board, Wire-To-Wire Connectors, And Crimp Tools: http://www.mattmillman.com/info/crimpconnectors/
-Other Topics:
- - Sight Reading Trainer: https://sightreading.training/
diff --git a/public/resources.yaml b/public/resources.yaml
deleted file mode 100644
index 18aab98..0000000
--- a/public/resources.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-- title: Programming
- children:
- - url: http://aggregate.org/MAGIC/
- title: The Aggregate Magic Algorithms
- - url: https://3fx.ch/typing-is-hard.html
- title: Typing is Hard
- - url: https://www.atlassian.com/git/
- title: Atlassian's Git Guide
- - url: https://learnopengl.com/
- title: LearnOpenGL.com
- - url: http://ctan.math.utah.edu/ctan/tex-archive/info/symbols/comprehensive/symbols-letter.pdf
- title: "[PDF] LaTeX Symbols"
- - url: https://tobi.oetiker.ch/lshort/lshort.pdf
- title: "[PDF] The Not So Short Introduction to LATEX 2ε"
- - url: https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html
- title: The MIT License, Line by Line by Kyle E. Mitchell
- - title: Posts
- children:
- - title: How to Make Your Code Reviewer Fall in Love with You by Michael Lynch
- url: https://mtlynch.io/code-review-love/
- - title: What's in the box? by @fasterthanlime
- url: https://fasterthanli.me/articles/whats-in-the-box
- - title: Talks
- children:
- - title: Concurrency is not Parallelism by Rob Pike
- url: https://talks.golang.org/2012/waza.slide
-- title: Electrical
- children:
- - title: Common Wire-To-Board, Wire-To-Wire Connectors, And Crimp Tools
- url: http://www.mattmillman.com/info/crimpconnectors/
-- title: Other Topics
- children:
- - title: Sight Reading Trainer
- url: https://sightreading.training/
diff --git a/styles/global.css b/styles/global.css
index f9c408d..fc791f4 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -403,4 +403,4 @@ li {
.license {
background-color: #222222;
padding: 1rem;
-}
\ No newline at end of file
+}