Logarithmic Spirals's Avatar

Logarithmic Spirals

@logarithmicspirals.com

https://logarithmicspirals.com

24
Followers
22
Following
44
Posts
20.11.2024
Joined
Posts Following

Latest posts by Logarithmic Spirals @logarithmicspirals.com

Preview
How I Set Up Tailscale for Secure Tunneling and Accessing Private LLMs Step‑by‑step guide to installing Tailscale on a Synology NAS, creating a secure home‑network tunnel, and hosting Ollama LLMs on a local PC accessible from anywhere.

Ever wondered how to turn your NAS into a private LLM access point? Dive into my journey with Tailscale for secure connections and untethered data privacy at home! 🌐🔒 Read more here: https://logarithmicspirals.com/blog/using-tailscale-to-access-private-llms/ #TechTips #PrivacyFirst

07.03.2026 23:31 👍 0 🔁 0 💬 0 📌 0

Very cool idea to see brought to life. I'd had a similar idea for an app, but haven't had the time to follow it through. Definitely will be giving this a try.

16.12.2025 07:05 👍 1 🔁 0 💬 0 📌 0
Preview
Enhancing Markdown Image Handling in Astro Improving my Astro integration to give Markdown images stable, content-based URLs.

Ever struggled with broken Markdown image URLs? 🖼️ I've automated stable, content-based URLs for seamless cross-posting on DEV and Hashnode—discover how I did it! ➡️ https://logarithmicspirals.com/blog/stable-markdown-image-urls-astro/ #MarkdownMagic #AstroJS

01.12.2025 06:18 👍 1 🔁 0 💬 0 📌 0

Happy to report my testing has revealed you can generate up to 35 episodes in around 2 minutes with podcast-it. Each episode in my test was about 2 minutes in length, funny enough . . .

08.10.2025 06:36 👍 0 🔁 0 💬 0 📌 0

Ran into gotcha with podcast-it. After deploying, I have found the worker doesn't actually make the episodes. It seems I need to rethink the architecture for this project 😔.

04.10.2025 21:30 👍 0 🔁 0 💬 0 📌 0

Just reached the final stage before I start serving my AI-generated podcast content. This final stage is me deploying podcast-it to a production environment, then rebuild my website with the necessary updates to host the episodes 😎

27.09.2025 19:38 👍 0 🔁 0 💬 0 📌 0
Preview
From Prototype to Production: How Promptfoo and Vitest Made podcast-it Reliable Discover how LLM evals with Promptfoo and fast testing with Vitest helped turn podcast-it from a prototype into a production-ready generative AI app that generates consistent, high-quality audio episodes.

I just unlocked the secret to faster, reliable AI app development using promptfoo and Vitest—check out how it transformed my podcast project! 👉 https://logarithmicspirals.com/blog/from-prototype-to-production-promptfoo-vitest-podcast-it/ #AI #Programming #Innovation

13.09.2025 21:43 👍 3 🔁 0 💬 0 📌 0

Going to be making a follow up post on my podcast project within the next week. Stay tuned. I'll be talking about setting up LLM evaluations within a TypeScript project.
#TypeScript #LLM #PromptEngineering #SideProject #Podcasting

22.08.2025 22:30 👍 1 🔁 0 💬 0 📌 0

Glad to hear you found my posts useful 😃.

17.08.2025 00:07 👍 1 🔁 0 💬 0 📌 0
Preview
From Idea to Audio: Building the Podcast-It Cloudflare Worker How I built podcast-it: a Cloudflare Worker that turns blog posts into playable podcast episodes using OpenAI, R2, and D1 — from idea to working prototype, with lessons learned along the way.

Ever wondered how to turn blog posts into podcast episodes seamlessly? Discover the journey of building "podcast-it" with Cloudflare Worker here: https://logarithmicspirals.com/blog/from-idea-to-audio-building-podcast-it-cloudflare-worker/ #PodcastCreation #Cloudflare #OpenSource

