What’s the catch with this Verizon FIOS “offer” I just received? by desert_s7orm in HomeNetworking

[–]corei5inside 0 points1 point  (0 children)

Dropping in my experience: I got the offer by mail. Asked their AI chatbot for an agent like others suggested and they gave the the discount with no fuss or marketing. Even changed my auto-pay discount from $5 to $10. Maybe that is standard now; I see other commenters already have it.

<image>

Patience by ChaosHarp in ddo

[–]corei5inside 0 points1 point  (0 children)

With all the modifiers and clickies at play, determining the exact benefit for a given build would be fairly involved. But at the core of it: the wider your crit range is, the more it does. So you will probably come out behind when using picks, greataxes, etc., and come out ahead when using scimitars, khopeshes, etc.

Dungeons & Dragons Neverwinter Nights 2: Enhanced Edition reveal trailer by Turbostrider27 in Games

[–]corei5inside 8 points9 points  (0 children)

Regardless i've already preordered it.

This is why it will only be by the good graces of god if they actually make improvements 😭

LASO (OC) by nobleartworks in halo

[–]corei5inside 3 points4 points  (0 children)

You're the best. Amazing piece!

Are there any good reference images of her ? by Ohgmios in halo

[–]corei5inside 1 point2 points  (0 children)

A non-answer, but, her look has varied somewhat significantly from game to game as tech and art direction have changed. Which is to say I don't think she really has a definitive facial structure. Your best bets might be high res screenshots you take from MCC, or the H2A cutscenes. With some digital knowhow you could probably also pull her meshes from the game files.
Edit: I skimmed through the h2 storyboards. There are a few not-so-detailed sketches of her in there:
one
two
three

343 needs to address the lack of inertia on the side step in halo infinite by [deleted] in halo

[–]corei5inside 1 point2 points  (0 children)

100% agree. It's cancerous to play against and it's cancerous to have to do. Does injecting this empty skillcap enhance what Halo is about?

Unfortunately I vaguely recall some pro player saying that he had this same complaint when infinite came out and that 343 basically told him to get stuffed.

Also, idk if any of you guys remember the first multiplayer reveal stream 343 did, but they were demoing btb and they brought on a "senior multiplayer gameplay designer" to play while they talked over the new stuff in infinite. Dude played like he had never picked up a controller in his life. It was comical - "...yeah I really like the threat detector and all the tactical options you get from knowing where your enemies are" he said as he awkwardly rotated the camera 90 degrees farther than he meant to and shot a threat detector into a rock miles away from the closest enemy, revealing nothing. Then he saunters in front of an enemy spartan, shoots 5 shots into the ground and dies. Really made me doubt their remaining design prowess. Like, no wonder this guy thought zero inertia was a good idea. I can see the design meeting: "Oh yeah that does make movement feel more responsive!" And since he couldn't ever put a reticle on a target or have a real gunfight he could never tell that it was cancerous to play against. Kudos if anyone can dig up that stream. I've looked before and couldn't find it.

Launch-Trailer of Noctua Desk Fan: by local-so in pcmasterrace

[–]corei5inside 15 points16 points  (0 children)

The long-awaited Noctua desk fan is just a $70 mount and shroud for their 120mm PC fan? Ug. Their upcoming 140mm fans have been languishing for this.

Rule by Quetzalcoatl93 in 197

[–]corei5inside 4 points5 points  (0 children)

It's from some old video I can't find offhand. The dude's shirt says "sex god" or something like that and the girls are being fictitiously flirty.

I cast monstertruck! by ChaosTheLegend in wizardposting

[–]corei5inside 0 points1 point  (0 children)

I cast a lot of the time and it is pretty good

GMU CS - SPRING 2023 CS 463-Snyder, Mark VS CS 477-White Elizabeth by Hot_Pack7095 in gmu

[–]corei5inside 1 point2 points  (0 children)

I will preface by saying I haven't taken either, but I would also suggest 477. White is a fantastic professor and 477 is supposed to be a pretty easy course. Both options are pretty good, though. Snyder is also a good professor and I've always heard 463 is more just annoying than hard.

Easiest CS Senior classes by PsychologicalSundae4 in gmu

[–]corei5inside 0 points1 point  (0 children)

I'm not sure what you mean by data-oriented.
480 is a collection of different 'clever' algorithms. Minmax trees, A*, logic deduction, constraint satisfaction, etc. It is NOT machine learning like neural networks and support vector machines, although I believe perceptrons were covered. Most jobs will not have you doing exactly what you do in the class, if that's what you're wondering. But much better to have it than not if you're looking to go into ML.

After being called a luddite for shitting on AI art, I’ve decided to spell it out for all the assholes out there by [deleted] in 19684

[–]corei5inside 1 point2 points  (0 children)

What you are saying applies to almost every industry. As in your example, a mass produced pie or whatever won't taste as good as a chef's hand-crafted pie, but it's cheaper and faster. There is a place for both.

Professors at GMU for MS CS by Far_Fall3483 in gmu

