wishlist update master
authorRoland Hieber <rohieb@rohieb.name>
Thu, 18 Apr 2024 10:38:49 +0000 (12:38 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Thu, 18 Apr 2024 10:38:49 +0000 (12:38 +0200)
blag/post/optimizing-xsane-s-scanned-pdfs.mdwn
contact.mdwn
local.css
plugins/IkiWiki/Plugin/flattrthing.pm [new file with mode: 0644]
projects/plans/wifi-box.pdf [new file with mode: 0644]
wishlist.mdwn

index ccf9b42..5169a60 100644 (file)
@@ -344,6 +344,17 @@ offset if the image ratio is not quite exact:
 With that approach, I could reduce the size of my PDF from 250&nbsp;MB with
 losslessly compressed images to 38&nbsp;MB with DCT compression.
 
 With that approach, I could reduce the size of my PDF from 250&nbsp;MB with
 losslessly compressed images to 38&nbsp;MB with DCT compression.
 
+*Another update (2023):* Marcus notified me that it is possible to use
+ImageMagick's `-compress jpeg` option, this way we can leave out the
+intermediate step and convert PNM to PDF directly:
+
+    $ convert image*.pnm -compress jpeg -quality 85 output.pdf
+
+You can also play around with the `-quality` parameter to set the JPEG
+compression level (100% makes almost pristine, but huge images; 1% makes very
+small, very blocky images), 85% should still be readable for most documents
+in that resolution.
+
 Too long, didn’t read
 -----------------
 
 Too long, didn’t read
 -----------------
 
index 138c864..6f63f06 100644 (file)
@@ -2,5 +2,5 @@
 
 * E-Mail: <rohieb+homepage.contact.iu6deiSh@rohieb.name>
 * Fediverse: [@daniel_bohrer@chaos.social](https://chaos.social/@daniel_bohrer)
 
 * E-Mail: <rohieb+homepage.contact.iu6deiSh@rohieb.name>
 * Fediverse: [@daniel_bohrer@chaos.social](https://chaos.social/@daniel_bohrer)
-* Twitter: [@daniel_bohrer](https://twitter.com/daniel_bohrer)
+* Twitter: I was once @daniel\_bohrer, but I'm no longer there.
 * GitHub: [rohieb](https://github.com/rohieb)
 * GitHub: [rohieb](https://github.com/rohieb)
index 34a1a01..3d0c9a8 100644 (file)
--- a/local.css
+++ b/local.css
@@ -2,7 +2,6 @@ pre {
   background-color: #F5F5F5;
   border: 1px dashed blue;
   padding: 0.2em;
   background-color: #F5F5F5;
   border: 1px dashed blue;
   padding: 0.2em;
-  font-size: 80%;
 }
 
 code {
 }
 
 code {
diff --git a/plugins/IkiWiki/Plugin/flattrthing.pm b/plugins/IkiWiki/Plugin/flattrthing.pm
new file mode 100644 (file)
index 0000000..4c20e1a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/perl
+# This is just a stub to prevent a compile warning
+package IkiWiki::Plugin::flattrthing;
+1;
diff --git a/projects/plans/wifi-box.pdf b/projects/plans/wifi-box.pdf
new file mode 100644 (file)
index 0000000..d297a96
Binary files /dev/null and b/projects/plans/wifi-box.pdf differ
index 85613af..a49d1c4 100644 (file)
@@ -1,4 +1,4 @@
- -> [[!meta title="My Personal Wish List"]]
+[[!meta title="My Personal Wish List"]]
 
 This is a list of things I would like to have, so if you want to make me a
 present, feel free to use this list as an inspiration. However, I myself may
 
 This is a list of things I would like to have, so if you want to make me a
 present, feel free to use this list as an inspiration. However, I myself may
@@ -8,13 +8,14 @@ Books
 ---------
 (ordered by preference, no e-books with restrictive DRM please.)
 
 ---------
 (ordered by preference, no e-books with restrictive DRM please.)
 
- * Matt Kenney: The Art of Kumiko, ISBN: 978-1951217242
  * Desmond King: Shoji and Kumiko Design
    * Book 1: The Basics, ISBN-13: 978-0987258304
    * Book 2: Beyond the Basics, ISBN-13: 978-0987258311
    * Book 3: Hexagonal Patterns, ISBN-13: 978-0987258328
    * Book 4: Diamond Patterns, ISBN-13: 978-0987258335
  * Desmond King: Shoji and Kumiko Design
    * Book 1: The Basics, ISBN-13: 978-0987258304
    * Book 2: Beyond the Basics, ISBN-13: 978-0987258311
    * Book 3: Hexagonal Patterns, ISBN-13: 978-0987258328
    * Book 4: Diamond Patterns, ISBN-13: 978-0987258335
- * Christopher Schwarz: The Anarchist's Design Book. Lost Art Press, https://lostartpress.com/products/the-anarchists-design-book
+ * Scott Grove: Advanced Veneering and Alternative Techniques, Schiffer Publishing 2011, ISBN-13: 978-0764338465
+ * Jim Tolpin and George Walker: By Hand & Eye, Lost Art Press. https://lostartpress.com/collections/books/products/by-hand-eye-1
+   * bei Dictum erhältlich: https://www.dictum.com/de/moebelbau-allg.-holzbearbeitung-hc/by-hand-eye-713990
  * Christopher Schwarz: Ingenious Mechanicks, Early Workbenches & Workholding. Lost Art Press, https://lostartpress.com/products/ingenious-mechanicks
  * Peter Follansbee, Jennie Alexander: Make a Joint Stool from a Tree: An Introduction to 17th-century Joinery,
    ISBN-13: 978-0985077709
  * Christopher Schwarz: Ingenious Mechanicks, Early Workbenches & Workholding. Lost Art Press, https://lostartpress.com/products/ingenious-mechanicks
  * Peter Follansbee, Jennie Alexander: Make a Joint Stool from a Tree: An Introduction to 17th-century Joinery,
    ISBN-13: 978-0985077709
This page took 0.033976 seconds and 4 git commands to generate.