TE
테크에코
홈24시간 인기최신베스트질문쇼채용
GitHubTwitter
홈

테크에코

Next.js로 구축된 기술 뉴스 플랫폼으로 글로벌 기술 뉴스와 토론을 제공합니다.

GitHubTwitter

홈

홈최신베스트질문쇼채용

리소스

HackerNews API원본 HackerNewsNext.js

© 2025 테크에코. 모든 권리 보유.

The emoji problem (2022)

331 포인트작성자: mtsolitary5일 전

14 comments

amenghra5일 전
There is a great quora answer for this one: <a href="https:&#x2F;&#x2F;www.quora.com&#x2F;How-do-you-find-the-positive-integer-solutions-to-frac-x-y%2Bz-%2B-frac-y-z%2Bx-%2B-frac-z-x%2By-4&#x2F;answer&#x2F;Alon-Amit" rel="nofollow">https:&#x2F;&#x2F;www.quora.com&#x2F;How-do-you-find-the-positive-integer-s...</a>
评论 #44043712 未加载
评论 #44042908 未加载
adzm5일 전
On a related tangent, when I was teaching my younger kids about math and helping with homework, I would often rewrite things as a formula, or rewrite the formula itself once they got to that point. However instead of things like x I would use things like fluffy cloud, star, etc. They thought it was annoying but it still kept them interested and have said they&#x27;ve done the same when helping their peers. It&#x27;s easy to forget what it was like learning these abstractions, and it was important to show that x was nothing special, it could be a sun, it could be the phrase &quot;total number of kittens&quot;
评论 #44045513 未加载
lblume5일 전
I tried giving this to ChatGPT. (Just by uploading the image to the base OpenAI interface.) I expected to either (a) have the model already know the question and give the right answer, (b) hallucinate an answer or (c) refuse to engage with the problem at all.<p>Instead, this happened:<p><a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;682cce62-c53c-8003-be2c-292939586887" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;682cce62-c53c-8003-be2c-2929395868...</a><p>Basically, the model confidently outputs a guess, then calculates it, determines it to be incorrect, and repeatedly tries again, even repeating the same guesses over and over. It does not recognize any symmetry and acts like a completely unstructured agent. In the end, the model vehemently asserts there to be no solutions to this puzzle. I really did not expect this and will update my beliefs accordingly if the models behave as badly with future puzzles.
评论 #44046781 未加载
评论 #44045638 未加载
jsheard5일 전
&gt; A guy by the name of Sridhar Ramesh<p>Sridhar is a pro follow, you don&#x27;t see many people with PhDs in both math <i>and</i> shitposting.
OisinMoran5일 전
I love this genre! I&#x27;ve started calling it “Dantzig Sniping” and here’s my own one: <a href="https:&#x2F;&#x2F;x.com&#x2F;TheOisinMoran&#x2F;status&#x2F;1298305686082744320" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;TheOisinMoran&#x2F;status&#x2F;1298305686082744320</a><p>Some more context and related ones here: <a href="https:&#x2F;&#x2F;x.com&#x2F;TheOisinMoran&#x2F;status&#x2F;1299124512240398336" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;TheOisinMoran&#x2F;status&#x2F;1299124512240398336</a>
评论 #44041494 未加载
评论 #44043229 未加载
oytis5일 전
It&#x27;s year 2025, why doesn&#x27;t the author use actual fruit emoji for variable names?
评论 #44043030 未加载
评论 #44043848 未加载
评论 #44040478 未加载
robinhouston5일 전
Using other constants in place of the ‘4’ can lead to some _really_ gigantic smallest solutions: <a href="https:&#x2F;&#x2F;observablehq.com&#x2F;@robinhouston&#x2F;a-remarkable-diophantine-equation" rel="nofollow">https:&#x2F;&#x2F;observablehq.com&#x2F;@robinhouston&#x2F;a-remarkable-diophant...</a>
评论 #44044595 未加载
ykonstant5일 전
I remember the problem when it first appeared, we had a good laugh at the number theory seminar :)
评论 #44042546 未加载
wredcoll4일 전
I appreciate the deep dive into the depths of number theory and strange graphs, but what is supposed to be tricky&#x2F;confusing about the original apple&#x2F;banana&#x2F;etc puzzle?<p>Is there supposed to be some easily confused bit so people argue or just be easy so everyone rushes to show off?<p>(I got 10, 4, 2; maybe it confused <i>me</i>?)
评论 #44047240 未加载
zahlman5일 전
The &quot;srsltid&quot; in the query parameters is unnecessary: <a href="https:&#x2F;&#x2F;artofproblemsolving.com&#x2F;community&#x2F;c2532359h2760821_the_emoji_problem__part_i" rel="nofollow">https:&#x2F;&#x2F;artofproblemsolving.com&#x2F;community&#x2F;c2532359h2760821_t...</a>
less_less5일 전
The theory of elliptic curves goes amazingly deep. Scratching the surface slightly more, to fill in the article&#x27;s &quot;ignore the labels like 2P&quot;:<p>Intersecting the curve with lines the way the author does is, perhaps shockingly, a commutative group operation, known as point addition. You define this operation by saying that the three points A,B,C on a line sum to zero: that is A+B+C=0 or in other words, A+B = -C. Reflecting across the curve&#x27;s line of symmetry is negation (there&#x27;s an alternative definition that extends to curves without reflection symmetry). Combining the two defines an operation A+B which adds two points on the curve and gives a third one: draw the line from A to B, intersect it with the curve to find a point -A-B (using the same type of formula given in this article) and then reflect it to get A+B. This addition operation obviously commutes (meaning, the line between A and B is the same as the line between B and A), but surprisingly it also associates and you get a group operation.<p>(For math olympiad nerds out there: so the union of a conic and a line is also a bivariate cubic equation. You can carry out the same &quot;addition&quot; operation there. Again the operation clearly commutes. But it also associates! This is basically Pascal&#x27;s theorem.)<p>The theory of elliptic curves is also the basis of elliptic curve cryptography. In that case, instead of the curve being over the reals, all the calculations are done mod some prime p, which destroys structure based on continuity and prevents the numbers from becoming too large. There are a bunch of subtleties here but the key is that you can still straightforwardly compute addition in this context, with basically the same formulas. Then from addition you can get n*A, both for small integers n (eg 5*A = A+A+A+A+A) but also for large n (e.g. 2*A = A+A; 66*A = 2*2*2*2*2*2*A + 2*A). This &quot;scalar multiplication&quot; operation is a one-way operation for appropriately chosen curves: it&#x27;s easy to calculate n*A from (n,A), but as far as we know it is hard to calculate n from (A,n*A) ... at least if you can&#x27;t build a large quantum computer.<p>This gives you mix of easy operations (eg, addition and scalar multiplication) plus problems believed to be hard, which is a great starting point to build cryptography. There are a lot of important technical details, though fewer than with the new lattice schemes.<p>(Further comment on the olympiad thing: so you can do this with conic+line too, extending from addition to multiplication and using the same formulas mod p. But it&#x27;s not as good: it&#x27;s not hard to find a projection that sends the line to infinity and the conic to the unit circle or similar, and then the group operation becomes equivalent to multiplying the points&#x27; coordinates as complex numbers or similar. If the group operation is equivalent to multiplication, then scalarmul becomes equivalent to exponentiation, which ends up being in Fp or Fp^2 depending on some Legendre symbol or other. Exponentiation is still potentially secure: it&#x27;s basically classical Diffie-Hellman. However, more attacks are known on exponentiation in Fp or Fp^2: the attacks don&#x27;t outright break it but you need p to be much bigger.)<p>Edit: unescaped stars make italics.
rolandhvar5일 전
Dumb question, but how do you know it&#x27;s smallest?
评论 #44044219 未加载
gcanyon5일 전
Once upon a time I was good at math -- like, win state-wide competitions, get a scholarship good. It&#x27;s sad that I can easily follow the path laid out here, but I am nowhere close to being able to lay out this course on my own.
评论 #44040221 未加载
评论 #44040636 未加载
raverbashing5일 전
So the meme was a crap-post and never &quot;supposed&quot; to be solved anyway (in human terms?)
评论 #44040402 未加载
评论 #44043040 未加载