DefederateLemmyMl

  • Gen𝕏
  • Engineer ⚙
  • Techie 💻
  • Linux user 🐧
  • Ukraine supporter 🇺🇦
  • Pro science 💉
  • Dutch speaker
  • 2 Posts
  • 383 Comments
Joined 11 months ago
cake
Cake day: August 8th, 2023

help-circle


  • We are talking about addresses, not counters. An inherently hierarchical one at that. If you don’t use the bits you are actually wasting them.

    Bullshit.

    I have a 64-bit computer, it can address up to 18.4 exabytes, but my computer only has 32GB, so I will never use the vast majority that address space. Am I “wasting” it?

    All the 128 bits are used in IPv6. ;)

    Yes they are all “used” but you don’t need them. We are not using 2^128 ip addresses in the world. In your own terminology: you are using 4 registers for a 2 register problem. That is much more wasteful in terms of hardware than using 40 bits to represent an ip address and wasting 24 bits.


  • you are wasting 24 bits of a 64-bit register

    You’re not “wasting” them if you just don’t need the extra bits, Are you wasting a 32-bit integer if your program only ever counts up to 1000000?

    Even so when you do start to need them, you can gradually make the other bits available in the form of more octets. Like you can just define it as a.b.c.d.e = 0.a.b.c.d.e = 0.0.a.b.c.d.e = 0.0.0.a.b.c.d.e

    Recall that IPv6 came out just a year before the Nintendo 64

    If you’re worried about wasting registers it makes even less sense to switch from a 32-bit addressing space to a 128-bit one in one go.

    Anyway, your explanation is a perfect example of “second system effect” at work. You get all caught up in the mistakes of the first system, in casu the lack of addressing bits, and then you go all out to correct those mistakes for your second system, giving it all the bits humanity could ever need before the heat death of the universe, while ignoring the real world implications of your choices. And now you are surprised that nobody wants to use your 128-bit abomination.


  • Hmm, I can’t say that I’ve ever noticed this. I have a 3950x 16-core CPU and I often do video re-encoding with ffmpeg on all cores, and occasionally compile software on all cores too. I don’t notice it in the GUI’s responsiveness at all.

    Are you absolutely sure it’s not I/O related? A compile is usually doing a lot of random IO as well. What kind of drive are you running this on? Is it the same drive as your home directory is on?

    Way back when I still had a much weaker 4-core CPU I had issues with window and mouse lagging when running certain heavy jobs as well, and it turned out that using ionice helped me a lot more than using nice.

    I also remember that fairly recently there was a KDE/plasma stutter bug due to it reading from ~/.cache constantly. Brodie Robertson talked about it: https://www.youtube.com/watch?v=sCoioLCT5_o




  • you just need to get in the habit of plugging in like you would your phone

    Yeah but not everyone lives in suburbia with ample plug-in options available to them. Where I live the street-side charging spots are usually occupied, and the parking spot that I rent has no charging.

    For journey’s long enough for it to be more than a single charge you really should be stopping for more than a few seconds anyway as you need recharging.

    True to some extent, I have to check my travel logs but I do feel like stopping for an hour every 300km or so is longer and much more often than I would normally stop on long road trips. My (diesel) car has a range of well over 1000km so often I stop for only 15 minutes for a coffee and to stretch my legs, or just for a restroom stop and a driver swap. We usually plan just one big stop (1h) for dinner. Most destinations I’ve been to I could reach without refueling at all.

    There’s also the issue of contention for charging spots. On gas stations near the big highways towards popular destinations you often already have to queue to get gas. This will become worse when EVs become common place and people occupy a charging spot for an hour instead of a fuel pump for 30 seconds to top up.

    Little anecdote: every year around the holiday season, there are several company wide e-mails from EV driving co-workers requesting to swap cars (with a co-worker who has a CE car) to go on holiday. So I think the practical experience may not be as rosy as you paint it.




  • Ah, so you’re wanting to transport tons and tons of batteries back to a centralized facility to be inspected and have testing done?

    No, that’s just something new you invented to shoot down the idea.

    Batteries can have a tamperproof seal so that customers can’t easily mess with it, just like you normally don’t mess with the electricity, gas or water meter in your home. QC and charging can be done on site where you swap, and can mostly be automated. The only thing that needs to be transported back and forth regularly are defective and replacement batteries. Just like gas stations at the end of the day or week need to order replenishment for the fuel they’ve dispensed.

    We already do this kind of swapping with other stuff as well: from crates with empty beer bottles and office water cooler bottles to refilling propane and butane bottles.

    It’s not a gov problem, it’s a logistics issue.

    1. The lack of government oversight that you brought up, and which this was in reply to, is literally a government issue. Regulation and inspection works fine in most of the civilized world, the fact that it doesn’t in Backwater USA is no argument.

    2. Fossil fuel distribution already is a huge logistics issue, we have to dig it up in the middle east, transport it in oil tankers, refine it at some central locations, then distribute it again with tanker trucks to millions of gas stations so that finally you can put it in your car and use it to drive somewhere, but somehow we have been making that work for over a century.


  • Quality control on batteries that go out to customers, and make the stations legally liable.

    For example: I once pumped petrol in my diesel car due to human error by the gas station’s supply company (they put petrol in the diesel tanks). They found out about the error as I was filling up and stopped me halfway, so luckily I had no engine damage, but they had to pay for the tow and to get my tank emptied.

    how many states with counties have no inspections

    Sounds more like a “your government is shit” problem than a “this scheme can’t work” problem.





  • No idea why 60 Hz on an LCD works better, though.

    Because LCD pixels are constantly lit up by a backlight. They don’t start to dim in between refresh cycles. They may take some time to change from one state to another, but that is perceived as ghosting, not flickering.

    On a CRT the phosporus dots are periodically lit up (or “refreshed”) by an electron beam, and then start to dim afterwards. So the lower the refresh rate, the more time they have to dim in between strobes. On low refresh rates this is perceived as flickering. On higher refresh rates, the dots don’t have enough time to noticably dim, so this is perceived as a more stable image. 60Hz happens to the refresh rate where this flicker effect becomes quite noticable to the human eye.