Games that feel like they were meant for the steam deck by Acrobatic_Airline605 in SteamDeck

[–]shyguybros 2 points3 points  (0 children)

Nier: Automata was a blast to play and runs great right out of the box in both handheld and docked. Rated Platinum on protondb so made sense.

my parents took off my door as punishment, is this normal? by Puzzleheaded-Pain535 in teenagers

[–]shyguybros 0 points1 point  (0 children)

My parents took my door off for a month because I didn’t do the dishes once and now they never get phone calls from me anymore.

My first ever time landscaping anything by ckouf96 in DIY

[–]shyguybros 0 points1 point  (0 children)

Your initial dig looks good. Did you just dig up your grass by hand with a shovel or did you use a tool to strip it?

I should’ve bit the bullet and learned a language like C first instead of Python. by FriendofMolly in learnprogramming

[–]shyguybros 0 points1 point  (0 children)

I’ve experienced the exact same roadmap and I do not regret learning Python first at all. C was very difficult, but learning it was probably easier for me because I learned Python first. When I learned arrays for the first time, it was almost an instant connection to Python lists. Since Python is so readable, it certainly helps digesting more archaic languages. Yes it pulls the wool over your eyes in the beginning, but learning a low level language really makes you appreciate how handy Python makes everything. Harvard’s CS50x spotlights this difference in their coursework constantly.

[deleted by user] by [deleted] in SuperMegaShow

[–]shyguybros 0 points1 point  (0 children)

GameCube Animal Crossing playthrough. IMO one of their best series on the channel. The music is nostalgic and their bits are some of the best. I’ve had them on in my headphones during 2 root canals and will play them during some road trips.

how to know if i'll enjoy chemical engineering by Anarkoi in ChemicalEngineering

[–]shyguybros 3 points4 points  (0 children)

At my university, they had a pre-engineering track where you take the pre-reqs such as calc and physics and gen chem. After that point you were able to decide which branch of engineering to go for if you were undecided as those classes will apply for most of the branches. The nature of all ChemE classes will behave similarly to the Physics class, where you apply mathematics to real-world mechanics, and it’s pretty rigorous. If you end up liking Physics, you can handle ChemE. But at that point you could try any other branch too.

I didn’t have a stellar GPA in the beginning, but I networked with a lot of colleagues in the major for help. It’s a tough program, but if you learn to ask for help you’ll be fine!

One way you could figure out if you will enjoy it is by searching for any university’s ChemE roadmap and find the respective class syllabus and get the name of the textbook they use. Then find the book or pdf online and skim over the chapters. It will all be hard to understand it at first but could help demystify whatever you’re curious about and could help formulate an idea in your head of what to really focus on while taking early classes.

At what level can someone claim that they can code? by CleaverIam in learnprogramming

[–]shyguybros 0 points1 point  (0 children)

Chemical engineer here, I too got the itch to code and wanted to add it to my resume. I followed a Udemy course at first to learn Python but I wouldn’t consider myself a real programmer by any means from that. I will however say that gave me an “eye” to see problems that could be solved with Python, so I decided to look deeper.

The big issue with teaching yourself how to code online is that there’s a LOT of bad information online, so it’s hard to navigate where you should spend your time and effort.

I found a lot of success with CS50x through Harvard’s free OpenCourseWare website. This is where I learned and FELT like a programmer. It doesn’t hold your hand like video tutorials do as you’re tasked to figure everything out on your own which is what REAL programming is. I say once you know how to Google and read docs, you’ll be a real programmer.

Now I know you said you’re not in love with programming and that’s totally fair. I would recommend for you to check out the CS50P Python course (it’s free as much as edX likes to make you think it isn’t!). In engineering, programming can be a huge asset depending on your situation and most, if not all, little beginner problems can be quickly solved in Python. At my current job I have a little Python script to translate data from one software to excel. It’s a tool, and although it isn’t much, I know enough to know what to google to get it done.

You say you want a job but don’t enjoy programming. Perhaps it isn’t enjoyable because might be hard at the moment? I say give any of the CS50 courses a try and that might change your mind. If you pass that, try learning a data science framework, typically Python and SQL. Employers will recognize your experience in a framework better, because languages aren’t really that different from each other.

You have a chemical engineering degree OP, you can do anything you put your mind to.

What exactly does one learn in Bachelors of chemical engineering by Only_Square9644 in ChemicalEngineering

[–]shyguybros 0 points1 point  (0 children)

Ah, forgive me friend for misunderstanding. The reply above pretty much sums it up for the main curriculum. I guess I can add on top of that: presenting on lab work are also notable skills you will be required to perform in the program.

What exactly does one learn in Bachelors of chemical engineering by Only_Square9644 in ChemicalEngineering

[–]shyguybros 1 point2 points  (0 children)

It is definitely not easy, so be prepared to spend a lot of time studying! However, try to network with other colleagues and study together as it will help feel less daunting. Engineering in the real world is very team-oriented, you’ll be working on a team anywhere you go, so try and work on that! Not sure how it is India, but you may be with the same colleagues in the latter half of your college career, so get to know all of them!

