• 0 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • uberrice@feddit.deto> Greentext@lemmy.mlAnon Goes to College
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 years ago

    If its a German degree - Germanistik is different from just German courses. It’s more about German literature - how the language evolved, why things are the way they are, analyzing uses of language and so on.

    Not really a useful degree, but a degree you need to put work in nonetheless












  • Yeah, same here. My 1080ti still performs more than adequately enough.

    That’s also a thing about all this gpu pricing - things are starting just to become ‘enough’, without the need to upgrade like you did before.

    Same thing happened to phones, and then high end phones got expensive as fuck. I mean I had a Galaxy note 2 I bought for 400 bucks back in the day and that was already expensive.


  • You can’t really compare an 8800gt to a 1070 to a 4080.

    8800gt was just another era, the 1070 is the 70 series from a time where they had the ti and the titan, and the 4080 is the top gpu other than the 4090.

    If you wanted to compare to the 10 series, a better match for the 4080 would be the 1080ti, which I own, and paid like 750 for back in 2017.

    Sure, they’re on the money grabbing train now, and the 4080 should realistically be around 20% cheaper - around 800 bucks, to be fair.

    Thing is though, if you just want gaming, a 4070 or 4060 is enough. They did gimp the VRAM though, which is not too great. If those cards came standard with 16gb of VRAM, they’d be all good.




  • uberrice@feddit.detoProgrammer Humor@programming.devAlways write comments
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    2 years ago

    If you think a block of code needs a comment, turn it into a method and give it a proper name instead.

    Really depends. Yes, if someone doesn’t get what’s wrong with this statement, they should. But you shouldn’t wrap something in a method all the time just because. Sure, maybe you can make it an inline method, but usually, a method call takes time, and while it’s not a lot of time, in constrained or complex system that can accumulate. A lot. Sure, the compiler might optimize stuff away, but don’t just go blindly trusting your compiler.

    Sure, a method call for something that gets called once a second is not a problem. But when you suddenly have thousands and thousands of method calls when say, you click a button, which calls method x which calls method x1 which calls y1 and y2 which call z1-10 and so on, then the method calls can suddenly turn into a problem.

    Maybe not on a fast, modern device, but on an older or more constrained device. If your code never runs on there, sure, don’t bother.


  • uberrice@feddit.detoSync for Lemmy@lemmy.worldPost launch day chat
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    2 years ago

    Yup, that’s my yearly salary range. That’s normal in Switzerland for an electrical engineer with a masters degree.

    Even if it’s an hour or two of your salary, do you not think that sync is worth that much to you a year? It takes LJ a lot of time to develop.

    Oh, and keep in mind this is with what, 1700 hours of work or something a year. I have vacation, public holidays and so on.


  • Depends on your country, really.

    Yes, in Switzerland you’re also told gross income - yet that’s not the ‘real gross income’. There’s lots of other stuff your employer pays for you when you get hired somewhere. For example, in Switzerland, we have mandatory retirement contributions (not like social security, we also have a pension fund seperately from this), that has to be matched by an employer, 1:1.

    It really depends on your country, but say in Switzerland, you have to earn a good 30-40% more money when self employed compared to being employed at a company to have the same net amount of money available at the end of the day.