I remember sitting in the audience at EmberCamp asking Yehuda why he was tightly coupling his ember.js framework to RoR when RoR hates JS and it was obvious to many that a node backend was the future.
July 16, 2025 at 3:12 AM
I remember sitting in the audience at EmberCamp asking Yehuda why he was tightly coupling his ember.js framework to RoR when RoR hates JS and it was obvious to many that a node backend was the future.
More engineers should hire a coach to improve their development. The coach signs an NDA, watched a video of the student writing the code, reviews the PR and then provides expert feedback on how they could improve.
May 31, 2025 at 12:47 PM
More engineers should hire a coach to improve their development. The coach signs an NDA, watched a video of the student writing the code, reviews the PR and then provides expert feedback on how they could improve.
It all seems so very prompt dependent. It is really hard to objectively tell what is working and what is not unless the results have the prompts and the code.
May 27, 2025 at 1:31 PM
It all seems so very prompt dependent. It is really hard to objectively tell what is working and what is not unless the results have the prompts and the code.
Imagine I am a fund manager with a goal of getting a x% return rate within the risk guidelines allowed by my company/sector. That portfolio in 2015 looks a lot different than the portfolio in 2025.
In 2015, I have to put money into a more speculative areas, like VC. Less so in 2025.
May 18, 2025 at 5:04 PM
Imagine I am a fund manager with a goal of getting a x% return rate within the risk guidelines allowed by my company/sector. That portfolio in 2015 looks a lot different than the portfolio in 2025.
In 2015, I have to put money into a more speculative areas, like VC. Less so in 2025.
In C I would have to use guards or forward decls. In JavaScript stuff gets real weird when imports are circular leading to strange runtime or (TypeScript) compiler errors.
So, I just refactor the crate/module to avoid them.
May 17, 2025 at 12:22 AM
In C I would have to use guards or forward decls. In JavaScript stuff gets real weird when imports are circular leading to strange runtime or (TypeScript) compiler errors.
So, I just refactor the crate/module to avoid them.
if you rollup and one commit fails, it all fails. i think people typically "try" their PRs ensure they are passing and then rollup a bunch if/when the merge queue gets backed up
May 11, 2025 at 11:18 PM
if you rollup and one commit fails, it all fails. i think people typically "try" their PRs ensure they are passing and then rollup a bunch if/when the merge queue gets backed up