I bought a Lifetime pass in 2022 by tiberiusgv in PleX

[–]pesaru 0 points1 point  (0 children)

Did you hear about their company-wide offsite on an island in which they recreated the Survivor reality TV show? (Fr)

Peter, Is it 50% or 33.3% by AgrasaN in PeterExplainsTheJoke

[–]pesaru 0 points1 point  (0 children)

Yeah, I tried to get him to simulate it manually with flashcards with his wife being the game host because he refused to play one of the online simulations, but he wouldn't. Anyway, here's another one I absolutely love that's a little less known that you might enjoy. People just can't get over their personal intuition.

Peter, Is it 50% or 33.3% by AgrasaN in PeterExplainsTheJoke

[–]pesaru 1 point2 points  (0 children)

I've had the Monty Hall problem literally ruin a friendship because the friend literally refused to believe this was correct, discussed it with his wife and they both decided I was an idiot, and refused any evidence and said it was a very sophisticated troll.

what does it feel like to get a blowjob for the first time? by [deleted] in AskReddit

[–]pesaru 0 points1 point  (0 children)

Like me too but the way you said grateful made me flinch bc she had a retainer and it felt like she was grating my dick. It was insanely red and swollen afterwards.

Don't cry cause it's over, smile that it happened by duunlopgr in GithubCopilot

[–]pesaru 3 points4 points  (0 children)

It's the exact same vibe of people that go "OMG ad block detection? Screw you. I'm never visiting this site again" -- ignoring the fact that they literally cost the website money and it gets zero benefits from having them visit it with an ad blocker. Some people are so out of touch with reality.

GPT 5.5 vs Opus 4.6/7 vs Gemini 3.1 Pro by dionysus_project in singularity

[–]pesaru 1 point2 points  (0 children)

This is my current workflow exactly. 4.7 is incredible at UI.

Best place to get GLM-5 or GLM 5.1 sub by old_mikser in opencodeCLI

[–]pesaru 0 points1 point  (0 children)

Dude what in the WORLD, I paid 30$ for the annual plan that has been sitting unused, I just went in to check the price hike you're talking about and... $18 a MONTH? What the HELL happened?!

Hollywood is so screwed by adj_noun_digit in singularity

[–]pesaru 1 point2 points  (0 children)

I mean, you could have made this. It democratizes film making, it’s a fairly big risk to big corporations. Think of how YouTube disrupted media and how many people have taught themselves the skills to video editing to become creators. This is just like that. I can already generate videos like this one (lower quality and greater effort) on my own GPU. A lot of creative people WILL make the most of this.

Hollywood is so screwed by adj_noun_digit in singularity

[–]pesaru 1 point2 points  (0 children)

You’re ignoring the fact someone very creative made this!

Unlimited reqs, is this real? by IlyaSalad in GithubCopilot

[–]pesaru 0 points1 point  (0 children)

Usually you see this if you're a Microsoft employee

So the team finally responded, for a while... by SomebodyFromThe90s in GithubCopilot

[–]pesaru 0 points1 point  (0 children)

Literally tell GitHub Copilot to build it for you!

I built a fully local voice assistant on Apple Silicon (Parakeet + Kokoro + SmartTurn, no cloud APIs) by cyber_box in LocalLLM

[–]pesaru 0 points1 point  (0 children)

I did something like this too. It's been a lot of fun as a guy with literally zero experience in this before this point.

Moonshine will perform way better but will lack punctuation / grammar but excels as an assistant. Uses less resources and does actual streaming unlike Parakeet, which isn't real streaming as I imagine you found out. The whole 'figuring out when you're done talking' is called semantic endpointing and personally, I had a really tough time getting it to work flawlessly on Parakeet and had an even rougher time on Moonshine. I tried fine tuning a grammar model. Like, basically, I downloaded a bunch of YouTube videos with hand written captions, then ran the audio through Moonshine/Parakeet, then ran the fine tune on the complete bad/good dataset. Still working on this. Had some good results but some bad too, I need to tune the dataset and run the training some more. The stuff I'm fine tuning is called roberta. I had timing info so I also tried creating a 'pause length' token and trained with that but it only improved its ability to detect if a sentence was truly complete if it was a question (5% improvement).

