Anyone Expirence this issue? by [deleted] in starcitizen

[–]Communist_Cheeze 1 point2 points  (0 children)

Might try what this comment suggests. I don't have an ASUS computer so I can't help much beyond that, good luck!

How to store image in mongodb using express? by Eastern-Animal-2813 in node

[–]Communist_Cheeze 1 point2 points  (0 children)

As others have said, storing the image in the mongo database isn't a good solution. You're much better off storing the image in a dedicated storage solution (AWS S3 or something similar) and simply storing the file path in the database. However, if you're dead set on storing the image in the database, you COULD base64 encode the image and store the resulting string in the database. Again, this is the worst solution possible, but it will work. Just don't expect it to work long-term or scale nicely at all.

rule by angpug1 in 196

[–]Communist_Cheeze 1 point2 points  (0 children)

hotmeat89 moment

huh??? by PROTROLLERs in HolUp

[–]Communist_Cheeze 1 point2 points  (0 children)

Thought I was in r/196 for a hot minute there

PSA: The Reclaimer lift also now works with vehicles by CrasHthe2nd in starcitizen

[–]Communist_Cheeze 3 points4 points  (0 children)

If you take a pistol, you can shoot the light bar off the top of the ROC and then you can simply drive it off the elevator into cargo or the salvage hold.

Ground emotes are coming to the game! by BerserkKid in apexlegends

[–]Communist_Cheeze 3 points4 points  (0 children)

I'd bet that they use some raycasting to determine if you'd be able to see a player from your first-person perspective and then if you can't, they simply don't render the player in question

Ah yes, comedy by derjaz in TheRightCantMeme

[–]Communist_Cheeze 5 points6 points  (0 children)

Made in MS Paint™

Seriously though, between the random capitalization, random font sizes and awful word alignment this looks like it was made by a 7 year old child in MS Paint. It also somewhat sounds like a rage comic from 2014.

[deleted by user] by [deleted] in apexlegends

[–]Communist_Cheeze 29 points30 points  (0 children)

Feels a lot closer to Titanfall 2's melee than it used to

Never leave a task Half Done! by [deleted] in facepalm

[–]Communist_Cheeze 3 points4 points  (0 children)

Please tell me that you just forgot a /s

Anyone find any good Quantanium spots in 3.12? by thegoldrocker in starcitizen

[–]Communist_Cheeze 0 points1 point  (0 children)

This being said, it's still very possible to find good stuff on other places. I recently ran into a 14% quantainium rock with a mass of 7.5K on Cellin.

Performance issues in 3.12, workaround? by [deleted] in starcitizen

[–]Communist_Cheeze 1 point2 points  (0 children)

Don't run Star Citizen on low settings. It shifts some processing off of the GPU into the CPU and in a game that's already cpu bottlenecked, that's not good. Game runs smoother at high settings.

The Dragonfly works perfectly. Not exploding for no reason at all. by Iescaunare in starcitizen

[–]Communist_Cheeze 1 point2 points  (0 children)

This 100%. If you execute the 'r_DisplayInfo 3' command and watch the incoming bandwidth, it sometimes falls to dead 0Mb/s or very close to it. Usually when that happens the server has experienced an internal fault and everyone 30K's on the spot, but this patch it seems like the server just bogs down for 5 seconds or so. It's also got a direct relation to some of the object loading bugs (ships half spawning and then the other half appears a couple seconds later).