<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: benfrancom</title><link>https://news.ycombinator.com/user?id=benfrancom</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 08:05:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=benfrancom" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by benfrancom in "Company Manufactures Stamped-Steel Classic Replica Bodies for Mustang, FJ40"]]></title><description><![CDATA[
<p>They use 3d scanning of the originals to create CNC-dies to re-create some classics.</p>
]]></description><pubDate>Tue, 02 Jun 2026 22:01:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48376934</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=48376934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48376934</guid></item><item><title><![CDATA[Company Manufactures Stamped-Steel Classic Replica Bodies for Mustang, FJ40]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=cBBZrjwqWZc">https://www.youtube.com/watch?v=cBBZrjwqWZc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48376933">https://news.ycombinator.com/item?id=48376933</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 02 Jun 2026 22:01:28 +0000</pubDate><link>https://www.youtube.com/watch?v=cBBZrjwqWZc</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=48376933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48376933</guid></item><item><title><![CDATA[New comment by benfrancom in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>pod2book.com It converts podcasts to e-books for the deaf, hard of hearing or neurodivergent because transcripts are clunky.</p>
]]></description><pubDate>Mon, 11 May 2026 02:58:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48090603</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=48090603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48090603</guid></item><item><title><![CDATA[New comment by benfrancom in "New iPad Air, powered by M4"]]></title><description><![CDATA[
<p>USB security prompt disappears when multiple MacOS accounts signed in<p>Still a problem for me, and has been for years, but I may be holding it wrong.
<a href="https://discussions.apple.com/thread/255929514?sortBy=rank" rel="nofollow">https://discussions.apple.com/thread/255929514?sortBy=rank</a><p>The solution posted in the discussion is not really secure.</p>
]]></description><pubDate>Mon, 02 Mar 2026 19:59:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47223277</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=47223277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47223277</guid></item><item><title><![CDATA[New comment by benfrancom in "If you put Apple icons in reverse it looks like someone getting good at design"]]></title><description><![CDATA[
<p>I’ve always liked Jakub Steiner’s Gnome icon work:
<a href="https://jimmac.eu/" rel="nofollow">https://jimmac.eu/</a></p>
]]></description><pubDate>Sun, 18 Jan 2026 01:53:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46664058</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=46664058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46664058</guid></item><item><title><![CDATA[New comment by benfrancom in "Shai-Hulud compromised a dev machine and raided GitHub org access: a post-mortem"]]></title><description><![CDATA[
<p>If github, take a look at gh cli or git credential manager:<p><a href="https://docs.github.com/en/get-started/git-basics/caching-your-github-credentials-in-git" rel="nofollow">https://docs.github.com/en/get-started/git-basics/caching-yo...</a></p>
]]></description><pubDate>Sun, 14 Dec 2025 19:47:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46266149</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=46266149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46266149</guid></item><item><title><![CDATA[Show HN: Convert Podcasts to EBooks]]></title><description><![CDATA[
<p>"Stop, collaborate and don’t listen–Read instead. Easily convert your podcast to an eBook using AI. Help the neurodivergent, deaf, hard of hearing, or people who just like to read."<p>Yes, I said "AI"...It's all the rage these days.<p>The conversion happens using the open.ai Whisper general model. You can change the language and model size on this line whisper.load_model("medium.en"). It may run faster or slower with more (or less) accuracy using other models. All's I can say is to test it out and see what happens.<p>It doesn't currently do diarization (speaker identification). I've started working on this in the diarization branch, but haven't gotten too far. PR's are welcome.<p>The idea for transcribing podcasts to ebooks (pod2book) came about whilst listening to a podcast that was very scientific, with a lot of details. I wanted to capture what the person was saying and be able to go back and review, highlight, create notes, study, etc. Then came different podcasts I wanted to do the same thing with. Well, necessity being the mother of invention, I coded something on up and it worked pretty good.<p>I then thought to myself, “Self, this could also be valuable for other people that are neurodivergent, or just like to read.” I also shared the idea with someone else, and they were like, “Oh yeah that would help people that are deaf or hard of hearing too.” I wish I thought of that part myself.<p>Podcast transcripts are nice and all, but difficult to find and organize. What I would really like is to have a storefront/library that has all these podcasts-turned-eBooks organized by author that could then be subscribed to on your eBook reader of choice. Perhaps the eBooks could even be broken down into volumes like, Volume 1 would include episodes 1-50 and volume 2 would have episodes 51-100, etc.<p>Well, since I don’t own the copyright to any of these, I didn’t think it wise to try something like that. I shopped it around a little bit, then figured, what they hay, just open source it and let the people have at it and create their own libraries.<p>Use Calibre.<p>Thanks, -Ben<p>P.S.<p>There are other hn posts that go the other way...from text (or eBooks) to podcasts:<p><a href="https://www.charlieharrington.com/flow-and-creative-computing" rel="nofollow">https://www.charlieharrington.com/flow-and-creative-computin...</a><p><a href="https://news.ycombinator.com/item?id=42376356">https://news.ycombinator.com/item?id=42376356</a><p><a href="https://news.ycombinator.com/item?id=25117894">https://news.ycombinator.com/item?id=25117894</a><p><a href="https://news.ycombinator.com/item?id=41894856">https://news.ycombinator.com/item?id=41894856</a><p>I didn't see anything on hn or elsewhere in my limited research that already had the functionality of podcasts->ebooks.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43300966">https://news.ycombinator.com/item?id=43300966</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 08 Mar 2025 15:33:03 +0000</pubDate><link>https://github.com/EISMGard/pod2book</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=43300966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43300966</guid></item><item><title><![CDATA[New comment by benfrancom in "Remote work on HN: Who is hiring? – 69% jobs in 2023 are remote"]]></title><description><![CDATA[
<p>You could set up a custom domain if you don't have one already and forward the email for $8/yr.
<a href="https://cloudflareapps.com/apps/email-forwarding" rel="nofollow noreferrer">https://cloudflareapps.com/apps/email-forwarding</a></p>
]]></description><pubDate>Tue, 25 Jul 2023 17:16:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=36865774</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=36865774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36865774</guid></item><item><title><![CDATA[New comment by benfrancom in "FTC sues Amazon over ‘deceptive’ Prime sign-up and cancellation process"]]></title><description><![CDATA[
<p>I canceled my account recently for the same reason. The two day or same day shipping would never happen even though on the product it was advertised as such.</p>
]]></description><pubDate>Wed, 21 Jun 2023 16:16:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=36420466</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=36420466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36420466</guid></item><item><title><![CDATA[New comment by benfrancom in "AWS releases Finch: An open source client for container development"]]></title><description><![CDATA[
<p>AWS also mirrors docker official images:
<a href="https://gallery.ecr.aws/docker" rel="nofollow">https://gallery.ecr.aws/docker</a><p>Announcement here (Nov 2021)
<a href="https://www.docker.com/blog/news-from-aws-reinvent-docker-official-images-on-amazon-ecr-public/" rel="nofollow">https://www.docker.com/blog/news-from-aws-reinvent-docker-of...</a></p>
]]></description><pubDate>Sat, 24 Dec 2022 17:21:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=34118847</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=34118847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34118847</guid></item><item><title><![CDATA[New comment by benfrancom in "Docker on MacOS is slow and how to fix it"]]></title><description><![CDATA[
<p>I’m interested to see how project finch works out compared to Docker on a Mac.
It’s an open source client for container development.<p><a href="https://github.com/runfinch">https://github.com/runfinch</a><p>When I tried Rancher Desktop it didn’t work so well.</p>
]]></description><pubDate>Fri, 23 Dec 2022 03:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=34101908</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=34101908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34101908</guid></item><item><title><![CDATA[New comment by benfrancom in "Evernote to be acquired by Bending Spoons"]]></title><description><![CDATA[
<p>Reminds me of Derek Sivers how he keeps all his writing in plain text, always, everywhere.
<a href="https://sive.rs/plaintext" rel="nofollow">https://sive.rs/plaintext</a><p>Edit:
Apparently he posted this on HN 8 months ago:
<a href="https://news.ycombinator.com/item?id=30521545" rel="nofollow">https://news.ycombinator.com/item?id=30521545</a></p>
]]></description><pubDate>Wed, 16 Nov 2022 17:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=33626785</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=33626785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33626785</guid></item><item><title><![CDATA[New comment by benfrancom in "Ask HN: Do you recall any book or course that made a topic finally click?"]]></title><description><![CDATA[
<p>Being able to time shift video instruction content made all the difference in the world for me. I could rewind and watch something multiple times until it clicked. Helped me significantly with college mathematics.</p>
]]></description><pubDate>Mon, 14 Nov 2022 18:33:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=33598676</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=33598676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33598676</guid></item><item><title><![CDATA[New comment by benfrancom in "Show HN: GitHub Org Audit Tool"]]></title><description><![CDATA[
<p>Thanks for sharing! Love these other options!</p>
]]></description><pubDate>Fri, 11 Nov 2022 03:28:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=33556994</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=33556994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33556994</guid></item><item><title><![CDATA[New comment by benfrancom in "Show HN: GitHub Org Audit Tool"]]></title><description><![CDATA[
<p>Nice, do you have anything you can share?</p>
]]></description><pubDate>Fri, 11 Nov 2022 03:27:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=33556989</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=33556989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33556989</guid></item><item><title><![CDATA[Show HN: GitHub Org Audit Tool]]></title><description><![CDATA[
<p>This is a tool for auditing github organizations including their repos, users, and teams. It is useful for compliance, security and auditing.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33555783">https://news.ycombinator.com/item?id=33555783</a></p>
<p>Points: 57</p>
<p># Comments: 23</p>
]]></description><pubDate>Fri, 11 Nov 2022 00:28:34 +0000</pubDate><link>https://github.com/EISMGard/github-audit-tool</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=33555783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33555783</guid></item><item><title><![CDATA[New comment by benfrancom in "Ask HN: Which books do you consider real gems in your field of work/study?"]]></title><description><![CDATA[
<p>Using Unix 3rd Edition by Peter Kuo because it helps in understanding basic Unix principles and tools.</p>
]]></description><pubDate>Sat, 10 Sep 2022 16:56:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=32792377</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=32792377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32792377</guid></item><item><title><![CDATA[New comment by benfrancom in "Using Apache Kafka to process 1T messages"]]></title><description><![CDATA[
<p>Thank you!</p>
]]></description><pubDate>Mon, 01 Aug 2022 15:04:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=32306984</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=32306984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32306984</guid></item><item><title><![CDATA[New comment by benfrancom in "Ask HN: Have You Left Kubernetes?"]]></title><description><![CDATA[
<p>I migrated a company from k8s to ECS/Fargate in 2019.  Kubernetes is very flexible, but I opted for simplicity.<p>The result of the migration was that there is little underlying infrastructure to maintain, and ongoing operational costs were lowered by 50% year over year. The CTO and I liked the setup so much, we started converting another large client of theirs. I followed up with them at the beginning of 2022 to see how things were going, and they still love it. There is so little maintenance, and now they have more time to focus on what they do best–Software!<p>Other options on the horizon that I'm testing include utilizing AWS Copilot with ECS/Fargate, and/or Copilot with Amazon App Runner.</p>
]]></description><pubDate>Mon, 01 Aug 2022 14:34:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=32306525</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=32306525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32306525</guid></item><item><title><![CDATA[New comment by benfrancom in "Using Apache Kafka to process 1T messages"]]></title><description><![CDATA[
<p>I'd be interested in hearing if Cloudflare uses a managed Kafka service like MSK, Confluent, or Aiven. Also would be nice to hear the history and more pain-points in getting Kafka to scale to where they are at now.</p>
]]></description><pubDate>Tue, 19 Jul 2022 19:15:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=32156557</link><dc:creator>benfrancom</dc:creator><comments>https://news.ycombinator.com/item?id=32156557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32156557</guid></item></channel></rss>