n-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit eac51b353cfd6e538d7d0d047e448ea8b44ddf07
parent 14327ac4e083f278ba11b7eed5f79a0f6fd2f6ab
Author: Samdal <samdal@protonmail.com>
Date:   Sat, 22 Feb 2025 15:38:43 +0100

add full screen on video embeds

Diffstat:
M_posts/2025-02-21-Software-Rants.md | 22++++++++++++++++++++++
M_posts/2025-02-22-implications-of-OOP.md | 1+
2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/_posts/2025-02-21-Software-Rants.md b/_posts/2025-02-21-Software-Rants.md @@ -11,65 +11,80 @@ A compilation of good programming rants worth watching. ## Short Videos <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://youtube.com/embed/k0qmkQGqpM8" title="Terry Davis On Simplicity"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/FRFRtSwYMrk" title="Tsoding why software is brokern"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://youtube.com/embed/04ksL1hf_p8" title="Jblow problem with OOP"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/oaLoLC8eBZc" title="Jblow clips during web programmer break"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/CgdKYBqe6QA" title="Jblow clips for productivity"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/nL8GWU9M8LY" title="Jblow clips for quitting your job"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/4oky64qN5WI" title="Jblow on simplicity"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/ubWB_ResHwM" title="Jblow sledgehammer programming"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/GKYCA3UsmrU" title="HMH Get rid of the OOP mindset"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/zjkuXtiG1og" title="HMH new/delete"> </iframe> ## Medium Videos <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/xt1KNDmOYqA" title="HMH N+2"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/tD5NrevFtbU" title="Casey Clean Code bad performance"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/x2EOOJg8FkA" title="Casey Performance excuses"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/QM1iUe6IofM" title="Brian Will OOP is bad"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/IRTfhkiAqPw" title="Brian Will OOP is embarrasing"> </iframe> @@ -77,29 +92,36 @@ src="https://www.youtube.com/embed/IRTfhkiAqPw" title="Brian Will OOP is embarra ## Long Videos <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/ZLxazlP7Ppo" title="Ginger Bill Clean Code debacke"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/C90H3ZueZMM" title="Shawn McGrath: OOP rant"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/rX0ItVEVjHc" title="Mike Acton Data-Orianted Design"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/TZ5a3gCCZYo" title="Rfleury Enter the Arena"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/kZRE7HIO3vk" title="Casey 30 million line problem"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/7YpFGkG-u1w" title="Casey Where does bad code come from"> </iframe> <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/hxM8QmyZXtg" title="Casey refterm"> </iframe> diff --git a/_posts/2025-02-22-implications-of-OOP.md b/_posts/2025-02-22-implications-of-OOP.md @@ -284,6 +284,7 @@ Not yet having learned how to chunk lifetimes together is the largest reasons wh I almost never think about memory management, and when I do, it's a core part of the logic behind my program. <iframe style="width: 80%; aspect-ratio:16/9; height: auto; margin: 10px auto;" +frameborder="0" allowfullscreen src="https://www.youtube.com/embed/xt1KNDmOYqA" title="HMH N+2"> </iframe> Want more videos like the one above? [My list of software rants worth watching]({% post_url 2025-02-21-Software-Rants %}).