diff options
author | User Mms <mms@voyager.local> | 2024-10-30 22:23:15 +0100 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-30 22:23:15 +0100 |
commit | 77e520c4e9dd6c36009493012a475ef2363b4b08 (patch) | |
tree | a36f310741842f9fe1b7329de6ff268568cf480c | |
parent | 6d2d50f49adaeee41e91a4de45c127035352dbe4 (diff) |
feat: mwl promo
-rw-r--r-- | content-org/blog.org | 22 | ||||
-rw-r--r-- | content/blog/2024/upcoming-mwl.md | 25 |
2 files changed, 46 insertions, 1 deletions
diff --git a/content-org/blog.org b/content-org/blog.org index fbf739c..053dc6e 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -8,7 +8,7 @@ #+HUGO_SECTION: blog -* 2024 [89/91] :@blog: +* 2024 [90/92] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2024 :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 @@ -122,6 +122,26 @@ It's small annoyance, but it shows the general direction. Microsoft GitHub is still not near the biggest sin an Open Source can commit when it comes to cooperation (that crown still goes to using Discord), but it's far from being "Open". +** DONE Upcoming books by Michael Lucas +CLOSED: [2024-10-30 Wed 22:21] +:PROPERTIES: +:EXPORT_FILE_NAME: upcoming-mwl +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract Two new tech books from our favorite writer +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening Thelonious Monk - Brilliant Corners +:END: + +Our favorite footnote writer is currently preparing two technical books, which you can pre-order: +- /Dead Abyss: TheFreeBSD Journal Letters/ on [[https://www.kickstarter.com/projects/mwlucas/dear-abyss-the-freebsd-journal-letters-column-years-1-6][Kickstarter]], +- /Networking for Systems Administrators, 2nd Edition/ on [[https://www.tiltedwindmillpress.com/product/n4sa2e-sponsor/][his Tilted Windmill Press store.]] + +I pre-ordered the second one some time ago, even though I still haven't got around to reading the first edition. +I got it as a bonus for backing [[https://www.tiltedwindmillpress.com/product/ryoms-ebook/][Run Your Own Mail Server]], which I also haven't started yet. +I have to write less here and read more /there/. + +Have I mentioned that Michael is one the reasons BSD is so amazing? +[[/bsd/why-bsd/#community-and-culture][Oh, I have]]. +Good. + ** DONE Cool things I didn't knew: multiple Git repositories in a single directory CLOSED: [2024-10-29 Tue 22:51] :PROPERTIES: diff --git a/content/blog/2024/upcoming-mwl.md b/content/blog/2024/upcoming-mwl.md new file mode 100644 index 0000000..fe45101 --- /dev/null +++ b/content/blog/2024/upcoming-mwl.md @@ -0,0 +1,25 @@ ++++ +title = "Upcoming books by Michael Lucas" +author = ["MichaĆ Sapka"] +date = 2024-10-30T22:21:00+01:00 +categories = ["blog"] +draft = false +weight = 2001 +image_dir = "blog/images" +image_max_width = 600 +Abstract = "Two new tech books from our favorite writer" +Listening = "Thelonious Monk - Brilliant Corners" ++++ + +Our favorite footnote writer is currently preparing two technical books, which you can pre-order: + +- _Dead Abyss: TheFreeBSD Journal Letters_ on [Kickstarter](https://www.kickstarter.com/projects/mwlucas/dear-abyss-the-freebsd-journal-letters-column-years-1-6), +- _Networking for Systems Administrators, 2nd Edition_ on [his Tilted Windmill Press store.](https://www.tiltedwindmillpress.com/product/n4sa2e-sponsor/) + +I pre-ordered the second one some time ago, even though I still haven't got around to reading the first edition. +I got it as a bonus for backing [Run Your Own Mail Server](https://www.tiltedwindmillpress.com/product/ryoms-ebook/), which I also haven't started yet. +I have to write less here and read more _there_. + +Have I mentioned that Michael is one the reasons BSD is so amazing? +[Oh, I have](/bsd/why-bsd/#community-and-culture). +Good. |