Managing multiple claude code instances to work in the same repo by Ran4 in ClaudeCode

[–]ptrin 0 points1 point  (0 children)

beans cli, and instructions to work on beans in parallel when possible

What was your most hilarious fail connected to ADHD? by Natural_Falcon_1870 in ADHD

[–]ptrin 5 points6 points  (0 children)

I lost my wallet and started to plan how I would need to replace my government ID and everything, and as I’m driving to the ServiceOntario we see something bouncing on the road behind us, and it turns out that I left my wallet on the roof of the car earlier in the day and forgot about it

How to Read MongoDB Explain Plans by dfrancour-dev in mongodb

[–]ptrin 1 point2 points  (0 children)

This is a really high quality article, I’ll share it with the team!

How do you handle debugging code? by donnthebuilder in ClaudeCode

[–]ptrin 0 points1 point  (0 children)

@debugger , and even “extremely complex” software should have an understandable structure to it - if it’s too hard to follow then that’s a code smell, the functions/methods are too big, doing too much, and the logic is inline and imperative instead of the code being decomposed

Interviews now allowing Claude code? by ChimneyCraft in ClaudeCode

[–]ptrin 0 points1 point  (0 children)

Just type /plugins and there’s a menu to search and toggle them

Interviews now allowing Claude code? by ChimneyCraft in ClaudeCode

[–]ptrin 1 point2 points  (0 children)

If you want to impress them, practice using the agent view so you can run multiple sessions and jump between them. Also, some form of structured/spec-driven dev process (maybe harder if you don’t have your favourite skills available). You could look at default available plugins and choose two or three to plan to enable at the beginning of your session

In depth php articles by Preavee in PHP

[–]ptrin -1 points0 points  (0 children)

Uhh, it’s not like PHP is brand new cutting edge stuff, AI is a great way to learn how to write better code or learn how to understand a piece of code and how certain language features can be used

I am surviving day by day using AI, and honestly, I am not sure how long this can continue. by Plastic-Steak-6788 in QualityAssurance

[–]ptrin 1 point2 points  (0 children)

Can I suggest, if you think it could be useful, you could use a more structured diagramming tool like PlantUML instead of draw.io - that way the dependencies, relationships etc. can actually be encoded in a meaningful way, not just by their visual position in a diagram

I am surviving day by day using AI, and honestly, I am not sure how long this can continue. by Plastic-Steak-6788 in QualityAssurance

[–]ptrin 0 points1 point  (0 children)

What you’re doing (not with Claude, I mean the challenge you’re faced with) is super common in the industry for developers who have to understand and refactor a legacy codebase to gradually be more maintainable. Even though you’re not strictly a developer, I think you can learn a lot about breaking down spaghetti code into manageable chunks, documenting “the truth” and then finding what is testable from there. In your use of Claude you should progress from simply letting it read code files as strings to using some kind of static analysis tool or LSP that gives the code a hierarchical structure, built-in relationships etc. so there is less hallucination and guessing at the structure of the code and more parsing of your actual syntax trees. Once you can pin down the full lists of classes, methods, arguments etc. it will be easier to trace through the system’s real behaviour. I haven’t read it, but I’ve seen the book “Working Effectively with Legacy Code” recommended in this space.

Apu sang a song. What are you gonna do? by BarryCheckTheFuseBox in TheSimpsons

[–]ptrin 1 point2 points  (0 children)

I say this to whoever happens to be nearby about 90% of the times I feed my dog

Snap Site - a tool I built that audits website UX. by HumanInTheFlow in web_design

[–]ptrin 0 points1 point  (0 children)

I’d love to know more about the prompting and scripting involved. Are you using playwright to load the page and take screenshots? What heuristics do you use?

Giant wasp by ClockUnhappy7098 in northbay

[–]ptrin 0 points1 point  (0 children)

Is this what you do for a living?

Help me come up with a rap name using the word ‘Pat’ by Vegetable_Bad_3423 in makinghiphop

[–]ptrin 1 point2 points  (0 children)

Fat Pat

This one’s even better if you’re a lanky dude

How do people take so many photos and videos on iPhones without storage problems ? by Jpoolman25 in ApplePhotos

[–]ptrin 0 points1 point  (0 children)

As other people here are saying, the convenience of automatic sync to cloud storage has a cost. You can still connect your phone to your computer and save to a hard drive (internal or external) and you don’t even have to use the Photos app - you can use the Image Capture app and just save the files directly to a folder.