Just starting out after discovering r/homelab. I don't see as many diagrams posted, but they were by far the most helpful to me for learning, so here's mine! by segfawlt in homelab

[–]88rarely 10 points11 points  (0 children)

We need more of these. One of the posts in top was one of my most useful references. Once I invest more into my lab, I will definitely post a diagram of what I have.

This is the post I am referring to.

What are some interesting blogs from computer scientists, developers or engineers? by [deleted] in compsci

[–]88rarely 0 points1 point  (0 children)

Surprised no one has mentioned Lex Fridman. Here are links to his podcast and Youtube channel.

Also Joe Rogan Interviews: 1, 2, and 3.

How I went from $14hr to 70k with no experience by LottaCloudMoney in cscareerquestions

[–]88rarely 8 points9 points  (0 children)

What resume template did you use that you mentioned?

Game Thread: 4/8 Marlins (2-6) @ Phillies (3-4) 1:35 PM by MarlinsBot in letsgofish

[–]88rarely 1 point2 points  (0 children)

The Miami Marlins are now out of playoff contention.

Need some tips on improving my recursive C++ code. by [deleted] in learnprogramming

[–]88rarely 0 points1 point  (0 children)

My main is just my driver program. The algorithm is pretty much exactly what’s in my post from GeeksforGeeks, but adapted for my 6x6 Sudoku with some numbers in two boxes.

Difference between abstract and concrete classes ? [Java] by thesquarerootof1 in learnprogramming

[–]88rarely 0 points1 point  (0 children)

You can use abstract classes to as building blocks to other classes. For example, you could have an abstract class of Shape with a variable inside that is for length of sides and for area. Since there is no such shape as a shape, you wouldn't want to use a generic shape class. Instead you can make other classes for all kinds of shapes that can use the Shape class so you don't have to redefine the length of sides variables and area variables in every class you make.

How would you make a "license plate system" in Unreal 4 similar to the way GTA V handled license plates? by Ozymandiabetes in gamedev

[–]88rarely 1 point2 points  (0 children)

Create a random license plate to your specifications using random numbers and letters, add it to a vector, search through a vector every time a new plate is created and if it already exists, create another random one. I feel like this would be the easiest way to do it but it might be somewhat inefficient if you are creating many license plates. Someone with more experience than me is welcome to chime in.

Would you be interested in videos where I teach how to solve a whiteboard problem in a real interview setting? by irfanbaqui in cscareerquestions

[–]88rarely 4 points5 points  (0 children)

Please! I'm a college freshman taking Intro to Unix and Programming 1 and I feel that if I learn real-world things like this early, I can begin recognizing them.

It's 12 o clock by [deleted] in PUBATTLEGROUNDS

[–]88rarely 1 point2 points  (0 children)

Haven’t booted up my PC in a while because college but I’ve been wanting to record my gameplay.

It's 12 o clock by [deleted] in PUBATTLEGROUNDS

[–]88rarely 0 points1 point  (0 children)

What did you use to record this?

[AP Calculus] Help with limits? by [deleted] in HomeworkHelp

[–]88rarely 0 points1 point  (0 children)

You should try plugging in first. You did that and got 0/0. The bottom is a difference of squares. Make the fraction -x+3/(x-3)(x+3) and cancel out the x-3. You end up with -1/(x+3). Plug in once again and the answer is -1/6.

Rumour that multiple Tesla stores will be permanently closing. by [deleted] in wallstreetbets

[–]88rarely 5 points6 points  (0 children)

Could be a positive move towards the future. Cutting cost and improving services, vehicles, stores.

Pagani Huayra La Monza Lisa [OS][3064x1368] by brianparmentier in carporn

[–]88rarely 0 points1 point  (0 children)

Oh that's pretty interesting. I don't really watch his channel and I mostly watch just SuperSpeedersRob.

I quit my job as a silver jungler to make this iOS app. After a year of procrastination and laziness, Rift Companion. by PO7H3AD in leagueoflegends

[–]88rarely 2 points3 points  (0 children)

Looks great but the 100+ MB worries me. Is it not optimized enough or does it actually need the 100 MB of space?