• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle

  • Thing is, yes. Yallo or wingo or all those providers are “cheaper”. But - for example in the case of yallo, you get double-natted - which means you could not really set up a home server accessible from the outside world even if you wanted to. Then, there’s also the support of wingo and yallo and so on which is… Terrible. I actually ordered yallo Internet at first because I got sold on it over the phone - the next day, before anything got shipped or anything, I wanted to annul my contract because, well, I found out about their shitty stuff. I was redirected like 8 Times across 8 levels of ‘support’ until I got it through.

    I went for init7. Day it was supposed to go up, it didn’t. Phone support was competent, said everything looked ok from their end. If I was sure the problem wasn’t on my end (router, settings, fiber), they could send a technician along the next day - but if the problem would end up being on my side, I’d have to pay for it. As I was sure about what I was doing, the next morning I had a competent technician in my apartment who within 20 minutes total identified the issue and fixed it (broken fiber in the distribution center). That is good support.

    I am willing to pay more to support init7, because they’re doing great work.

    But yes, we have lots of low cost options. For example, I pay 23 bucks a month with yallo for unlimited 5g data, calls and SMS across the whole of Europe.










  • Well yeah, that was my point.

    Americans for some reason love this 'low low price of x$ (+tax +tip +service charge +fuck you charge) thing. Here in Switzerland, it’s all in the price. Menu says 40 bucks, you pay 40 bucks. Tips are very voluntary and usually just a “round up” -> total is 57 - let’s make it 60.

    My wife works in a restaurant and gets around 3.7k a month - the tips she gets add up to around 300-700, depending on the month. In the store she works, tips get handled as a pool where everyone gets their monthly share depending on hours worked (serving staff and kitchen) - so total tips x person hours / total hours by everyone.

    It’s still a low wage (I make around than double her wage, but then again I’m an electrical engineer), but it is very livable - I lived on a lower wage alone comfortably when I was studying and only working 50%




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


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



  • No, computing (as in general computing) will barely be affected. Computing uses semiconductors, which this (AFAIK) isn’t. Switching losses always occur unless you switch instantly, which is impossible. Most of the heat of cpus comes from there.

    Specialized things like quantum computing are a different story.

    What this superconductor could mean though: you could have a relatively thin cable from say, the Sahara to Europe, that can losslessly transfer energy. No losses whatsoever. So you can produce energy wherever energy is present, and use it where energy is required!