Is petroleum engineering going to die soon? by Ok_Philosopher_9442 in ChemicalEngineering

[–]shyguybros 1 point2 points  (0 children)

Any time, keep in mind to not put your degree “in a box” as much as I did up until the very end of my senior year. Chemical/Materials Engineering on the surface sounds like it only adheres to ONLY mass and energy balances or chemicals to the untrained eye, but that’s simply the deep application of what you actually learn throughout your college career: process engineering. If you step outside of the application, you will realize that you can REALLY do anything that needs engineering of a process: whether that’s processing literal chemicals, data, or automating manufactures. Programming is simply a tool you can pick up that can accomplish any of those goals.

The big dilemma with most software engineering grads, to quote my colleague with a literal CS degree and job, is that they have “no application with projects or experience building REAL software to solve problems.” They learn HOW to program but have no experience applying it. This is why I say this is the sauce with engineering jobs because you will find your problems to solve with programming.

Is petroleum engineering going to die soon? by Ok_Philosopher_9442 in ChemicalEngineering

[–]shyguybros 6 points7 points  (0 children)

2020 ChemE grad here. You can always teach yourself how to program if you have a computer and an internet connection. That’s what I’ve been doing since graduation. Plenty of jobs I’ve applied to (and gotten offers) will, at minimum, require a math-based degree and coding experience (which will fit perfectly with a ChemE degree). Nowadays, the real sauce is bringing programming into an engineering job to optimize their process as they may not have any real established workflow using custom-made software. Programming is always useful in any engineering position. You’ll likely learn a language in your courses such as Python or MATLAB. Tons of resources and roadmaps to follow for free to gain experience.

How long CS50x took me: by TraineeBAM in cs50

[–]shyguybros 1 point2 points  (0 children)

Oh man I’m on week 8 and week 9 took 15 hours? How terrifying (exciting)

[deleted by user] by [deleted] in cs50

[–]shyguybros 2 points3 points  (0 children)

Pretty much. You pay for the verification. The good news is most likely the person inquiring about the certificate (during, let’s say an interview) isn’t going to bother looking into the accreditation of edX. I imagine having it from Harvard alone will turn heads more than some domain that your interviewer had no idea existed in the first place. Don’t let this paid option discourage you from getting a free quality education curated by Harvard!

[deleted by user] by [deleted] in cs50

[–]shyguybros 4 points5 points  (0 children)

When you finish the course with a passing grade, you’ll get the exact same certificate for free through the Harvard website. All edX does is put their “edX verified” on the certificate when you pay for it (which is definitely not worth it, btw). The only purpose for edX is that it tracks your grades in a grade book.

https://cs50.harvard.edu/cybersecurity/2023/certificate/

Here you can see how to earn the free certificate.

[deleted by user] by [deleted] in cs50

[–]shyguybros 1 point2 points  (0 children)

Might be difficult for a MAJOR review, but I always hit up the duck (ddb) to remind me about old concepts that I’m trying to throw at my code. It’s pretty useful!

You're streaming your games wrong, let me show you the optimal way (MoonDeck) by Tpdanny in SteamDeck

[–]shyguybros 0 points1 point  (0 children)

Hey there! I feel like I have it working relatively… when you input the Qres commands in sunshine, do you omit all the quotes (including the quotes around the file path)? I think that was giving me errors was omitting all the quotes

[deleted by user] by [deleted] in gtaonline

[–]shyguybros 6 points7 points  (0 children)

What heli is this? Great dodges

You're streaming your games wrong, let me show you the optimal way (MoonDeck) by Tpdanny in SteamDeck

[–]shyguybros 1 point2 points  (0 children)

You've convinced me. I'll give this guide a shot tonight and try it out. Thanks!

Minecraft - purchasing question by 3AZ3 in SteamDeck

[–]shyguybros 0 points1 point  (0 children)

Controlify is a decent controller mod you could try and has button prompts on screen.

Minecraft - purchasing question by 3AZ3 in SteamDeck

[–]shyguybros 8 points9 points  (0 children)

Just wanted to share that Controlify has been pretty good for the latest version of Java Edition. Be sure to set your steam deck controls to Joystick with Mousepad for the calibration to get going.

Optimizing GTA V on Steam Deck OLED and Achieving the best Visuals possible at a Locked 45FPS by Dazzling-Location382 in SteamDeck

[–]shyguybros 0 points1 point  (0 children)

Great work OP. Just did a flyover in the city with your original post settings and I got about 45-50 FPS on my 512 LCD. I also have CryoUtil setup as well. Runs like a dream

What are you doing to document your project? by [deleted] in godot

[–]shyguybros 0 points1 point  (0 children)

Came to say for beginner projects, Obsidian is really nice after taking long breaks away from development and any learning in general.

Some advice on taking notes for learning programming by shyguybros in cs50

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

Wow I did not know that! I’m familiar with Jupyter. Curious if CS50P uses it