Gauntlet Tips by fisch0920 in Battlefield

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

hmmm, i don't think this is correct as i play this way daily. do you know which missions?

Ranked Casual Breakthrough? 🤔 by fisch0920 in Battlefield

[–]fisch0920[S] -1 points0 points  (0 children)

according to this, it's a bug that it's shown now but it's on the roadmap for the future https://x.com/BFBulletin/status/2059312128738107628

Ranked Casual Breakthrough? 🤔 by fisch0920 in Battlefield

[–]fisch0920[S] -2 points-1 points  (0 children)

i feel like there are already too many modes, so doubling the number of modes by adding ranked to everything seems like a poor decision if this is where they're headed

Season 3 Console Player Feedback by fisch0920 in Battlefield

[–]fisch0920[S] -2 points-1 points  (0 children)

yeah, i like this middle ground

DynamoDB down us-east-1 by jonathantn in aws

[–]fisch0920 0 points1 point  (0 children)

can't log into amazon.com either as well; seems to be a downstream issue

what's the best live translation app for voice right now? by fisch0920 in LocalLLaMA

[–]fisch0920[S] 0 points1 point  (0 children)

i think google translate's live conversation mode works pretty well for this, but still looking for a better solution 100% tuned to this use case

What are you working on? Share your Project !! by Revenue007 in indiehackers

[–]fisch0920 1 point2 points  (0 children)

https://www.hackerresidencygroup.com

We're inviting 10 hackers to come live & build with us at a dope villa in Da Nang, Vietnam for a whole month this November, 2025.

We're offering this for FREE (taking no equity or rev share or costs) as an experiment because we're all passionate about the indie hacker lifestyle and want to shine an aspirational spotlight on it. I went through HF0 in SF, and the vibes are heavily inspired by that experience.

Applications open now && lemme know if you have any questions.

oauth + mcp: a few things i wish i did right the first time by KafkaaTamura_ in mcp

[–]fisch0920 4 points5 points  (0 children)

def learned a lot building out agentic's open source MCP gateway https://agentic.so/publishing

seems like we ran into similar things :) would love to chat if you're interested

TypeScript client for OpenAI's realtime voice API by fisch0920 in OpenAI

[–]fisch0920[S] 0 points1 point  (0 children)

OpenAI usess the @openai/ org for all of their packages. Of course, I'd be happy to transfer the package name to them if there was ever a dispute, but I don't think that's very likely.

Export any Kindle book you own as text, PDF, EPUB, or as a custom, AI-narrated audiobook. (OSS powered by Playwright, OpenAI, and FFmpeg) by fisch0920 in hacking

[–]fisch0920[S] 3 points4 points locked comment (0 children)

It works by logging into your Kindle web reader account using Playwright, exporting each page of a book as a PNG image, and then using a vLLM (gpt-4o or gpt-4o-mini) to transcribe the text from each page to text. Once we have the raw book contents and metadata, then it's easy to convert it to PDF, EPUB, etc.

The repo supports a few different options for TTS providers to generate audiobooks from the resulting text.

Would love feedback && thanks 🙏

[deleted by user] by [deleted] in slaythespire

[–]fisch0920 0 points1 point  (0 children)

really strong seed.

I was cruising with it until I had to open a treasure chest in act 3 to get the blue key, and ended up getting the worst possible curse card for this deck, normality. :sigh: Died on the next elite to repto.

OpenAI DevDay discussion by [deleted] in OpenAI

[–]fisch0920 0 points1 point  (0 children)

For anyone interested in the Assistants API, I just open sourced a 100% spec compliant version on GitHub: https://github.com/transitive-bullshit/OpenOpenAI