• 2 Posts
  • 201 Comments
Joined 2 years ago
cake
Cake day: July 26th, 2023

help-circle




  • It’s a bit strange to think about, but our brains seem to have adapted to information accessibility today by more readily remembering how to find the information instead of the information itself. (See Betsy Sparrow et al)

    If you lived back then, chances are you’d just straight up remember more things without needing to go look them up again. But, you might also just remember what book you found it in.

    I have wondered if this is part of the reason why ancient orators were apparently capable of reciting hours of dialog from memory. They simply had to. Libraries and books weren’t generally accessible. They had to rely on memory, and thus became very trained on it.



  • Defense, foreign relations, cross-jurisdiction crime, the usual things. But civil law and local criminal policy overridden locally, if voters desire?

    I guess I’m thinking about a situation where let’s say one region wants to trade with some other country, and another doesn’t like that, then tough luck. Or same sex marriage, vehicle emissions rules, etc. That sort of thing. Seems like in places such as the US, voters from the other side of the country can override what your local citizens want if they get enough other external voters to side with them.









  • I’ve gone through Visual Studio, JetBrains IDEs, Vim, Atom, Sublime, VSCode, probably others too, but frankly VSCode’s simplicity out of the box coupled with great plugin support is hard to beat. Folks who complain about VSCode not having some feature like to ignore that being relatively simple by default is a good thing. You can always add or enable what extensions you need to tailor it to your language and workflow of choice. Even if you’re used to Vim keyboard centric editing…guess what? There’s a well supported OSS extension to give you that functionality.

    The power of being able to use one IDE on a diverse team across various languages is huge. You can even commit extension and settings defaults to a repo to immediately get new cloners up to speed with whatever workflow and tooling defaults are good starting points on a per project basis, but still leaving them the option to ignore/override as needed without dictating a team-wide workflow change.