Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LE
Posts
1
Comments
172
Joined
2 yr. ago

  • I suspect it's legal because it was a prevalent practice before laws were made, and nobody wanted to change that so they just made sure the law allowed for what they were already doing. For example, Kansas was part of a "territory" before it was a state, so only the USA as a whole had authority, and I doubt there were many laws about the subject we're discussing, so there was probably literally no local law enforcement in most of Kansas at some point. Additionally, in the USA people settled / farm(ed) by having one family live far away from everyone else (as opposed to in Europe where it was supposedly more common to have a central place where a lot of people lived and then they would walk to their sector of farmland that surrounds the town). This means that people with 8 kids probably assigned any 14 or 16 or 12 year olds to watch the younger kids, while the adults and older children were out farming or preparing food (which took a lot more time in the past), since there was no other adult that was physically close by (and any that were would probably have to attend to their own farm/business rather than help with raising someone else's kids).

  • I don't feel weird if I'm just walking around in front of my home. I occasionally forget to bring a phone with me when I go outside, but if I remember I'll go back and get one.

    If I managed to get to a grocery store or bus stop without a phone, I would probably feel stupid and still do whatever I wanted to do outside, but then go directly home rather than doing another errand.

    I have no problem with staring into space or looking around rather than looking at a phone. I have mobile data, but I rarely use it nowadays, and I only have one somewhat boring game application installed on my phone.

    I don't go to many places, and it's even rarer for me to travel through multiple municipalities, so I just remember how to get to the places I often want to go, and if I was going to a distant location I'd be even more likely to notice if I forgot my phone since I'd probably want to set up navigation before leaving. I use OsmAnd for navigation so it's not a problem if I don't have access to the internet, and I'm used to navigating without using the internet so navigating entirely without a phone is probably easier for me than for some people.

  • I'm not sure, but the reasons for being "wobbly" are pretty interesting: https://retrocomputing.stackexchange.com/questions/5019/why-do-3d-models-on-the-playstation-1-wobble-so-much

    If I was deigning an emulator, I'd try to match the behavior of the original system as closely as possible, since people designing a program for that system might have depended on any behavior they observed (intentionally or unintentionally), so I'd keep the "wobble" (or provide a way to disable it, but keep it enabled by default).

  • Are you sure there is no shelter available? It seems there will be at least one that is less than 30 minutes away by car: https://www.msb.se/en/advice-for-individuals/civil-defence-shelters-evacuation-and-warning-systems/good-to-know-about-civil-defence-shelters/ https://msbgis.maps.arcgis.com/apps/instant/nearby/index.html?appid=8bfc89e7c6064bc181c6a1a6bbac2fa3&sliderDistance=1

    There is "space for around seven million people" and Sweden's population is about 10.6 million, and the availability of shelters seems to match the population distribution pretty closely. You could at least let your neighbors know that they can have your space in a shelter (since there might be about 3.6 million people who won't fit in shelters), or show up anyway in order to help carry away any materials that were being stored in a shelter in peacetime, or to help get food or water into a shelter.

  • I had some thoughts about the concept of a "Contributor License Agreement".

    If you are the sole author of a program, you have a special position in that you can distribute the program with any license you choose. People that are not the sole author that copy the source code are not able to do that. If the original sole author of a program incorporates changes from someone that did not sign a Contributor License Agreement, they lose that special position, since distributing the program with a new license would require consent from all the authors, which is surely harder if there are more authors.

    Because of this, it might be worth supporting some "community fork" more than an "original" repository, since that makes it clear that the program is likely to only be distributed using a specific license. However, if I'm interacting with an "original" repository, I will expect to have to interact with a Contributor License Agreement in order to have my changes used, since the original authors will want to preserve some flexibility regarding what licenses they can use with their software.

  • I already expressed that quickly getting an exit status that isn't 0 after an issue is encountered is probably useful.

    I can imagine that someone would find a program like this to be useful, and depends on the presently common behavior of zcat, so I expect this is an important part of a system used by a corporation I interact with (and probably many more than I'd expect):

     bash
        
    if
        zcat ./file.txt.gz >/dev/null
    then
        process_file ./file.txt.gz
    else
        printf '%s\n' "There was a decimal exit status of ${?}"
    fi
    
      

    A failure to understand whether something is useful is not a good reason to change it.

  • An interesting perspective I heard about is "affordability". To describe that with my own words: if your income is stable or will grow compared to your housing costs, and housing costs are not burdensome to you, housing is affordable to you. Owning a house rather than having a lease should make your housing costs vary less, so if housing costs will go up in the future it might be useful to buy a house (but if housing costs will go down in the future it might not be useful to buy a house). I found some graphs for "Affordability": https://dqydj.com/historical-home-affordability/ https://fred.stlouisfed.org/series/FIXHAI

    I have also heard that it's hard to find people to do repair work in some places, and that people there charge a lot of money for their services. If you have trouble finding someone who you can pay just to produce a quote for a roof repair, the actual cost of housing will probably be higher than in other places.

    I had a thought after looking at this post: I expect that it's better to own land in places that are more likely for people to want to move to or work near.

  • I thought this was obvious: avocado seeds are large because they were eaten by giant sloths. It would surely be much more difficult for an avocado tree to reproduce without the involvement of an animal, and giant sloths are not around anymore, so at some point humans must have taken over from the giant sloths, so there was probably some place where humans and giant sloths lived at the same time.

  • Car manufacturers aren't required to document how to repair "infotainment centers" because they aren't critical to the operation of a car. Making them more useful might require a car manufacturer to spend more money by allowing more requirements to be imposed upon them.