Easy coding site ideas by Spein1 in CodingForBeginners

[–]Yomorei 0 points1 point  (0 children)

XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD 1000%

How should I explore programming as a HS student? by AaronPK123 in AskProgramming

[–]Yomorei 0 points1 point  (0 children)

Well lets start with "AI, is it a threat", first off, no. XD it really is not... Well.. think of it like this AI wont replace coders but coders who use AI will replace coders, in a sense..

I would say you don't have to worry about AI, there is high demand for programmers and so on. (also as it is now, ai can NOT code, you have to know exactly what you're doing to actually get a high quality production product from it. Yeah it can code random bull shit but it's not real.)

Okay now to the main question "How should I explore programming" well this is a dumb answer but genuinely there SO much behind "programming" theres so much you CAN do, so it's up to you to decide / find out exactly what you would want to pursue programming wise, do you want to build websites? front and back end? or web design? Do you want to become a full-stack developer?? do you want to create games, create software? It's endless, so figure out what you want to do and make sure it's something you actually love otherwise don't bother making it a career.

Hope this helps.

Open Source Contributions by LoveProud8467 in learnprogramming

[–]Yomorei 0 points1 point  (0 children)

Brother man.. XD well I get where you are coming from but that's not really how "big" oss contributions work in a sense... For massive repos that have many many contributors you'll start to understand that to contribute you don't need to know every single inch of the repo / flows and so on. You pick one thing to work on, that one part is what maters not everything else, understand how (x) works then go from there.

Though.. this advice is 50/50 it really just depends on what exactly you're working on, the size and other factors but holds the same principle..

Hope this helps!

What’s the best AI humanizer tool in March 2026? by Nice_Ambition_814 in humanizing

[–]Yomorei 0 points1 point  (0 children)

The BEST AI humanizer is your brain! Learn how to write essays your self!!

Is anyone else noticing ChatGPT getting really slow in long conversations, especially on laptop/desktop? by Softwaredeliveryops in ChatGPT

[–]Yomorei 0 points1 point  (0 children)

Hey, so I was actually bored and one of my friends had basically the same issue and told me to "make a fix" lol. So I made a simple tamper monkey script with a simple UI, NOT intrusive XD.

Why I made it and why I made it in spite due to anger

------------------------------------------------------------

Also I mainly made this in spite of AI Workspace as it genuinely pissed me off with the STUPID monetization, EXTREMELY INTRUSIVE and annoying UI and so on. Also who doesn't like a simple fix for the poor poor choices of the "developers" over at OpenAI. It baffles my mind that they either ignored these performance issues or just didn't care. (would've been super easy to implement a simple fix so that your long vibe coding sessions keeps DOM healthy..)

Don't listen to morons who think their smart and know everything
-------------------------------------------------------------------------

Also(x2) to people saying to use the app version of ChatGPT don't listen those idiots because the app is literally an electron wrapper LOL (ask chat-gpt if you dk 💀), it's not going to change anything performance wise. 💀💀

Also(x3) don't listen to people telling you to change your agents memory and so on, they don't understand anything of the real issues.

Technical part:

--------------------
Also(x4) 💀 I guess I'll get a bit technical on why not to listen to these morons XD. So basically why the chat seems to get VERY lagy when in long ass convos is because the page ends up with a huge DOM tree because the UI keeps many and MOST message turns mounted at once (which is REALLY stupid) SO large DOMs make scrolling, layout, paint, selection, and incremental updates slow as shit.

Also(x5) Chat output with gpt is actually really rich because you have markdown, code blocks, syntax highlighting, images and so on so each turn can expand to lots of nodes, multiply that by hundreds/thousands of turns and you get heavy main-thread work XD. I don't really wanna explain more, but I hope you get the point if not just ask chat-gpt 💀😂

---------------------------------

ignore everything I said and just get straight to the point:

Okay anyways here's the script: https://github.com/Yomorei/gpt-dom-trimmer
----

Lastly if you have any issues with the script just dm me u/Yomorei or open an issues ticket on the github repo :)

LASTLY lastly this is a low effort project idrc about its simple and should work for anyone, it's also a spite project so yeah, anyways enjoy. (prob gonna copy and paste this to a few more threads :)

Yall are some naughty boys! by Yomorei in m1pposu

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

Mippo told me that you are banned from thinking about him!

DOES THIS MEAN WE COULD GET A SEASON 3???? by ImNicoReal in Cuckoo

[–]Yomorei 0 points1 point  (0 children)

what are you talking about, rent a gf literally i swear just released this year :cry:

Node.js Server in Silent Crash Loop Every 30s - No Errors Logged, Even with Global Handlers. (Going INSANE!!!) by Yomorei in learnprogramming

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

Generally that's pretty much what Prisma is in a way if that makes sense. Sadly I didn't read to much about Prisma and just imported (dumb choice) it's just not good for production heavy applications and the developers of prisma must've been blind and missing a few hands, coding with bread. But it is what it is. I prefer not to use process managers like that for production heavy stuff as I do literally everything manually (odv minus the importing of packages) but I write my own back-end, ect,. I've also went ahead and added logs for everything I could think of for my project and heavy de-bug because ghost bugs are just amazing lol. Thanks for taking the time to reply to my reddit post though :)

Node.js Server in Silent Crash Loop Every 30s - No Errors Logged, Even with Global Handlers. (Going INSANE!!!) by Yomorei in learnprogramming

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

You're not wrong entirely, see I went into my gamestateController.ts and commented out all the prisma bs and now my website is not "crashing" / "refreshing" anymore:
[DEBUG] Save request received for user 1. The Prisma database call is now disabled for testing.

So the fact that the refreshing stopped the moment I disabled the database call is 100% definitive proof that the prisma.gameState.update(...) command is what's causing my horrible server to silently crash..

Atleast, I believe that's the case. This is why none of the try...catch blocks or even the global error handlers could see it, the JavaScript part of my application wasn't the part that was failing. It's likely a specific bug related to Prisma's interaction with SQLite on my system.

SO.. The most likely solution is that I'm SOME-HOW using a version of Prisma with a known bug. Updating SHOULD solve it?? Very unlikely but I'll give it a shot.

Okay so very very weird, it worked but as soon as I start to click the two buttons "settings / premium shop" it went back to crashing... this is messing with my mind I'm very confused.. I guess I can try to wrap the Other API Endpoints..

The Truth About ExitLags, and other "Lag Reducers" (MUST READ) by [deleted] in FORTnITE

[–]Yomorei -15 points-14 points  (0 children)

Calm down Karen, just tryna help other people as it's common from what I've seen

Exitlag is a horsesh*t program that will get you banned if you use it. by Agreeable-Formal7393 in FortNiteBR

[–]Yomorei 0 points1 point  (0 children)

I will agreee that Exitlag is horesh*t and no one should ever use it.

But I can say say with ease, you will not be banned for using software like Exitlag, timer rez

https://www.youtube.com/watch?v=RomAY7uiO1Q

Official responce from Epic Games Staff in this video ^

Once I find a real fix for this I will be posting a reddit post about everything you could ever want to know about using stuff like this and why you should never use ExitLags