16.08.2025 23:41 👍 3 🔁 1 💬 0 📌 0

Anyone else get burned out when a book has multiple prefaces, forwards, and introductions?

24.06.2025 03:28 👍 1 🔁 0 💬 0 📌 0

I'm not aware of an integration like that existing. Building one sounds like an interesting project

07.06.2025 05:44 👍 1 🔁 0 💬 0 📌 0
Preview
Cache OpenAI Embeddings with SQLite for Low-Cost Astro Builds Avoid repeated OpenAI API calls by caching embeddings with SQLite. A lightweight, cost-effective solution to keep your Astro site builds fast and affordable.

I've discovered that using SQLite for caching OpenAI embeddings in my Astro builds drastically reduces build times and costs—check out how you can optimize your site too! 🔗 https://logarithmicspirals.com/blog/sqlite-openai-embeddings-astro-builds/ #Astro #OpenAI #SQLite #WebDev

05.06.2025 02:01 👍 3 🔁 0 💬 0 📌 0
Preview
Refining “Similar Posts” for Relevance and Simplicity An inside look at improving the “Similar Posts” component using OpenAI embeddings and cosine similarity, with a clean 1–3 post display based on semantic relevance.

👀 Ever wondered why some "Similar Posts" seem so unrelated? I dove into refining my blog's recommendations and discovered a new approach using cosine similarity! Curious? Dive deeper here: https://logarithmicspirals.com/blog/refining-similar-posts/ #Blogging #AI #UX

31.05.2025 20:48 👍 2 🔁 0 💬 0 📌 0
Preview
Add 🤖 AI‑Powered Similar Posts 🔍 to Your Astro Blog — Here’s How Learn how to enhance your Astro blog with intelligent “Similar Posts” using cosine similarity and embeddings. A static-friendly, semantic approach to content discovery without a server.

I just discovered how to use AI-powered embeddings and cosine similarity to create a "Similar Posts" feature for my blog—transforming content discovery; check out how I did it: https://logarithmicspirals.com/blog/semantic-related-posts-astro-cosine-similarity/ #AI #Blogging #ContentDiscovery

25.05.2025 02:25 👍 2 🔁 0 💬 0 📌 2

That moment when you find a game in your steam library that you’ve never even started up before.

#Steam #PCGaming

15.03.2025 03:07 👍 1 🔁 0 💬 0 📌 0
Pasadena Conference Center entrance with SCaLE banner.

Pasadena Conference Center entrance with SCaLE banner.

Really enjoying some of these talks at #SCaLE22x. A wide range of topics with plenty of opportunities to make new connections. Feeling energized to get started on new projects.

08.03.2025 22:44 👍 0 🔁 0 💬 0 📌 0
Preview
📂 Implementing Series Support in Astro 🛠️ A technical deep-dive into building series support for an Astro blog, with cross-platform compatibility for DEV and Hashnode series features.

I've just implemented series support in my Astro-powered blog to boost content organization and cross-platform integration with DEV and Hashnode—here’s how I did it: https://logarithmicspirals.com/blog/implementing-series-support-in-astro/ #BloggingTech #AstroJS #ContentStrategy 🚀

08.03.2025 05:26 👍 0 🔁 0 💬 0 📌 0
Preview
Adding Series Support to My Blog: The Why and How 🤔🔍 Why I decided to add series support to my Astro blog, and how it enables better content organization across my own site and other platforms like DEV and Hashnode.

I've just had an epiphany and added series support to my blog for a more cohesive and engaging reader experience! Discover how I'm transforming my content with this new feature: https://logarithmicspirals.com/blog/adding-series-support-to-my-blog/ #BloggingInnovation #ContentStrategy

05.03.2025 08:10 👍 0 🔁 0 💬 0 📌 0
Divergent Association Task: Fast creativity test A quick and objective measure of verbal creativity.

🟩
🟩🟩
🟩🟩🟧
🟩🟩🟩🟧
🟩🟩🟩🟩🟩
🟩🟩🟨🟩🟩🟩
Percentile: 99.39
datcreativity.com

