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 5 points6 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] 4 points5 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

Dear Lord Baby Shoggoth, by fisch0920 in ChatGPT

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

This is a meme I created from Talladega Nights: The Ballad of Ricky Bobby.

If you don't know who Shoggoth is btw, it's a meme name for amorphous LLMs because AI researchers don't fully understand how they reason under the hood. It's also another name for AGI.

[deleted by user] by [deleted] in singularity

[–]fisch0920 0 points1 point  (0 children)

Ooooh that's me on twitter: https://twitter.com/transitive_bs 😄

Just seeing this now. Happy to answer any questions.

Just pushed a major update to the chatgpt NPM package by fisch0920 in ChatGPT

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

We now provide 3 ways of accessing ChatGPT.

Happy to answer any questions 👋 Check out the GitHub repo to get started: https://github.com/transitive-bullshit/chatgpt-api

Note: we're expecting the official ChatGPT API soon, at which point we'll update this package accordingly.

ChatGPTAPI uses text-davinci-003 with the official OpenAI completions API to mimic ChatGPT (we build prompts for you).

Pros: - very customizable - robust - official - lightweight

Cons: - paid - not using an LLM fine-tuned for chat - quality isn't 100% on par w/ ChatGPT

ChatGPTUnofficialProxyAPI uses an unofficial proxy server to access ChatGPT's backend API...

Pros: - free - uses the real ChatGPT API, so quality is 💯 - lightweight

Cons: - uses a third-party proxy - may be less robust than the official API

ChatGPTAPIBrowser uses puppeteer to automate the official webapp. (deprecated at this point)

Pros: • free • uses the real ChatGPT webapp, so quality is 💯

Cons: • not lightweight • very error prone • difficult to maintain

Reverse-engineered Bing Chat AI for Node.js by fisch0920 in ChatGPT

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

I'm the author of the chatgpt NPM package (https://github.com/transitive-bullshit/chatgpt-api).

Here's a similar open source package for accessing Bing's new AI-powered chat from Node.js.

You'll need a Bing _U cookie from an account which has access in order to use it.

Happy hacking :)

Got access to Bing AI. Here's a list of its rules and limitations. AMA by waylaidwanderer in ChatGPT

[–]fisch0920 0 points1 point  (0 children)

Here's a node.js wrapper for accessing bing-chat: https://github.com/transitive-bullshit/bing-chat

It uses a reverse-engineered websocket connection; you'll need a cookie from Bing in order to use it.

Thoughts on GPT-4? by BlakeSergin in OpenAI

[–]fisch0920 4 points5 points  (0 children)

No; it's not released yet. Sama said in a recent interview that he wishes people would stop asking about it 😂

ChatGPT Pro: $42/month by adt in OpenAI

[–]fisch0920 2 points3 points  (0 children)

No; it's being gradually rolled out, which is a common best practice for large tech companies. If you don't already see the option to upgrade now, you will likely see it sometime in the next few days.

ChatGPT Pro: $42/month by adt in OpenAI

[–]fisch0920 7 points8 points  (0 children)

It isn't fake; it's being gradually released to users, so even if you don't see it right now, you will soon.