HackerTrans
トップ新着トレンドコメント過去質問紹介求人

edschofield

no profile record

コメント

edschofield
·3 か月前·議論
Claude Code does now have integration with Telegram, Discord, and iMessage as of a few weeks ago:

https://code.claude.com/docs/en/channels

I haven't used OpenClaw since then ...
edschofield
·3 か月前·議論
Any company worth more could (in principle) acquire it with a share swap [1]. Even a smaller company could buy it with an LBO [2].

[1] https://en.wikipedia.org/wiki/Stock_swap

[2] https://en.wikipedia.org/wiki/Leveraged_buyout
edschofield
·4 か月前·議論
This is not an edge case. Most HN commenters describe the latest two versions of macOS as being objectively worse than earlier versions: slower, less stable, more broken. There are significant numbers of “power users” who deliberately avoid upgrading or have actively downgraded macOS to Sonoma because they care about their computing experience.
edschofield
·5 か月前·議論
I like “Clawboard”.
edschofield
·5 か月前·議論
The design of Pandas is inferior in every way to Polars: API, memory use, speed, expressiveness. Pandas has been strictly worse since late 2023 and will never close the gap. Polars is multithreaded by default, written in a low-level language, has a powerful query engine, supports lazy, out-of memory execution, and isn’t constrained by any compatibility concerns with a warty, eager-only API and pre-Arrow data types that aren’t nullable.

It’s probably not worth incurring the pain of a compatibility-breaking Pandas upgrade. Switch to Polars instead for new projects and you won’t look back.
edschofield
·5 か月前·議論
Yes, ChatGPT 5.2 Pro absolutely still does this. Just ask it for a pivot table using Polars and it will probably spit out code with Pandas arguments that doesn’t work.
edschofield
·7 か月前·議論
Thanks for the link! I didn’t know Monday existed. I laughed so hard at its output. But I fear that using it regularly would poison my soul…
edschofield
·7 か月前·議論
Numerical integration methods suffer from the “curse of dimensionality”: they require exponentially more points in higher dimensions. Monte Carlo integration methods have an error that is independent of dimension, so they scale much better.

See, for example, https://ww3.math.ucla.edu/camreport/cam98-19.pdf
edschofield
·9 か月前·議論
Here's an interesting way to understand it:

https://pricedingold.com

The true value of gold is quite stable over time (since new gold is mined at a slow rate). Fiat currencies are constantly being debased. Hard assets fluctuate up and down relative to gold.