23 comments

  • austinallegro1 day ago
    (My lovely, lovely, lovely horse)<p>My lovely horse (My lovely horse) Running through the field (Running through the field) Where are you going, with your fetlocks blowing in the wind? (All Summer)<p>I want to shower you with sugar lumps And ride you over fences Polish your hooves every single day And bring you to the horse dentist<p>(My lovely, lovely, lovely horse)<p>My lovely horse, (My lovely horse) You&#x27;re a pony no more (You&#x27;re a pony no more) Running around with a man on your back Like a train in the night... like a train in the night (I Love You Anyway) My lovely, lovely, lovely horse
    • Padriac1 day ago
      I never get sick of this <a href="https:&#x2F;&#x2F;youtu.be&#x2F;jzYzVMcgWhg?si=95fQL3PMCFt2ZtN-" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;jzYzVMcgWhg?si=95fQL3PMCFt2ZtN-</a>
      • kefabean1 day ago
        One of my favourites <a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=Z4fBbhyzE9A" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=Z4fBbhyzE9A</a>
    • butz1 day ago
      We have to lose that sax solo!
  • theamk1 day ago
    One of the hardest things in Arduino-based designs is power savings, and this one is not an exception.<p>This design has no power saving, which means it will only last few hours tops on the batteries. This could be improved, but the current design (ESP8266 + analog IR sensor) does not really work with low power.<p>A good start would be to put a 2nd low-power micro on IR encoder that&#x27;d (1) count pulses (2) wake up ESP8266. This will allow one to keep complex stuff (audio out) using Arduino libraries, while small piece of hand-written code will take care low power stuff.<p>A more advanced design would be to get rid of ESP8266 and switch to low power MCU. If you keep audio uncompressed, a small MCU (STM8 or AVR8) is perfectly capable of playing some speech... and it will only take microamps in sleep&#x2F;sense mode. You likely won&#x27;t be able to use as many pre-made libraries however, so this is substantially more development time.
    • dTal10 hours ago
      I think you can do even better and make one that draws <i>no</i> power when not in use - since the activation is a physical movement, you could design it in such a way that it closes a physical switch.
  • FionnMc1 day ago
    I genuinely never thought I&#x27;d see Father Ted, let alone the lourdes tape dispenser on the front page of HN. What a great day.
    • mywacaday1 day ago
      Sitting have a lazy late breakfast, sun is shining and this comes up, great start to the day. Showed my wife and she had the great idea that we should watch Fr. Ted from the start again. Fr. Ted first came out when I was in college in the 90s, Thursday night was the big night out for students and as new episodes of Fr Ted would air at 9pm our night out would start in a jammed pub with everyone watching it on a big screen. On a side note, not sure if this would be a sacrilegious or an ecumenical matter but having voice options for Ted, Dougal, Fr Jack, Mrs Doyle, Bishop Brennan, Fr Noel Furlong, Fr Stone, Fr Fintan Stack, Tom, Henry Sellers. That&#x27;s just off the top of my head, there are many more.It was such magnificent writing and acting that characters that only appeared in one episode would still be mentioned as a joke or reference among my generation. Fond fond memories.
      • esperent1 day ago
        &gt; Fr. Ted first came out when I was in college in the 90s<p>I was a teenager, and some of the episodes were filmed at my school. The lovely horse video is the field behind my school where we used to sneak out during break. They even stopped class one day to film a scene at the front of the school - they used the school building as the outside of the craggy island sports center.
    • sandworm1011 day ago
      I don&#x27;t believe it.
  • nabla91 day ago
    Talk about Baader–Meinhof phenomenon.<p>Just a week ago I became aware of Father Ted and watched only the show with the tape dispenser because it was recommended to me by Youtube. This article is year old, and shows up now in my feed.
    • stavros1 day ago
      Yesterday I found out about the Baader-Meinhof phenomenon and now I see it mentioned! Must be the Baader-Meinhof phenomenon phenomenon.
      • gizajob1 day ago
        I’ve never heard of the Baader-Meinhof phenomenon so I’m now wondering what the week ahead holds for me and the gang.
      • dymk1 day ago
        That&#x27;s actually now the Baader-Metahof phenomenon
  • vgeek1 day ago
    This seems to be an ecumenical matter.
  • userbinator1 day ago
    <i>The logic runs on an ESP8266 microcontroller instead of a Raspberry Pi Zero, all of which means the electronics inside can be purchased for less than €10.</i><p>This looks like the type of application which, if mass-produced, would have the electronics done on a $0.10 mask-programmed COB.
  • vmilner1 day ago
    Did Father Ted have much impact in the US? - it always seems v British&#x2F;Irish in its humour (but that’s true of Monty Python of course and that obviously made it over there)
    • kadoban1 day ago
      It didn&#x27;t have the cultural impact of many other shows, though certainly some people know of and have seen it. It&#x27;s less well known&#x2F;referenced than even Red Dwarf and other fairly niche shows in my experience.
    • dylan6041 day ago
      BBC America is a thing since 1998<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;BBC_America" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;BBC_America</a>
      • vmilner10 hours ago
        I forget that shows from non-BBC channels in the Uk can get shown on BBC America.
    • Padriac20 hours ago
      We loved it in Australia.
  • zeristor1 day ago
    They could do a Mrs Doyle on that:<p>“Go on, go on, go on, go on, goes on”<p>Or that gives you a coup of tea instead
    • anonzzzies1 day ago
      It&#x27;s a microcake! You won&#x27;t feel it going in!
      • tempodox1 day ago
        I read somewhere that the cake is a lie.
        • 4ugSWklu1 day ago
          You sir have just won the internet!
          • antithesizer1 day ago
            I hear you&#x27;re a redditor now, Father!
      • Ylpertnodi1 day ago
        Does it have cocaine in it? I mean &#x27;raisins&#x27;. I love cinnamon.
    • Macha1 day ago
      &gt; a coup of tea<p>I mean, I wouldn&#x27;t put it past Mrs Doyle if some government got in the way of her serving tea, I suppose.
  • scottlamb1 day ago
    Neat project!<p>&gt; Instead of a rotary encoder to measure the tape rotation, it now uses an IR led and sensor.<p>I don&#x27;t get it; how does this work? Are there openings at certain positions in the reel that it detects the light through? Why is this better than the rotary encoder design?
    • stephencoyle1 day ago
      Thanks!<p>&gt; Are there openings at certain positions in the reel<p>Yes, that&#x27;s exactly it! The spool has holes, and there&#x27;s an IR emitter&#x2F;detector on either side. You can view the STLs on the GitHub repo or Printables and see for yourself.<p>It&#x27;s better than the rotary encoder [for this project specifically] because it&#x27;s cheaper and doesn&#x27;t require the sensor to be a load-bearing part.
  • anonzzzies1 day ago
    Father, what&#x27;s it all about?
    • austinallegro1 day ago
      That money was just resting in my account. Ask Pat Mustard.
  • Feck off!
    • Malic1 day ago
      Dur-INK!
      • mikrl1 day ago
        Sacrifice??<p>ARSE!
        • GJim16 hours ago
          More water.
  • tempodox1 day ago
    I didn&#x27;t know sticky tape usage is a blessable act. TIL!
    • ekaryotic1 day ago
      it&#x27;s not, the dispenser is a jab at the kind of trinket stalls that form around holy sites. what i don&#x27;t understand is how the dispenser compensates for the changing radius of the tape roll in order to measure accurately. i suspect that it doesn&#x27;t.
      • stephencoyle1 day ago
        You&#x27;re right that it doesn&#x27;t consider changing diameter, though I did contemplate some approaches for doing that. But, since it only needs whole-inch resolution, using the diameter of a half-full roll of tape gets close enough for novelty purposes.
        • implements1 day ago
          How about measuring the linear tape motion in a similar way that laser mice measure surface movement?
          • stephencoyle1 day ago
            That&#x27;s a cool idea! It&#x27;s all open source, and forks&#x2F;remixes are encouraged, so feel free to give that a whirl. :)
      • samwillis1 day ago
        Two ways to make it:<p>- know the total length of the tape, and when it&#x27;s changed, and therefore predict the current radius of the roll<p>- a small sprung variable resistor pressing against the under side of the role<p>But that could be over-engineering something that almost more perfect if it&#x27;s a little imperfect.
        • ekaryotic1 day ago
          thought of a third way:<p>cellophane tape does emit xrays when unrolled, so correlate the strength of the radiation with the angular velocity of the roll to more precisely calculate how much tape was removed. I suspect a second photodiode may respond to the radiation.
        • fecal_henge1 day ago
          Id just weigh the roll.
      • arp2421 day ago
        Divine intervention, presumably. They don&#x27;t bless those tape dispensers for nothing.
        • tempodox1 day ago
          Divine intervention sounds reasonable for an automated blessing device. Otherwise the issued blessings might be unauthorized or even in violation of copyright.
  • 10yearsalurker20 hours ago
    Shoddy shoddy shoddy
  • dottjt1 day ago
    Literally been watching through this series over the past week. Interesting to see it here.
  • 8bitchemistry1 day ago
    Is there a metric version?
  • card_zero1 day ago
    Now that he&#x27;s got the manufacturing costs down this is edging toward being the surprise breakthrough device of the 2020s. Just needs marketing, I hear that Jonathan Ive fellow is in need of something meaningful to do these days.
    • bookofjoe1 day ago
      Hmmm... what if this IS the AI device he and Altman are talking about but it leaked a year early? Asking for a friend.
  • timwis1 day ago
    Haven’t heard of Fathers Ted, and I assumed by the title that this was an article about passphrases
    • pansa21 day ago
      Yes, a Father Ted Kilnettle Shrine Tape Dispenser is an alternative to a Correct Horse Battery Staple
      • surely there is no alternative to my lovely correct horse battery staple?!
  • Animats1 day ago
    Next, the paper towel and toilet paper meters.
  • Malic1 day ago
    Now I want a rubber frog that croaks, “The Golden Age of Ballooning” (Monty Python reference)
  • ndsipa_pomu1 day ago
    Careful now!
  • [dead]
  • narhdo1 day ago
    [dead]
  • stavros1 day ago
    I don&#x27;t know if this is an HN thing (as in, the software disallows it), but that title needs some punctuation. My first thought was &quot;Who&#x27;s Ted Kilnettle and what&#x27;s Shrine Tape&quot;?
    • jerrysievert1 day ago
      at most it could use a &quot;the&quot; in front of the title:<p>The Father Ted Kilnettle Shrine Tape Dispenser<p>which is a reference to a show name Father Ted, in which a Kilnettle Shrine tape dispenser was sold as a souvenir at the Kilnettle Shrine, and brought on a plane by Father Ted in the show Father Ted.
      • stavros21 hours ago
        Father Ted &quot;Kilnettle Shrine&quot; Tape Dispenser.