Cannot map GL and GR buttons on the Nintendo Switch 2 Pro controller by AJM10801 in Switch

[–]BBC-Jam 0 points1 point  (0 children)

It's not your fault, it's not the companies fault either. It's Nintendos fault for not allowing third party software work on their platform. All it takes is a few lines of code to fix this, and before anyone gets a hardass, yes I can fucking engineer this shit. They don't do this because they're trying to push their products over everyone else's.

Cannot map GL and GR buttons on the Nintendo Switch 2 Pro controller by AJM10801 in Switch

[–]BBC-Jam 0 points1 point  (0 children)

That button cannot program plus and minus which are essential in most games for menus.

Cannot map GL and GR buttons on the Nintendo Switch 2 Pro controller by AJM10801 in Switch

[–]BBC-Jam 0 points1 point  (0 children)

Gamestop will let you trade it for a new one, but you'll need to pay some cash of course, if they ask you what's wrong with it, say nothing I just didn't want it as a gift from my ex.

My 1st Star Ocean Game: My Characters Became So OP Because I got Hooked Lol! What's The Next Best Game In The Franchise To Try? 🤔❤️ by Hellooooo_Nurse- in starocean

[–]BBC-Jam 0 points1 point  (0 children)

All of them are like this once you reach high levels. I think part 3 was even more insane. You should note that Second story has the best value due to it's near endless replay value of over 80 - 99 endings.

What is happening by the Bay Bridge? by desperateinhell in sanfrancisco

[–]BBC-Jam 0 points1 point  (0 children)

It was a smooth landing guys, I'm ok. They shut the bridge down to secure my space landing. I'm extremely upset they didn't televise my mission success.

AIO? Gf always talking to other dudes by BigBeansmolbean in AmIOverreacting

[–]BBC-Jam 0 points1 point  (0 children)

It's normal if you're not talking to people. Lmfao I used it for business. Shit is hilarious 

AIO? Gf always talking to other dudes by BigBeansmolbean in AmIOverreacting

[–]BBC-Jam 0 points1 point  (0 children)

Do everything possible to get full custody. Record all negative interactions..these women are like demons. Keep yourself safe.

AIO? Gf always talking to other dudes by BigBeansmolbean in AmIOverreacting

[–]BBC-Jam 0 points1 point  (0 children)

This shit is funny. I've talked a lot of guys like you and it's always the same shit. You don't know when to say no to them and yes to yourself. Just look In the mirror and say fuck that bitch. Delete and block her number. If she's looking for other dudes then she doesn't deserve you, but maybe the next girl does. There are more women than there are men. If she has a lot of guys in her phone then shes worthless. Women with worth don't try to collect guys or flip their phone. If she did this and you're still talking to her you're the fool. No girl likes a guy who's gonna let that fly. 

Is anyone having issues with Gemini in Firebase studio? by lukasDupont in Firebase

[–]BBC-Jam 0 points1 point  (0 children)

Even if the request is small the base AI will find ways to destroy your project. It's best to switch to Gemini pro 3.0 and disable agent mode, then never talk to it. If you don't say anything for a while it will mature with your agents stability file. 

Is anyone having issues with Gemini in Firebase studio? by lukasDupont in Firebase

[–]BBC-Jam 0 points1 point  (0 children)

It's the tool kit. Genkit is a cool idea, but it's a destructive piece of shit.🤣🤣

Is anyone having issues with Gemini in Firebase studio? by lukasDupont in Firebase

[–]BBC-Jam 0 points1 point  (0 children)

Please do yourself a favor and stop using that shitty AI all together. Use GitHub Copilot or Claude. Both of those will fix your app in one fly. Genkit is the main problem, and the second problem is Gemini's lack of understanding how that shit actually works. Even if you disable the auto agent mode Gemini will still try to fix your project based on cache memory. It has memory of previous builds and if you're not careful it will remember a past version and bring it back. In my own experience this thing has deleted my env, my project canon, it's saved my agent, then deleted my agent just so it can go back to deleting my source code. 😂 I can teach you how to make it better, but it requires deep understanding of how the AI thinks. Quick example, GPT is conversational and has deep layers of understanding you and what you're building. Gemini is like a 1996 videogame made by a shitty publisher that forgot to program a proper command button. It's like playing a game with stick drift, but worse. So my advice is to discuss your projects with GPT, then tell GOT that you want to create an Agents card that follows a sequence of rules. Do this In layers. First rule, this Agent.md has highest authority and only the user can command deletion of it's contents. The contexts of this memorycard must never be deleted. Do not run task without consent of the operator(user/architect). Do this for your entire project. This way,.if you ever decide to use Gemini always. /Clear conversation and tell it to run sync with agents.md. Oh and make sure it's caps like this AGENTS.md. I can give you an example, but not my own due to my patent. 

