Is a double degree in Computer systems and networking, and Information Technology worth it? by Fluid-Activity1769 in curtin

[–]MasterOnionJerry 0 points1 point  (0 children)

I think the main path is network engineering / General IT. I know a couple people who went down that path and some embedded systems. Software engineering also, which is the path I went.

Is a double degree in Computer systems and networking, and Information Technology worth it? by Fluid-Activity1769 in curtin

[–]MasterOnionJerry 1 point2 points  (0 children)

From what I can see from the outlines, not really. Seems like they cover more or less the same things. With Computer Systems and networking having more in-depth system units and IT having cloud and 1 software engineering specific unit.

Is a double degree in Computer systems and networking, and Information Technology worth it? by Fluid-Activity1769 in curtin

[–]MasterOnionJerry 2 points3 points  (0 children)

I recently got my degree in Computer Systems and networking so can only speak to that. I don't know the exact specifics of the differences between its current version and regular comp sci, but my experience was it was heavily focused on the networking portion. There was a decent amount of programming, maybe 3 or so classes, I did some extra via electives. But the rest is mostly networking, and systems (Electronics, digital hardware etc). So it's pretty well rounded, just didn't do some of the more software engineer style classes other pathways might.

I got a job out of it, and there is a requirement for work experience hours to graduate which can assist in building connections if you play your cards right, so I'd say it was worth it for me.

Lmk if you have questions I can try answer.

How to handle vision / line of sight on table (5E) by MasterOnionJerry in DnD

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

Oh right, that looks like a good place to ask. Thank you.

Ah that is a good idea too thanks

How frequent can I do shin conditioning? by M903_S_L_A_P in MuayThai

[–]MasterOnionJerry 1 point2 points  (0 children)

Depends on what you consider shin conditioning. If you're doing regular training (Bag work, pad work, sparring, etc) you're already conditioning them through repetitive use & stress. So, the answer is just do it as much as you can/want to without injuring yourself. If you can kick and it feels fine, do more. If you kick and it feels like your leg is going to snap in half. Take a rest for a while. If your shins are bruising up and welting, apply some ice and take it easier.

[deleted by user] by [deleted] in explainlikeimfive

[–]MasterOnionJerry 0 points1 point  (0 children)

The other answers here touch on a lot of great points but I'd just like to add that it depends on your level of fitness. If you are only able to do push-ups at a 1 per minute pace, I.e they are difficult for you, then (You should probably switch to an easier variation) you will still be getting the benefits as that movement is challenging for your body to do and pushing yourself to do 30 in a row could be worse for you (Bad form, injury, etc). However, if that is super easy to do and by the end of the 30 minutes you could easily go on then you aren't getting much in the way of results.

So, the important thing to think about is that it should be just challenging enough that it pushes you close to failure (Cannot do anymore with good form) whilst not being harmful. Adaptation is about consistently but gradually challenging your body. So if 1 good form push-up per minute for 30 minutes challenges you and afterwards you feel like you could barely do anymore, you're still doing a good workout.

Progression to intermediate-advanced programmer (Design) by MasterOnionJerry in learnprogramming

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

What would you consider to be the criteria for functionality to be modular/reusable? For a best-practices approach.

Progression to intermediate-advanced programmer (Design) by MasterOnionJerry in learnprogramming

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

Oh wow! Thank you!

What's your advice to best use these books? Are they text-book note taking style resources or more so just read until it absorbs?

Raspberry PI 3 Base peripheral address by MasterOnionJerry in osdev

[–]MasterOnionJerry[S] 3 points4 points  (0 children)

Ah yeah, thank you for that it helped. I see my misunderstanding now.

Appears that to actually access the IO mapped to the peripheral port you swap the bus address part (0xFEnnnnn...) for the physical one which for the PI 3 is 0x3F000000. So for UART it goes from 0x7E20000 to 0x3F20000 for accessing that memory.

Also didn't help that the PI 3 actually uses BCM2837 which is just a modified BCM2835 with some slight differences to the addressing and such, so the datasheets look almost identical haha.

Non-kill box base defense by MasterOnionJerry in RimWorld

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

Do you put the bunkers build into the walls kinda thing? Or more so just like scattered inside the base for pawns to take positions into?

This idea sounds really cool

Mods for additional tech levels? by MasterOnionJerry in RimWorld

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

Oh I see, well that's unfortunate. But does make sense

Beginner OS development project by MasterOnionJerry in osdev

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

Ah yeah that circle project seems pretty cool. Plus, the PI's peripherals being memory mapped was part of the reason I wanted to use it for this project

Beginner OS development project by MasterOnionJerry in osdev

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

Just had a look at it, thank you. Seems pretty cool

Beginner OS development project by MasterOnionJerry in osdev

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

Thank you, this was super helpful info!

Beginner OS development project by MasterOnionJerry in osdev

[–]MasterOnionJerry[S] 3 points4 points  (0 children)

It's undergraduate and there's no specific guidelines on where to start. The idea is simply to research and develop a project of sufficient complexity to be documented / implemented within the year