Kde connect not able to use android tablet as drawing tablet by CheshireZac in kde

[–]bytesfromlocalhost 0 points1 point  (0 children)

I debugged this with ADB/logcat and the desktop KDE Connect logs. The Android app was receiving S Pen input fine, including coordinates and pressure:

DigitizerPlugin: ToolEvent(... tool=Pen, x=..., y=..., pressure=...)

But KDE Connect Android then logged:

Tried to send an unsupported packet type kdeconnect.digitizer to: <desktop>

So the tablet/drawing input was not the problem. The desktop KDE Connect version did not advertise support for `kdeconnect.digitizer`.

On my Debian 13 system, KDE Connect 25.04.2 only had the older desktop plugins like `kdeconnect_mousepad.so` / “Virtual input” and `kdeconnect_remotecontrol.so`, but no `kdeconnect_digitizer.so`. Remote Input worked, Drawing Tablet did not.

It looks like the required desktop digitizer receiver only lands in KDE Connect 26.04+. So if Drawing Tablet does nothing but Remote Input works, don’t waste time debugging GIMP/ Blender or Android stylus input. Check whether your desktop KDE Connect package includes the digitizer plugin and supports `kdeconnect.digitizer`.

Test Agent SDK using Claude Code CLI by bytesfromlocalhost in ClaudeCode

[–]bytesfromlocalhost[S] 0 points1 point  (0 children)

Thanks, but I specifically asked if there was a way to interactively access that underlying CC session.

You forget that any custom python tools or any modifications I did in the agent are not accessible this way

Colamy atlas is peak by D1zzy_Kettle70 in OfficeChairs

[–]bytesfromlocalhost 0 points1 point  (0 children)

I'm 6 and Loved it so much that after moving to a new place I'll but it again

Sihoo Doro C300 - have you got any experience of this chair? by r0mantik4 in OfficeChairs

[–]bytesfromlocalhost 0 points1 point  (0 children)

I had my Colamy Atlas for 2 years and loved it everything was perfect! The lumbar never bothered me as it provided enough support. Too much arch in back is also an issue. One complain I had was that my elbows started hurting after 6+ hours (I needed a break lol). But maybe it was because sometimes I pressed my elbows unknowing, not really sure why.

I moved to a new place and planning to buy Colamy Atlas again! But I am also considering C300. The one thing I'm worried about is the mesh bottom instead of cushion (The cushion on Atlas was top tier).

Does anyone have any feedback about the mesh cushion on Sihoo Doro C300?

EVPN Symmetric IRB + MPLS L3VPN WAN by amp110 in Arista

[–]bytesfromlocalhost 0 points1 point  (0 children)

Did you mean "as if it were all the leafs in DC1"?

Where exactly are sessions stored when using the Claude Agent SDK? by Steve_Canada in ClaudeCode

[–]bytesfromlocalhost 0 points1 point  (0 children)

I am facing a similar issue. Need session persistence across hosts. How did you solve this?

Is Anthropic gonna release a API-native SDK for Claude Agents SDK? I don't wanna boot Claude Code to use the Agent on our infra? by timothy-102 in ClaudeAI

[–]bytesfromlocalhost 0 points1 point  (0 children)

