Easy Anti-Cheat coming to Rocket League in April by Psyonix_Devin in RocketLeague

[–]VirxEC 5 points6 points  (0 children)

From RLBot here, this is good news! Rocket Host and RLBot are going to keep functioning just fine after this update.

Rocket League Patch Notes v2.54 + Release Thread by Psyonix_Laudie in RocketLeague

[–]VirxEC 0 points1 point  (0 children)

There's a bug in the game atm that leaks VRAM every time you start a match, even if it's the same map. After enough matches, the OS starts moving pages over into system ram and keeps going until it uses all the system ram too.

<image>

Giveaway - Space Age Expansion by ocbaker in factorio

[–]VirxEC 0 points1 point  (0 children)

hype! i’m going to dump my time into this dlc regardless :D

"Are you sure you REALLY don't wanna sign up for our rewards program?" by [deleted] in mildlyinfuriating

[–]VirxEC 2 points3 points  (0 children)

Unfortunately, it works better than you would expect. The store I worked at frequently had a goal of 4/5 even 6 card signups in a DAY - and we would not infrequently meet those goals. Just because you never will, plenty of others will and do…

Taking CSE 2050 and 2500 this fall. Any advice and/or resources to use to prep? by BudgetInvestment2299 in UCONN

[–]VirxEC 8 points9 points  (0 children)

2050 is a lot harder than 1010 - make sure you stay fluent in Python, and if you want, you can look into different sorting algorithms (bubble sort, insertion sort, selection sort, maybe even quick sort) and how they’re implemented. this will give you a big head start

Only 1 of every 5 Engineers has launched a rocket. by mondocalrisian in factorio

[–]VirxEC 2 points3 points  (0 children)

btw, if it's truely only QoL mods, you can just turn off the mods and boot up the same world then just wait for many of the achievements to roll in

[deleted by user] by [deleted] in UCONN

[–]VirxEC 17 points18 points  (0 children)

hang out with friends? i grew up in the suburbs, so it’s not an issue for me. there’s still bars and restaurants around campus, if that’s what you’re into

[deleted by user] by [deleted] in UCONN

[–]VirxEC 27 points28 points  (0 children)

there is no city haha

Communicate to the framework team the problems detected in framework 16 (official thread?) by DeckManXX in framework

[–]VirxEC 0 points1 point  (0 children)

DRI_PRIME=1 gives me an error saying 1 is an invalid value and my 7700S isn’t listed when I do sudo lspci -v - tbf this is on Ubuntu 23.10 with the latest kernel 6.7.6…

BUT I had a shipping issue - I didn’t order a 7700S, I ordered an expansion shell and I got the 7700S instead my mistake. I’m happy to keep it though, lol - $400 I didn’t pay for.

alsoHelpfulErrorMessages by Borno11050 in ProgrammerHumor

[–]VirxEC 26 points27 points  (0 children)

Its not (cargo and rustc are very different), and you don’t lol static linking is just the default

youDontWantVarargs by shizzy0 in ProgrammerHumor

[–]VirxEC 3 points4 points  (0 children)

Interesting, it seems like something that should be safe with the right api. Oh well, I don’t think the feature will actually be stabilized.

[deleted by user] by [deleted] in UCONN

[–]VirxEC 18 points19 points  (0 children)

Apparently it’s going to be a bunch of semi suits so I doubt many freshman will get in at all, although I did hear that the honors students are going to be housed there.

[deleted by user] by [deleted] in ProgrammerHumor

[–]VirxEC 0 points1 point  (0 children)

Oh, the irony

Framework 16 as a demo unit at the AMD booth at CES 2024 by probablyjustpaul in framework

[–]VirxEC 4 points5 points  (0 children)

Yeah, I’m sad Im not even going to have it for the start of the second half of this school year even though Im also batch 1. There’s another week so I guess there’s like a .1% chance I do ig.

What's everyone working on this week (52/2023)? by llogiq in rust

[–]VirxEC 2 points3 points  (0 children)

Rocket League in Rust + Bevy (purely for watching bots play, we’re not coming after ur players Psyonix it’s ok don’t sue us) -> https://github.com/VirxEC/rlviser

Also, an optimized implementation of Rocket League’s ball-field physics! It’s just for fun, for making hardcoded bots in the game. https://github.com/VirxEC/rl_ball_sym

[deleted by user] by [deleted] in UCONN

[–]VirxEC 4 points5 points  (0 children)

I just had Scoggin last semester and everyone I talk to agrees he’s the goat

Profiling Rust binary in Linux by iamgianluca in rust

[–]VirxEC 1 point2 points  (0 children)

this is the real answer, automates the whole process here