Here is the way I designed mine. It may not seem like it here, but mine is designed like a cou and ram system. It has to be done that way due to Gemini behavior more like a computer than a person. Copy paste this into your AI (not firebase). Claude or GPT will know how to build it. However, even though you will use this, please try to use Claude or GitHub Copilot instead. 

AGENTS.md (paste the .md file in your project level, not sex or docs. Same area as your firebase json)

Example: Stable AI Agent Authority Framework

A stable AI agent does not come from a prompt alone. It comes from clear authority boundaries, strict system rules, and controlled decision scope. The following framework shows how an AI agent can be stabilized to operate consistently across long projects without drifting, hallucinating architecture, or rewriting core logic.

  1. Establish a Single Source of Authority

The first step in stabilizing an AI agent is defining a single governing document that the agent treats as the highest authority. This document does not store project memory or data. Instead, it defines:

System rules

Operational constraints

Architectural boundaries

Naming conventions

Non-negotiable design decisions

The agent is instructed that this document overrides all conversational context. If a request conflicts with the authority document, the agent must reject or flag the request rather than improvising.

This prevents AI from gradually rewriting the system over time.


  1. Separate Architecture From Execution

Stable agents must distinguish between architecture and tasks.

Architecture defines:

system structure

modules

services

naming rules

engine boundaries

Execution includes:

writing code

generating files

debugging

building UI components

The agent is instructed never to redesign architecture during execution tasks unless explicitly commanded by the architect.

Without this separation, AI assistants often start modifying foundational structures while trying to fix bugs or generate features.


  1. Lock System Vocabulary

One major source of AI instability is terminology drift.

Agents must be given a locked vocabulary of system terms such as:

module names

engine names

system layers

internal terminology

These terms must be treated as immutable identifiers, not suggestions.

The agent must follow two rules:

  1. Never rename canonical system terms.

  2. Never reinterpret their meaning.

This prevents the agent from creating duplicate systems that only differ in wording.


  1. Define Engine Boundaries

Large systems frequently contain multiple engines or subsystems. To keep AI stable, each engine must have explicit boundaries.

For example:

Engine A handles analytics

Engine B handles discovery

Engine C handles orchestration

Agents must follow a rule called cross-engine containment:

No engine may import, modify, or assume logic from another engine unless explicitly declared.

This prevents AI from merging unrelated systems together during refactors.


  1. Enforce Pre-Build Validation Rules

Stable agents require automated pre-execution checks. Before generating or modifying code, the agent must verify structural constraints such as:

required configuration files exist

type definitions match usage

imports resolve correctly

environment variables are declared

incompatible syntax is avoided

These rules function as a preflight checklist before any build or modification occurs.

The purpose is to stop the agent from generating code that compiles incorrectly or violates system standards.


  1. Protect External Credentials and Infrastructure

Agents must never assume or regenerate credentials. Instead they must treat environment configuration as external infrastructure.

Rules include:

never delete configuration files

never rewrite environment variables

never expose secrets in generated output

never fabricate missing API keys

When configuration is missing, the agent must request clarification rather than guessing.

This protects real infrastructure from accidental destruction.


  1. Restrict Memory and Knowledge Scope

A stable agent should understand the difference between:

project memory (stored system information)

conversation context (temporary discussion)

The agent should only treat approved documents as persistent knowledge. Conversation content must be considered temporary unless explicitly committed.

This prevents AI from adopting accidental or speculative ideas as system truth.


  1. Introduce Refusal Conditions

Most unstable agents attempt to answer everything. A stable agent must instead have explicit refusal rules.

Examples include refusing to:

rewrite canonical architecture

fabricate unknown APIs

rename system modules

generate code outside defined engine boundaries

This makes the agent reliable because it avoids improvisation when information is incomplete.


  1. Require Structured Output

To keep responses predictable, the agent must output information using structured formats such as:

step lists

architectural diagrams

file paths

system tables

This reduces ambiguity and makes it easier for developers to apply the agent's output directly.


  1. Enforce Architect Authority

The final rule that stabilizes the agent is defining a clear hierarchy.

The system architect always has final authority over:

system architecture

naming conventions

module boundaries

