HN user

varyherb

89 karma
Posts9
Comments19
View on HN
Project Euler 8 months ago

Project Euler spurred my love for math and programming when I was 15. I got through the first few with pencil and paper and then quickly realized I was going to need to learn how to program. Got started with Java (in Eclipse) and then moved on to Python. I feel like it completely changed the trajectory of my life.

Yup! Claude Code has a lot of undocumented configuration. Once I saw the beta header value in their docs [1], I tried to see in their source code if there was anyway to specify this flag via env var config. Their source code is already on your computer, just gotta dig through the minified JS :) Try:

`cat $(which claude) | grep ANTHROPIC_BETAS`

Sibling comment's approach with the other (documented) env var works too.

[1] https://docs.anthropic.com/en/docs/build-with-claude/context...

This is a gross oversimplification of the author's detailed (if a bit editorialized) analysis. The author actually acknowledges, and later expounds upon, the apparent incongruity you mentioned:

I look at communities like Detroit and I understand why the youth there resort to crime, but what the hell is the matter with the Bay Area? Arguably the wealthiest metropolitan area in the United States. A place with too many jobs and not enough people to fill them.

Are you at all concerned about the selection of the workspace ID as the partition key? With every workspace on a single partition, couldn't a high-throughput workspace create a "hot" partition that will negatively impact other workspaces on that partition?

At the cost of potentially introducing more cross-partition queries, you might benefit from splitting up high-throughput workspaces. See strategy in https://d0.awsstatic.com/whitepapers/Multi_Tenant_SaaS_Stora..., pages 17-20.

I was 9 years old and I wanted to write amazing games...After four years of writing games in BASIC language, I felt like I was stopped by the slowness inherent to an interpreted language.

Wasn't sure I was reading this correctly, so I navigated to the About Me page:

Born in 1978, I started programming at age 5 in BASIC, learnt assembly language by age 9

Genuine question, does this strike others as immensely off-topic? I'm curious if the parent commenter even opened the link. I'm sure there are applications of generalized knapsack problems (or dynamic programming generally) in options trading, but this isn't it.