HN user

Reptur

222 karma

Software Engineer Of 2.5 Decades

Posts2
Comments110
View on HN

If we're sharing thoughts, I need to point out that once you hit your late 60s, you're more likely to get cancer, and your risk keeps going up [1]. Our food is loaded with chemicals that can make you sick or even cause cancer [2]. That age is also when people usually retire and are no longer "productive".

Here's where I might lose you. In our country, illness is a way to make money [3]. If you're really sick and trying to stay alive, you'll spend everything you've got. So the quickest way to turn people's savings into profit while also reducing the population of non-productive people is for them to fall ill, pay as much as they can to survive and then ultimately die an early death, which triggers a death tax event [4].

1. https://www.cancer.gov/about-cancer/causes-prevention/risk/a...

2. https://www.eatthis.com/toxic-food-ingredients-linked-to-can...

3. https://www.forbes.com/sites/brucejapsen/2023/01/13/unitedhe...

4. https://www.investopedia.com/terms/d/death-taxes.asp

I suggest:

Property: auto-resize

Values:

none: No auto-resizing.

horizontal: Auto-resizes horizontally based on content.

vertical: Auto-resizes vertically based on content.

both: Auto-resizes both horizontally and vertically based on content.

Usage:

  textarea {
      auto-resize: vertical;
  }

  input {
      auto-resize: both;
  }