From 8bb6f13d3c5e434b4222a4129fad1fd2b49e573a Mon Sep 17 00:00:00 2001 From: jgrogan Date: Thu, 2 Jan 2025 16:56:17 +0000 Subject: [PATCH] Add some content from browser bookmarks --- src/articles/interesting_blogs.md | 10 +++++++++- src/articles/interesting_sites.md | 27 +++++++++++++++++++++++++++ src/articles/interesting_tools.md | 8 ++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 src/articles/interesting_tools.md diff --git a/src/articles/interesting_blogs.md b/src/articles/interesting_blogs.md index 676e4c9..f592182 100644 --- a/src/articles/interesting_blogs.md +++ b/src/articles/interesting_blogs.md @@ -1,3 +1,11 @@ This is a collection of some blogs I've found interesting. Sometimes I move specific links into more dedicated articles. -* [MÁIRÍN DUFFY](https://blog.linuxgrrl.com): Open design, Senior principal interaction designer at Red Hat. +* [MÁIRÍN DUFFY](https://blog.linuxgrrl.com): Open design, Senior principal interaction designer at Red Hat. +* [Austin Henley](https://austinhenley.com/blog/25yearsofai.html): Developer tooling in academia and industry. +* [Terence Eden](https://shkspr.mobi/blog/): General tech ranting +* [Neil Brown](https://neilzone.co.uk/): Open source stuff and self-hosting - good level of technical detail +* [Stephen Brennan](https://brennan.io/): Low level C stuff +* [Chris Wellons](https://nullprogram.com/): C and C++ programming +* [Ashton Wiersdorf](https://lambdaland.org/posts/): Programming language design - lispy stuff +* [Leon Plickat](https://leon_plickat.srht.site/writing/index.html): Linux systems tooling, programming +* [Futurile](https://www.futurile.net/): Guix stuff diff --git a/src/articles/interesting_sites.md b/src/articles/interesting_sites.md index 64b5c4e..dc0f66a 100644 --- a/src/articles/interesting_sites.md +++ b/src/articles/interesting_sites.md @@ -12,6 +12,7 @@ This is an unstructured list of web-sites I find interesting. I keep them here r * [LLVM Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html) * [Resource compiler](https://vector-of-bool.github.io/2017/01/21/cmrc.html) * [Bison](https://www.gnu.org/software/bison/manual/bison.html) +* [ELF Format](https://4zm.org/2024/12/25/a-simple-elf.html) # Assembly # @@ -23,6 +24,8 @@ This is an unstructured list of web-sites I find interesting. I keep them here r * [Python module of the week](https://pymotw.com/3/) * [Lesser known parts of the Python standard library](https://www.trickster.dev/post/lesser-known-parts-of-python-standard-library/) * [OCaml Book](https://cs3110.github.io/textbook/chapters/preface/about.html) +* [C Coding Style](https://nullprogram.com/blog/2023/10/08/#strings) +* [Language power with Racket](https://lambdaland.org/posts/2024-11-21_powerful_or_safe_languages/) # File Formats # @@ -46,6 +49,9 @@ This is an unstructured list of web-sites I find interesting. I keep them here r * [Command Line Interface Guidelines](https://clig.dev/#help) * [Terminal text](https://jvns.ca/blog/2024/07/08/readline/) * [TTY demystified](http://www.linusakesson.net/programming/tty/index.php) +* [Write a shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/) +* [Mac CLI Tips](https://weiyen.net/articles/useful-macos-cmd-line-utilities/) +* [Command line tools](https://rwblickhan.org/newsletters/command-line-tools-i-like-2022/) # Graphics # @@ -54,6 +60,8 @@ This is an unstructured list of web-sites I find interesting. I keep them here r * [xcb](https://xcb.freedesktop.org/tutorial/) * [opengl](https://xcb.freedesktop.org/opengl/#index5h1) * [opengl](https://www.linuxjournal.com/content/introduction-opengl-programming) +* [cool animations](https://bleuje.com/animationsite/2023_1/) +* [Ocean waves](https://github.com/2Retr0/GodotOceanWaves) # Audio # @@ -65,6 +73,8 @@ This is an unstructured list of web-sites I find interesting. I keep them here r # Text Editors # * [Sysadmin guide to vim](https://www.linuxfoundation.org/blog/blog/classic-sysadmin-vim-101-a-beginners-guide-to-vim) +* [Sample emacs config](https://protesilaos.com/codelog/2024-11-28-basic-emacs-configuration/) +* [Email in emacs](https://leon_plickat.srht.site/writing/painless-mail-imaps-smtp-gnus-emacs/article.html) # Networking # @@ -93,11 +103,28 @@ This is an unstructured list of web-sites I find interesting. I keep them here r * [A Few Notes on Book Design](https://texdoc.org/serve/memdesign/0) * [MathMl fonts](https://developer.mozilla.org/en-US/docs/Web/MathML/Fonts) * [Text rendering](https://behdad.org/text2024/) +* [The Visual Display of Quantitative Information](https://www.amazon.co.uk/Visual-Display-Quantitative-Information/dp/0961392142) # Architecture and Design # * [Clean Coder Blog](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) +# Security # + +* [Fuzzing GStreamer](https://github.blog/security/vulnerability-research/uncovering-gstreamer-secrets/) + +# Machine Learning # + +* [MLE](https://rish-01.github.io/blog/posts/ml_estimation/) + +# Linked Data # + +* [DOI URI Scheme](https://ws-dl.blogspot.com/2024/11/2024-11-13-doi-uri-scheme-utility-or.html) + +# Games # + +* [Flappy Bird C Clone](https://github.com/alxyng/flappybird) + # Gardening # * [Planning a vegetable garden for beginners](https://www.youtube.com/watch?v=9R-utqpmwmE) diff --git a/src/articles/interesting_tools.md b/src/articles/interesting_tools.md new file mode 100644 index 0000000..e30422c --- /dev/null +++ b/src/articles/interesting_tools.md @@ -0,0 +1,8 @@ +# Shell # + +* [tmux](https://github.com/tmux/tmux/wiki) + +# Backup # + +* [Restic](https://restic.net/) +