Earlier quoted context omitted.
Trouble with fonts is sometimes monospace good, sometimes monodpace bad Anyways I'll namedrop Iosevka as perfect monospace font for working on 13" laptop
Seconding Iosevka, it's great for code! And you can get a version without ligatures.
Pareto Front
81–90 of 116 posts
Re: Pareto Front
#82Earlier quoted context omitted.
No, it's far from the best possible font, but to its credit, it gets most aspects of typography right by just focusing on the ~1/5 of the requirements that actually really count.
What are the 4/5ths that you don't like, and which one(s) would you recommend instead? (I'm mostly interested/focussed on the sans variant but also happy to hear about serif and mono)
Re: Pareto Front
#83Earlier quoted context omitted.
I didn't know fonts can have options. Another learning curve on how to enable that in Latex/Html/Libreoffice/anywhere else I use fonts ^^'. But still helpful to know about! ss02 disambiguation seems to be the one I'd be wanting to turn on, with tnum for monospace numbers being a good option as well that I hadn't even realised I wanted from a font!
Yeah, those features are awesome! Sadly support for them is quite lacking in applications... Tabular numbers are awesome!
Re: Pareto Front
#84Re: Pareto Front
#85Earlier quoted context omitted.
What are the 4/5ths that you don't like, and which one(s) would you recommend instead? (I'm mostly interested/focussed on the sans variant but also happy to hear about serif and mono)
It's not that I don't like them. It's more just that some of these design considerations are not worth the effort to fret over, and if you're smart about your time, doing 1/5 of the work will get you something like ~4/5 of the results.
Re: Pareto Front
#86I have a weightlifting spreadsheet with weight on the vertical axis and reps on the horizontal axis. The value of each cell is the estimated 1 rep max if I accomplish that lift. In theory if my e1RM is 100kg then I can lift any permutation of (weight,reps) that have the same e1RM. This is akin to knowing Pareto Frontier of my current strength. I use conditional formatting to color cells according to the probability t…
Respectfully, that's a cool illustration of the idea of xRMs etc but is missing the whole point of programming for higher or lower reps. E.g. lower reps are more stressful / higher cost of recovery but more strength-specific; high reps are better for hypertrophy work. But then, any well designed program will have you working across a range of rep ranges and so on. Please don't make an app based on this.
Re: Pareto Front
#87Re: Pareto Front
#88Re: Pareto Front
#89I’m sadly twitchy when I hear “Pareto” - having endured numerous middle managers suggesting they can deliver 80% of the scope in 20% of the time (unrelated to the frontier topic here). Do that at each level of an org and the nonsense multiples rapidly. The 80/20 “rule,” as far as I know, is meant to be descriptive after the fact. It can’t be used as a planning assumption. To be fair to those managers, they don’t real…
Re: Pareto Front
#90I have a weightlifting spreadsheet with weight on the vertical axis and reps on the horizontal axis. The value of each cell is the estimated 1 rep max if I accomplish that lift. In theory if my e1RM is 100kg then I can lift any permutation of (weight,reps) that have the same e1RM. This is akin to knowing Pareto Frontier of my current strength. I use conditional formatting to color cells according to the probability t…
I wrote this app as a SPA! It uses a curve formulation similar to Brzycki, except I added a “shape” parameter (an exponent gamma between 0 and 1) that slopes the 1rm downwards at the right side. My main finding for “pick whatever weight you want today” was that picking a lot of different weights made the curve less identifiable, so my latest iteration encourages you to pick a ladder for a few sentinel exercises per m…