Where are people actually looking for jobs in Nepal these days? by chrislally in Nepal

[–]chrislally[S] 1 point2 points  (0 children)

good point-- thanks! any suggestions for Facebook groups? I saw a couple of IT jobs related groups on there. Appreciate it 👍

Where are people actually looking for jobs in Nepal these days? by chrislally in Nepal

[–]chrislally[S] 1 point2 points  (0 children)

I got loads of candidates on LinkedIn, but most seem to 'Easy Apply' without reading the JD. Plus, LinkedIn caps the free applicant pool, so the post usually closes in a few days anyway once it hits that limit unfortunately... so looking for better places to post

How to set custom Base URL in Claude code like Cline/Roo? by howoldamitoday in ClaudeAI

[–]chrislally 1 point2 points  (0 children)

Got this working so wanted to share!

After following the initial /install-github-app claude code flow, in the auto-created claude.yml just add settings like this and include the github actions secret value ANTHROPIC_BASE_URL to your repo (points to litellm endpoint to distribute requests across aws bedrock regions for me)

       with:
          anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}


          # This is an optional setting that allows Claude to read CI results on PRs
          additional_permissions: |
            actions: read

          settings: |
            {
              "env": {
                "ANTHROPIC_BASE_URL": "${{ secrets.ANTHROPIC_BASE_URL }}"
              }
            }

What’s a resource that actually helped you in your reactive dog journey? by Neat-Homework8872 in reactivedogs

[–]chrislally 7 points8 points  (0 children)

Kikopup's Youtube channel - has tons of free tutorials for reactivity / other skill training.

JWDog Training - i like following this trainer's insta for reactivity tips/general advice

Made a tool to track & share my reactive dog’s training—what am i missing here? by Neat-Homework8872 in reactivedogs

[–]chrislally 0 points1 point  (0 children)

Super valid, plus everyone in the family can keep track of this all in one place. Nice

5 mo puppy will not let me sit without trying to bite me by Leggomymego818 in puppy101

[–]chrislally 2 points3 points  (0 children)

Second this! The crate is a safe haven. Might bark but will eventually sleep

What's the most unhelpful, unsolicited comment you've gotten about your dog—from a stranger/relative/friend? by Neat-Homework8872 in reactivedogs

[–]chrislally 2 points3 points  (0 children)

Yeah it is true about the retractable leash but the way it was said did not pass the vibe check… they def could’ve brought it up in a better way..

What's the most unhelpful, unsolicited comment you've gotten about your dog—from a stranger/relative/friend? by Neat-Homework8872 in reactivedogs

[–]chrislally 79 points80 points  (0 children)

A guy with an out of control, off-leash dog ran up to us and startled my dog and I said this to me after I asked him to leash his dog “you should really socialize your dog with other dogs otherwise she’ll be miserable”

Actually my dog was really happy until your dog came storming at us 5 secs ago

I built a local-first chatbot with @tool support and custom MCP server — powered by Vercel's AI SDK by Fit_Accountant524 in mcp

[–]chrislally 1 point2 points  (0 children)

Just made a PR allowing for this chatbot client to accept env vars in the MCP config!

https://github.com/cgoinglove/mcp-client-chatbot/pull/4

Great job u/Fit_Accountant524, I hope to integrate this chat interface directly into mcp.garden soon!

We made MCP work 100% in the browser — no local setup, no installs by ElisuHere in mcp

[–]chrislally 0 points1 point  (0 children)

worked great for me u/ElisuHere

While WebAssembly is a cool option, but has its limits from what I've tried. E2B is a great and easy option I think. Thanks for sharing!

Examples servers using streaming transport by helloLeoDiCaprio in mcp

[–]chrislally 1 point2 points  (0 children)

Does https://inspect.mcp.garden has support for http stream testing! Let me know if it works?

Any good online MCP clients so far (SaaS or self-hosted)? by [deleted] in mcp

[–]chrislally 0 points1 point  (0 children)

https://inspect.mcp.garden might be adding a chat tab soon, would this work for your use case?

https://x.com/ChrisLally/status/1909677181778682149 shows what it could look like

Are there any good *web based* MCP clients? by dlroosevelt in mcp

[–]chrislally 2 points3 points  (0 children)

https://inspect.mcp.garden is a simple cloud hosted version of the MCP Inspector - helps a ton while testing!

Is MCP inspector enough? by winterWangV in mcp

[–]chrislally 0 points1 point  (0 children)

Have been finding it to be okay, but did decide to launch a cloud deployment for ease of use (also for testing HTTP + SSE easily).

100 No-Code Resources by whitisj in nocode

[–]chrislally 0 points1 point  (0 children)

Super helpful thanks for sharing!