diff --git a/_data/articles.yaml b/_data/articles.yaml index bad2dc3..311af23 100644 --- a/_data/articles.yaml +++ b/_data/articles.yaml @@ -25,31 +25,38 @@ author: Chris Kitras date: 2022-05-11 00:00:00 image: https://www.notion.so/image/https%3A%2F%2Fi.redd.it%2Fg3ac9n2ls7u11.png?table=block&id=8085e5b5-a51f-483c-b93f-336c90748843&spaceId=9b2b5d00-fe64-437c-9227-61b80db126f2&width=2000&userId=612a5ebd-de16-4fef-b099-3e5f4e04cf6e&cache=v2 - + - title: Linux Magic | Scripts link: https://kitras.io/linux/scripts/ lead_text: Repeating tasks by hand is really boring. Repeating tasks on a computer is insanity. Automate your Linux experience with scripts. author: Chris Kitras date: 2022-07-07 00:00:00 image: https://www.notion.so/image/https%3A%2F%2Fnatedsanders.com%2FItemImages%2F000047%2FThe%2520Empire%2520Strikes%2520Back%2520Script%252054434_lg.jpeg?table=block&id=65657454-1375-4e4c-9e05-43aa53ef20cc&spaceId=9b2b5d00-fe64-437c-9227-61b80db126f2&width=2000&userId=612a5ebd-de16-4fef-b099-3e5f4e04cf6e&cache=v2 - + - title: Linux Magic | Remote Tools link: https://kitras.io/linux/remote-tools/ lead_text: Sometimes the best way to get work done is at a computer that is not your own. author: Chris Kitras date: 2022-06-02 00:00:00 image: https://www.notion.so/image/https%3A%2F%2Fwww.lifewire.com%2Fthmb%2FGNU3Q7I6JsvSGwRUNCEzQH-wPK8%3D%2F1296x972%2Fsmart%2Ffilters%3Ano_upscale()%2Fge-logitech-rca-remotes-amzn-xxx-5b2425d9a9d4f900374f4b78.jpg?table=block&id=98ebb908-c75c-4796-9028-602ae68b13a0&spaceId=9b2b5d00-fe64-437c-9227-61b80db126f2&width=2000&userId=612a5ebd-de16-4fef-b099-3e5f4e04cf6e&cache=v2 - + - title: Linux Magic | Man Pages link: https://kitras.io/linux/man-pages/ lead_text: Ever wonder why everyone on Stack Overflow is smarter than you? They read the friendly manuals. author: Chris Kitras date: 2022-05-19 00:00:00 image: https://www.notion.so/image/https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F2785806.jpg?table=block&id=dc463a66-48bc-4ba1-be14-951829507545&spaceId=9b2b5d00-fe64-437c-9227-61b80db126f2&width=2000&userId=612a5ebd-de16-4fef-b099-3e5f4e04cf6e&cache=v2 - + - title: Linux Magic | Output Redirection link: https://kitras.io/linux/output-redirection/ lead_text: Feeling aimless in a sea full of different Bash commands? Find direction with output redirection. author: Chris Kitras date: 2022-06-24 00:00:00 image: https://lh3.googleusercontent.com/E69X11jq1Oss5P0fQL_dxkGjQotb-2eKO9DKNo_QFsCG-mldqAIeCDYxMzHwaRI=s1200 + +- title: Timing in C + link: https://byunetlab.notion.site/Timing-in-C-3938d4c6276248edaf00576e344b133e + lead_text: In a C project focused on UDP packet transmission, the CLOCK_MONOTONIC clock was identified as the most precise and accurate option, outperforming both the initial clock() function and Python's timing modules. + author: Elle Kelsey + date: 2023-09-05 00:00:00 + image: /post_images/clocks.jpeg diff --git a/post_images/clocks.jpeg b/post_images/clocks.jpeg new file mode 100644 index 0000000..7c6b535 Binary files /dev/null and b/post_images/clocks.jpeg differ