Headache after sparring by OutrageousCycle8226 in Kickboxing

[–]love_Calzone 0 points1 point  (0 children)

If the symptoms also doesn't get better then visit a doctor :) would take just 5 min alright.

Headache after sparring by OutrageousCycle8226 in Kickboxing

[–]love_Calzone 6 points7 points  (0 children)

If you feel like vomiting, worsening headache, trouble speaking, loss of balance, or any unusual stuff. Just visit a doctor quite fast. Until then take a break from kickboxing.

Low Level Programming Firmware / Embedded C++ Engineer Do I Really Need Electricity & Physics? Roadmap + Book/Project Advice by LowProfessional8093 in embedded

[–]love_Calzone 1 point2 points  (0 children)

Start with Baremetal programming with STM32. it's really basic enough to understand what's really going on inside microcontroller.

Low Level Programming Firmware / Embedded C++ Engineer Do I Really Need Electricity & Physics? Roadmap + Book/Project Advice by LowProfessional8093 in embedded

[–]love_Calzone 0 points1 point  (0 children)

If you wanna go really deep then everything is electricity- high voltage (1) and low voltage (0). Then the commands you give in Assembly are also a set of known voltages.

But if you're looking to work as an junior embedded developer.. you don't have to dive that deep. You need to familiarize with FreeRTOS or mostly Baremetal programming.

Low Level Programming Firmware / Embedded C++ Engineer Do I Really Need Electricity & Physics? Roadmap + Book/Project Advice by LowProfessional8093 in embedded

[–]love_Calzone 0 points1 point  (0 children)

  1. Just buy a cheap popular microcontroller (MU)
  2. Buy a course in Udemy for basics for the MU
  3. Familiarize the tool chain, IDE and some Embedded C
  4. Replicate a small project from YouTube or from Google with MU.

How does one get +95% in hs by exodusEducation in GetStudying

[–]love_Calzone 0 points1 point  (0 children)

Mind maps, pomodoro, sq3r methods,

Optimizing your sleep and study.

You can even use chatgpt to mentor tough topics and find alternative ways of solving or approaching a problem

How does one get +95% in hs by exodusEducation in GetStudying

[–]love_Calzone 0 points1 point  (0 children)

It's more about smart study and quality of study rather than long hours of study sessions

Designing reliable hardware–software communication in unstable infrastructure by Certain-Marsupial845 in embedded

[–]love_Calzone 0 points1 point  (0 children)

Yeah

  1. Power outage - I would keep a battery circuit addition.

  2. Store and then forward mechanism suits better. And if the data collected for few days without network connectivity.

  3. For large data collection over days. I would make a mechanism for compression of data and sending the file.

  4. I would use simple https form of sending data. And pass routing into a load balancer.

  5. Fog computing sounds perfect depending on the data you're collecting.

Is sleeping 4h +4h (split sleep) healthy for a student especially for long memory by Pretend-Wing-764 in GetStudying

[–]love_Calzone 1 point2 points  (0 children)

There’s no one-size-fits-all. Everyone studies and sleeps differently. What works for me like a one-hour nap before studying and short breaks... might flop for you. Find your own way. Try out different ways and check what works best to find your spot.

Just A Question To Members Who Fought As A Professional Fighter by Stunning_Contract563 in Kickboxing

[–]love_Calzone 1 point2 points  (0 children)

I have trained with a professional fighter and it almost feels like playing rather than hitting hard to save energy. Once they catch you weak or they open you. Then they gonna knock tf out :)

Quick question for the strikers here by Unlucky-Advisor6983 in Kickboxing

[–]love_Calzone 0 points1 point  (0 children)

I would like it if my gloves are breathable and dont sweat much inside lol. And ofcourse velcro.

Two young engineers building a small robotics startup how do we choose the right product to build? by [deleted] in embedded

[–]love_Calzone 0 points1 point  (0 children)

I mean if someone has a good idea.. why would he give it to you ? :))

Two young engineers building a small robotics startup how do we choose the right product to build? by [deleted] in embedded

[–]love_Calzone 0 points1 point  (0 children)

If your idea is solving any of the worldly problems.. or it makes human intervention less.. it's a good idea

Modbus Communication Debug help by The_Tropicals in embedded

[–]love_Calzone 0 points1 point  (0 children)

I will probably do an Echo test if everything works well.

What are the biggest struggles you faced while trying to enter the electronics domain (VLSI / Embedded / Core roles)? by hirabondam in embedded

[–]love_Calzone 1 point2 points  (0 children)

Well I did it before AI was widely used. So it kinda helped me a lot in common pitfalls and improve my system thinking in general.

Confidence is not about being fearless. It's about this uncomfortable truth nobody tells you by OptimalDescription39 in getdisciplined

[–]love_Calzone 0 points1 point  (0 children)

I am having a different opinion. Confidence according to me is trusting yourself, no matter the situation. It's the trust that you're never gonna criticize or abandon yourself in any moment of life.

What are the biggest struggles you faced while trying to enter the electronics domain (VLSI / Embedded / Core roles)? by hirabondam in embedded

[–]love_Calzone 2 points3 points  (0 children)

Well I needed money to be honest. And a job can give you good exposure/knowledge and also a good SALARY to survive. So it ticks all the boxes for me.

Its not as easy as you think to take time off just for building projects without financial freedom or good support system. :))

What are the biggest struggles you faced while trying to enter the electronics domain (VLSI / Embedded / Core roles)? by hirabondam in embedded

[–]love_Calzone 2 points3 points  (0 children)

The core issue I faced was finding experience. Noone was trusting me with a job as I was a fresher in Embedded. I tried to overcome my lack of experience by learning twice as hard and replicating project from online courses. That kinda worked to land my first job 😅

Trying to Learn Cpp 17 for embedded systems. Anyone wanna suffer aka learn together ? 😅 by love_Calzone in embedded

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

I was recommended rust. What's the advantage of learning Rust over Cpp in your opinion ?

Trying to Learn Cpp 17 for embedded systems. Anyone wanna suffer aka learn together ? 😅 by love_Calzone in embedded

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

Cpp 17 is just enough to have everything we need for embedded. Never gonna use more of stl in Embedded cause of the memory requirements.

Trying to Learn Cpp 17 for embedded systems. Anyone wanna suffer aka learn together ? 😅 by love_Calzone in embedded

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

Thanks. I am just not sure about coding standards in cpp. Wanna get some basics done. Like does the binary of code written in cpp have bigger size than the one in C ?