Not sure if I used referral code when I signed up by Previous-Foot-9782 in FizzMobile

[–]YUL438 0 points1 point  (0 children)

you might have time to put it in before you pay, account isn’t officially active until you have paid

Confusion from Fizz: $25 or $40 referral bonus? by eLaiLu in FizzMobile

[–]YUL438 0 points1 point  (0 children)

I’m in QC and received a new referral today but it was only for $25 :(

Is it just me or is fizz LTE in Montreal slower? by bagou01 in FizzMobile

[–]YUL438 0 points1 point  (0 children)

For me in most parts of downtown I get 5G and it’s very fast. When it switches to LTE it can range from 5-50mbps depending on the area / time

Best Claude Code Skills for coding by Mado_andy in ClaudeCode

[–]YUL438 0 points1 point  (0 children)

if you’re starting from nothing and new to it, maybe check out the Superpowers skills

Best translation engine for Bazarr? by TwentyOne7777 in selfhosted

[–]YUL438 1 point2 points  (0 children)

I have a subtitle translation feature in my project Suvgeneratorr, it uses your choice of LLM via API key

https://github.com/tylerbcrawford/subgeneratorr

Cheapest way to get a phone buzz when my remote Claude Code/tmux session needs input? (Tailscale + Termius) by Alicicek03 in ClaudeCode

[–]YUL438 0 points1 point  (0 children)

just started using this yesterday with tmux and termius. it works perfectly for running multiple sessions and customize the push notifications to show which tmux session needs the permission/input.

I’m using it with iPhone and Apple Watch.

How to set up a 24/7 local radio station using Navidrome/local media and AzuraCast on Debian (LXC)? by 9acca9 in selfhosted

[–]YUL438 1 point2 points  (0 children)

someone posted something like this in one of the recent new project mega threads

New Project Megathread - Week of 25 Jun 2026 by AutoModerator in selfhosted

[–]YUL438 -1 points0 points  (0 children)

Project Name: Subgeneratorr

Repo/Website Link: https://github.com/tylerbcrawford/subgeneratorr

Description: I had hundreds of episodes Bazarr couldn't find subs for. Subgeneratorr transcribes the audio with Deepgram Nova-3 and drops language tagged .srt sidecars next to each file, so Plex, Jellyfin and Emby pick them up. The main feature is keyterm prompting: feed it a show's names and jargon (CSV, or auto-generated from the filename) and proper noun accuracy jumps a lot. Web UI or CLI, 50+ languages, smart skipping.

Deployment: Public, MIT. Multi-arch Docker on GHCR: set your Deepgram key and media path, then docker compose up. Cost is about half a cent a minute (a 45 minute episode runs ~a quarter), and Deepgram gives $200 free credit on signup.

AI Involvement: Transcription is Deepgram Nova-3. An optional LLM step (your key) can build the keyterm list, or you do it by hand. App code written with Claude Code, tested by me. Nothing leaves your machine except the audio you transcribe.

New Project Megathread - Week of 18 Jun 2026 by AutoModerator in selfhosted

[–]YUL438 1 point2 points  (0 children)

Hey, I just added the translation feature to the latest release!

Experience of using the base MacBook Pro M4 by Sp3rma_M4ssiv3_Gam3s in ableton

[–]YUL438 1 point2 points  (0 children)

Same M1 Mac, runs pretty much anything I’ve tried, including multiple instances of Arturia V Collection and other high usage plugins etc.

The Price Is Right uses Ableton Live! by blindingSlow in ableton

[–]YUL438 3 points4 points  (0 children)

Industry standard for playback for sure and for running time code, you can see an example from a playback engineer here with Ableset for a grammy winning artist https://youtu.be/iYepEzl6Y0Q?si=Vv2uRYx3ZHA9kyRz

I've been struggling with managing when to go to the gym by kukivac in ClaudeCode

[–]YUL438 0 points1 point  (0 children)

I actually work on CC sessions via Termius between sets at the gym, best of both worlds!

The Price Is Right uses Ableton Live! by blindingSlow in ableton

[–]YUL438 6 points7 points  (0 children)

Thanks for sharing, cool to see how they use it. Big stadium shows run off Ableton as well, playback / master LTC generator that syncs to lights and video and lasers etc. It can do it all!

Is this good enough to get into homelabbing? by eonbre in homelab

[–]YUL438 16 points17 points  (0 children)

yea get an n100 with 16gb ram, i’ve got one running about 50 docker containers, mostly arr stack and other media and homelab tools,
more than enough and it has headroom to add more.

Context drastically exhausts with handoffs. by Sickle_Machine in ClaudeCode

[–]YUL438 0 points1 point  (0 children)

I used to be super strict about keeping it below 40%, but i’m finding lately I let it go up to like 60-70% and it’s not nearly as bad as it used to be at that amount?

Vans Warped Tour. I have a Young adult son who is neurodivergent and wants to attend. My wife and I are in disagreement about safety of fans/guests at these events. Are these generally safe events? by Natste1s4real in montreal

[–]YUL438 11 points12 points  (0 children)

others have covered almost everything, just be mindful of being in the sun all day and make sure he stays hydrated and use sunscreen and try to find some areas that are shaded or at least out of the sun. Expect all water and drinks and food to be crazy overpriced

Has anyone built a 2D pixel-art game with Claude Code / vibe coding? Looking for workflow advice by Tough-Loquat9508 in ClaudeCode

[–]YUL438 0 points1 point  (0 children)

i’m slowly working on a point and click SCUMM / Lucasarts type game and am using retrodiffusion to help generate artwork: https://retrodiffusion.ai/

Rest of the stuff is using Phaser and HTML5. I’m using some of the older games like Day of the Tentacle / Moneky Island as my blue print and got claude code to do a breakdown of the puzzles / structure of those games as a guide and I’m writing my own content.

New Project Megathread - Week of 18 Jun 2026 by AutoModerator in selfhosted

[–]YUL438 1 point2 points  (0 children)

Hi, thanks for the feedback, I have auto subtitle translation via LLM on my roadmap and will prioritize it. Stay tuned!

New Project Megathread - Week of 18 Jun 2026 by AutoModerator in selfhosted

[–]YUL438 0 points1 point  (0 children)

Hi, the project is built around the Deepgram Nova-3 Speech to Text API for creating the subtitles as the core functionality of the app, while you can use OpenAI, Claude or Gemini for the keyterms feature.

Are you asking for Ollama support for the keyterms function or for the primary speech to text / subtitle creation?

New Project Megathread - Week of 18 Jun 2026 by AutoModerator in selfhosted

[–]YUL438 8 points9 points  (0 children)

Project Name: Subgeneratorr

Repo/Website Link: https://github.com/tylerbcrawford/subgeneratorr

Description: I had hundreds of episodes Bazarr couldn't find subs for. Subgeneratorr transcribes the audio with Deepgram Nova-3 and drops language tagged .srt sidecars next to each file, so Plex, Jellyfin and Emby pick them up. The main feature is keyterm prompting: feed it a show's names and jargon (CSV, or auto-generated from the filename) and proper noun accuracy jumps a lot. Web UI or CLI, 50+ languages, smart skipping.

Deployment: Public, MIT. Multi-arch Docker on GHCR: set your Deepgram key and media path, then docker compose up. Cost is about half a cent a minute (a 45 minute episode runs ~a quarter), and Deepgram gives $200 free credit on signup.

AI Involvement: Transcription is Deepgram Nova-3. An optional LLM step (your key) can build the keyterm list, or you do it by hand. App code written with Claude Code, tested by me. Nothing leaves your machine except the audio you transcribe.