Live data from Hacker News

Pareto Front

en.wikipedia.org

81–90 of 116 posts

Re: Pareto Front

#81
post #32

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.

That looks... swingy! Took a second to get used to it but I think I like the refreshing take for a monospace font :) https://fonts.google.com/specimen/Iosevka+Charon+Mono

Re: Pareto Front

#82
post #75

Earlier 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)

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

#83
post #24

Earlier 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!

I feel like there should be a GUI tool to bake in any alternates into the font itself.

Re: Pareto Front

#85
post #75

Earlier 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.

...so it is the Pareto font indeed!

Re: Pareto Front

#86

I 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.

[deleted]

Re: Pareto Front

#88

Earlier quoted context omitted.

Yeah, those features are awesome! Sadly support for them is quite lacking in applications... Tabular numbers are awesome!

I feel like there should be a GUI tool to bake in any alternates into the font itself.

Ok, I'll make it!

Re: Pareto Front

#89

I’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…

I don't think power law distributions are the same thing. However, actually, in different fields, power law distributions are descriptive enough you can use them as targets for abstract criteria.

Re: Pareto Front

#90

I 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…

Great - commenting to refer to this
Post reply on HN