Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://www.pocketsoap.com/weblog/feed.atom

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  3.  <channel>
  4.    <title>Simon Fell &gt; Its just code on @superfell</title>
  5.    <link>https://www.pocketsoap.com/weblog/</link>
  6.    <description>Recent content in Simon Fell &gt; Its just code on @superfell</description>
  7.    <generator>Hugo -- gohugo.io</generator>
  8.    <language>en-us</language>
  9.    <lastBuildDate>Tue, 12 Jan 2016 18:00:00 -0800</lastBuildDate><atom:link href="https://www.pocketsoap.com/weblog/rss.xml" rel="self" type="application/rss+xml" />
  10.    <item>
  11.      <title>NAF_Calc: An iRacing fuel calculator in Rust: Part 1</title>
  12.      <link>https://www.pocketsoap.com/weblog/2022/02/naf_calc-an-iracing-fuel-calculator-in-rust-part-1/</link>
  13.      <pubDate>Thu, 17 Feb 2022 09:10:00 -0800</pubDate>
  14.      
  15.      <guid>https://www.pocketsoap.com/weblog/2022/02/naf_calc-an-iracing-fuel-calculator-in-rust-part-1/</guid>
  16.      <description>This is part 1 in a series of posts about writing an app that does fuel calculator/strategy for iRacing.
  17. Fuel Calculator What&amp;rsquo;s a fuel calculator anyway? Imagine a 30 lap race in a car that can only run 20 laps on a full tank of gas. At some point in the race you need to stop and get more gas. You could stop at lap 10, top up and run to the end, or stop at lap 20 and take half a tank to get you to the end.</description>
  18.    </item>
  19.    
  20.    <item>
  21.      <title>SFX100 Build Log: 3D Printing first layer</title>
  22.      <link>https://www.pocketsoap.com/weblog/2021/07/sfx100-build-log-3d-printing-first-layer/</link>
  23.      <pubDate>Mon, 05 Jul 2021 09:10:00 -0800</pubDate>
  24.      
  25.      <guid>https://www.pocketsoap.com/weblog/2021/07/sfx100-build-log-3d-printing-first-layer/</guid>
  26.      <description>The last post ended with me fighting with prints curling and eventually coming off the bed. I decided to grab a single layer test print and see what the first layer was doing.
  27. Wow that&#39;s a terrible first layer, no wonder I&#39;ve been having issues. It looks like its not close enough to the bed. I&#39;d recently installed a BLTouch, so next step is to do a print without the bed leveling mesh enabled.</description>
  28.    </item>
  29.    
  30.    <item>
  31.      <title>SFX100 Build Log: 3D Printing challenges</title>
  32.      <link>https://www.pocketsoap.com/weblog/2021/06/sfx100-build-log-3d-printing-challenges/</link>
  33.      <pubDate>Wed, 09 Jun 2021 09:10:00 -0800</pubDate>
  34.      
  35.      <guid>https://www.pocketsoap.com/weblog/2021/06/sfx100-build-log-3d-printing-challenges/</guid>
  36.      <description>I&#39;ve been working on an SFX100 build. Yeah i know its been a long time, you thought it was long finished. Not so much.
  37. Back in October I&#39;d started on the 3D printing. I got a single set of prints completed, and went through the process to assemble the first actuator. This went reasonably well. The instructions are pretty good, I used a dab of superglue to hold the o-ring onto the bump stop and discovered that you can&#39;t get the grease gun on once the slider is fitted to the ball screw.</description>
  38.    </item>
  39.    
  40.    <item>
  41.      <title>It Depends, episode 2</title>
  42.      <link>https://www.pocketsoap.com/weblog/2021/01/it-depends-episode-2/</link>
  43.      <pubDate>Sat, 30 Jan 2021 08:00:00 -0800</pubDate>
  44.      
  45.      <guid>https://www.pocketsoap.com/weblog/2021/01/it-depends-episode-2/</guid>
  46.      <description>We&#39;re continuing with the array search covered in episode 1. I&#39;d recommend reading that before this one.
  47. Lets start with an easy one. One implementation we didn&#39;t cover in episode 1 is to use bytes.IndexByte. IndexByte does end up calling a hand craft assembly version so there&#39;s some hope this might be decent.
  48. func (n *nodeLoop) getIndexByte(k byte) interface{} { idx := bytes.IndexByte(n.key[:n.count], k) if idx &amp;lt; 0 { return nil } return n.</description>
  49.    </item>
  50.    
  51.    <item>
  52.      <title>It Depends, episode 1</title>
  53.      <link>https://www.pocketsoap.com/weblog/2021/01/it-depends-episode-1/</link>
  54.      <pubDate>Tue, 26 Jan 2021 08:00:00 -0800</pubDate>
  55.      
  56.      <guid>https://www.pocketsoap.com/weblog/2021/01/it-depends-episode-1/</guid>
  57.      <description>The answer to almost every software engineering question is &#34;It Depends&#34;. In this post we explore options for finding an item in a small array. Grab a cup of tea and down the rabbit hole we go.
  58. I&#39;ve been working on art a golang implementation of an adaptive radix tree. In this the tree can use a few differently sized nodes, and move between them to optimize memory usage. One of these node sizes is node16, a node that can store upto 16 child items.</description>
  59.    </item>
  60.    
  61.    <item>
  62.      <title>SFX100 Build Log: Step 1, Final adventures in profile</title>
  63.      <link>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-1-final-adventures-in-profile/</link>
  64.      <pubDate>Wed, 21 Oct 2020 09:22:00 -0800</pubDate>
  65.      
  66.      <guid>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-1-final-adventures-in-profile/</guid>
  67.      <description>Previously I&#39;d extracted the sheared bolt from the 2nd piece of profile. 2 more to go. At this point, I&#39;ve gotten to an approach that works reasonably well, counter sink the hole, use the M12 tap to tap the hole, then install the insert. The larger tap wrench and long handled wrench make this easier, but its still a workout. The main thing to watch is that the tap is kept square to the profile, and the insert is kept square while installing.</description>
  68.    </item>
  69.    
  70.    <item>
  71.      <title>SFX100 Build Log: Step 2, Motor / Drive Test</title>
  72.      <link>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-2-motor-/-drive-test/</link>
  73.      <pubDate>Tue, 20 Oct 2020 09:11:10 -0800</pubDate>
  74.      
  75.      <guid>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-2-motor-/-drive-test/</guid>
  76.      <description>The 3D printer is still whirring along, few days left there. The motors and drives turned up, so I did a sanity test on all them to make sure there&#39;s no issues. This was straightforward enough, wiring the motor to the driver, plug the encoder cable in, and wire power to the driver. Use the jog function to check that the motor spins. The opensfx docs cover this well. Mains voltage can kill you!</description>
  77.    </item>
  78.    
  79.    <item>
  80.      <title>SFX100 Build Log: Step 0.5, 3D Printing</title>
  81.      <link>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-0.5-3d-printing/</link>
  82.      <pubDate>Sat, 10 Oct 2020 09:11:10 -0800</pubDate>
  83.      
  84.      <guid>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-0.5-3d-printing/</guid>
  85.      <description>After i ordered the parts, I got started on the 3D printing, there&#39;s a lot of it. There&#39;s 5 parts to be printed for each actuator. One set of parts takes about 50 hours to print. You can get these printed via a print service. But now that printers are less than $300 it&#39;s more economical to buy a printer and print them yourself. Plus as a bonus you&#39;ll have a 3D printer at the end of it.</description>
  86.    </item>
  87.    
  88.    <item>
  89.      <title>SFX100 Build Log: Step 1, More adventures in profile</title>
  90.      <link>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-1-more-adventures-in-profile/</link>
  91.      <pubDate>Tue, 06 Oct 2020 13:12:00 -0800</pubDate>
  92.      
  93.      <guid>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-1-more-adventures-in-profile/</guid>
  94.      <description>If you recall from the previous post I had a sheared bolt inside the thread insert. The bolt extractor tool turned up, so lets fix that!
  95. Drill a hole in the center of the bolt, then tap the extractor into the hole.
  96. Now turn the extractor anti-clockwise using a tap handle, and its out!
  97. Crisis averted!, onward. On the remaining profiles I&#39;m going to counter sink the hole a little before installing the thread inserts, this should make getting them flush easier.</description>
  98.    </item>
  99.    
  100.    <item>
  101.      <title>SFX100 Build Log: Step 1, Adventures in profile</title>
  102.      <link>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-1-adventures-in-profile/</link>
  103.      <pubDate>Sat, 03 Oct 2020 15:00:00 -0800</pubDate>
  104.      
  105.      <guid>https://www.pocketsoap.com/weblog/2020/10/sfx100-build-log-step-1-adventures-in-profile/</guid>
  106.      <description>First step in the actuator build is to install the threaded inserts into the aluminum profile. 4 Profiles, 4 inserts per end, 32 total.
  107. As mentioned in the ordering post, I brought my aluminum profile from a fellow iRacer. They didn&#39;t however have the matching thread inserts that kinetic sells. I wasn&#39;t able to find these from anywhere, and ended up with some different ones, just to keep things interesting.</description>
  108.    </item>
  109.    
  110.  </channel>
  111. </rss>
  112.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//www.pocketsoap.com/weblog/feed.atom

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda