- 25 Posts
- 96 Comments
I agree with you, for what it’s worth.
moormaan@lemmy.cato
Technology@lemmy.world•Exactly Six Months Ago, the CEO of Anthropic Said That in Six Months AI Would Be Writing 90 Percent of CodeEnglish
1·5 months agoAmen. Context is king, and managing context well is key to proper AI assisted coding. Also, staying accountable for the final output, as you stated in the end.
Not having good (or any in most cases) context management techniques is like saying your car is slowing you down because you have to push it everywhere you go.
I use NotebookLM to manage project context, and do scoping, planning and requirement elaboration which gets copied to Jira tickets (similar to what you explained in the first part) . On the coding side I use Claude Code with the Jira MCP. I use the copy-pasting between project and code domains to correct any mistakes AIs might have introduced. We developed a plugin which captures our engineering best practices and instructs the AI agent to discuss every aspect of the implementation and the task breakdown with the developer before writing any code or tests, as well as to keep a local progress tracker file for every ticket which also serves to capture any insights that emerged during the discussion. This file serves as long term memory between chat sessions, and also gets committed for future reference by humans and AI alike. And I always do a thorough self review towards the end.
I’m convinced beyond doubt coding without modern AI assistants and not gaining experience with them is a mistake. Resist the knee-jerk reaction to downvote comments which give you blueprints to evolve you practice because you have antipathy for AI. I don’t care about the little number at the top of this comment, but I think everyone should start learning and developing new techniques to improve their workflows.
moormaan@lemmy.cato
Technology@lemmy.world•Meta wins halt to promotion of 'Careless People' tell-all book by former employeeEnglish
15·1 year agoI just ordered it after reading this. Thank you Barbara.
moormaan@lemmy.cato
World News@lemmy.world•Serbia’s prime minister and Novi Sad mayor resign as anti-corruption protests growEnglish
7·1 year agoOf course it is, it’s from the playbook. Hopefully it doesn’t work - it seems like the protesters see through every move they make.
moormaan@lemmy.cato
Firefox@lemmy.ml•Mozilla Firefox removes "Do Not Track" Feature support: Here's what it means for your Privacy
272·1 year ago“Will Chrome, Edge, and Other Privacy-Focused Browsers follow this move?”
And it’s not The Onion.
moormaan@lemmy.cato
Technology@lemmy.world•ChatGPT is right-wing and Gemini is left-wing: Why each AI has its own ideologyEnglish
151·1 year agoI’m not surprised, but this finding would not have crossed my mind.
moormaan@lemmy.cato
Canada@lemmy.ca•Canada-based TD Bank hit with $3B penalty in U.S. money laundering settlement
18·1 year ago“TD Bank created an environment that allowed financial crime to flourish,” Garland said. “By making its services convenient for criminals, it became one.”
I hope no one indeed will be “off limits” in the criminal investigation, let’s see…
I agree. I love Mastodon’s calm columnar UI with lists and hashtags where I feel I’m in control of my experience, and that I can just stop whenever and come back in three days.
moormaan@lemmy.cato
Steam Hardware@sopuli.xyz•[Discussion] What games have you been playing on your deck? - September 2024
2·2 years agoI finally got around to installing OpenMW - it looks much better! Thanks again
moormaan@lemmy.cato
Canada@lemmy.ca•Police In Canada Warn Lawyer Over Her Social Media Posts On Israel
4·2 years agoI agree with you, I’m also missing context. I agree this looks very fishy for the police to be paying her a visit with the “you are walking a line” comment, but without knowing all the details, I’m reluctant to jump into definitive conclusions. I really hope this story gets picked up by media so we at least get that side as well, however imperfect it might be.
moormaan@lemmy.cato
Godot@programming.dev•Godot staff are facing a huge reactionary backlash on Xitter for being "woke"
1·2 years agoAgreed, no big deal. But YouTubers who knew about it before this controversy will typically use the intended pronouncing, and it’s easy to spot those who didn’t care much about it until this all started.
moormaan@lemmy.cato
Godot@programming.dev•Godot staff are facing a huge reactionary backlash on Xitter for being "woke"
3·2 years agoIt sounds like G-DOUGH.
moormaan@lemmy.cato
Godot@programming.dev•Godot staff are facing a huge reactionary backlash on Xitter for being "woke"
51·2 years agoThis never crossed my mind, but you are right. Online interactions do lack a lot of context, and it must have been hard (or practically impossible) to discern genuine from malicious calls to remain apolitical in a situation of intense online harassment.
moormaan@lemmy.cato
Godot@programming.dev•Godot staff are facing a huge reactionary backlash on Xitter for being "woke"
10·2 years agoThis is evident in a few ways:
- How they subtly or glaringly misunderstand what it is and what it does
- How they call it “a company”
- How they pronounce it as GO-DOT
moormaan@lemmy.cato
Godot@programming.dev•Godot staff are facing a huge reactionary backlash on Xitter for being "woke"
3·2 years ago20% by 20%, the progress bar of me agreeing with this assessment went to a 100% as I was reading it.
moormaan@lemmy.cato
Canada@lemmy.ca•Releasing names of 900 alleged Nazi war criminals who fled to Canada could embarrass federal government, bureaucrats told
20·2 years ago“A few stakeholders were concerned that the release of the report would result in new legal action (criminal prosecution, citizen revocation, or otherwise) being brought against the individuals named in the report,”
Also known as “justice” and “law”.
Just forwarded this pic to my dad. I’ll be guiding him in installing Mint on one of his old Windows desktops this coming Saturday! Wish us luck in the coming years 😂
moormaan@lemmy.cato
Technology@lemmy.world•Microsoft's 'Recall' feature can't be uninstalled after allEnglish
3·2 years agoMy situation exactly, and I’m very happy with it. M2 with its speed and long battery life compensates well for some unconfigurable behaviours in MacOS that I have minor gripes with, and for gaming and general Linux goodness, Steam Deck to the rescue.
moormaan@lemmy.cato
Steam Hardware@sopuli.xyz•[Discussion] What games have you been playing on your deck? - September 2024
2·2 years agoWow, thanks, I’ll try this!



















I use IntelliJ with a vim plugin, so I get the motions, but also an IDE. IntelliJ has excellent terminal support. For Java, there’s no better setup.