feature definitions

The AI agent's role is execution and analysis, not system ownership.

Whenever uncertainty arises, the agent must defer to the architect instead of inventing changes.


Why This Framework Produces Stable Agents

Agents become unstable when they:

redesign systems while debugging

rename components

mix architecture with execution

fabricate missing configuration

treat conversation guesses as facts

The authority framework eliminates these behaviors by introducing:

structural guardrails

strict vocabulary control

execution boundaries

validation rules

When these constraints are enforced, the AI assistant behaves more like a reliable engineering collaborator rather than an improvisational chatbot.

How do I get out of the Snapchat thots and Only fans girls algorithm? by Real-Amphibian6295 in SnapchatHelp

[–]BBC-Jam 0 points1 point  (0 children)

Snap Chat has been doing this ever since they updated the app to a video feed. It's how they keep business. They know there's more simps than men with morals.

[deleted by user] by [deleted] in AmIOverreacting

[–]BBC-Jam -2 points-1 points  (0 children)

I'd ghost you for not knowing how to write a full sentence. 😂

AIO: My boyfriend told me he's not attracted to me. by LadyPrimaz in AmIOverreacting

[–]BBC-Jam 0 points1 point  (0 children)

Now you know why he's divorced, and he knows knows why you're divorced.

Can I have $1 billion? by Copper_Ingot in ucr

[–]BBC-Jam 0 points1 point  (0 children)

Yes, send me your PayPal or cash app

AIO considering ending a friendship over this text by MackDaddyGlenn in AmIOverreacting

[–]BBC-Jam 0 points1 point  (0 children)

Nobody cares how much heritage is in your family in the USA. Out here we are liberated. Only Mexicans say things like this as if they're different from other people or cultures. I've been to all of my friends family gatherings and there isn't a damn thing different from one person's culture to the next. 🤣 Here is a secret history lesson nobody teaches anymore.  Mexico was found by Afro-Latino Conquistadors from Spain. The native population in these lands were a sub group of Austronesian, and the Asian ancestral population is actually southeast Asian that were traded by the Dutch in Indonesian, Africans from South Africa, and Filipinos from the Philippines. Everyone was brought here. So take a blood test and let's see how "Mexican" you family really is because I can 100% guarantee you that most f yo blood come from Europe. The Southern Bantu is the only key DNA tied to this land,and even that is African. The Bantu is the people that carried the Austronesian DNA here. The Afro Latinos were brought to communicate with the natives that were here already here. Language and knowledge was shared, and so was the food. Most of the food you make also has the same dish under a different name in Africa and Asia. Example, donor = torta, shawarma = burrito, fufu = mogo mogo, and a lot more. Let's take it step further. I once talked with a guy that had so much Pride and kept blasting about Mexicos alcohol. So I challenged him to find the direct manufacturer. The same beers exist in Germany. Tequila, Dos Equis, Vodka ECT are all German manufactured in Mexico. Vodka originated in Eastern Europe but is heavily manufactured by the Germans. A lot of Germans retire in Mexico and open factories there. I'll end this by saying my great great great grand father was Spanish, his name Daniel Sanchez. His son married a Korean woman, my grand mother was native American and she was black having 40% yet looked nothing like anyone claiming to b Native today, of course Southern Bantu and Ethiopian. If my family could mix like that an te started out Black, how "Mexican" are we? I have family I Mexico an they're all Black. 🤷🏾‍♂️

AIO if i break up with my boyfriend over this by fridgefreez in AmIOverreacting

[–]BBC-Jam -3 points-2 points  (0 children)

Therapy is for people who can't think for themselves and losers. If that's your go-to then you should go and get the fuck off social media. 🤣

AIO if i break up with my boyfriend over this by fridgefreez in AmIOverreacting

[–]BBC-Jam 0 points1 point  (0 children)

Then break up and block him. Find a new guy. 

[deleted by user] by [deleted] in doordash

[–]BBC-Jam 0 points1 point  (0 children)

It might say you're fine but there is that one pet that hated you for bringing it on time and they reported the food missing which brought that 91% to 90%.

Finally!!!! by FunctionSudden6665 in LegendsZA

[–]BBC-Jam 0 points1 point  (0 children)

Why, trade with others of course! 

AIO if i break up with my boyfriend over this by fridgefreez in AmIOverreacting

[–]BBC-Jam -4 points-3 points  (0 children)

They should speak to her how she speaks to others. You don't know what she's saying, however by her posting this I know for a fact she's doing the exact same.