site banner

Small-Scale Question Sunday for January 19, 2025

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

1
Jump in the discussion.

No email address required.

Premature optimization is the root of all evil.

Especially if your problem parallelizes, the answer may be "whatever is easiest for you to write in" plus one or more honking cloud VMs. Consider also writing it in whatever is easiest for you, then having an LLM port it to something else.

If you don't need speed for iteratively developing, it really may be best to not care about speed, then let the thing run for a few weeks.

I've spent a good chunk of the last year running it. Speed actually is limiting, unless I were to rent OoMs more compute than what I own (which I'd rather not; it's for a hobby, not a job).