HN user

fmdv

5 karma
Posts0
Comments3
View on HN
No posts found.

Still completely borked for me.

Err:1 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu noble/main amd64 git amd64 1:2.54.0-0ppa1~ubuntu24.04.1 Could not connect to ppa.launchpadcontent.net:443 (185.125.190.80), connection timed out Err:2 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu noble/main amd64 git-man all 1:2.54.0-0ppa1~ubuntu24.04.1 Unable to connect to ppa.launchpadcontent.net:https: E: Failed to fetch https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/pool/ma... Could not connect to ppa.launchpadcontent.net:443 (185.125.190.80), connection timed out E: Failed to fetch https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/pool/ma... Unable to connect to ppa.launchpadcontent.net:https: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I code powershell, and what really worked for me was defining a highly detailed and specific rules file that outlines exactly what kind of output I want. This includes coding style, design patterns, example function structure, and a whole other bunch of requirements.

In augment code (or any other IDE agent integration), I can just @powershell-advanced-function-design at the top so the agent references my rule file, and then I list requirements after.

Things like:

- Find any bugs or problems with this function and fix them.

- Optimize the function for performance and to reduce redundant operations.

- Add additional comments to the code in critical areas.

- Add debug and verbose output to the function.

- Add additional error handling to the function if necessary.

- Add additional validation to the function if necessary.

It was also essential for me to enable the "essential" MCP servers like sequential thinking, context7, fetch, filesystem, etc.

Powershell coding isn't particularly complex, so this might not work out exactly how you want if you're dealing with a larger codebase with very advanced logic.

Another tangent: Figma Make is actually extremely impressive. I tried it out yesterday to create a simple prompt manager application, and over a period of ~30min I had a working prototype with:

- An integrated markdown editor with HTML preview and syntax highlighting for code fences.

- A semi-polished UI with a nice category system for organizing prompts.

- All required modals / dialogs were automatically created and functioned properly.

I really think agentic coding DOES work. You just have to be very explicit with your instructions and planning.

YMMV.