summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-10-02 11:19:17 +0200
committermms <michal@sapka.me>2024-10-02 11:19:17 +0200
commit6043f47c0caf6065171c68be93d77cf847b9423a (patch)
tree36b23e3228f01a12a689b526593996812f5e9637
parent3a8a9e80bd6991f2281dfd5a50e6234efb0ab289 (diff)
feat: thomas
-rw-r--r--Makefile9
-rw-r--r--assets/blog/images/broken-sword-reforged-1.jpgbin928947 -> 931772 bytes
-rw-r--r--assets/blog/images/setup-2024-07.jpgbin5101687 -> 5322116 bytes
-rw-r--r--assets/blog/images/ss-31.jpgbin59003 -> 60551 bytes
-rw-r--r--assets/blog/images/thomas-transformer.jpgbin0 -> 1026112 bytes
-rw-r--r--assets/covers/kamasi-washington-fearless.jpgbin370048 -> 370394 bytes
-rw-r--r--assets/covers/steve-kirk-thimbleweed-park.jpgbin159221 -> 159195 bytes
-rw-r--r--assets/unix-history/att-unix-pc.jpgbin253999 -> 308231 bytes
-rw-r--r--assets/unix-history/cb-unix-manuals.jpgbin474669 -> 473522 bytes
-rw-r--r--assets/unix-history/edsac.jpgbin302589 -> 318324 bytes
-rw-r--r--assets/unix-history/ibm-360.jpgbin229750 -> 162857 bytes
-rw-r--r--assets/unix-history/mt-xiny.jpgbin122969 -> 120645 bytes
-rw-r--r--assets/unix-history/thompson-ritchie-pdp11.jpgbin477090 -> 477038 bytes
-rw-r--r--assets/unix-history/thompson-ritchie.jpgbin119012 -> 117957 bytes
-rw-r--r--assets/unix-history/unix-tech-journal.jpgbin597995 -> 601378 bytes
-rw-r--r--assets/unix-history/unix-world-xenix.jpgbin53439 -> 38226 bytes
-rw-r--r--assets/ytcovers/4nigRT2KmCE.jpgbin13683 -> 13686 bytes
-rw-r--r--assets/ytcovers/62tIvfP9A2w.jpgbin31614 -> 31631 bytes
-rw-r--r--assets/ytcovers/7G00r5dZIJY.jpgbin55258 -> 55169 bytes
-rw-r--r--assets/ytcovers/8PmkUPBhL4U.jpgbin43517 -> 43637 bytes
-rw-r--r--assets/ytcovers/<youtube.jpg0
-rw-r--r--assets/ytcovers/LRhbcDzbGSU.jpgbin18956 -> 18965 bytes
-rw-r--r--assets/ytcovers/RtTdOBCLsyo.jpgbin48122 -> 48032 bytes
-rw-r--r--assets/ytcovers/VJIdIrtC0jc.jpgbin7106 -> 7096 bytes
-rw-r--r--assets/ytcovers/_weFSsm_olo.jpgbin38841 -> 38802 bytes
-rw-r--r--assets/ytcovers/ik5b6xwLUDQ.jpgbin13511 -> 13556 bytes
-rw-r--r--assets/ytcovers/jRHJntLYMh0.jpgbin14098 -> 14151 bytes
-rw-r--r--assets/ytcovers/o_AIw9bGogo.jpgbin10324 -> 10326 bytes
-rw-r--r--content-org/blog.org61
-rw-r--r--content/blog/2024/thomas-the-transfomer.md30
30 files changed, 98 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dcc0d8b..dd5d7de 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,13 @@ compress:
fi; \
done; \
echo "Ignored $$ignored files. Total compressed: $$compressed."
+remove_exif:
+ @dir_path="./assets/blog"; \
+ echo "a";\
+ for file in $$(find "$$dir_path" -type f \( -name "*.jpg" -or -name "*.JPEG" \)); do \
+ echo "EXIF cleared: $$file"; \
+ convert $$file -strip $$file; \
+ done;
upload:
source_dir="public/"; \
dest_server="mms@michal.sapka.me:/var/www/htdocs/michal.sapka.me"; \
@@ -29,6 +36,6 @@ interlace_images:
done;
clean:
rm -r public
-deploy: build compress upload
+deploy: build upload
diff --git a/assets/blog/images/broken-sword-reforged-1.jpg b/assets/blog/images/broken-sword-reforged-1.jpg
index 9c54639..4728293 100644
--- a/assets/blog/images/broken-sword-reforged-1.jpg
+++ b/assets/blog/images/broken-sword-reforged-1.jpg
Binary files differ
diff --git a/assets/blog/images/setup-2024-07.jpg b/assets/blog/images/setup-2024-07.jpg
index 1674b6d..fda1e46 100644
--- a/assets/blog/images/setup-2024-07.jpg
+++ b/assets/blog/images/setup-2024-07.jpg
Binary files differ
diff --git a/assets/blog/images/ss-31.jpg b/assets/blog/images/ss-31.jpg
index 8fc1193..008ee4b 100644
--- a/assets/blog/images/ss-31.jpg
+++ b/assets/blog/images/ss-31.jpg
Binary files differ
diff --git a/assets/blog/images/thomas-transformer.jpg b/assets/blog/images/thomas-transformer.jpg
new file mode 100644
index 0000000..c0c9997
--- /dev/null
+++ b/assets/blog/images/thomas-transformer.jpg
Binary files differ
diff --git a/assets/covers/kamasi-washington-fearless.jpg b/assets/covers/kamasi-washington-fearless.jpg
index 290138e..67e931d 100644
--- a/assets/covers/kamasi-washington-fearless.jpg
+++ b/assets/covers/kamasi-washington-fearless.jpg
Binary files differ
diff --git a/assets/covers/steve-kirk-thimbleweed-park.jpg b/assets/covers/steve-kirk-thimbleweed-park.jpg
index 523f4fd..ced98dd 100644
--- a/assets/covers/steve-kirk-thimbleweed-park.jpg
+++ b/assets/covers/steve-kirk-thimbleweed-park.jpg
Binary files differ
diff --git a/assets/unix-history/att-unix-pc.jpg b/assets/unix-history/att-unix-pc.jpg
index 6dc6b39..7df9679 100644
--- a/assets/unix-history/att-unix-pc.jpg
+++ b/assets/unix-history/att-unix-pc.jpg
Binary files differ
diff --git a/assets/unix-history/cb-unix-manuals.jpg b/assets/unix-history/cb-unix-manuals.jpg
index 97a262c..126655f 100644
--- a/assets/unix-history/cb-unix-manuals.jpg
+++ b/assets/unix-history/cb-unix-manuals.jpg
Binary files differ
diff --git a/assets/unix-history/edsac.jpg b/assets/unix-history/edsac.jpg
index 729f022..1c18cb5 100644
--- a/assets/unix-history/edsac.jpg
+++ b/assets/unix-history/edsac.jpg
Binary files differ
diff --git a/assets/unix-history/ibm-360.jpg b/assets/unix-history/ibm-360.jpg
index 9dbaebf..057f774 100644
--- a/assets/unix-history/ibm-360.jpg
+++ b/assets/unix-history/ibm-360.jpg
Binary files differ
diff --git a/assets/unix-history/mt-xiny.jpg b/assets/unix-history/mt-xiny.jpg
index 803c71c..3036f16 100644
--- a/assets/unix-history/mt-xiny.jpg
+++ b/assets/unix-history/mt-xiny.jpg
Binary files differ
diff --git a/assets/unix-history/thompson-ritchie-pdp11.jpg b/assets/unix-history/thompson-ritchie-pdp11.jpg
index aca1c86..db70097 100644
--- a/assets/unix-history/thompson-ritchie-pdp11.jpg
+++ b/assets/unix-history/thompson-ritchie-pdp11.jpg
Binary files differ
diff --git a/assets/unix-history/thompson-ritchie.jpg b/assets/unix-history/thompson-ritchie.jpg
index 5f2726d..fbbf5c4 100644
--- a/assets/unix-history/thompson-ritchie.jpg
+++ b/assets/unix-history/thompson-ritchie.jpg
Binary files differ
diff --git a/assets/unix-history/unix-tech-journal.jpg b/assets/unix-history/unix-tech-journal.jpg
index a5b4e77..a23ee40 100644
--- a/assets/unix-history/unix-tech-journal.jpg
+++ b/assets/unix-history/unix-tech-journal.jpg
Binary files differ
diff --git a/assets/unix-history/unix-world-xenix.jpg b/assets/unix-history/unix-world-xenix.jpg
index db9954d..153579b 100644
--- a/assets/unix-history/unix-world-xenix.jpg
+++ b/assets/unix-history/unix-world-xenix.jpg
Binary files differ
diff --git a/assets/ytcovers/4nigRT2KmCE.jpg b/assets/ytcovers/4nigRT2KmCE.jpg
index cd81068..8d88ade 100644
--- a/assets/ytcovers/4nigRT2KmCE.jpg
+++ b/assets/ytcovers/4nigRT2KmCE.jpg
Binary files differ
diff --git a/assets/ytcovers/62tIvfP9A2w.jpg b/assets/ytcovers/62tIvfP9A2w.jpg
index b5a863e..2df2310 100644
--- a/assets/ytcovers/62tIvfP9A2w.jpg
+++ b/assets/ytcovers/62tIvfP9A2w.jpg
Binary files differ
diff --git a/assets/ytcovers/7G00r5dZIJY.jpg b/assets/ytcovers/7G00r5dZIJY.jpg
index 3e135e0..ee09cd8 100644
--- a/assets/ytcovers/7G00r5dZIJY.jpg
+++ b/assets/ytcovers/7G00r5dZIJY.jpg
Binary files differ
diff --git a/assets/ytcovers/8PmkUPBhL4U.jpg b/assets/ytcovers/8PmkUPBhL4U.jpg
index c192caa..8dc3560 100644
--- a/assets/ytcovers/8PmkUPBhL4U.jpg
+++ b/assets/ytcovers/8PmkUPBhL4U.jpg
Binary files differ
diff --git a/assets/ytcovers/<youtube.jpg b/assets/ytcovers/<youtube.jpg
deleted file mode 100644
index e69de29..0000000
--- a/assets/ytcovers/<youtube.jpg
+++ /dev/null
diff --git a/assets/ytcovers/LRhbcDzbGSU.jpg b/assets/ytcovers/LRhbcDzbGSU.jpg
index ed1ed71..c6ac49e 100644
--- a/assets/ytcovers/LRhbcDzbGSU.jpg
+++ b/assets/ytcovers/LRhbcDzbGSU.jpg
Binary files differ
diff --git a/assets/ytcovers/RtTdOBCLsyo.jpg b/assets/ytcovers/RtTdOBCLsyo.jpg
index 3426ee7..e54bb28 100644
--- a/assets/ytcovers/RtTdOBCLsyo.jpg
+++ b/assets/ytcovers/RtTdOBCLsyo.jpg
Binary files differ
diff --git a/assets/ytcovers/VJIdIrtC0jc.jpg b/assets/ytcovers/VJIdIrtC0jc.jpg
index 0382b66..fbbefd5 100644
--- a/assets/ytcovers/VJIdIrtC0jc.jpg
+++ b/assets/ytcovers/VJIdIrtC0jc.jpg
Binary files differ
diff --git a/assets/ytcovers/_weFSsm_olo.jpg b/assets/ytcovers/_weFSsm_olo.jpg
index e2c0851..81cf1cd 100644
--- a/assets/ytcovers/_weFSsm_olo.jpg
+++ b/assets/ytcovers/_weFSsm_olo.jpg
Binary files differ
diff --git a/assets/ytcovers/ik5b6xwLUDQ.jpg b/assets/ytcovers/ik5b6xwLUDQ.jpg
index 453c4f6..98c6d54 100644
--- a/assets/ytcovers/ik5b6xwLUDQ.jpg
+++ b/assets/ytcovers/ik5b6xwLUDQ.jpg
Binary files differ
diff --git a/assets/ytcovers/jRHJntLYMh0.jpg b/assets/ytcovers/jRHJntLYMh0.jpg
index 473289b..aa9896c 100644
--- a/assets/ytcovers/jRHJntLYMh0.jpg
+++ b/assets/ytcovers/jRHJntLYMh0.jpg
Binary files differ
diff --git a/assets/ytcovers/o_AIw9bGogo.jpg b/assets/ytcovers/o_AIw9bGogo.jpg
index 2034f98..fa8fa8d 100644
--- a/assets/ytcovers/o_AIw9bGogo.jpg
+++ b/assets/ytcovers/o_AIw9bGogo.jpg
Binary files differ
diff --git a/content-org/blog.org b/content-org/blog.org
index 3d4cffe..34217a0 100644
--- a/content-org/blog.org
+++ b/content-org/blog.org
@@ -8,7 +8,7 @@
#+HUGO_SECTION: blog
-* 2024 [75/77] :@blog:
+* 2024 [76/79] :@blog:
:PROPERTIES:
:EXPORT_HUGO_SECTION: blog/2024
:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600
@@ -64,6 +64,65 @@ Images are made to add additional value to the text, not to make it load slower.
Love you, Drew!
+** TODO Gaming on FreeBSD
+:PROPERTIES:
+:EXPORT_FILE_NAME: gaming-on-freebsd
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract A pre-note of some sort?
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening Steve Kirk - Thimbleweed Park (Original Soundtrack)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening_url https://thimbleweedpark.bandcamp.com/album/thimbleweed-park-original-soundtrack
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening_img Steve-Kirk-Thimbleweed-Park.Jpg
+:END:
+A little update before a bigger update, sometime in the near future on my [[https://bsd.crys.site][Guide to BSD]].
+I am not a gamer, I have no idea what is going in Redmond land.
+But I *want* to run a few of new games, like Baldur 3, Myst remake, or Return to Monkey Island.
+What I don't want is to dual-boot.
+Ergo, what I want is a working =wine(1)= gaming setup.
+
+What I've learned today: my laptop is a bit on the older site (Nvidia GTX1060 Mobile), and using Vulcan seems not to be an option... whatever that Vulcan thingy is.
+But I can easily install direct3d via =winetricks(1)=:
+
+#+begin_src shell
+pkg install winetricks
+winetricks d3dx9 d3dcompiler_42 d3dcompiler_43 d3dcompiler_47
+#+end_src
+
+And games suddenly start to work!
+What a time to be alive, even though it appears that I am limited to DirectX9.
+Well, I stopped being in the loop around when DX6 was introduced.
+/RTMI/ is a DX12 only game, so I'll have to find a way.
+
+** DONE Thomas the Transformer
+CLOSED: [2024-10-02 Wed 11:19]
+:PROPERTIES:
+:EXPORT_FILE_NAME: thomas-the-transfomer
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract Best toy ever or best toy ever?
+:END:
+
+
+Somehow, bootlegs are spectacular.
+Nothing stops the creativity of those /crazy Chinese/.
+They stop at nothing and nothing is sacred, as it appears.
+
+Our local /Kiosk/ specializes in Chinese imports and trademark infringement.
+Often it's a miss, but when he hits, he hits.
+May I present to you, /Thomas the Transformer/.
+
+#+attr_shortcode: :file thomas-transformer.jpg
+#+attr_shortcode: :alt A plastic robot consisitig of three Thomas the Tank Engine trains
+#+attr_shortcode: :class centered
+#+begin_image
+Thomas the Transformer
+#+end_image
+
+There's even a [[https://www.wired.com/2009/08/thomas-the-transformer-steam-powered-railway-robots-in-disguise/][wired.com]] piece on this beast
+
+#+begin_quote
+Unlicensed, undefeatable, and undoubtedly awesome.
+Toot-toot is his death cry, and he will crush you as he screams his sweet revenge, all in the voice of Ringo Starr.
+#+end_quote
+
+My kid knows what he is filling his piggy bank (45PLN, so 11,6USD) for, and I can't wait to play with it.
+
** DONE Notes on Star Trek
CLOSED: [2024-10-01 Tue 20:39]
:PROPERTIES:
diff --git a/content/blog/2024/thomas-the-transfomer.md b/content/blog/2024/thomas-the-transfomer.md
new file mode 100644
index 0000000..56c7d3b
--- /dev/null
+++ b/content/blog/2024/thomas-the-transfomer.md
@@ -0,0 +1,30 @@
++++
+title = "Thomas the Transformer"
+author = ["MichaƂ Sapka"]
+date = 2024-10-02T11:19:00+02:00
+categories = ["blog"]
+draft = false
+weight = 2002
+image_dir = "blog/images"
+image_max_width = 600
+Abstract = "Best toy ever or best toy ever?"
++++
+
+Somehow, bootlegs are spectacular.
+Nothing stops the creativity of those _crazy Chinese_.
+They stop at nothing and nothing is sacred, as it appears.
+
+Our local _Kiosk_ specializes in Chinese imports and trademark infringement.
+Often it's a miss, but when he hits, he hits.
+May I present to you, _Thomas the Transformer_.
+
+{{< image class="centered" alt="A plastic robot consisitig of three Thomas the Tank Engine trains" file="thomas-transformer.jpg" >}}
+Thomas the Transformer
+{{< /image >}}
+
+There's even a [wired.com](https://www.wired.com/2009/08/thomas-the-transformer-steam-powered-railway-robots-in-disguise/) piece on this beast
+
+> Unlicensed, undefeatable, and undoubtedly awesome.
+> Toot-toot is his death cry, and he will crush you as he screams his sweet revenge, all in the voice of Ringo Starr.
+
+My kid knows what he is filling his piggy bank (45PLN, so 11,6USD) for, and I can't wait to play with it.