Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://waterpigs.co.uk/services/microformats-to-atom/?url=https%3A//waterpigs.co.uk/

  1. <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
  2. <title>Barnaby Walters</title>
  3. <link href="https://waterpigs.co.uk/" rel="alternate" title="Barnaby Walters" type="text/html"/>
  4. <link href="https://waterpigs.co.uk/services/microformats-to-atom/?url=https%3A//waterpigs.co.uk/" rel="self"/>
  5. <id>https://waterpigs.co.uk/services/microformats-to-atom/?url=https%3A//waterpigs.co.uk/</id>
  6. <author>
  7. <name>Barnaby Walters</name>
  8. <uri>https://waterpigs.co.uk</uri>
  9. </author>
  10.  
  11. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  12. <id>https://waterpigs.co.uk/notes/5UGNmh/</id>
  13. <title></title>
  14. <published>2023-12-05T22:46:42+00:00</published>
  15. <updated>2023-12-05T22:46:42+00:00</updated>
  16. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5UGNmh/" />
  17. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Some tips for using Teensy on linux:</p>
  18.  
  19. <p>The teensy board support package is only supported in the Arduino applications downloaded directly from the arduino site, NOT on versions distributed by package managers. I used the AppImage and it worked fine. If you try to install the teensy board package on an unsupported version of Arduino you might see errors like “archive not supported”.</p>
  20.  
  21. <p>Even when you have a supported version of Arduino installed, installing the Teensy board package isn’t totally reliable. The first time I downloaded it, compiling would fail with the following error:</p>
  22.  
  23. <pre><code>fork/exec /home/barnaby/.arduino15/packages/teensy/tools/teensy-compile/11.3.1/arm/bin/arm-none-eabi-g++: no such file or directory
  24.  
  25. Compilation error: fork/exec /home/barnaby/.arduino15/packages/teensy/tools/teensy-compile/11.3.1/arm/bin/arm-none-eabi-g++: no such file or directory
  26. </code></pre>
  27.  
  28. <p>The 11.3.1 folder existed, but was empty. Down- then upgrading the board package didn‘t fix it. Removing the board package and reinstalling it did work.</p>
  29.  
  30.  
  31. <a href="https://brid.gy/publish/twitter"></a></div></content>
  32. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  33. </entry>
  34. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  35. <id>https://waterpigs.co.uk/notes/5TpNhs/</id>
  36. <title></title>
  37. <published>2023-11-08T22:42:52+00:00</published>
  38. <updated>2023-11-08T22:42:52+00:00</updated>
  39. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5TpNhs/" />
  40. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>If you’re getting the following error in Inkscape on (k)ubuntu when trying to open the Extension Manager:</p>
  41.  
  42. <pre><code>[long traceback snipped]
  43. ModuleNotFoundError: No module named 'appdirs'
  44. </code></pre>
  45.  
  46. <p>the best way to deal with it seems to be <code>sudo apt install python3-appdirs</code>, as trying to install the <code>appdirs</code> module with <code>pip</code> or <code>pip3</code> might not put it in the right place for the system python3 which inkscape is using, especially if you use something like conda or pyenv.</p>
  47.  
  48.  
  49. <a href="https://brid.gy/publish/twitter"></a></div></content>
  50. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  51. </entry>
  52. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  53. <id>https://waterpigs.co.uk/notes/5TfDAy/</id>
  54. <title></title>
  55. <published>2023-10-30T13:10:58+00:00</published>
  56. <updated>2023-10-30T13:10:58+00:00</updated>
  57. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5TfDAy/" />
  58. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In a world where <a href="https://cseducators.stackexchange.com/questions/3535/introducing-file-systems-to-students-who-really-dont-understand">even “digital-natives”</a> increasingly <a href="https://www.theverge.com/22684730/students-file-folder-directory-structure-education-gen-z">don’t understand basic file management</a>, and where it’s more and more common for user data to be siloed per-app even on desktops, I propose a corollary to <a href="https://www.laws-of-software.com/laws/zawinski/">Zawinski’s Law</a>: “All apps which don’t store data transparently in the file system are doomed to implement their own limited and fragile filesystem equivalent”</p></div></content>
  59. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  60. </entry>
  61. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  62. <id>https://waterpigs.co.uk/notes/5TJye/</id>
  63. <title></title>
  64. <published>2023-10-08T00:58:39+00:00</published>
  65. <updated>2023-10-08T00:58:39+00:00</updated>
  66. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5TJye/" />
  67. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>If you’re in the unfortunate position of needing to use MuseScore4 on linux for some reason (for example to use its excellent MIDI to notation conversion) and are having issues with the Flatpak version having an unreadably tiny UI on high-DPI screens, here’s how to fix it.</p>
  68.  
  69. <p>Open the .desktop file for MuseScore 4 – mine was in <code>/var/lib/flatpak/app/org.musescore.MuseScore/current/active/export/share/applications/org.musescore.MuseScore.desktop</code></p>
  70.  
  71. <p>Find the <code>Exec</code> key, and change the command to include <code>--env=QT_SCALE_FACTOR=2</code>. Mine ended up looking like this:</p>
  72.  
  73. <pre><code>Exec=/usr/bin/flatpak run --env=QT_SCALE_FACTOR=2 --branch=stable --arch=x86_64 --command=mscore --file-forwarding org.musescore.MuseScore @@ %F @@
  74. </code></pre>
  75.  
  76. <p>Save (you’ll need to enter your password, or to have launched the editor with <code>sudo</code>).</p>
  77.  
  78. <p>Try launching MuseScore again. If you’re lucky, it’ll have a readable UI. If not, try restarting and launching it again — I haven’t found a way of successfully getting KDE to force-update all its .desktop files. Presumably there’s a cache somewhere? If anyone knows how to reliably do this, please let me know!</p>
  79.  
  80.  
  81. <p>This should work for any Flatpak which uses QT, on any desktop environment which uses .desktop files. I really hope “UI Scale” becomes a standard per-application setting in the near future.</p>
  82.  
  83. <p><ins>EDIT: thanks to carmanaught on the KDE forums for <a href="https://discuss.kde.org/t/is-there-a-cache-of-desktop-files-and-can-it-be-easily-cleared/6350/7?u=barnaby">this additional suggestion</a> to copy the .desktop file to <code>~/.local/share/applications</code> rather than editing it in-place, and for details about how to set up a service to watch this folder and clear the desktop file cache whenever it’s edited.</ins></p></div></content>
  84. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  85. </entry>
  86. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  87. <id>https://waterpigs.co.uk/notes/5SpPfR/</id>
  88. <title>Macbook -&amp;gt; Kubuntu Slimbook update 2:
  89. After a brief …</title>
  90. <published>2023-09-09T23:40:25+00:00</published>
  91. <updated>2023-09-09T23:40:25+00:00</updated>
  92. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5SpPfR/" />
  93. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Macbook -&gt; Kubuntu Slimbook update 2:</p>
  94.  
  95. <p>After a brief dalliance with <a href="https://pop.system76.com/">PopOS</a> (which I liked well enough, but convinced me that I much prefer Plasma over Gnome), thanks to <a href="https://www.reddit.com/r/Kubuntu/comments/15vsrgi/laptop_screen_blank_for_20s_but_cursor_and/">advice from someone on r/Kubuntu</a> I discovered that most of my Kubuntu issues had been due to Slimbook delivering laptops with an old version of Kubuntu and the linux kernel on, which isn’t really compatible with their laptops (and I had foolishly assumed that the system software update would also update the kernel — not so) tl;dr: if you buy a Slimbook laptop and want to run Kubuntu on it, install it yourself!</p>
  96.  
  97. <h3>Desktop Environment</h3>
  98.  
  99. <p>After trying out Plasma on both X11 and Wayland, I decided to opt for sticking with Wayland, despite <a href="https://community.kde.org/Plasma/Wayland_Showstoppers">a few “showstoppers” and other minor annoyances</a>. It has excellent support for a lot of quite slick features, such as fractional per-monitor UI scaling and multitouch gestures for switching virtual desktops (currently not yet configurable, hopefully this will change in the future).</p>
  100.  
  101. <p>The current stable release of GIMP uses an old version of GTK which doesn’t scale well under Wayland, but fortunately the development release (2.99.16) has GTK3 support and the UI scales just fine.</p>
  102.  
  103. <p>VLC also looks very weird under Plasma. I kept it around as it’s so useful, but also installed Celluloid 0.25.1 from <a href="https://launchpad.net/~xuzhen666/+archive/ubuntu/gnome-mpv">their PPA</a> as a potential Plasma-friendly replacement.</p>
  104.  
  105. <h3>Keyboards</h3>
  106.  
  107. <p>I type almost exclusively in ABC-Extended on my macbook, which gives me quick access to all the international characters I need access to, as well as some nice punctuation like en+em dashes, ellipses and curly quotes.</p>
  108.  
  109. <p>I tried several keyboard layouts on my slimbook, and eventually settled for the English (Macintosh) one, which is almost the same with a few small differences. I will probably end up making my own keyboard layout which shifts some things around and replaces unused things with useful characters.</p>
  110.  
  111. <p>For quick reference and learning different keyboard layouts, I recommend assigning this command to a global shortcut (I used ctrl+alt+shift+k), which brings up a keyboard preview, scaled to look good on my monitor. I haven’t found a good way of dismissing it other than using the trackpad (ideally I’d like it to only be displayed while I hold the shortcut), but it’s still very convenient.</p>
  112.  
  113. <pre><code>tastenbrett -qwindowgeometry 2500x850
  114. </code></pre>
  115.  
  116. <p>For some reason, my F2 button’s special feature is “toggle whether the super key is locked, without indicating the current status to the user at all”. Apparently this is a common feature, but some cursory research did not reveal why this would ever be useful, or what the intended use is. I also didn’t find many other people asking about it. What am I missing here? Why does anyone need an entire button dedicated to disabling another, unrelated button? Why can’t I make it do something useful?</p>
  117.  
  118. <h3>Mail</h3>
  119.  
  120. <p>For the moment I decided for Thunderbird for mail, contacts and calendars (more about those later), and it was easy enough to set up for mail. I’d much prefer something which looks and works like mac os Mail, but installing the Conversation extension went a long way to making it usable (despite not always finding all messages in a thread for some reason).</p>
  121.  
  122. <h3>Music</h3>
  123.  
  124. <p>For the moment I chose Quod Libet as a basic iTunes replacement. It successfully scanned the contents of <code>Music/iTunes/iTunes Media/Music</code> with no complaints, and even played the AAC m4a files after I installed kubuntu-restricted-extras. Unfortuantely Quod Libet (and every other media player I tried) seems to be unable to inhibit sleep under Wayland — hopefully this will be remedied soon, as the “create a NoSleep activity and switch to it whenever you want to play music” ““workaround”” is not particularly appealing. I’d also settle for a status bar widget which let me switch power profiles quickly.</p>
  125.  
  126. <h3>Photos</h3>
  127.  
  128. <p>Moving my photo library took a little more effort, but not much, thanks to <a href="https://github.com/RhetTbull/osxphotos">osxphotos</a>. Additionally installing exiftools and then running one command created a structured export of my entire library, with all the metadata I care about stored safely in EXIF fields:</p>
  129.  
  130. <pre><code>osxphotos export /Volumes/migration/photos --directory "{created.year}/{<a class="auto-link" href="http://created.mm">created.mm</a>}" --filename "{created}T{created.hour}{created.min}{created.sec}{title?_,}{title,}" --skip-original-if-edited --jpeg-ext jpeg --exiftool
  131. </code></pre>
  132.  
  133. <p>This command takes the edited version of each file (falling back to the original), and stores them in a <code>/YYYY/MM/YYYY-MM-DDTHHMMSS[_title].jpeg</code> folder structure, which is my preferred way of organising photos on disk.</p>
  134.  
  135. <p>I then imported this library into DigiKam, which quickly read all the metadata and made everything searchable. To get newly imported photos to fit into the same structure, I had to go into the Import Settings (plug in a camera or card, go “Import from device” and then open the sidebar on the right — unfortunately these settings don’t seem to be exposed anywhere else) and set the default filename to be the datetime, and the default “Album” to be <code>YYYY/mm</code>.</p>
  136.  
  137. <p>I’m not a huge fan of DigiKam, as it’s cluttered, unstable and requires some very akward workflows (editing images opens them in a separate window? adding a tag requires opening the “tag manager”?? “hierarchical tags”??? I think the developers did not understand what a tag is and what makes them useful) but will do for now. To ensure longevity (and ease migrating to a different management application if I find something better suited to my workflow) I opted to store all metadata in EXIF fields in the files themselves. This way, DigiKam’s external database works as an ephemeral index and cache, which I can throw away or rebuild at any time without losing anything.</p>
  138.  
  139. <p>A useful tip I learned along the way (thanks to ChatGPT): <code>exiftool -a -u -g1 &lt;file_name&gt;</code> will list all EXIF data found in a given file.</p>
  140.  
  141. <h3>Calendars and Contacts</h3>
  142.  
  143. <p>I set up a Nextcloud instance on my web host to see how much of my (already limited) iCloud usage it could replace. Despite learning that Hostinger <a href="https://indieweb.org/.well-known#Issues">doesn’t allow access to the .well-known directory required for zero-config carddav and caldav setup</a>, I successfully managed to get my calendar and contacts migrated there. Thunderbird was able to sync with both without any issues, and mac os Calendar did eventually read my calendars from Nextcloud. No such luck with mac os Contacts unfortunately, but that’s much lower priority than calendar anyway.</p>
  144.  
  145. <h3>Pages and Numbers documents</h3>
  146.  
  147. <p>I had hoped that there would be a way of easily and mostly-losslessly batch converting all my Pages and Numbers documents into their microsoft XML equivalents, before then converting them to Libreoffice documents later on. Alas, that is only partially true. I ended up modifying a script provided by Viking OSX, which finds all Pages documents in a given folder and exports them as word docs to a separate folder. My changes instead export them in-place, and additionally export a PDF version so that I have a lossless read-only copy of each document exactly as it was:</p>
  148.  
  149. <pre><code>#!/bin/zsh
  150.  
  151. : &lt;&lt;"COMMENT"
  152. Do a recursive descent on a folder hierarchy gathering Pages document. Export these
  153. documents from Pages as Word .docx and .pdf documents in the same location.
  154. Tested: Ventura 13.0.1
  155. VikingOSX, 2022-12-06, Apple Support Communities, No implicit warranty or support.
  156. Adapted by Barnaby Walters 2023-09-08
  157. COMMENT
  158.  
  159. typeset -gi pagesCnt=0 docxCnt=0
  160.  
  161. STARTDIR=$1
  162.  
  163. function pages_export () {
  164.  
  165.    /usr/bin/osascript &lt;&lt;-AS
  166.    use scripting additions
  167.  
  168.    tell application "Pages"
  169.        activate
  170.        try
  171.            set infile to POSIX file "${1}"
  172.            set outfile to POSIX file "${2}"
  173.            set outfile_pdf to POSIX file "${3}"
  174.  
  175.            set thisDoc to open infile as alias
  176.  
  177.            with timeout of 1200 seconds
  178.                export thisDoc to file outfile as Microsoft Word
  179.            end timeout
  180.            with timeout of 1200 seconds
  181.                export thisDoc to file outfile_pdf as PDF
  182.            end timeout
  183.            close thisDoc saving no
  184.        on error errmsg number errNo
  185.            display dialog "[ " &amp; errNo &amp; " ]: " &amp; errmsg
  186.        end try
  187.    end tell
  188.    -- unhide the exported filename extensions
  189.    tell application "Finder"
  190.        if exists (item outfile as alias) then
  191.            set extension hidden of (item outfile as alias) to false
  192.        end if
  193.    end tell
  194.    return
  195. AS
  196. }
  197.  
  198. function completion () {
  199.    /usr/bin/osascript &lt;&lt;-AS
  200.    use scripting additions
  201.  
  202.    set DialogIcon to "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/MultipleItemsIcon.icns"
  203.  
  204.    display dialog "Pages documents found: " &amp; "${1}" &amp; return &amp; ¬
  205.        "Pages documents exported to Word and PDF docx: " &amp; "${2}" with title "Processing Complete" with icon POSIX file DialogIcon
  206.    return
  207. AS
  208. }
  209.  
  210. # do a case-insensitive recursion finding Pages documents and sorting by name
  211. setopt nocaseglob
  212. for f in ${STARTDIR}/**/*.pages(.Non);
  213. do
  214.    (( ++pagesCnt ))
  215.    # if there is no Word folder at this file location, then make one
  216.  
  217.    # construct the full path to the word docx document to be exported
  218.    wordfile="${f:a:h:r}/${f:r:t}.docx"
  219.    pdffile="${f:a:h:r}/${f:r:t}.pdf"
  220.  
  221.    pages_export "${f}" "${wordfile}" "${pdffile}"
  222.  
  223.    # do we have an exported docx that is non-zero in size?
  224.    [[ -s $wordfile ]] &amp;&amp; (( ++docxCnt ))
  225. done
  226.  
  227. # give the user statistics
  228. completion $pagesCnt $docxCnt
  229. </code></pre>
  230.  
  231. <p>(aside: I initially tried to get ChatGPT to generate the necessary applescript to do this entire task for me, as I’d heard that it was good at that, and applescript is a notoriously unintuitive and badly documented language. It seemd to get fairly close but I was unable to debug the (incomprehensible) errors in its scripts. The approach taken by VikingOSX is much more efficient: use applescript only for the things it’s absolutely necessary for, and do the rest in bash or python)</p>
  232.  
  233. <p>I did the same thing for Numbers documents, the necessary script changes for that are left as an exercise for the reader.</p>
  234.  
  235. <p>Unfortunately, these exports (and/or their subsequent imports into Libreoffice) were not very successful except for the simplest of documents. I only actively use a total of maybe 5 documents, which I will simply reconstruct from scratch in Libreoffice, and for the rest a combination of lossless read-only PDF and potentially-broken Office XML files should be sufficient.</p>
  236.  
  237. <h3>Prusa Slicer, AppImages and KDE Plasma LC_ALL issues</h3>
  238.  
  239. <p>The official way of installing Prusa Slicer on linux is using an AppImage, a format which I’ve had mixed experiences with. This was no different, as opening it in Dolphin had no result. Opening it in a console revealed some sort of locale error, and suggested some commands to fix it, but they also had no effect.</p>
  240.  
  241. <p>After doing some digging, it turns out that it’s KDE Plasma’s fault. Plasma splits your localization settings up into various categories (language, time format, currency etc.) — an excellent feature by itself. Unfortunately, if you pick different locales for any of these categories, it leave the LC_ALL environment variable empty.</p>
  242.  
  243. <p>The Prusa Slicer AppImage (and who knows what other software) was expecting an LC_ALL environment variable, and refused to run without it. tl;dr, editing <code>/etc/defaults/locale</code> to set LC_ALL and LANG to en_GB.utf-8 allowed PS to run, without having caused any other issues (yet…?).</p>
  244.  
  245. <p>Once it managed to run, Prusa Slicer somehow told the system about itself in a way which lets me launch it from the application launcher (not something every AppImage does), and worked absolutely fine. Importing my settings as a config bundle worked perfectly.</p>
  246.  
  247. <h3>Documents and file syncing</h3>
  248.  
  249. <p>For the moment I decided against trying to set up two-way sync of my ~50GB documents folder between os x and Kubuntu. Nextcloud on my cheap web host is out of the question, and <a href="https://syncthing.net/">Syncthing</a> look promising but I’d want to test its limitations and performance on something smaller first. For the moment, I decided to just use rsync for a one-way migration, and can repeat it in the future as I convert more proprietary files to linux-compatible formats.</p>
  250.  
  251. <pre><code>rsync -avzu --exclude venv --exclude .DS_Store --exclude .h5 Documents/ slimbook:Documents
  252. </code></pre>
  253.  
  254. <p>venv and .h5 files are excluded to avoid transferring another ~30GB of unnecessary data. <del>For syncronization after the first one, I need to make sure that rsync isn’t going to delete or replace newer files, but I will figure that out when I get to it.</del> <ins>-u makes sure that files which are newer (i.e. made or changed) on the kubuntu side are not overwritten on subsequent syncs</ins></p>
  255.  
  256. <h3>Pain points and next steps</h3>
  257.  
  258. <ul>
  259. <li>DigiKam seems powerful but its UI kinda sucks</li>
  260. <li>Plasma is great but has some drawbacks which will hopefully be fixed Soon™</li>
  261. <li>Notes — I’m a heavy mac os Notes user, and have fairly high standards for its replacement. Nextcloud notes looks promising, but the iOS app has two editor modes: one which is fast but sucks, and another which is good but takes ~7s to load each note.</li>
  262. <li>Converting proprietary file formats to their linux equivalents. I have some old Sketch documents and a LOT of Eazydraw documents, all of which need converting losslessly and perfectly to well-structured SVGs for use with inkscape, before I can switch completely to Kubuntu for work tasks. I had hoped to use a similar Applescript trick, but haven’t been able to figure it out yet as Eazydraw lacks an applescript interface. Using System Events to manually manipulate the menus could work, but seems fiddly</li>
  263. <li>…</li>
  264. </ul></div></content>
  265. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  266. </entry>
  267. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  268. <id>https://waterpigs.co.uk/notes/5STFYt/</id>
  269. <title></title>
  270. <published>2023-08-18T15:32:53+00:00</published>
  271. <updated>2023-08-18T15:32:53+00:00</updated>
  272. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5STFYt/" />
  273. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Notes from the first day using a Slimbook Executive running Kubuntu (probably applies to anyone moving from macos to Kubuntu on similar hardware)</p>
  274.  
  275. <p><img class="u-photo" src="https://waterpigs.co.uk/img/img-7432-slimbook-executive.jpeg" alt="" /></p>
  276.  
  277. <p>Generally, very good first impressions. The hardware is nice, the connectivity is perfect for me, it boots fast, the screen looks amazing. The keyboard and trackpad are fine, except for the surfboard trackpad button design. Came with a bunch of stupid marketing stickers on (what year is this, 2005?), most of which were easily removed.</p>
  278.  
  279. <p>Here are the first settings I tweaked to make things more familiar:</p>
  280.  
  281. <h3>UI Scaling</h3>
  282.  
  283. <p>Settings -&gt; Display and Monitor -&gt; Global Scale = 200% for a readable UI while still remaining beautifully crisp.</p>
  284.  
  285. <p>Settings -&gt; Appearance -&gt; Cursors -&gt; Size: 48</p>
  286.  
  287. <p>Settings -&gt; Startup and Shutdown -&gt; Login Screen -&gt; Apply Plasma Settings so that your login screen is a sensible size.</p>
  288.  
  289. <p>Right click status bar, enter edit mode, Panel height: 100</p>
  290.  
  291. <h3>Sleep</h3>
  292.  
  293. <p>Default sleep mode seems to be a hibernation which takes 10-20s to wake up from, including whenever you close the lid.</p>
  294.  
  295. <p>Fix this by: In settings -&gt; Power Management, in AC Powered tab set lid close to just turn off screen (or lock if desired). This will just turn off the screen when closed on AC power, but actually put the laptop to sleep when the lid is closed on battery power, to reduce power consumption.</p>
  296.  
  297. <p>Then, <code>sudo nano /etc/systemd/sleep.conf</code> and uncomment <code>AllowSuspendThenHibernate=yes</code>, and reboot. This changes the behaviour of sleep to initially just suspend the system, keeping data in RAM and allowing immediate wake-ups. When the battery goes under 5%, it’ll instead hibernate, which takes 10-20s to wake up from but stores the contents of RAM on the SSD.</p>
  298.  
  299. <p><ins>EDIT: On further testing, this sadly doesn’t fix the issue completely (or at all? It’s hard to tell). Putting the computer to sleep using the meta menu works absolutely fine, but using F1 or the laptop lid (which I assume are handled the same way internally) leads to this blank screen with a cursor and hidden password entry field for 20s on wake up issue. I have no idea what’s causing it, and IMO it’s a big reason not to use KDE Plasma on these laptops — sadly, as it’s easily my favourite of the linux desktop environments I’ve tried so far.</ins></p>
  300.  
  301. <p><ins>FURTHER EDIT: turns out this was all due to the laptop coming with an outdated linux kernel installed, which didn’t support the hardware. A fresh install of the latest Kubuntu works perfectly.</ins></p>
  302.  
  303. <h3>Firefox</h3>
  304.  
  305. <p>By default, Firefox treats scroll events from the trackpad as scroll wheel inputs, causing jerky scrolling. To fix: <code>echo MOZ_USE_XINPUT2=1 | sudo tee -a /etc/environment</code></p>
  306.  
  307. <h3>Touchpad</h3>
  308.  
  309. <p>Settings -&gt; Input Devices -&gt; Touchpad<br />
  310. Pointer acceleration: 0.6<br />
  311. Tap-to-click, tap-and-drag enabled<br />
  312. Two-finger tap: right click<br />
  313. Scrolling: two fingers, invert scroll direction<br />
  314. Right click: press anywhere with two fingers</p>
  315.  
  316. <h3>Function Buttons</h3>
  317.  
  318. <p>Boot holding F2 to open BIOS settings, dig around to find and enable “Fn lock” to make the function keys perform their alternative functions by default (with numbered function inputs available by holding Fn, as on a MacBook)</p>
  319.  
  320. <hr />
  321.  
  322. <p>Next pain points which I didn’t find a solution to yet:</p>
  323.  
  324. <ul>
  325. <li>Occasional trackpad issues where the cursor freezes and only starts moving again after a two finger tap (right click). At the beginning this happened all the time, now it seems much better. Need to keep an eye on it.</li>
  326. <li>File browser not having a column view. Apparently this is an ongoing struggle for years in Kubuntu, which seems hard to believe. I tried to install the ElementaryOS file viewer but it didn’t seem to work.</li>
  327. <li>Setting up the keyboard for international typing. I got extremely used to typing special characters, diacritics and fancy punctuation on my macbook keyboard and am reluctant to have to re-learn all of that. Ideally I’d like to get a least a large subset of the key combinations working again.</li>
  328. </ul></div></content>
  329. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  330. </entry>
  331. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  332. <id>https://waterpigs.co.uk/notes/5RTPaU/</id>
  333. <title></title>
  334. <published>2023-06-19T23:35:28+00:00</published>
  335. <updated>2023-06-19T23:35:28+00:00</updated>
  336. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5RTPaU/" />
  337. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Is this some sort of cruel joke</p>
  338.  
  339. <p><img class="u-photo" src="https://waterpigs.co.uk/img/img-7308.jpeg" alt="two near-identical triangular lego pieces with a minor difference in their outline" /></p>
  340.  
  341.  
  342. <a href="https://brid.gy/publish/twitter"></a></div></content>
  343. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  344. </entry>
  345. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  346. <id>https://waterpigs.co.uk/articles/citynaturechallenge-2023-wien-notable-observations/</id>
  347. <title>CityNatureChallenge 2023 Wien Notable Observations</title>
  348. <published>2023-05-03T23:18:45+00:00</published>
  349. <updated>2023-05-03T23:18:45+00:00</updated>
  350. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/articles/citynaturechallenge-2023-wien-notable-observations/" />
  351. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Vienna’s 2023 City Nature Challenge had more observers, observations and species than last year, and many observations still need final IDs. Here’s some of the more notable ones.</div></content>
  352. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  353. </entry>
  354. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  355. <id>https://waterpigs.co.uk/notes/5QDEPE/</id>
  356. <title></title>
  357. <published>2023-04-06T14:23:14+00:00</published>
  358. <updated>2023-04-06T14:23:14+00:00</updated>
  359. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5QDEPE/" />
  360. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>I’m a couple of weeks into 3D printing with a <a href="https://www.creality.com/products/creality-ender-3-s1-pro-fdm-3d-printer">Creality Ender 3 S1 Pro</a>. My initial impressions are: tl;dr: mechanically good, firmware bad. Either install <a href="https://github.com/synman/Ender-3-S1-Pro-Firmware">synman’s pro firmware</a> (requires a screen downgrade) or <a href="https://www.klipper3d.org/">klipper</a> (drops the screen and requires a raspberry pi — I went with MainsailOS) and you’ll have a very good printer for the price.</p>
  361.  
  362. <p>Here’s my best 3D Benchy so far, printed in 55 minutes in PETG using Klipper
  363. <img class="u-photo" src="https://waterpigs.co.uk/img/e3s1pro-klipper-speed-benchy-55m.jpeg" alt="" /></p>
  364.  
  365. <p>Pros:</p>
  366.  
  367. <ul>
  368. <li>Mechanically solid and well built, comes very well packed, does not feel like the stereotypical “cheap chinese” product at all</li>
  369. <li>Quick and easy to assemble (I recommend using loctite on all screws to prevent them coming loose from vibrations)</li>
  370. <li>Some replacement parts available</li>
  371. <li>Well supported with (mostly quite good) profiles available for various pieces of software</li>
  372. <li>Touchscreen interface is fast and convenient to use if you’re satisfied with the stock firmware</li>
  373. <li>Main board is not locked-down so it’s easy to install different firmware, and just as easy to revert to stock in the unlikely event that you want to</li>
  374. </ul>
  375.  
  376. <p>Cons:</p>
  377.  
  378. <ul>
  379. <li>The stock firmware is very limited and has various problems.
  380.  
  381. <ul>
  382. <li>Most notably, <a href="https://www.reddit.com/r/Ender3S1/comments/1273zdo/e3_s1_pro_oozing_filament_while_pausing_for_15s/">the “print on resume” feature causes uncontrollable pauses between layers</a>, during which the nozzle will leak filament, causing huge blobs and stringing. Not possible to turn off in the UI, requires a <code>M413 S0</code> command added to the start g-code in your slicer (or changing to a different firmware, which you should do anyway). Here’s a comparison of the exact same part with and without “resume on power loss” enabled, both printed back when I was using the stock firmware: <img class="u-photo" src="https://waterpigs.co.uk/img/e3s1pro-tpu-resume-on-power-loss-comparison.jpeg" alt="" /></li>
  383. <li>The auto bed leveling feels extremely unreliable and hard to trust</li>
  384. <li>You can only see the first few characters of gcode files, so it’s impossible to differentiate between two similar files with different suffixes</li>
  385. </ul></li>
  386. <li>Fiddly to perform firmware updates — screen and main board require separate files, sometimes in different folders depending on the chipset you have (which you can only check by opening the printer and looking at the hard-to-read MCU part number), always with a new filename otherwise it’ll fail silently, both will accept firmwares for different models with weird failure modes like a rotated screen</li>
  387. <li>v-wheels riding in aluminium extrusions have a limited accuracy. Definitely good enough for a lot of purposes, but can warp and wear over time, will never be as good as precision-ground linear rods or (even better,) rails</li>
  388. <li>XZ gantry arrived with loose Z nuts, causing huge amounts of Z kickback and preventing any kind of accurate movement. No indication that you have to tighten these in the instructions, and sources on the web inconsistent about what you should do about it. I ended up tightening mine up so they don’t rattle and have had no further issues.</li>
  389. <li>Flex cable XZ clip position sticker was placed slightly wrong and awkward to adjust once in, and the flex cable end at the extruder requires better stress relief IMO. I added ~6cm of heatshrink tubing around it which works great</li>
  390. <li>The provided slicer is horrible, I only tried it out to see if it’d fix my z blobbing problems. Fortunately Prusa Slicer works great with these printers</li>
  391. </ul>
  392.  
  393. <p>I tuned mine up with the <a href="https://ellis3dp.com/Print-Tuning-Guide/">usual</a> <a href="https://teachingtechyt.github.io/calibration.html">tools</a> until I was satisfied with the prints using the stock firmware. Then I installed klipper and set up pressure advance and input shaping, vastly improving performance and usability.</p>
  394.  
  395. <p>20mm calibration cubes printed 1) on the stock firmware, 2) Klipper with a speed profile, and 3) Klipper with a detail profile (i.e. slower outer perimeters):</p>
  396.  
  397. <p><img class="u-photo" src="https://waterpigs.co.uk/img/e3s1pro-cubes-stock-klipperspeed-klipperdetail.jpeg" alt="" /></p>
  398.  
  399. <p>Here’s my current Prusa Slicer config files for <a href="https://waterpigs.co.uk/img/creality-ender-3-s1-pro-04-mm-nozzle-klipper.bin">the printer itself (Klipper)</a> and <a href="https://waterpigs.co.uk/img/016-mm-optimal-speed-04-mm-nozzle-creality-klipper.bin">my 0.16mm layer height optimal speed</a> print profile.</p>
  400.  
  401. <p>Here’s what my Klipper <code>START_PRINT</code> and <code>END_PRINT</code> macros ended up looking like:</p>
  402.  
  403. <code></code><pre><code>
  404. [gcode_macro START_PRINT]
  405. gcode:
  406.  {% set TOTAL_LAYER_COUNT = params.TOTAL_LAYER_COUNT|int %}
  407.  {% set BED_TEMP = params.BED_TEMP|float %}
  408.  {% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|float %}
  409.  
  410. SET_PRINT_STATS_INFO TOTAL_LAYER={TOTAL_LAYER_COUNT}
  411.  G90 ; use absolute coordinates
  412.  M83 ; extruder relative mode
  413.  M140 S{BED_TEMP} ; set final bed temp
  414.  M104 S{EXTRUDER_TEMP - 90} ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling
  415.  G4 S10 ; allow partial nozzle warmup
  416.  G28 ; home all axis
  417.  M190 S{BED_TEMP} ; wait for bed temp to stabilize so that the bed mesh is accurate
  418.  BED_MESH_CALIBRATE
  419.  M104 S{EXTRUDER_TEMP} ; set final nozzle temp
  420.  G1 Z50 F240
  421.  G1 X2 Y10 F3000
  422.  M109 S{EXTRUDER_TEMP} ; wait for nozzle temp to stabilize
  423.  G1 Z0.28 F240
  424.  G92 E0
  425.  G1 Y140 E10 F1500 ; prime the nozzle
  426.  G1 X2.3 F5000
  427.  G92 E0
  428.  G1 Y10 E10 F1200 ; prime the nozzle
  429.  G92 E0
  430.  
  431. [gcode_macro END_PRINT]
  432. gcode:
  433.  M140 S0 ; turn off heatbed
  434.  M104 S0 ; turn off temperature
  435.  M107 ; turn off fan
  436.  # Move nozzle away from print while retracting
  437.  G91
  438.  G1 X-2 Y-2 E-3 F300
  439.  # Raise nozzle by 10mm
  440.  G1 Z10 F3000
  441.  # Move out of the way
  442.  G90
  443.  G0 X20 Y150
  444.  # Disable steppers
  445.  M84 X Y E
  446. </code></pre><code></code></div></content>
  447. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  448. </entry>
  449. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  450. <id>https://waterpigs.co.uk/notes/5PRP5d/</id>
  451. <title></title>
  452. <published>2023-02-17T23:05:38+00:00</published>
  453. <updated>2023-02-17T23:05:38+00:00</updated>
  454. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5PRP5d/" />
  455. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>From now on I will be making all reaction rolls with this die</p>
  456.  
  457. <p><img class="u-photo" src="https://waterpigs.co.uk/img/screenshot-2023-02-18-at-000303.png" alt="Two photos showing all sides of a six-sided die. Each side has a simple representation of a face displaying a different emotion" /></p></div></content>
  458. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  459. </entry>
  460. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  461. <id>https://waterpigs.co.uk/notes/5PLp_/</id>
  462. <title></title>
  463. <published>2023-02-12T00:49:34+00:00</published>
  464. <updated>2023-02-12T00:49:34+00:00</updated>
  465. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5PLp_/" />
  466. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Working on schematics for the Enterprise-HG</p>
  467.  
  468. <p><img class="u-photo" src="https://waterpigs.co.uk/img/screenshot-2023-02-12-at-013052.png" alt="Technical drawings for a variety of hurdy gurdy building parts, arranged to fit inside a rectangle in an arrangement which looks vaguely like a plan view of a star trek enterprise-class ship." /></p>
  469.  
  470.  
  471. <a href="https://brid.gy/publish/twitter"></a></div></content>
  472. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  473. </entry>
  474. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  475. <id>https://waterpigs.co.uk/notes/5PC1GX/</id>
  476. <title>Finished the ER rando run by pivoting to the ever-reliable …</title>
  477. <published>2023-02-04T01:16:31+00:00</published>
  478. <updated>2023-02-04T01:16:31+00:00</updated>
  479. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5PC1GX/" />
  480. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Finished the ER rando run by pivoting to the ever-reliable blasphemous blade. I tried to deal with Fire Dragonkin+Placidusax with rot daggers and the ornamental straight swords, but it just wasn’t happening. Farum Azula was a breeze, with Godskin Horah Loux, Field Trip Rennala and Fire Giant. Godskin Duo replaced Gideon Ofnir (continuing the theme of duo fights in that arena), which also wasn’t much of a challenge.</p>
  481.  
  482. <p>Unfortunately, Gideon had moved one step ahead as the first phase of Godfrey/HL, followed by Mohg, Lord of Blood. Two of my least favourite fights, but blasphemous blade prevailed.</p>
  483.  
  484. <p>I was getting pretty tired of the rando at this point, but my patience was rewarded when Leonine Misbegotten of the Golden Order was followed not only by Elden Apostle, but also Elden Noble, resulting in a four-phase final boss fight culminating in the dramatic defeat of… <strong>Elden Snail</strong>.</p>
  485.  
  486.  
  487. <a href="https://brid.gy/publish/twitter"></a></div></content>
  488. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  489. </entry>
  490. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  491. <id>https://waterpigs.co.uk/notes/5PAPtA/</id>
  492. <title></title>
  493. <published>2023-02-02T23:53:10+00:00</published>
  494. <updated>2023-02-02T23:53:10+00:00</updated>
  495. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5PAPtA/" />
  496. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>First <a href="https://www.nexusmods.com/eldenring/mods/428">Elden Ring randomiser</a> attempt highlights so far:</p>
  497.  
  498. <p>Started out with dual rot daggers, quickly found Ornamental straight swords, Millicent’s Prosthetic and consecutive attack tear for a no-brainer dex build</p>
  499. <p>Malenia, the Fell Omen. I’m good at the Malenia fight… in her arena, with a level 125 character. Stormveil is off-limits for most of the game, but it doesn’t prevent progress.</p>
  500. <p>First hard wall was Valiant Gargoyles, The First Elden Lord. Their poison clouds can almost fill the entire arena. Eventually got them with Death’s Poker and a +10 Mimic Tear, well-supplied with rotten meat dumplings for healing.</p>
  501. <p>Smooth sailing through the underground and mountaintops until Fire Giant turned out to be ice lightning dragonkin into Placidusax. Time for a break, I’ll figure out how to deal with them later. Maybe dig out the rot daggers again…</p></div></content>
  502. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  503. </entry>
  504. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  505. <id>https://waterpigs.co.uk/notes/5LxL4B/</id>
  506. <title></title>
  507. <published>2022-09-22T20:04:11+00:00</published>
  508. <updated>2022-09-22T20:04:11+00:00</updated>
  509. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5LxL4B/" />
  510. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="https://waterpigs.co.uk/tags/TIL">#TIL</a> <a class="auto-link" href="http://tvtropes.org">tvtropes.org</a> has a bizarre registration policy which completely rejects accounts from “suspicious” IP addresses, even if you prove in an extended email conversation that you’re a regular human who just wanted to make one small edit.</p>
  511.  
  512.  
  513. <a href="https://brid.gy/publish/twitter"></a></div></content>
  514. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  515. </entry>
  516. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  517. <id>https://waterpigs.co.uk/notes/5LnPmi/</id>
  518. <title></title>
  519. <published>2022-09-12T23:46:43+00:00</published>
  520. <updated>2022-09-12T23:46:43+00:00</updated>
  521. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5LnPmi/" />
  522. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Does anyone have any experience getting serial data out of the multimeter quarter of a PeakTech 4110? Tried flicking through all modes and functions both via a cheap RS232 to USB adapter, and monitoring pins with a logic analyser, but I don’t see anything happening.</p>
  523.  
  524.  
  525. <a href="https://brid.gy/publish/twitter"></a></div></content>
  526. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  527. </entry>
  528. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  529. <id>https://waterpigs.co.uk/notes/5LeFHn/</id>
  530. <title>|🔵|-|🔵| |-|☕|-| |🐧|-|-|
  531. (the main game)</title>
  532. <published>2022-09-04T15:17:47+00:00</published>
  533. <updated>2022-09-04T15:17:47+00:00</updated>
  534. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5LeFHn/" />
  535. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>|🔵|-|🔵|
  536. |-|☕|-|
  537. |🐧|-|-|</pre>
  538.  
  539.  
  540. <p><a href="https://jamesg.blog/tic-tac-toe/">(the main game)</a></p></div></content>
  541. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  542. </entry>
  543. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  544. <id>https://waterpigs.co.uk/notes/5L8Bqk/</id>
  545. <title></title>
  546. <published>2022-08-04T11:50:45+00:00</published>
  547. <updated>2022-08-04T11:50:45+00:00</updated>
  548. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5L8Bqk/" />
  549. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>$50 per month patrons vs $5 per month patrons, 1761 edition</p>
  550.  
  551. <p><img class="u-photo" src="https://waterpigs.co.uk/img/screenshot-2022-08-04-at-133824.jpg" alt="Scan of a page from an old manuscript, with a dedication in florid cursive addressed to “The honourable Ms. Curzon." /></p>
  552.  
  553. <p><img class="u-photo" src="https://waterpigs.co.uk/img/screenshot-2022-08-04-at-133834.jpg" alt="A subsequent page from the same manuscript, containing “A list of subscribers”, with many typeset names listed alphabetically" /></p>
  554.  
  555. <p>From <a class="auto-link" href="https://imslp.org/wiki/Lessons_for_the_Harpsichord_(Jones%2C_John)">imslp.org/wiki/Lessons_for_the_Harpsichord_(Jones%2C_John)</a></p></div></content>
  556. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  557. </entry>
  558. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  559. <id>https://waterpigs.co.uk/notes/5KjNRh/</id>
  560. <title></title>
  561. <published>2022-07-11T22:25:42+00:00</published>
  562. <updated>2022-07-11T22:25:42+00:00</updated>
  563. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5KjNRh/" />
  564. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Finally got koreader and plato set up on my Kobo, and calibre set up for managing and converting ebooks. The default <code>{author}/{title}</code> file structure for moving ebooks to the reader doesn’t work at all for me, but fortunately(?) calibre supports <a href="https://manual.calibre-ebook.com/template_lang.html">no less than three different template languages</a> allowing for very flexible ebook organisation schemes. These can be configured by opening the “Configure this Device” menu and editing the “Save Template” field.</p>
  565.  
  566. <p>I ended up using this little script to organise books in a way which makes navigation easy for my collection:</p>
  567.  
  568. <pre><code>program:
  569. # If the book is in a series, make a folder for that series, and ensure books are in order
  570. # by prepending their series index to their file name.
  571. if (field('series')) then
  572.  strcat(field('series'), '/', field('series_index'),  ' - ', field('title'))
  573. # Otherwise, if a book has tags, make a folder for the first tag and put it there.
  574. elif (list_count(field('tags'), ',') &gt; 0) then
  575.  strcat(sublist(field('tags'), 0, 1, ','), '/', field('title'))
  576. # Otherwise, simply place the book at the top level for easy access and future sorting.
  577. else
  578.  field('title')
  579. fi
  580. </code></pre>
  581.  
  582. <p>A couple of books ended up in the wrong folders, presumably due to some error with tag ordering or metadata syncing, but it was quick to clear up manually in the filesystem.</p></div></content>
  583. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  584. </entry>
  585. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  586. <id>https://waterpigs.co.uk/notes/5KYLrE/</id>
  587. <title></title>
  588. <published>2022-06-29T20:51:14+00:00</published>
  589. <updated>2022-06-29T20:51:14+00:00</updated>
  590. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5KYLrE/" />
  591. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>For anyone who wants to play current patch Hollow Knight enemy randomiser but is confused about where to find it and doesn’t want to wade through/sign up for discord: <a class="auto-link" href="https://docs.google.com/spreadsheets/d/1FsHZv_GA_ougN6yZ7HXslyTzT1PXfP_nYNNO2IAkBP0/edit?resourcekey#gid=1958593953&amp;fvid=2106924339">here is the google docs list of HK mods</a> linked from discord. Enemy Randomizer [1.5 port] is the one you’re looking for</p>
  592.  
  593. <p>If playing with item rando, I’d recommend NOT randomising boss geo or the coloseums, as both seem buggy and unreliable.</p></div></content>
  594. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  595. </entry>
  596. <entry xmlns:activity="http://activitystrea.ms/spec/1.0/">
  597. <id>https://waterpigs.co.uk/notes/5KXDXx/</id>
  598. <title></title>
  599. <published>2022-06-28T13:31:57+00:00</published>
  600. <updated>2022-06-28T13:31:57+00:00</updated>
  601. <link rel="alternate" type="text/html" href="https://waterpigs.co.uk/notes/5KXDXx/" />
  602. <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Heads-up for anyone in need of some OPA1642 op-amps, <a href="https://www.mouser.at/ProductDetail/Texas-Instruments/OPA1642AIDR?qs=%2Fqzd9s%252BcLd5XsvkIemKm8g%3D%3D">Mouser has a few in stock</a>, get ‘em while they’re hot</p>
  603.  
  604.  
  605. <a href="https://brid.gy/publish/twitter"></a></div></content>
  606. <activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
  607. </entry>
  608. </feed>
  609.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda