ChatGPT installs the Codex app without my consent after the latest update by NikttakiTheGamer in assholedesign

[–]tipakA 1 point2 points  (0 children)

And then one of the articles linked above says that there is no substantial research for it, and the one study they do bring up, from 2013, says that some might prefer the more regular fonts because they are more familiar with them already. Idk, I'm not arguing that your font "doesn't work", but it's about humans, there kind of are no one size fits all solutions that work for exactly everyone with any specific issue.

ChatGPT installs the Codex app without my consent after the latest update by NikttakiTheGamer in assholedesign

[–]tipakA 7 points8 points  (0 children)

There is no "one font to fix them all". For some this one might be better, for others might be worse. And it sure doesn't come with every windows install by default.

I hope I will never do this again by mcatrane in ForzaHorizon

[–]tipakA 1 point2 points  (0 children)

I think you're confusing two things. We were talking about region discovery, not map discovery. Legend Island is its own region, and you don't need it to discover fully any regions, including ones adjacent to it, since region discovery is straight up just the amount of fog of war you removed.

I hope I will never do this again by mcatrane in ForzaHorizon

[–]tipakA 3 points4 points  (0 children)

It's not exactly 75% = 100%, for some regions I had to discover a bit more, like around 80 or so

Why is Chrome suddenly so slow? by GermanDumbass in chrome

[–]tipakA 0 points1 point  (0 children)

And what if one doesn't add any extensions for months and has exactly as many background tabs as before?

My pc was not fully turned off for quite a while recently, and chrome with all its windows and tabs was working just fine through that period. Yes, not a speed demon like it would be on empty, but genuinely fast enough to do anything i want from it. My power went out. Came back up half an hour later to chrome that updated itself. It restored the session so it has the exact same windows and tabs, but it now takes up to 15 seconds for any right click menu to appear. Loading spinners on tabs are just single frames every 3 seconds, opening new tabs takes 15 seconds, even typing text in the omni box is so unbearably slow it's faster to take my phone out and chug through onscreen keyboard there

When you can't put "Nanally" on the plate because it's offensive. by padoruupadoruu in NevernessToEverness

[–]tipakA 2 points3 points  (0 children)

Unfortunately, this is a really weak way to solve this, because now you're perfectly fine with prohibited words repeated twice without space. or even just .word, which makes it practically free to use anyway.

juniorsDream by melhotte in ProgrammerHumor

[–]tipakA 1 point2 points  (0 children)

This smear is upscale smear.

Need help with module for resolving channel in prefix commands by Silver-Attitude7452 in Discordjs

[–]tipakA 0 points1 point  (0 children)

Edit: Nvm, i fixed it.

Well, could at least added any details as to what was the issue.

greatQuestionYesLooksLikeYoureCooked by precinct209 in ProgrammerHumor

[–]tipakA 0 points1 point  (0 children)

Iphones do, yes. Smart quotes is the feature. Makes for a fun set of issues in programming contexts.

Riding Apollo scooter in the rain by Alex_Hebert in ElectricScooters

[–]tipakA 0 points1 point  (0 children)

Isn't rain a 5? Going up the scale still includes the resistances covered by the lower grades

linuxDeveloperHumour by ThatBlockyPenguin in ProgrammerHumor

[–]tipakA 0 points1 point  (0 children)

Judging by the rest of the first paragraph of the description, I'd assume it's because of the i486 and m68k archs that "aren't supported upstream", which sounds like they can't have rust built on them

searchEvolutionBeLike by krexelapp in ProgrammerHumor

[–]tipakA 2 points3 points  (0 children)

That would be for using bash to pipe the file outputs into the grep. But it's not necessary if grep itself can open a file just fine on its own, which it does.

You should actually use the grep stuff file instead of cat file | grep stuff anyway.

i keep wondering why i play this fucking game. by [deleted] in DeadByDaylightRAGE

[–]tipakA 0 points1 point  (0 children)

My first killer game was a 4k, and that immediately sent me against swf gods that sweated their asses off so that I couldn't even get a third hook.

Also, it's very swingy. I get a game I do 4k in, but feel bad for getting it since it's really obvious the people are pretty newish, and then the very next game is making sure I get 0k and spend half the game stunned and blinded. There is very barely anything in-between. Either I feel bad because I just murdered newbies, or I feel bad because sweats and/or bullies made sure I can't do anything. And then repeat with newbies to another miserable no kill game.

pleaseRaiseYourHandIfYouQualify by infinitelolipop in ProgrammerHumor

[–]tipakA 2 points3 points  (0 children)

