HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fmdv

no profile record

comments

fmdv
·10 дней назад·discuss
Fable was (is) a major leap forward for my development tasks. The quality of the model compared to Opus 4.8 (when I last used it before the ban hammer) was night and day. Fable single-shotting complex and complete applications was a beautiful thing and I can't wait to get back to developing with it.

All aboard the hype train!
fmdv
·28 дней назад·discuss
[flagged]
fmdv
·2 месяца назад·discuss
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?
fmdv
·6 месяцев назад·discuss
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.