• 0 Posts
  • 10 Comments
Joined 4 months ago
cake
Cake day: July 10th, 2025

help-circle
  • Do not fully know the entire context, but based on what’s given, it seems you enjoy math or majoring in mathematics. I think this isn’t an overreaction on your end, this is asshole behavior.

    To clarify, You have the option to learn math, you chose to learn math. I don’t think that’s greed or entitlement, you had the opportunity to learn math and you took that opportunity. Working comes into play when you are in a dire need to make money, and it seems you’re not in that current situation.

    I was once questioning my self-worth, since I wasn’t working at community college. I remembered in 2023 I was doing arithmetic, and in 2025, exactly 2 years from when I started, I was doing multivariable calculus. Within 2 years I’ve surpassed every low expectation set upon me: people thought I was going to do a trade, I graduated with an associates in mathematics, and I’m now doing a bachelors in electrical engineering because I fucking can.

    This random non has no idea of your back story, don’t let him get into your head and make you doubt your self-worth. If you plan on doing engineering or physics the math that you are learning right the fuck now will be applied. By the time you start working there will be so much fucking money that you won’t have a care going into debt. For fuck sake, I’m a sophomore, I could quit now and make $100,000 a year as an FPGA developer, technically speaking.




  • I’ve been using fedora workstation for about a month now, you really can’t go wrong with it. It’s great for laptop, there are also ways to customize it to work with a desktop. I am running it on amd CPU/GPU, so i don’t know how well it works with nvidia and Intel, I know some distributions do a really poor job managing the drivers. I don’t use CAD, but I have done FPGA design and programming (C/C++) and it works great. Haven’t done much gaming, all I have is minecraft installed, I could imagine you can install steam on there as well. Hope this helps.


  • Madness. When I started using gdb in C it was lifesaver to find any runtime errors in my code. Coming from what is the shit of C compilation and runtime errors it saved what would effectively be hours of inserting printf statements to find the error.

    It depends how well a language specifies where the runtime error is occuring. I just get “segmentation fault (core dumped)” as my runtime error which could mean any for loop or iterattive sequence in my program.



  • I try to avoid it, but ever since search engines have gone to shit, it has forced me to use it for debugging code. Stack overflow, r/Cprogramming, minimal articles on the specific issue, have ceased to exist ever since AI generation. And why should it? Why would a user post an issue (for example, on stack overflow) wait for a few days to get a few responses, when they could get an instant response with AI. Search engines have gone to shit so much, that My fathers startup company has issued a premium license for chatGPT because of how dead Search engines are.

    I hate it, I wish I didn’t have to use it, and yet this is my reality.