HN user

wsostt

239 karma
Posts9
Comments57
View on HN

Are they saying that the same 12% of people eat half of the consumed beef each day? Or that 12% of beef consumers eat half of the daily consumption but that group’s membership changes each day?

If I eat a steak and cheeseburger in the same day, am I part of that group or am I never part of the group because I only eat beef 1x per week?

I would add that good writing is required for all career advancement.

Senior engineers or architects may do more design than coding and the design needs to be conveyed likely as writing and hopefully a couple diagrams.

Managers absolutely need to be good writers to communicate effectively, advocate for their team, and tell the story of the team’s work.

If you’re an engineer and want to have a higher level job than you have now, getting better at writing is only going to help. I’m not saying it’s a MUST because I’m sure there’s some outliers, but it won’t hurt.

If they’re unhappy with their own API, this could provide an abstraction layer for the app. They rewrite their client to use this API and it frees up two teams to work (almost) independently. The UI team can work on their roadmap while the backend team fixes the internal API or retires the logic and implement it into this new layer.

I’m not saying they’ll do this or that it makes sense. But I’ve definitely done it in much smaller projects.

We had a small hand pump toy that would suck up the tub water and spray it. It was a manual pump so it taught cause/effect which is critical for development.

Second the swimming lessons. I have two daughters with a rare genetic condition and they are obsessed with swimming in the pool. My older is physically challenged, wears AFO legs braces, has a seriously disturbed gait, and frequently uses a chair when we’re out in public. But she can swim non-stop for an hour. Great exercise, great strength building, great for safety. I feel like her freedom in the water is an escape from her limitations on land. :D

Clients are heard and in charge. These are smart people who will terminate the relationship if their goals aren’t being met. This isn’t your retirement account. These are accounts in the 9+ figure range.

You’re not considering that a lot of active managers are helping clients define bespoke investment strategies that suit their assets and liabilities. They set a strategy, pick a benchmark, and invest. In some cases, a portion of those investments may be passive instruments and other portions may be research-driven asset allocation by the manager.

I've been doing this for a long time now. I present the candidate with a function (on paper) that compiles and runs. It does the job but it does everything poorly: an embedded connection string, leaves the connection open, no error handling, bad variable names, no comments, etc... EVERY candidate can find something wrong with this code and the things they pick up is informative. Juniors can find the easy stuff, more senior-level folks find the deeper flaws about the basic structure of the code like figuring that a lot of this is boilerplate that could be implemented elsewhere.

Neither by default. I look to be convinced that they've implemented containers because it made sense for their technical architecture or strategy.

I have a vendor who pitched their new "cloud-native" re-platforming project and it really spooked me. It's data management-type tool that was migrating from a traditional on-prem client/server architecture to an AWS-hosted Angular interface with a MongoDB backend. I got the same pitch a year later and the entire stack had changed. I was spooked the first time; now I'm really spooked and thinking about migrating off the platform.