HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edschofield

no profile record

comments

edschofield
·há 3 meses·discuss
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
·há 3 meses·discuss
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
·há 4 meses·discuss
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
·há 5 meses·discuss
I like “Clawboard”.
edschofield
·há 5 meses·discuss
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
·há 5 meses·discuss
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
·há 7 meses·discuss
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
·há 7 meses·discuss
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
·há 9 meses·discuss
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.