Scott Kellum

1.3K Followers
1,041 Following
92 Posts
📍 LocationLos Angeles, CA
đź’Ľ Workhttps://thetypefounders.com
🖥️ Personalhttps://scottkellum.com
Pronounshe/him/his
@danwentzel And every Republican.
@onpaperwings My “No, I am not AI” t-shirt is getting me lots of questions already answered by my t-shirt.
@infobeautiful @vis.social This is why I just go to the far side of the parking lot and walk.
The salary of politicians should be computed as a constant factor of:
(i_{0.5} + i_{0.4} + i_{0.3}+ i_{0.2} + i_{0.1}+i_{\text{min}})\times(1-u)
where
u is the unemployment rate and i_x is the x-quantile income¹; i_{\text{min}} being the lowest income anyone is legally getting paid².

This would create a direct monetary incentive to maximize income of the low-income half of the population and reduce unemployment. And then just flat out ban any other income; if they want to work something on the side or have book-deals, or whatever, just tax that with a flat 100%.

¹ It might make sense to use per-person household income here, but the unemployment factor is kinda taking care of the “lowering the employment base” as well, so just going with regular jobs might be fine as well.

² With a good minimum wage this is going to be the same as several of the previous ones, but if you insist on making exceptions to that for internships or “workshops for disabled people”, they get basically nothing here.
@zachleat localhost:#### feels really easy to me, and having to give my random local sites real names all the time feels cumbersome.
@Luke @roy I think I was one of only 3 subscribers. It was fun while it lasted.
@Luke reminds me of @roy’s Stroopwafel as a Service (SaaS).
@KrijnHoetmer @kizu @css @JaneOri This crew finds the weird CSS tricks, and not understanding is very forgivable, but always a fun puzzle to work through. To your first point, just because something is possible, it doesn’t mean it’s easy and intuitive. Yes, it would be nice to *easily* get the width of an element to change the animation-duration.
@css @KrijnHoetmer @kizu There are hacks to make this work across all browsers using @JaneOri’s calc hack: https://dev.to/janeori/css-type-casting-to-numeric-tanatan2-scalars-582j
CSS Type Casting to Numeric: tan(atan2()) Scalars

In current browser implementations of CSS, you cannot divide by length types; calc(100vw / 5px) does...

DEV Community