Image 1 — My little Homelab
Image 2 — My little Homelab
▲ 496 r/HomeDataCenter+1 crossposts

My little Homelab

Just starting. Dell optiplex as the main server with 2 NICs 1G to the internet (working on turning old NUC to work as smart firewall) and 2.5G to the intranet.
Already great as private cloud for tons of pictures and videos.
Main “compute” use will be self hosted gitlab and build server. Old MacBook M1 Pro (not on the picture) is working as build server for Apple stuff.
AI is working by automatically kick on the gaming rig (not on the picture) with ok GPU.
To connect to this things I use Cloudflare zero trust and cloudflare workers to route needed services securely.

u/Sarhej — 11 days ago
▲ 2 r/ClaudeCowork+1 crossposts

I got tired of logging in/out of Claude Desktop — made a script for Work + Personal on one Mac

I use Claude for company work and personal stuff on same Mac. One Claude app = one login = one Gmail/Calendar/Drive connection. Mixing them is bad idea. Login logout every day is waste of time.

So i build open-source bash script (MIT) that create separate launchers:

Each open real Claude Desktop with own profile folder. No modify Claude.app. Local only. Uninstall included. ~40 tests in CI.

One command:

curl -fsSL https://raw.githubusercontent.com/sarhej/claude-fix/heads/main/make_claude_launchers.sh | bash

GitHub: https://github.com/sarhej/claude-fix

macOS only.

Would love feedback — especially if someone try with 3+ profiles (clients etc).

reddit.com
u/Sarhej — 22 days ago