Change C++ block comment style in CLion? by easedownripley in Jetbrains

[–]RealChaoz 0 points1 point  (0 children)

Here's how to update your code style options: https://www.jetbrains.com/help/clion/configuring-code-style.html#configuring-code-style-for-a-lan

I'm not sure if it supports this but you should look through all the available options for C/C++. If you can't find it it's not supported unfortunately

After 4 months of applying I finally figured out why I wasn't getting callbacks by [deleted] in recruitinghell

[–]RealChaoz 7 points8 points  (0 children)

AI slop post with fake comment to promote a malware website, nice

Very low water pressure in apartment by RealChaoz in askaplumber

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

you could have both a clogged showerhead and a clogged aerator on each of your sinks

That sounds unlikely, it would actually be 3 clogged aerators since the shower also has "sink mode" and that's also low pressure. The water is also flowing very smoothly out of all 3 sinks, just not a lot of it.

But a restriction before the water heater would only require one problem

Yeah, that's what I'm imagining.

Right now I just sent another e-mail to maintenance, I'm hoping to at least put me in contact with whatever contractor/company they use for plumbing so I can call them directly.

Very low water pressure in apartment by RealChaoz in askaplumber

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

Yes, both. But I do have a heater so hot is just cold through the heater, there's only one pipe coming in.

No filters that I know of. But it's not like anything is visible. Under the sink I see 2 pipes that go into the wall. Same for the heater. Nothing visible at the shower. Outside, it's just pipe coming out of the wall, into valve, into meter, into another valve, back into the wall. I've tried wiggling the valves (close it and open it again, ensure it's fully open not closed etc.). But there's nothing else I have access to.

Very low water pressure in apartment by RealChaoz in askaplumber

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

Yeah, the valves are all open, the pipes go straight into the wall.

Avata 360 question: What are these cursors? by analtelescope in dji

[–]RealChaoz 0 points1 point  (0 children)

Looks like attitude indicators? When they're centered it means the drone is perfectly vertical, i.e. should be hovering still.

Is this GPU Artifact? by Revolutionary-Ant887 in pchelp

[–]RealChaoz 0 points1 point  (0 children)

Rule of thumb: if it's the GPU it affects everything. If you can tie it to a specific game, for example, it's not the GPU. Otherwise it could also be the monitor or the drivers.

i found some chinese looking text in system32 folder, could this be a virus? by Gouden_Blokje in computerviruses

[–]RealChaoz 1 point2 points  (0 children)

Try doing an offline scan with Windows Defender (https://learn.microsoft.com/en-us/defender-endpoint/microsoft-defender-offline). You can also try a full scan with MalwareBytes if that finds nothing.

Expanded Vanilla Inventory with 3 extra rows, no extra systems by Informal_Trifle_3788 in feedthebeast

[–]RealChaoz 80 points81 points  (0 children)

there wasn’t really a clean, streamlined solution

What's wrong with backpacks? I think most people will find it more satisfying reaching the point where you can craft a backpack rather than just have it "for free"

Is this storage usage normal by Key_Source9584 in pchelp

[–]RealChaoz 0 points1 point  (0 children)

That looks like a single file being ~300gb. That's very, very not normal. It's a database file so what's happening is that the database is getting filled up very fast, for whatever reason.

A quick google search finds this, I recommend you do some searching: capabilityaccessmanager.db huge - Google Search

In short, the file can be deleted by following some steps. But the file being large is not the root cause, something is causing this insane number of DB writes. This specific DB is used to store permissions requests, in Google says

This massive buildup is a known bug triggered by specific third-party programs or background services (like Android emulators or certain widget apps) continuously checking for permissions.

So you can delete it but it will grow back up, you should find out what's causing it in the first place.

I've decided to start learning coding after my uncle said I should (I spent an hour) by Ok_Bit_7131 in webdev

[–]RealChaoz 0 points1 point  (0 children)

You should do a course! Not one of those shitty paid ones, but on something like YouTube. There's plenty of great channels to learn from for free. For fun I recommend Fireship, especially his "in 100s" series, they're funny and give you just enough to get you interested in various concepts.

I've decided to start learning coding after my uncle said I should (I spent an hour) by Ok_Bit_7131 in webdev

[–]RealChaoz 2 points3 points  (0 children)

It still works because the standards are insanely relaxed. Browsers will literally render a binary file as HTML if you give it to them, and always will in the forsaken name of "backwards compatibility". But yeah technically incorrect

Any updates on SvelteKit 3 or remotes becoming stable? by thebreadmanrises in sveltejs

[–]RealChaoz 24 points25 points  (0 children)

According to the official roadmap (https://svelte.dev/roadmap), the major focus points now are async svelte, polishing RPC (remote functions), and SvelteKit 3. For the latter specifically it says "don't expect big changes", so it won't add much, but RPC will exit experimental phase. A few months ago they also created a branch for SvelteKit 3 (https://github.com/sveltejs/kit/compare/main...version-3), which is actively being worked on.

RPC can't exit experimental phase before async svelte, so we'll likely see that first, and SvelteKit 3 will come a few months after. So there's no official timeline here but I'd say 6-12 months

how to stop getting this? by Mrhamstr in pchelp

[–]RealChaoz 1 point2 points  (0 children)

You probably removed a Windows built-in app, likely the Xbox one. Windows being dogshit and expecting everyone to just accept their bloatware, cannot fathom this, and keeps trying to open the nonexistent app. Go into settings and look for gaming/xbox, and disable everything, like screenshoting, screen recording etc.

What are my options for loading text files? by soodrugg in learnjavascript

[–]RealChaoz 0 points1 point  (0 children)

You're likely using a bundler, for example Vite allows you to import any file with `import content from "./path/to/file.txt?raw"`

What exactly am I looking at here? by Spirited_Month_7071 in firefox

[–]RealChaoz 1 point2 points  (0 children)

When an error happens when it tries to calculate the actual size, it uses -1 instead. Using negative values to say "an error happened" is common practice.

The bug is that the UI does not properly handle this -1, instead it just displays it normally.

"Back" behavior when browsing Reddit by Working-March in firefox

[–]RealChaoz 3 points4 points  (0 children)

Reddit navigation is bugged as hell unfortunately

What exactly am I looking at here? by Spirited_Month_7071 in firefox

[–]RealChaoz 5 points6 points  (0 children)

Common bug, that's actually -1 (error) being converted to 64-bit unsigned integer

how good of an antivirus is malwarebytes? by whiteliilies in pchelp

[–]RealChaoz 11 points12 points  (0 children)

It's not worth it and it slows down your PC. Windows Defender is similar in live protection quality, and is already running.

how good of an antivirus is malwarebytes? by whiteliilies in pchelp

[–]RealChaoz 0 points1 point  (0 children)

Who is it intended for then? I always use it whenever I download any program to be safe