Sure, but if you're trying to manage your weight it helps you to decide whether that cookie is worth it or not. If it's an Oreo cookie (or 3), I'll pass. If it's my wife's home made chocolate chip cookie I'll eat it…
Totally this. I've recently embarked on a weight loss/fitness journey (coming up on 50 rotations around the sun) and I find it incredibly helpful to think of the 250 calorie chocolate bar as roughly 25 minutes on the…
That is the general pattern but not always. I never used to have allergies and then developed them a few years ago. Was very miserable for a couple months every year for about 5 years but they disappeared again a couple…
I think Jarred's response at the time was intended to cool the ridiculous hype when the branch first appeared!
Have you done this yourself? If you haven't I think you'd discover server hardware is actually shockingly reliable. You could go years without needing to physically touch anything on a single machine. I find that people…
How does this solution compare with using pg_squeeze? We ran into this situation with a queuing solution and we've been testing it out... seems to work.
The web sucked all the oxygen out of the room.
Seeing similar comments across different articles and technologies and it makes me wonder how much AI is going to hold back the adoption of new technologies going forward.
What are the trivial changes Canada could make if it wanted to be serious about startups?
Agreed. Growing up on a small farm (~1120 acres) our garden alone was probably at least 5 acres in size. It's laughably small, the only way he'll succeed is for a neighbouring farmer to take pity on him.
If you spend time on the website you can see the plan is to rent (only!) 5 acres of land for this project. Since it's a lease only and such a small plot it seems unlikely to get him into trouble. Given the small size…
Most of those 10 squashed commits likely had commit comments like: "Cleanup based on PR feedback." etc.
Easy if you ignore the security aspects. You want to hand over your tokens to your LLM so it can script up a tool that can access it? The value I see in MCP is that you can give an LLM access to services via socket…
Fair enough. I use git worktrees (with a script that creates the git branch, worktree and opens a new vs code workspace). You're right, managing more than about two active sessions at once is probably the limit though…
It won't matter. The core ideas of an Agent Manager view will be copied and improved by others in many project in the future.
I haven't used Windsurf (been using Claude Code and similar). Does it provide an Agent Manager window/view? This to me looks more useful to me than the browser integration piece.
The Agent Manager view providing a unified view of all active agents and allowing you to immediately respond to any approval requests or followup questions looks very useful regardless of which VCS you're using under…
The Claude Code extension on VS Code does very little (too little in my opinion). The integration level with agentic functionality provided by Antigravity goes much deeper in my 20 minutes or so of playing with it. The…
My experience has been the opposite. Oracle (the database) is actually a really solid product for the most part. Oracle (the company) is a different story. My eyes were really opened to some of the technical…
You would typically want to use the same database instance for your queue as long as you can get away with it because then transaction handling is trivial. As soon as you move the queue somewhere else you need to…
Also add `"includeCoAuthoredBy": false` to your `settings.json` file (you may also need to reinforce this in your commit prompt YMMV).
We definitely have this system in place in some cities in Canada, primarily for express bus routes.
I tried Happy Coder for a bit. It seemed exactly what I was missing but about 1/2 the time session notifications weren't coming through and the developers of the tool seem busy pushing it off in other directions rather…
We also have the same issues with our fellow humans. LLMs do not replace the need for imperative programs that reliably execute well-defined steps. Turn it inside out. Use the LLM to write the imperative program to…
That's going to be a lot less efficient context-wise and computing-wise than using either a purpose-built MCP or skill based around executing a script.
Sure, but if you're trying to manage your weight it helps you to decide whether that cookie is worth it or not. If it's an Oreo cookie (or 3), I'll pass. If it's my wife's home made chocolate chip cookie I'll eat it…
Totally this. I've recently embarked on a weight loss/fitness journey (coming up on 50 rotations around the sun) and I find it incredibly helpful to think of the 250 calorie chocolate bar as roughly 25 minutes on the…
That is the general pattern but not always. I never used to have allergies and then developed them a few years ago. Was very miserable for a couple months every year for about 5 years but they disappeared again a couple…
I think Jarred's response at the time was intended to cool the ridiculous hype when the branch first appeared!
Have you done this yourself? If you haven't I think you'd discover server hardware is actually shockingly reliable. You could go years without needing to physically touch anything on a single machine. I find that people…
How does this solution compare with using pg_squeeze? We ran into this situation with a queuing solution and we've been testing it out... seems to work.
The web sucked all the oxygen out of the room.
Seeing similar comments across different articles and technologies and it makes me wonder how much AI is going to hold back the adoption of new technologies going forward.
What are the trivial changes Canada could make if it wanted to be serious about startups?
Agreed. Growing up on a small farm (~1120 acres) our garden alone was probably at least 5 acres in size. It's laughably small, the only way he'll succeed is for a neighbouring farmer to take pity on him.
If you spend time on the website you can see the plan is to rent (only!) 5 acres of land for this project. Since it's a lease only and such a small plot it seems unlikely to get him into trouble. Given the small size…
Most of those 10 squashed commits likely had commit comments like: "Cleanup based on PR feedback." etc.
Easy if you ignore the security aspects. You want to hand over your tokens to your LLM so it can script up a tool that can access it? The value I see in MCP is that you can give an LLM access to services via socket…
Fair enough. I use git worktrees (with a script that creates the git branch, worktree and opens a new vs code workspace). You're right, managing more than about two active sessions at once is probably the limit though…
It won't matter. The core ideas of an Agent Manager view will be copied and improved by others in many project in the future.
I haven't used Windsurf (been using Claude Code and similar). Does it provide an Agent Manager window/view? This to me looks more useful to me than the browser integration piece.
The Agent Manager view providing a unified view of all active agents and allowing you to immediately respond to any approval requests or followup questions looks very useful regardless of which VCS you're using under…
The Claude Code extension on VS Code does very little (too little in my opinion). The integration level with agentic functionality provided by Antigravity goes much deeper in my 20 minutes or so of playing with it. The…
My experience has been the opposite. Oracle (the database) is actually a really solid product for the most part. Oracle (the company) is a different story. My eyes were really opened to some of the technical…
You would typically want to use the same database instance for your queue as long as you can get away with it because then transaction handling is trivial. As soon as you move the queue somewhere else you need to…
Also add `"includeCoAuthoredBy": false` to your `settings.json` file (you may also need to reinforce this in your commit prompt YMMV).
We definitely have this system in place in some cities in Canada, primarily for express bus routes.
I tried Happy Coder for a bit. It seemed exactly what I was missing but about 1/2 the time session notifications weren't coming through and the developers of the tool seem busy pushing it off in other directions rather…
We also have the same issues with our fellow humans. LLMs do not replace the need for imperative programs that reliably execute well-defined steps. Turn it inside out. Use the LLM to write the imperative program to…
That's going to be a lot less efficient context-wise and computing-wise than using either a purpose-built MCP or skill based around executing a script.