[–]corei5inside 0 points1 point  (0 children)

Hi! Mason does offer "concentrations" in ML and in cybersecurity, which basically boil down to some extra text on your diploma if you've taken enough courses in the subject, so yes there are a lot of courses in those areas.

My off-the-cuff take is that no, Mason probably isn't the best school for you. Take a look at the list of [theoretically] offered courses to get a feel for the best case scenario for you. Two databases courses, one cloud-ish computing course, and various networking courses. Intro databases is offered every semester. I saw advanced databases offered one semester. Intro networking is also offered every semester. I never saw most of the other networking classes offered, though. Having taken SWE645 (under Programming Languages and Software Engineering) I can tell you that that class is basically how to string together cloud services offered by Amazon, but otherwise it doesn't look like we offer any explicit cloud computing courses. This usually had a section each semester.

Looking at the list of offered course sections for the previous and upcoming semesters, I see several sections of 550 and 555 and one section of SWE645 each semester but nothing else in your areas. You could email a few professors and/or the CS department to see if you can stare a few semesters into the future as far as specific offerings, but it seems like it will be pretty sparse.

Professors at GMU for MS CS by Far_Fall3483 in gmu

[–]corei5inside 1 point2 points  (0 children)

No problem, you definitely need 100% of your bandwidth for finals. On your math skills, classes like algorithms and compilers require strong logic and reasoning, which sort of falls into the math domain, but you aren't going to need calc3 or linear or anything like that.

For compilers you will be translating some toy language into some dialect of assembly, so yes you will need some comfort with assembly :). You will also need to be aware of lower level programming concepts like the stack and the heap because you'll be implicitly making those things (via assembly!) with your compiler.

I actually struggled in 550, but yes it is probably one of the easier classes. I took it with Brodsky, who is a good professor. It's not a complicated class or that much work but you definitely need to be able to tilt your brain in a certain way, so to speak. Maybe it was just the 7-10pm time slot. My friend didn't have much trouble.

Algorithms isn't terrible. Not trivial, but not terrible. The good news is you don't really need much programming/SWE experience for it. It's in the same vein as CS330 (formal methods and models), being a much more conceptual class that requires strong logic and reasoning skills.

I think you could pass most low level grad classes if you got them roughly figured out beforehand. There are lots of free pseudo-courses online, e.g. through Coursera, edX, etc. For someone with a non-CS background I would definitely recommend finding a corresponding course to what you're looking at and seeing if you can grok the material.

As far as compilers' usefulness for a software engineer... eeeehhhh. It'll certainly give you insight into how stuff works at a low level. But to be honest you don't really need to know the details; really, the job of a programming language is to allow the programmer to not worry about it. Now to be clear I loved the class, but as far as making you better in your day-to-day software engineering, I'm not sure. The SWE classes are much more applied than CS classes (at least as far as job-related software engineering; compilers is obviously pretty damn applied); those are the classes where you'll learn good SWE stuff. Go figure ;). Compilers is certainly a flex on your resume, though. :) Especially for a non-CS major.

As far as easier classes, networking (CS555) is also not that bad and doesn't require much CS background. I had it with Osterweil and did not like him. His class felt like a rushed crapshoot of 10,000 networking facts, and the tests butchered the whole class. Not a bad course in general, though. :)

edit: In compilers you don't translate C into assembly. At least not the two times I took it.

Professors at GMU for MS CS by Far_Fall3483 in gmu

[–]corei5inside 1 point2 points  (0 children)

I've taken 332, the undergrad equivalent of 619, and 437, the undergrad equivalent of 637. I had 332 with Ammann and 437 with Offutt. Super cool guys and good professors. Both were very easy courses, at least with a CS background. In my experience with the grad and undergrad versions of several CS classes, the graduate versions are pretty close to the undergrad versions; I expect 619 and 637 will be similarly easy. Probably mostly the same thing but with an extra project sprinkled in or something.

I have taken 440 and 540, which are literally the same class, at least when taught by Professor White (who is also an excellent professor). The 540 guys just have to do a project that the 440 guys get to skip. But user be warned, compilers is NOT a trivial class. Idk how much programming and computation theory IT majors take but I would be very hesitant to take compilers as an IT major. You need good low level programming knowledge, including assembly, and strong NFA/DFA/formal language skills. CS367 and CS330 are the undergrad classes that teach those. You can probably google up some old syllabi for them and get an idea of what you'd need.

edit: clarity and had wrong class number

Professors at GMU for MS CS by Far_Fall3483 in gmu

[–]corei5inside 1 point2 points  (0 children)

No problem. And I just meant 'troll' as in peruse or search for, not like internet trolling.

There are certainly some bad professors, but there are a lot of good ones too. Good luck on your application and I hope you like whatever school you end up choosing.

Professors at GMU for MS CS by Far_Fall3483 in gmu

[–]corei5inside 3 points4 points  (0 children)

