• 2 Posts
  • 561 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle


  • I believe that a significant factor for this can be attributed to mental development and maturity of boys lagging behind that of girls of the same age, during formative years. And, please read on, if you assume my argument is “boys dumb, conservatives dumb. Q.E.D.”

    The second factor is an education system where this offset in mental development/maturity is further confounded. Boys don’t typically do as well, because sitting idle and being a “good boy”, is more challenging. This leads to a path for boys to start working earlier, while girls get higher degrees. (I assume the trends for higher education by gender, to be similar, if not, then that can falsify this hypothesis).

    What a person then observes they get from society, vs what you pay in terms of taxes, is skewed between these two groups, and highly correlated with gender.

    If this hypothesis has any validity to to it, then one could argue that a way to mitigate this is by correcting the negative causes. Where the fundamental root cause might be improved by revisiting how education is failing boys in particular.

    The challenge with this is that if the conservative parties’ policies are driven by what can make more people vote conservative, then this will be a negative feedback loop. The worse you make it for a certain group of people that vote for you, the more that group is willing to vote for you.


  • So, generated value vs what is compensated. It looks like to me like the difference is the basis for the absurd wealth inequality. So, if we increased wages, let’s say roughly 2x for the mean, 5x for the bottom 10p, and 1.5x for 90p, and 0.5x up to 95p. Has anyone done a calculation similar to this, to determine just how few people, that is, how high the percentile, and how low that factor, for that to actually add up? Maybe it even allows for everyone to live decent lives, just mildly inconveniencing a few thousand?

    One can start wondering if a few hundred heads rolling isn’t a valid moral least-evil proposition. Life considered equal. More people die every single day due to arguably greed. In most of the 99.9p+ cases, I assume is due to inherited wealth, and existing market capture. So it’s not like some exceptional value is lost to humanity either.









  • Don’t know if you’ll get something for as low as $20, but a small thermal printer. Functions as a label maker on steroids, there is no ink, or proprietary* paper. Some thermal paper rolls have built in stickers, some are transparent, some have special shapes and colors, etc.

    I’ve used it to label plants, tools, cables, boxes, so-so-many gridfinity boxes. It takes 1-2 seconds from hitting print to having it ready.

    * not entirely the case, in that some have set sizes, or markings to automatically feed and count. However, these are low tech, and there are third party vendors.







  • My biggest gripe is the lack of respect/understanding for the importance of data models and clear domain boundaries.

    Most things that end up as “technical debt” can be traced to this. Sometimes, it’s unavoidable, because what the data models changes, or the requirements of the domain, etc.

    And, it’s very innocent looking differences sometimes. Like “We know that the external system state will change from A to B, so we can update that value on our side to B”. Suddenly you have an implicit dependency that you don’t express as such.

    Or, things like having enum that represents some kind of concept that isn’t mutually exclusive. Consider enum values of A and B. Turns out this really represented AZ, and BP (for some inherent dependency to concepts Z and P). Someone later on extends this to include ZQ. And now, suddenly the concept of Z, is present in both AZ and ZQ, and some consumer that switches on concept Z, needs to handle the edge case of AZ… And we call this “technical debt”.