12.02.2025 17:30 👍 2 🔁 0 💬 0 📌 0
Preview
From AMD to NVIDIA: Switching from the RX 6700 XT to the RTX 4070 Ti An honest comparison of the RTX 4070 Ti versus RX 6700 XT, focusing on real-world performance differences, NVIDIA-exclusive features, and whether the upgrade was worth it.

I've upgraded from an AMD 6700 XT to an NVIDIA 4070 Ti, gaining a whopping 40.6% performance boost and access to NVIDIA’s fantastic features like DLSS and ray tracing—was it worth it? 🤔 https://logarithmicspirals.com/blog/amd-to-nvidia-6700xt-to-4070ti-comparison/ #GraphicsCard #Upgrade

11.02.2025 09:33 👍 0 🔁 0 💬 0 📌 0

On the bright side, criticism is engagement! Wish I could get some organic criticism/feedback to some of my articles. Maybe one day 😶‍🌫️. Onward and upward!

19.01.2025 00:50 👍 1 🔁 0 💬 0 📌 0
Preview
My 2025 Roadmap: Balancing Growth, Creativity, and Impact My Roadmap for 2025 When I initially started writing this, everything was "business as...

Facing wildfires and valuing what truly matters, my 2025 roadmap aims to balance growth, creativity, and impact—discover the journey ahead! 🌱🎶🚀 Read more: https://logarithmicspirals.com/blog/my-2025-roadmap-balancing-growth-creativity-and-impact-6bf/ #Roadmap2025 #PersonalGrowth #Creativity

18.01.2025 23:17 👍 0 🔁 0 💬 0 📌 0

Definitely a head scratcher. I was eventually tipped off by this discussion github.com/withastro/as.... Funny enough, seems you're one of the participants in it 😂. Small world!

16.01.2025 20:30 👍 0 🔁 0 💬 1 📌 0
Preview
Enable Rocket Loader · Cloudflare Speed docs To enable or disable Rocket Loader, use the following instructions.

Encountered an interesting "gotcha" recently. Apparently, #cloudflarepages has a setting you need to turn off when using #AstroJS view transitions. It seems this is due to the Rocket Loader feature being on by default: developers.cloudflare.com/speed/optimi...

16.01.2025 01:37 👍 1 🔁 0 💬 1 📌 0

What a way to start the year. Hope people are staying safe tonight in Los Angeles.

09.01.2025 05:22 👍 0 🔁 0 💬 0 📌 0

Very much looking forward to #SCaLE22x this year.

04.01.2025 22:52 👍 1 🔁 0 💬 0 📌 0

This was a cool read, and I like the layout of your website. What's funny is I found it by setting up my own automation for making posts here on BlueSky 😆. GPT-4 used the same "socialmediaautomation" hash tag you used.

My post is here if you're interested logarithmicspirals.com/blog/astro-b....

04.01.2025 05:09 👍 1 🔁 0 💬 2 📌 0
Preview
✍️ Cross-Posting Astro Blog Posts to BlueSky Using GPT-4 🧠 How I enhanced my Astro-Hashnode integration to automatically share blog posts on BlueSky with AI-generated content using OpenAI's GPT-4 model.

Feeling tired from repetitive social media posts? Discover how I automated my BlueSky cross-posting with GPT-4 to save time and boost engagement! 🚀🔗 https://logarithmicspirals.com/blog/astro-bluesky-gpt4-cross-posting/ #SocialMediaAutomation #BlueSky #GPT4

04.01.2025 04:34 👍 2 🔁 0 💬 0 📌 0
We Fell For The Oldest Lie On The Internet
We Fell For The Oldest Lie On The Internet YouTube video by Kurzgesagt – In a Nutshell

Reminds me of this video youtu.be/bgo7rm5Maqg?...

25.12.2024 22:34 👍 0 🔁 0 💬 0 📌 0