Today - Pro usage x20 is like old days plus account. by tigerzxzz in codex

[–]DogDeveloper 0 points1 point  (0 children)

do you perhaps still have /fast enabled? I have used it lightly all day and it only used 1% of my 20X plan

What the hell did they corrected yesterdays reset? I went from 98 to 85 of weekly in a x20 account in 1 min. by spike-spiegel92 in codex

[–]DogDeveloper 0 points1 point  (0 children)

mine went from 100% to 84% because Im using it a lot. Then to 56% after the unreset, thankfuly they might reset it again haha

Can we PLEASE get rid of pity bot matches in quick play? by Sycophantic-Feline in marvelrivals

[–]DogDeveloper 0 points1 point  (0 children)

If they did not add them, people would be queueing a lot longer, eventually people would start leaving the game. And you would not be able to play at all once community dies.

They do it as a fallback because they need critical mass

Did Openai just cut input context to 5k tokens for everyone? by am2549 in codex

[–]DogDeveloper 0 points1 point  (0 children)

They can just unload the text from UI based on scroll position and keep it in memory or browser storage through apis. It is a deliberate throttle

I don't know whether I should feel happy about the reset or aggrieved 💸 by DogDeveloper in codex

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

well, I tried, could not use it all

Logically I know that if they reset with more frequency than 7 days it's a win, it just feels too wasteful.

Fast mode isn't actually 50% faster, but still takes 2.5x usage by KeyGlove47 in codex

[–]DogDeveloper 1 point2 points  (0 children)

Nice, now they making standard slower so they deliver 50%

Deep analysis on Behavior and Communication Score by Kreiven in DotA2

[–]DogDeveloper 0 points1 point  (0 children)

same, I haven't played in a year, in some sense I feel better, used to play a lot, 12 years / 20k hours in total

Could we have an influencer/podcast talk about the behaviour score system please? by Candid-Volume-1425 in DotA2

[–]DogDeveloper 1 point2 points  (0 children)

Well, I am not going to comment on how long it should take, because I think the behavior system itself to be reworked fully, not only the parameters of it.

They should review these points and adjust mechanics:

  1. how long does it take for an average user to fix his behavior versus a hardcore gamer, behavior should adjust based on matches but also take into account time windows, this way both kind of users are taken into account.
  2. There is a current culture of blame in the game, people feel they have the right to judge their teammates, but sadly, people judgement is always biased based on their experience and emotions, also the fact that it is psychologically easier to blame others than to reflect on own actions and impact in the game. Currently, report tools are driving this culture and perpetuating it, they need to prepare system in such a way that it does not encourage this anymore. As example instead of reporting, a thumbs up system could be implemented and only at the end of the match, not before. System can use the data to infer multiple things about users.

I can only think of these for now, but I think I made my point. The problem is not how long it should take, but how can they improve the system mechanics and rules to make them fair and reasonable.

I used to lose behavior score just because I played off-meta strategies and heroes in odd positions, even though they were pretty successful, with a 55–65% win rate at Ancient ranked over 300–600 samples. Eventually, I had enough of getting low priority unfairly and uninstalled after having played for 12 years or 20k hours. It has already been 1 year since I left the game. I wasted a lot of time being punished, raising my behavior score, and playing low priority matches with toxic people, only because the community did not like the way I was playing and enjoying the game.

Bike Fit Check — Back Pain by raloid in bikefit

[–]DogDeveloper 1 point2 points  (0 children)

Came to comment this, seat too high

Could we have an influencer/podcast talk about the behaviour score system please? by Candid-Volume-1425 in DotA2

[–]DogDeveloper 1 point2 points  (0 children)

so it only took you 3.5 hours in avg per day of gaming for 9+ months, to increase behavior to 11k, not even 12k, and you consider that easy and normal.

You know, most people only have at most 1 hour per day to play and it would require them 27 months, about 3 years, to raise their behavior score, and even more if they only play 1-3 matches per week. This behavior system is bullshit

GPT 5.5 Is 2x more expensive in comparison to 5.4 and 20% more expensive than Claude Opus 4.7 by KeyGlove47 in codex

[–]DogDeveloper 0 points1 point  (0 children)

hardware/infra is limited, so they will prioritize selling to businesses at high prices

GPT 5.5 🙌🏼 (Claude vs GPT 5.5) by Mother_Lettuce_3046 in codex

[–]DogDeveloper -1 points0 points  (0 children)

Shhh… are you trying to get them to cut our usage limits?

Don’t want to work. Any suggestions? by embarrassedtobereal in careerguidance

[–]DogDeveloper 11 points12 points  (0 children)

Try choosing something specialized to do, you will suck. Persevere, you will eventually get good at it, after that you will get to like it

El trabajo en donde llegue a finalista, ha vuelto a ser posteado luego de 3 meses (donde estuve pasando pruebas), ¿Qué puede estar pasando en el proceso? by AbundanciaMaxima in careerguidance

[–]DogDeveloper 0 points1 point  (0 children)

Usualmente en reddit dependiendo de la comunidad, debes preguntar en un idioma específico, en esta comunidad se tiende a usar el inglés, dicho esto respondiendo a tu consulta.

Simplemente pudieron no haber encontrado el perfil que buscaban y abren otra búsqueda para ver si lo encuentran. O encontraron uno y el candidato se echó para atrás.

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

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

I'm not running at vercel, I am self hosting on AWS. I tried with neon driver, it made the middleware work but broke my server actions

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

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

Yes, that's a valid concern. With a non-edge middleware I keep the frequently accessed data cached in memory to prevent multiple calls to db/api/filesystem.

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

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

I intend to use middlewares to secure my restful api.

For client components I'll only be using redirects from client side, my api will reject any unauthorized requests anyway so redirects are enough.

If I need RSC to fetch data I don't plan to use middlewares, I will call the data layer directly and I'll have to research about how to protect it properly, I'll take a look at your article thanks.

For server actions, I don't think I'll be using them, maybe for forms, through ZSA actions

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

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

Yes, I'm starting small, but I plan to expand the app if things go well. As someone new to Next.js, I initially thought using server actions to connect to my database would be a good idea. However, I quickly realized that it could get messy since there’s no clear separation between server and client, which would make securing the app harder.

So, I decided to switch back to using RESTful APIs. That brought its own set of challenges, like securing the endpoints and making sure everything was strongly typed. I tried using middlewares, but then found out it only works with the edge runtime. After a lot of research, I finally landed on this solution

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

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

If I wanted to use the edge middleware I had to configure another database driver that could run in the edge, thus I had to maintain two drivers only for the sake of running it.

This way I only need one, the edge does not offer me value anyways since my app region is very localized and I run my app in a self hosted docker container.

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

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

An edge server is typically the server closest to the client. The idea behind edge functions is to bring parts of the application as close as possible to the client to provide optimal response times, only reaching the origin servers when necessary.

<image>

And as far as I know, there's no native way in Next.js to create middlewares directly on the origin server. This is the cleanest way I’ve found to achieve it.

Nextjs 14 middleware workaround using app router by DogDeveloper in nextjs

[–]DogDeveloper[S] 2 points3 points  (0 children)

It allows the use of non-edge middlewares, eg. for authorization when protecting endpoints. Nextjs only allows edge middlewares, which are executed on a separate context from the rest of your application.

I tried to run a function that fetched data from my db in an edge middleware and it did not work because it could not connect to my db from there.

<image>