HackerTrans
TopNewTrendsCommentsPastAskShowJobs

s900mhz

no profile record

comments

s900mhz
·27 giorni fa·discuss
I have a similar setup at home, I’m sure you heard this before but I must +1 the Infuse app on Apple devices. It’s a much better client than Jellyfin’s but can connect to Jellyfin server no problem. No plex needed.
s900mhz
·mese scorso·discuss
Yes! Where it gets really interesting is the scenario in which every developer has their own unique review skill/workflow, so the reviews end up being different than you running it yourself, but nobody is reading them still.
s900mhz
·2 mesi fa·discuss
Thank you!
s900mhz
·2 mesi fa·discuss
This is awesome!

I hope they can restore the cartoon cartoon summer resort games.
s900mhz
·2 mesi fa·discuss
Has 5.1 reliability improved? I would love to use it again. The inference was just too unreliable when it was first released.
s900mhz
·4 mesi fa·discuss
Yes this is the path I’m taking. Experiment, build your own toolbox whether it’s hand rolled skills or particular skills you pull out from other public repos. Then maintain your own set.

You do not want to log in one day to find your favorite workflow has changed via updates.

Then again this is all personal preference as well.
s900mhz
·4 mesi fa·discuss
Looks like the repo is very young.

First thing to do is try it out in a hobby project see how it works out!
s900mhz
·4 mesi fa·discuss
I find it useful to make Claude track the debugging session with a markdown file. It’s like a persistent memory for a long session over many context windows.

Or make a subagent do the debugging and let the main agent orchestrate it over many subagent sessions.
s900mhz
·6 mesi fa·discuss
I was doing the same, but recently I noticed that Claude now writes its plans to a markdown file somewhere nested in the ~/.claude/plans directory. It will carry a reference to it through compaction. Basically mimicking my own workflow!

This can be customized via a shell env variable that I cannot remember ATM.

The downside (upside?) is that the plan will not end up in your repo. Which sometimes I want. I love the native plan mode though.
s900mhz
·7 mesi fa·discuss
Why not? If one of your goals is to try to relax and/or meditate more, then I feel it’s a valid list entry.

It’s all a matter of perspective and personal goals, no?
s900mhz
·7 mesi fa·discuss
I personally replaced my playwright mcp with this. Seems to use less context and generally more reliable.
s900mhz
·8 mesi fa·discuss
This is a task I think is suited for a sub agent that is small in size. It can can take the context beating to query for relevant tools and return only what is necessary to the main agent thread.
s900mhz
·8 mesi fa·discuss
When I have a bug I’m iterating on it’s much easier and faster to have it write out the playwright script. That way it does not have to waste time or tokens performing the same actions over and over again.

Think of it as TDD.
s900mhz
·9 mesi fa·discuss
Download the godot docs and tell the skill to use them. It won’t be able to fit the entire docs in the context but that’s not the point. Depending on the task it will search for what it needs
s900mhz
·9 mesi fa·discuss
I personally do not do any writes in parallel but parallel works great for read operations like investigating multiple failing tests.
s900mhz
·9 mesi fa·discuss
Claude can then proceed to fix the issues for you
s900mhz
·9 mesi fa·discuss
You can use the built in task agent. When you have a plan and ready for Claude to implement, just say something along the line of “begin implementation, split each step into their own subagent, run them sequentially”
s900mhz
·10 mesi fa·discuss
https://apps.apple.com/us/app/wipr-2/id1662217862

Wipr 2

It’s a one time paid app that works for both Mac and iOS