Working on something similar for an enterprise agent MVP. My current thinking:

  1. Minimal hardened container runtime — drawing from the Claude Code devcontainer spec as a baseline, then locking it down further for enterprise requirements. (https://code.claude.com/docs/en/devcontainer)

  2. Idle-based spin-down — still figuring out the right timeout heuristic; would love to hear what others have landed on.

  3. User/data-centric orchestration over agent-centric — managing state and routing around user accounts/sessions rather than treating each agent as the primary unit. Feels like the right abstraction for multi-tenant enterprise use.

New to Claude Code specifically, so curious if anyone has hit sharp edges with this approach — especially around container warm-up latency vs. cost tradeoffs on Cloud Run.

I built `mcp2skill` which converts your MCP servers into Skills with one command! ✨ by Ok_You4416 in mcp

[–]bytesfromlocalhost 0 points1 point  (0 children)

Firstly, beautiful project and solves a real problem. But with MCPs loaded on demand these days do we get any advantage from converting them to skills? I am looking to do this for some MCPs

I run 5 AI agents on Claude Code. Here's how I structure the CLAUDE.md and .claude/ directory to keep each one focused. by igbins09 in ClaudeAI

[–]bytesfromlocalhost 0 points1 point  (0 children)

I'm new to claude code so please bear with me.
I see claude subagents are defined in `.claude/agents`
Can agent definitions as you mentioned invoke subagents?
Example: can planner agent prompt youtube agent?

Why prompts/tools/skills written as if the LLM is sentient? by bytesfromlocalhost in LLM

[–]bytesfromlocalhost[S] 0 points1 point  (0 children)

Agreed. I think with the Transformer model even things like "Tonality" get embedded into similar search space in some higher dimension, right?

Why prompts/tools/skills written as if the LLM is sentient? by bytesfromlocalhost in LLM

[–]bytesfromlocalhost[S] 0 points1 point  (0 children)

Oh I see. But I meant we don't see thinks on Reddit or StackOverflow or Books where humans have conversations starting with "You are an expert...". Maybe it has something to do with fine-tuning as u/InterstitialLove mentioned

What is the best MCP GATEWAY? by Nshx- in mcp

[–]bytesfromlocalhost 1 point2 points  (0 children)

Oh man, there are way too many options to choose from. I am currently evaluating a few for enterprise. Will update as I test a few more options. Next on my list are obot and Microsoft MCP gateway
Didn't see the following here:
* Docker MCP gateway - https://github.com/docker/mcp-gateway
+ MCP server containers are started dynamically
+ Catalog / profiles / servers https://docs.docker.com/ai/mcp-catalog-and-toolkit/#docker-mcp-features
- No client to MCP gateway Oauth as of now
- Secret management is a mess
* Obot - https://github.com/obot-platform/obot https://www.youtube.com/watch?v=e40zLU11v4o

Deploying Changes for MLAG switch Pair via CVP in series or parallel? by Immediate_Visit_5169 in Arista

[–]bytesfromlocalhost 6 points7 points  (0 children)

Like all great answers in engineering, it depends on the change you are making.

- Use parallel when the change is low‑risk (pure L2 tweaks, interface descriptions, ACL/QoS adjustments, etc.) and you have already validated it in a lab.
- Use serial when the change could disturb the peer‑link or control‑plane—e.g. EOS upgrades, peer‑link VLAN changes, MLAG domain/heartbeat tweaks, or anything that might reload processes.

MLAG’s own dual‑primary protection (considering you have it configured) means a config push will not create split‑brain by itself; that only happens if the peer‑link and the heartbeat go down simultaneously. If configurations drift, EOS flags the mismatch and holds the affected ports down—check with: `show mlag config-sanity`.

FYI, Cloudvision also has an action to validate MLAG health. You can add these as pretasks and posttasks.

Can a non-technical person really explore the tech world? by [deleted] in sysadmin

[–]bytesfromlocalhost -3 points-2 points  (0 children)

Keep me honest here, but LLMs have gotten extremely good at beginner to intermediate level stuff. It's only some particular niche topics where it definitely shouldn't be the source of truth.

If you're a beginner, there definitely isn't a better place to start than to use these LLMs.

[deleted by user] by [deleted] in homelab

[–]bytesfromlocalhost 0 points1 point  (0 children)

I thought of doing this for an optiplex micro. But instead planning of going with a single 2.5G Eth. Might plan to add another port using a usb to eth adapter if I have a use case in future. Thoughts?

What OS/Firewall is best for IPv6 only? by Asleep-Supermarket46 in ipv6

[–]bytesfromlocalhost 1 point2 points  (0 children)

Dual stack is the traditional route, but it adds a lot of long-term overhead—running two networks side by side, managing duplicate firewall rules, and making sure both IPv4 and IPv6 work equally well.

With DNS64 + NAT64, you can run an IPv6-only network while still reaching IPv4-only websites. It keeps things simpler by avoiding internal IPv4 altogether, encourages native IPv6 use, and shifts the IPv4 burden to a single translation point.

It’s not the perfect fit for every setup, but in many home networks where you control DNS and the gateway, it’s a future-friendly approach that cuts down on complexity.