Viewing profile — tirutiru
tirutiru
HN member- Joined
- Thu, Sep 07, 2023, 8:57 PM UTC
- HN karma
- 9
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About tirutiru
Recent public activity
-
comment
Comment #49206256
The boundary lines of the convex hull can easily have 3 points each. So not as obvious as all that.
-
comment
Comment #49206161
The Appolonius circle is a theorem in pure geometry. It is used in the 'method of images' in physics. And not just for ancient textbook problems either. I saw a paper in experiment…
-
comment
Comment #48888122
I work on vehicle routing for a living. Our routing engine is mostly original heuristics, no MIP. The thrust of your remarks is correct IMO. We are forced to support a large number…
-
comment
Comment #48878537
I'm curious too. And what are the far better alternatives in your opinion? Hexaly claims to go far beyond MIP. Amazon uses it for packing VMs into servers. This video by one of the…
-
comment
Comment #48500263
How did you straighten it out? I am drowning in gating propagating semantic mismatches...
-
comment
Comment #48176118
It's a bit confusing now with Numba Cuda also being officially maintained by Nvidia. Also Cuda Python, which looks older. Which of these - warp, numba, cp, is the best bet for a be…
-
comment
Comment #48113793
I wrote a logistics optimization program (think travelling-salesman++) in Python and it gradually took over from the v1 version written in Java. People generally compare "speed of …
-
comment
Comment #48061125
I did not. Post-conditioning by your comment and the other one,I can see some signs such attempting to be unusually comprehensive. The 'atoms in your liver' could be an awkward hum…
-
comment
Comment #47680855
I can roughly guess the train of thought and I am a bit surprised that Claude is failing you. That said, I am puzzled at the algorithms that Claude & GPT "get" and ones that they d…
-
comment
Comment #45551571
I wonder how many completely u related applications have that interval check logic coded up somewhere. I'm pretty sure I wrote one for my work codebase. Would I bet my life that th…
-
comment
Comment #45321077
Yes that's a brilliant article. I do not think it is in the book yet? I used a poor man's version to solve a puzzle where one arranges polymino pieces on a grid spelling out the da…
-
comment
Comment #44622629
Hey I am trying to get back into German. What are some of the good channels that you've found? I remember Fokus Deutsch. Spent 4 years in Germany but never took a course out of she…
-
comment
Comment #37425683
Ah this is great. I wrote my own solver in Python+Numba. You've probably seen Robot Reboot https://www.robotreboot.com/challenge . I had a parser that could take a screenshot of th…