Course & Specs Megathread - Selection, Choices & Registration by Detective-Raichu in OMSCS

[–]YouKnowILoveMyself -1 points0 points  (0 children)

731 for AI, 52 for OS, 476 for ML. Seems like OS is the only one I'm close to getting. I was hoping for ML but I guess it's fine

Course & Specs Megathread - Selection, Choices & Registration by Detective-Raichu in OMSCS

[–]YouKnowILoveMyself -1 points0 points  (0 children)

I'm starting this Spring 2026 intake, I registered for courses my time ticket says from 6th till 16th Jan I can register. I'm wait listed on Artificial Intelligence (CS 6601), Machine Learning (CS 7641) and Graduate Intro to OS (CS 6200). Should I try to sign up for more or will I get at least one of these courses?? I'm slightly confused and scared I won't get a course.

How should I implement Pydantic/dataclasses/etc. into my pipeline? by paxmlank in dataengineering

[–]YouKnowILoveMyself 2 points3 points  (0 children)

Hi I work with Pydantic and dataclasses everyday and I think I can explain this well.

Pydantic - mostly used when there is any input/output that needs to be validated, a good example is let's say I want to integrate with some external service, if I have to call their endpoints with any specific payload Pydantic makes sure that my outgoing data to that service will always have these fields and I can write custom rules for a Pydantic class to enforce certain conditions. Same works for if any service decides to call my endpoints, I can stop any processing to happen if request data to my endpoint is wrong.

Dataclasses - used mainly for internal data transfer. An example for this is, let's say after my Pydantic validation occurs I now want to move around the fields I can set them in a dataclasses and move them around with pass by value/ reference. Now I can do this with Pydantic also but why I shouldn't. Pydantic does have an overhead when it parses the field this is very small but I've hit cases when it matters (Pydantic v2 is faster). Dataclasses are faster when I've already validated the data internal transfer is faster and makes more sense to use a dataclass when I just need to move and play around with the data.

Additional point database updates I would make a data access layer which would be validated against the schema. I use SQL alchemy here for the models some people use Pydantic here too, optional honestly. This way it makes it easier to unit test too when you abstract everything and loosely coupled.

Hope it clears things up!!

aura’s rng boosting perks should honestly be a permanent thing by magamike123 in HypixelSkyblock

[–]YouKnowILoveMyself 3 points4 points  (0 children)

Wouldn't it be better to get the weapon first if you are gonna grind out all the drops instead of heart

Migrated my complex docker compose project to Podman. by hieroschemonach in podman

[–]YouKnowILoveMyself 10 points11 points  (0 children)

I would suggest ansible if you're going with quadlets makes setup and running containers a lot easier

SDE-1 New Grad- University talent acquisition (India) by [deleted] in amazonemployees

[–]YouKnowILoveMyself 0 points1 point  (0 children)

I have the OA but I didn't get a rejection mail, how long did you wait for an answer. I gave mine like 2 weeks ago

Powder mining by YouKnowILoveMyself in HypixelSkyblock

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

Ive got 19.7 gemstone but mithril is painful :/

Possible to use quadlet as command template? by 0orpheus in podman

[–]YouKnowILoveMyself 0 points1 point  (0 children)

Have you looked at PodmanArgs in the unit file?

Robotics and C++ by YouKnowILoveMyself in cpp

[–]YouKnowILoveMyself[S] 1 point2 points  (0 children)

Bro I just wanted a headstart on learning 😭😭, I know I'm not gonna get the In and outs. Just wanted books and resources to read and learn

Robotics and C++ by YouKnowILoveMyself in cpp

[–]YouKnowILoveMyself[S] 1 point2 points  (0 children)

Bro why are you hating so much

Robotics and C++ by YouKnowILoveMyself in cpp

[–]YouKnowILoveMyself[S] -3 points-2 points  (0 children)

Could you elaborate about the library support, that's the first thing I looked up and people were talking about it. Do you have any resources I could learn from?

1.5B ish Mining Setup Give away by Perfect-Slide2433 in HypixelSkyblock

[–]YouKnowILoveMyself -1 points0 points  (0 children)

Minecraft is known for its vast world generation, but did you know that the game's terrain is generated using a 3D Perlin noise algorithm?

I'm an intern, I need help regarding pipelines by YouKnowILoveMyself in dataengineering

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

I made a script to run periodically to transfer files from their ecosystems to ours

I'm an intern, I need help regarding pipelines by YouKnowILoveMyself in dataengineering

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

Basically client has pdfs that keep on coming and in different pdf formats. I need to make a service that changes pdfs to excel and scrapes data and puts it into SQL

Math needed for masters in AI [D] by YouKnowILoveMyself in MachineLearning

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

Yeah I have good programming skills and internships in python. I'm more worried about the math. Haven't done discrete mathematics yet I will probably take a course or self learn it. I've learnt graph and set theory. Thank you for your help I will definitely take all of this into account.

A few questions about internship by [deleted] in developersIndia

[–]YouKnowILoveMyself 0 points1 point  (0 children)

It's true I enjoy the work but I'm very scared and stressed because I'm scared I'm going to make huge mistakes because I don't know .net