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

help-circle
  • I disagree with your first point, when I started learning c++ I wanted to make an integral approximator, an approximator that takes any function and returns the approximate value. I already knew programming through java, and I’m not entirely used to the C++ syntax. Basically what I did to do my programming project that was “fun for me” was rush through the learning process, skipping detail of classes, inheritance, polymorphism, structs, linked lists, pointers and arrays, to get to lamda functions. Eventually I did get to learn c++ formally with my programming class, most of which I don’t remember learning it during the summer. Its not that doing your own projects is bad, you just can’t be overly ambitious on it.



  • 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.





  • My god, yes. Just yesterday I stopped using duckduckgo since even that has now become increasingly infuriating with AI. I’m using this search engine with no AI it’s based on database queries and to go to a specific website there is a small tab you can use. I love it because now I get to appreciate and use textbooks (whereas i would have chatGPT’d it) because of how limited the queries are and the limited selection. It’s not like google where it dumps the most relevant information at the top, you have to search for it. Anyways, if you were wondering it’s called marginalia search.




  • solomonschuler@lemmy.ziptoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    1
    ·
    9 days ago

    Came from windows laptop that I got about a year ago, before then I was running unironically chrome os. I liked chrome os for it’s Linux features. So when I did go from my Chromebook to a windows, it wasn’t as fun. I also didn’t like all the spyware on windows, and this was the time when I was removing myself from the internet as if I didn’t exist, So it was inevitable I would switch.

    The only reason why I haven’t switched earlier is because I am a university student (currently in electrical engineering) and I was concerned that I would be given an exotic application that my laptop cannot support on Linux. Then I learned the majority of students have macbooks, so if it doesn’t work for me it doesn’t work for them too. That’s when I made the conscious decision to switch from windows to Linux.

    Currently trying out fedora workstation, it is like the Mac os of Linux operating systems (and that’s a compliment).


  • 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.





  • solomonschuler@lemmy.ziptoScience Memes@mander.xyzDear God
    link
    fedilink
    English
    arrow-up
    34
    ·
    12 days ago

    I didn’t fully understood the joke, my only understanding of episilon comes epsilon-delta proofs… I forgot that epsilon in that context measures the certainty of the “Infinitesimal” displacement in x. So when epsilon is really large everyone looses their shit as if the world’s going to collapse into a black hole. 😂


  • 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.