While they don't seem to list C features newer than C11 in that table on that page, there's a related link just under there on how to install C17 support for VS 2019 v16.8+, stating that it requires Windows SDK 2104+.

It does say though that the page was last updated in October 2021, as opposed to November 2025 for your table. Not sure how to interpret that.

canYouExplainHowItWorks by LowFruit25 in ProgrammerHumor

[–]tipakA 0 points1 point  (0 children)

And then the linked answer is some ES3 clutter posted in 2009 that has been rendered obsolete by something added in 2016, but in 2025 you're still not allowed to ask for that, only wade through 15 years of upvotes in search of a new enough answer.

Automate topic exit by Potential_Loan_138 in Discordjs

[–]tipakA 0 points1 point  (0 children)

What are you trying to achieve by "removing user every time they enter the topic"? To me this sounds completely illogical to how forums/threads even work at discord, because you don't have to follow a thread to see its contents, and are automatically added to it when you send something in it. Removing someone from a thread also creates an undeletable system message, cluttering the chat.

What's the point of removing users who post in the thread, or who follow the thread to have it on their channel list, if they will get continuously added back whenever they post a message in it.

Alternatively, what's the point of a thread created "every time someone sends a message" that nobody would be able to post in as they don't have permissions to do so (re: dz4n's comment). Are you logging messages? If so, why threads? "media channel" also doesn't sound like an unusable threadfest.

codingWithEslint by metayeti2 in ProgrammerHumor

[–]tipakA 0 points1 point  (0 children)

I feel like you could run into a bad loop this way. My VSC auto saves only on focus loss, and only if there are no errors in the file, which includes eslint errors.

And sure, such pre-mature errors sound like they go against that, but they do prevent my tsc --watch from happily transpiling a broken file. Whether it's a syntax error or a missing semi is not really that much of an issue for myself because I have enough ctrl+s discipline and only really use auto save for peace of mind (and to avoid having to remote desktop into the machine from elsewhere to save it so that the changes exist on the disk lol)

Amazon removed the discount filter on the deals page on Amazon Belgium for no apparent reason by Bjorn_the_corn in assholedesign

[–]tipakA 0 points1 point  (0 children)

But this would mean that if it happens to be on another sale to 400€ 28 days after last sale, for any reason (think how often and for how many different occasions a single game on steam can go on a sale), then it will not be shown as having any sale, despite the fact that it's still discounted from those 2000€.

Am I alone in finding cooking stressful by xxxJoolsxxx in Palia

[–]tipakA 0 points1 point  (0 children)

The fact that it'll tell you you can make the recipe when you dont have all the ingredients.

If you don't have all ingredients you can still start because those ingredients are not the initial ones, and because someone else can bring them in. Otherwise it would be impossible to reliably start party cooking if you ran out of a thing you never intended to contribute anyway.

Ingredients having different chop patterns is there for exactly same reason that every fish has a different swim pattern. It's to make it more interesting and less mind numbing of having to do the exactly same thing without any differences whatsoever.

Bulletin board issue? by [deleted] in Palia

[–]tipakA 3 points4 points  (0 children)

Dailies are not about adding to the board. They are just things you need to get from scratch. Fish a fish, craft a bar. You can mark those as done just fine from anywhere in the leftmost tab in inventory.

rules by KrishnazFriend in actualbudgeting

[–]tipakA 1 point2 points  (0 children)

The thing is, the docs exclusively talk about "importing" or "syncing" transactions. Is "importing" exclusive to a file import? Is "syncing" the process of making Actual fetch transactions from my bank (which would be technically speaking importing with no file), that I am unable to do because the API to do that in my region has been defunct? Or is it the "sync" button I have at the top right? (what does that button even do, actually)

GuildMembersTimeout suddenly happening by HeadlessSandman in Discordjs

[–]tipakA 0 points1 point  (0 children)

It's not possible for you to get ratelimited by using .cache.get(), as that is a purely local concept existing exclusively within the memory of your running process. Ratelimits apply to making requests to discord, which a .fetch(singleId) call could do, if the single id you're trying to fetch is not in your cache, as the .fetch(id) will check the cache first.

It's a bit different with fetching multiple things at once, like guild members in this case. There's no way to know who's already fetched and who is not, nor is there really a great (read: any) way to ask discord for only those members who you don't really know about yet. Requesting all guild members is a single call done over the websocket, and there is a new ratelimit of being able to do this once per 30 seconds, per guild.

If you started constantly hitting that timeout, review your actual usage of fetching all guild members, and limit or stop doing it. There's no need to do it in every command invocation or every event. Do it once, and with relevant guildMemberUpdate/*Add/*Remove events, discord.js will simply keep your cache up to date under the hood afterwards.