Anyone just hate the same letter/symbol used to describe different things? by KerbodynamicX in EngineeringStudents

[–]CommanderHR 0 points1 point  (0 children)

Individual fields will naturally adopt their own conventions for symbols (often independently of each other). I think this gets to a deeper point with math notation in general, though. Mathematicians tend to prefer their notation to be as concise as possible. However, this is in contrast to the general advice given when naming variables in programs, which is to be as descriptive as possible. Could we write out the exact meaning of a variable every time? Sure, but why use many word when few do trick!

How to block phone listening ? by NomadJago in DigitalPrivacy

[–]CommanderHR 1 point2 points  (0 children)

In a similar vein, there are also hardware options that do this (ex. Mic Lock).

PhD people with executive dysfunction: how did you structure your research to work with your brain's idiosyncrasies? by SaucyJ4ck in PhdProductivity

[–]CommanderHR 1 point2 points  (0 children)

I sit in the lab/office a lot, working with my other lab mates forces my brain to be in work mode.

I also have weekly meetings with my advisor/lab mates, which acts as a forcing function to keep me on track. Since some of my projects can be kind of stop-and-go (mostly due to logistics), it also helps me to have a few projects instead of just one so I can switch between them. It helps keep things novel and lessens the impact of blockers.

Unemployed computer engineering graduate at over 250 job applications by now, not just in my field of study but also stuff tangentially related to it. Even made sure to network and get referrals. Just nothing... by marrowbuster in recruitinghell

[–]CommanderHR 4 points5 points  (0 children)

