• 0 Posts
  • 222 Comments
Joined 2 years ago
cake
Cake day: February 1st, 2024

help-circle

  • Having lived without a dishwasher for many years, I’m never complaining about loading/unloading the dishwasher. From starting the kettle to finishing a pour over is more than enough time to unload.

    And never again having to schlep clothes to the laundromat because we have laundry in our home? Likewise, I’m not going to complain. The only reason laundry takes real effort is when we opt to use the clothesline instead of the dryer.

    Not everyone has a dishwasher, washing machine, and clothes dryer, so I absolutely recognize that I’m very fortunate here. And the crazy thing is, these devices aren’t even particularly expensive, especially since they can be had used — I think a big reason folks don’t have them is the installation+room required. Which probably says something about landlords and the general cost per area of housing.










  • I have one, it’s been great.

    That said, “exactly what the problem is” isn’t always the same as telling you the solution. I had a “misfire on cyl #3” error or something like that, which can be a number of things. Replacing all the coils and plugs myself was probably still cheaper than taking it to the shop though!




  • Prescriptive vs. descriptive is different in colloquial language than in science.

    If my data logger captures 1kB/km, how many bytes/meter is that? In every other quantitative unit I can think of, the k should cancel out; but if you want computers to be special, that’s your preference.

    Metric sucks. Powers of ten are arbitrary, a fluke of biology. Powers of two are the only sensible way to make a system of measurements.

    Then why are you trying to shoehorn binary into decimal? As in: why are you using decimal prefixes in the first place? Answer is probably that most people have intuition behind powers of ten. You can easily express in log2-bytes instead (a GiB is 30, a TiB is 33…etc.). Be the change you want to see!

    I’m born and raised in the USA, and while imperial units can be handy for a few every day tasks, there’s a reason why the sciences in the US tend to use metric.

    Regarding cooking, I’ll stick to metric, measured by weight. I can double, halve, or multiply my recipe by pi, and all I have to do is look for a different number on my scale.


  • Giga, Mega, Kilo…these are all SI prefixes; they differ by a factor of one thousand, which is very clean in base ten.

    Ten in binary systems isn’t special, but two is; and two to the ten is very nearly a thousand, and a thousand separates the major SI prefixes. This is a neat coincidence, but should not IMHO change the meaning of the prefix.

    Metric units are awesome in large part because of the use of prefixes; messing up the meaning of prefixes is a disservice to the SI/metric system. Giga == billion independent of the context. A light-year is close to 10 petameters, but no one would claim it’s exactly 10Pm.

    Now, if you want to call it an “imperial gigabyte,” by all means…




  • I do something similar — I have a raspberry pi and a HD, with daily rsync and snapshots (monthly retained indefinitely, weekly retained for a month, daily retained for a week). It’s at family’s house, connected to my home via WireGuard via a VPS. Tailscale (or anything really) would also work here.

    It’s a great setup! Just have some watchdog reboot if it can’t talk to home (a simple cronjob with ping -c1 home.lan || reboot or similar).

    Even our “slow” 35Mbps upload speed is way more than enough for incremental rsyncs of my Immich library. The initial sync was done in person, though.