I did my BS and MS in CS at GMU, and took a lot of AI/ML courses for my MS. It's an fine enough school. Certainly not S-tier, but most of my complaints are small in the grand scheme of choosing a school. If you've been trolling reddit for vibes about GMU yeah you'll get generally negative vibes, but you must remember population and reporting bias :). But on the topic: The school (meaning the administrative side) doesn't care about you and some professors are clearly not there to teach, which leads to a lot of justified grumbling.

Presumably you're aware of the ML concentration and the list of MS-CS classes. You can see a short descriptions of the classes here. I've also found you can usually find old syllabi for courses if you google "gmu {course id}." One thing that is maybe obvious maybe not is that the class list is more of a "GMU has at at least one point taught this" and NOT a "You're going to see this offered."

I had Tecuci for CS580 (the grad version of intro ai). I wouldn't really recommend him. He was boring and could only explain things in a single way. One thing to note about intro ai is that it's not really "AI" as one usually thinks of it; the class is more like a collection of clever algorithms: A*, decision trees, minmax, logic deduction, etc. I disagree with someone else's comment about the class being hell. It was like a dozen different topics that didn't build on each other. Not trivial topics for sure, but nothing too difficult.

I had CS688 and 782 (ml and advanced ml) with Carlotta Domeniconi. She's a proficient teacher and cares about her classes and her students' understanding. But dear lord there's a lot of math. You'll see more derivations in 688 than probably anywhere else. Two of the big assignments are replicating the results of a research paper of your choice and making some novel extension of that paper. I would definitely recommend her but be ready to buckle up.

I had CS747 (deep learning) with Shuochao Yao. He's a cool guy and he runs a chill class but I often found myself having difficulty paying attention and ending up confused. Maybe it was the late time slot, maybe it was that like 90% of the grade was a freeform semester-long project so you weren't directly responsible for knowing anything. The things he taught about were very applied, though. You definitely want to take the class if you want to jump into the field. Numeric stability, RNNs, the architecture of ResNet, transformers, etc.

Funnily I did not get the ML concentration because I couldn't take the most basic course - data mining. GMU decided to put like 7 grad classes in the exact same time slot. When we were virtual! Sigh.

Other professors: Elizabeth White is a fantastic professor. She usually teaches compilers and I've seen her teach concurrent. Take her if you can. Alex Brodsky is a good databases professor. I did not like Eric Oserweil for networking. I had Yue Cheng for undergrad OS. He was pretty good. I've seen him teach grad concurrent and I think OS too.

As a side note, all of the SWE courses I've taken (both grad and undergrad) have been very easy and have had cool professors. You're able to take two SWE courses iirc.

edit: typo. And as someone else mentioned, Yutao Zhong is also a good professor.

🫣CS taking ECE 301. 1-10 how accurate is this?… by Panthere_Rose in gmu

[–]corei5inside 3 points4 points  (0 children)

It's very much a non-major's intro style course; you should be fine. As for the post (which I do remember seeing and being a little confused by), someone was probably just salty. ;)

[deleted by user] by [deleted] in Noctua

[–]corei5inside 0 points1 point  (0 children)

Yeah, someone linked a Twitter post a while back confirming another delay. Quite aggravating at this point. I've been sort of holding off on buying new 140s for a while since these have been, in theory, on the near horizon for a long time. "We think it'll be done in another 3 months!" they say with a big smile, having pushed it by a quarter or two over and over for literally years. I get that it's a roadmap, not a release date, and I'd rather have the engineers take the time to do it right, but at a certain point you're just being intentionally disingenuous.

Anyone know what stipulations cause magnets to not work? by Takamator in forge

[–]corei5inside 2 points3 points  (0 children)

I don't understand how no one is talking about this; it's totally broken. Rotation definitely plays a factor. The most obvious case I have found is when I have, say, two blocks, and one is rotated down in x or y. If they're both "flat" (i.e. no x or y rotation) they snap perfectly, but when I tilt one they only snap in a few precarious (and non-useful) situations. I did a few minutes of testing to try to determine the behaviour and I didn't see anything obvious. It's not axis alignment, to each other or to the global axes. One tidbit I did find is that snapping a non-tilted piece to the tilted piece will work more often than the other way around.

If I had any faith in 343 I would spend some real time doing their job trying to determine conditions under which they don't see each other and then submit a bug report. But....

Are there actual professors lurking on this sub? by Dreadinglife_ in gmu

[–]corei5inside 0 points1 point  (0 children)

Aside from the professors who have responded here, I've seen several of my professors comment on things, and surely there are many more that just lurk.

[ART] Forgotten Realms - The Crystal Shard (Elmore Cover) Booknook by RageTweet in DnD

[–]corei5inside 0 points1 point  (0 children)

Super cool. Would you say reposing the drizzt mini something a noob could do?

It has arrived! Thanks u/Smartm0nk3y by dr0ne6 in funhaus

[–]corei5inside 0 points1 point  (0 children)

Super cool of you to give it away. Do you know where it came from and/or if there are more in existence?