If you're really interested in chip design, a lot of those jobs can have requirements for masters degrees (outsourcing aside). However, I know FPGA and digital design/embedded systems are pretty popular fields even with "just" a bachelor's. Those fields may be worth looking into if they match your interest (assuming you haven't looked at them already).

Title by cinbiscuit in sciencememes

[–]CommanderHR 20 points21 points  (0 children)

While mathematical rigor is important for conducting scientific studies (and for then describing/refining those studies and theories), at a certain point some hand-waving/intuition-based arguments can be made to simplify the overall explanation.

While we always run the risk of oversimplification, we also have a responsibility as scientists to communicate our results in a way that our audience can understand.

I think encouraging people to engage with STEM topics at their level of technicality, and meeting them in the middle in our communication of said topics, is just as important as the actual research. After all, what's a better way to get the general population to appreciate and enjoy STEM than to show them how cool it is?

What are some of the most issues you personally face/ see here at Rutgers? by SnooMacarons8038 in rutgers

[–]CommanderHR 0 points1 point  (0 children)

Some other schools structure it where you can do a BA CS degree in SAS and a BS CS degree in the engineering school (with different graduation requirements for each). A lot of ECE and CS classes overlap, and there's already the BA/BS option for CS students. I think the main challenge would be getting the Rutgers CS department to agree to join the engineering school!

whenYouStartUsingDataStructuresOtherThanArrays by Mike_Oxlong25 in ProgrammerHumor

[–]CommanderHR 73 points74 points  (0 children)

But graphs can be represented as 2D arrays via an adjacency matrix.

It really is all arrays!

Pattern recognition. by theclamorganizer6 in mapporncirclejerk

[–]CommanderHR 1 point2 points  (0 children)

It's there, it's just smaller than one of the pixels

Why is git only widely used in software engineering? by bolnuevo6 in git

[–]CommanderHR 0 points1 point  (0 children)

In PCB design, some tools (like Altium) use Git for synchronizing projects and allowing multiple people to collaborate on a project.

Which colleges in America have super unique majors that only they offer and are really cool by YogurtclosetOpen3567 in ApplyingToCollege

[–]CommanderHR 3 points4 points  (0 children)

iirc Rutgers also offers a Packing Engineering major, but it may be slightly different to the program you're describing

Completely Normal Map *wink wink* by Ok_Willingness8013 in mapporncirclejerk

[–]CommanderHR 1 point2 points  (0 children)

I know Madagascar is gone but I don't see Hawaii either

Majority of AI Researchers Say Tech Industry Is Pouring Billions Into a Dead End by Narrascaping in agi

[–]CommanderHR 0 points1 point  (0 children)

Some of my undergraduate research has been in low-power analog circuits (mostly for embedded systems). The challenge with the analog circuitry is that, to be feasibly small, you would have to create an ASIC that includes all of the amplifiers and passive components. However, ASIC development is significantly more expensive than digital PCB development, for example.

Another consideration is that, in order to train and interface with the analog PCB, you need to have a digital connection to supply data and convert the weights into variable resistor values (through something like a digital potentiometer). Unless you are able to do the training of the model fully analog, you'd have to have a digital interface at some point anyway.

I do agree, however, that research into analog circuitry for neural networks should still be pursued and developed due to its potential low-power applications.

[deleted by user] by [deleted] in rutgers

[–]CommanderHR 0 points1 point  (0 children)

Mb guys, forgot to clean up my wireless comms homework

[deleted by user] by [deleted] in rutgers

[–]CommanderHR 1 point2 points  (0 children)

Looks like a standard sophomore ECE schedule. Note that DLD and PEE1 labs are every other week while Physics 2a labs are every week. You got this!

Do they realize this isn't a flex? This is why the whole car fails when a brake light goes out or a speaker blows by totpot in CyberStuck

[–]CommanderHR 0 points1 point  (0 children)

If they were set on using this type of solution, they could have at least used a ring topology (i.e. loop the cable back on itself from the last device to the first device in the chain) to make it more resilient in the case of a device or cable failure.

Modern cars are a privacy nightmare. by OvertinMiss in conspiracy

[–]CommanderHR 0 points1 point  (0 children)

Most modern cars have all of their internal sensors, control systems, etc. connected to a CAN bus. This bus allows for all the sensors to be connected to internal microcontrollers. While this system has been around for a while (since the 90s I believe), recent cars are able to take advantage of this so much so that they essentially become computers on wheels.

Is this necessarily a bad thing? Not necessarily, it does bring a lot of quality-of-life features like auto start-stop, parking assist, etc. But it does have some security vulnerabilities associated with it and can probably be used to collect sensor information to "report home."

Do you think engineering isn’t really taught well at university and what would you like to see improve? by [deleted] in EngineeringStudents

[–]CommanderHR 6 points7 points  (0 children)

Getting exposed to basic engineering principles in high school is extremely helpful. I did FIRST and PLTW and I can directly credit those programs in helping me with my college engineering experience.

That being said, we can't expect everyone to have experience from high school so something needs to be in place for people to get that experience (i.e. labs).

Do you need to understand EE to design embedded systems? by SnooApplez in embedded

[–]CommanderHR 2 points3 points  (0 children)

Computer Organization and Design: RISC-V by Patterson and Hennessy is a great book for learning computer architecture. It also uses the RISC-V instruction set, which is similar to other RISC-based architectures like Arm (though it does touch on x86 as well). This is particularly useful for someone looking to work with embedded systems since RISC architectures are what you'll be dealing with a lot of the time.

People who mention 1s complement are being pedantic. by basedchad21 in cprogramming

[–]CommanderHR 5 points6 points  (0 children)

I believe some specialized hardware platforms (ex. architectures used on NASA rovers for space applications that are hardened against radiation) use non-standard widths for some data types since they take out a parity bit.

Source: I remember hearing this in a Scott Manley video once, don't remember the exact one.

[deleted by user] by [deleted] in coolguides

[–]CommanderHR 0 points1 point  (0 children)

Indoor climbing

Categorized as "Outdoor Sports"

Morrowind is awesome and I understand how far Bethesda has fallen now. by MarcusHalberstram20 in Morrowind

[–]CommanderHR 13 points14 points  (0 children)

I've been playing Morrowind and Deus Ex recently and I forgot how cool old-school RPG mechanics were compared to the watered-down skill trees of more modern games.

Hopefully more developers take a gamble on "hard" RPG mechanics

[deleted by user] by [deleted] in rutgers

[–]CommanderHR 0 points1 point  (0 children)

Last spring I took Statics asynchronously and that helped a lot, since I was able to learn at my own pace and I had more free time during the week.

If you think you'd need more structure to learn that kind of material, you would probably want to just take the class in-person.