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/)EX
Posts
0
Comments
449
Joined
2 yr. ago

  • Have you ever been to southeastern Nebraska? Like... Where most people in the state live? It's nothing like western Nebraska. I live in Lincoln and it's a great place to live: progressive, lots of parks, great school system, nice downtown area, beautiful university campus, etc. Nothing like you're describing. Nebraskans don't actually go to western Nebraska very much.

  • Most of the population lives in the southeastern corner of the state, in Omaha, Lincoln, Nebraska City, and some surrounding counties. I live in Lincoln and it's a very nice place to live. Western Nebraska is completely different and not many people live there, and most people in the state don't go there either unless they are driving through.

  • And, you know, most businesses aren't open at midnight. So you're more limited in what you can do in a day.

    Also, getting a decent amount of sunlight is important, and that's harder to do when you're sleeping through a lot of sunlight hours.

  • 4 is pretty early but 10:40am is also just pretty late to wake up unless you're like, a teenager or something (or work odd hours). A lot of the day is already gone by then.

    IMO it's nicest when you can keep your waking hours relatively close to the time the sun is up.

  • Most places don't actually look like this. You see stuff like this when a single developer buys up a bunch of land and stamps down a bunch of houses with the same 2-3 layouts. It's pretty shitty and I'd eager most people don't actually like it.

    Most suburbs here are much more heterogenous as the houses are added incrementally over time.

  • Yep. When everything about your IDE (unix) is programmable, it makes "modern" IDEs seem quite quaint.

    Personally I make extensive use of https://f1bonacc1.github.io/process-compose/launcher/ to orchestrate a bunch of different shell scripts that trigger based on file changes (recompiling, restarting servers, re-running tests, etc.). Vim just reads from files as needed. It's lightning fast, no bloat, and a world-class editing experience.

  • That's simply false. Increased length increases the entropy of a password, making it harder to brute force to gain access.

    You have to go out of your way to restrict the length of passwords. There's absolutely no reason to do it, and it is contrary to all good security practices.