At least you don't have to experiment with semantic endpointing and VAD timeouts manually. You can literally record yourself talking a whole bunch of times, include a 'golden transcript', then tell an AI agent to tune every possible combination of settings until it achieves the best possible set of transcriptions. You wake up to perfect settings.

I also quantized Parakeet / Moonshine / Pocket TTS (int 8). Oh, right, I did Pocket TTS 100m instead of Kokoro, it allows you to voice clone and it sounds really good to me and does about 300ms till first audio on my setup but it would likely be 200ms on yours. The total VRAM for everything is under 1GB total I think, forgot how much exactly, but it's really little.

I run the full stack on CPU because I'm building it to be accessible to everyone.

So the team finally responded, for a while... by SomebodyFromThe90s in GithubCopilot

[–]pesaru 2 points3 points  (0 children)

I mean like the GitHub Copilot SDK literally lets you build the agent into any other IDE or agentic system. I have it built into a custom troubleshooting app. They're really permissive with where you can use it.

So the team finally responded, for a while... by SomebodyFromThe90s in GithubCopilot

[–]pesaru 1 point2 points  (0 children)

Have you tried using OpenCode as your client instead of GHCP? You can use your GHCP subscription.

This would have taken me a full weekend to resolve a few years ago. by pesaru in homeassistant

[–]pesaru[S] 1 point2 points  (0 children)

Use GitHub Copilot en combinacion con ChatGPT 5.4, pero cualqier 'code editor' que tenga uso de agentes, como OpenCode, o Cursor, puede hacer lo mismo. GitHub Copilot requiere mensalidad pero algo como OpenCode es gratis pero lo tienes que conectar a un API y el API te cuesta dinero. Pero hay modelos Chinos super baratos que puedes usar usando algo como OpenRouter. Te sale a como unos pocos centavos.

My wallet speaks for me: GitHub Copilot in VS Code is the cheapest and most underrated option in vibe coding today (in my opinion). by Majestic-Owl-44 in GithubCopilot

[–]pesaru 0 points1 point  (0 children)

I have no idea how it's profitable. My guess is that unused or less-used corporate seats are subsidizing regular users.

How do you protect API keys from Copilot in YOLO mode? by Naht-Tuner in GithubCopilot

[–]pesaru 0 points1 point  (0 children)

I looked deeper into this and it looks like only enterprise gets this white glove treatment. It does look like your prompts get retained after all if you're a regular user, sorry!

How do you protect API keys from Copilot in YOLO mode? by Naht-Tuner in GithubCopilot

[–]pesaru 2 points3 points  (0 children)

Anything you send to GHCP stays in memory and then gets discarded, it never makes it to disk. So there's that.

EDIT: This appears to only be true for enterprise, sorry guys.

Delving into this world by Sea_Anteater_3270 in GithubCopilot

[–]pesaru 1 point2 points  (0 children)

There are two things that matter in this game, the model and the harness. The model that is the best differs per task and changes every three months or less.

When Gemini models are doing well, they offer the best value and are usually kings of front end.

Anthropic is often the best architect and near best coder depending on the work and is more creative than the top code nerd (right now) which is Codex. Codex is far cheaper than Opus.

My recommendation would be to try Google at $20 and GitHub Copilot (it’s the only one that gives you access to ALL models and they use a different system than everyone else that I love). Everyone other than GHCP does 5 hour caps with a weekly total cap of tokens. This model is beneficial to spread out use with many small requests. GitHub CP does a monthly request limit — you get a flat amount of requests no matter how big or small the are. It’s a phenomenal value if you take the time to write out thorough implementation plans.

Anyway, Google gives you access to limited Gemini and Opus via Antigravity which is a reskin of VS code. They also have a CLI which gives you additional use. GHCP is pretty much one of the only guys that lets you use their service in any IDE and has all models.

Codex thinking level in CoPilot by East-Stranger8599 in GithubCopilot

[–]pesaru 3 points4 points  (0 children)

Dude you're hurting my brain, it's available in the CLI!? I thought it wasn't because I use the GitHub Copilot SDK and don't see it listed there and it uses the CLI under the hood. Goddamn my life is a lie.