pull down to refresh

If I were to use code, I'd do it like this:
result = 2520;for (i = 11; i <= 20; i++) { if (result % i != 0) result *= i / gcd(result, i);}
where gcd is the greatest common divisor.
After this, result contains the number.
For an arbitrary range from 1..n, the complexity is O(n log n), if gcd uses the standard Euclidean algorithm.
232,792,560?
2520 is divisible by 1..10, but not 11.
To make a number divisible by the numbers 11 to 20 in addition to 2520, it needs to be additionally divisible by the primes between 11..20, which are 11, 13, 17 and 19, and by 16 (2^4), because 2520 is already divisible by 12 (2^2*3), 14 (2*7), 15 (3*5), 16/2=8 (so one "2" is missing in the factorization), 18 (2*3^2)and 20 (2^2*5).
So the result is 2520 * 11 * 13 * 2 * 17 * 19 = 232,792,560
Or to spell it out as a factorization:
2^4 * 3^2 * 5 * 7 * 11 * 13 * 17 * 19
BTW interesting synchronicity - I saw the number 2520 earlier today in this article: https://medium.com/@syndyne.invents/from-structure-to-meaning-8700317ef6dd
A few months ago they updated it, after a user committed suicide.
They consulted 190 mental health organizations and implemented guardrails.
When it started talking to me like to a teenager ("I need to ground you here" etc.) I moved onto Gemini.
When you have no access to a cloud based LLM, you want a local one.
And since it's a rare scenario, with a new environment, you'd need advice on how to navigate it. E.g. how to produce clean water or grow food.
I could go quite a bit without fast internet.
But no email or messaging? Even a day can be hard, because I have businesses to look after.
I'm not surprised devs are embracing AI. Many are INTJs.
INTJs have Ni (Introverted Intuition) as their dominant function, which is about seeing the big picture and converging on a single vision / goal. It's also effortless and enjoyable.
Their auxiliary function is Te (Extraverted Thinking), whose job is to execute the vision, taking care of the details. In INTJs it takes effort. AI can leverage their strength (Ni) by offloading what takes more effort.
Still, QA is needed.
P.S. there is also Ne (Extraverted Intuition), which is exploratory / brainstorming / divergent. It's the dominant function of ENTPs and ENFPs.
When hyperproductive Danny of What Bitcoin Did releases 30 shows a week instead of 3, or hyperproductive Den of Stacker News posts 30 ~econ posts a day instead of 3, their devoted audience listen to or read at best a couple more but most go to complete waste.
I asked Perplexity to summarize even this post of pre-hyperproductive Den.
Recent Gallup polling on Americans’ views of capitalism and socialism shows that just 54 percent now view capitalism favorably
They express views on something they've never experienced?
When I read "threatens piracy", I thought it was a threat to The Pirate Bay or Anna's Archive.