Readit News logoReadit News
HaGoijer commented on Flexport CEO on how to fix the US supply chain crisis   twitter.com/typesfast/sta... · Posted by u/atlasunshrugged
edmundsauto · 4 years ago
Does "chassis" ~= "truck"? It seems like maybe a technical, specific term that I don't understand.
HaGoijer · 4 years ago
A chassis is the trailer to carry the container. The truck pulls the trailer/chassis.

Often chassis dont have cranes to (un)load containers themselves and therefore require cranes (capex heavy assets). Such cranes aren't everywhere/in surplus.

HaGoijer commented on Math.min(Math.max(num, min), max)   twitter.com/jaffathecake/... · Posted by u/tosh
HaGoijer · 5 years ago
Slightly offtopic, but very practical use of a comparable algorithm is to determine to what extent a date ranges falls between a first and last date (e.g. first date of the year, last date of year). e.g. in Excel it would look like: MAX((MIN(end date range; last date) - MAX(Start date range;first date) + 1);0)/(last date - first date + 1). This results in 0 in case of no match, a fraction when only a part of the date range falls between the first and last date, and 1 in case it matches completely or even exceeds the first and last date.

u/HaGoijer

KarmaCake day86August 22, 2016View Original