Jeremy Braband's Avatar

Jeremy Braband

@jbraband

Senior Laravel Developer.

85
Followers
241
Following
336
Posts
23.10.2024
Joined
Posts Following

Latest posts by Jeremy Braband @jbraband

ooo, that's a great idea!

02.03.2026 15:56 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Wish I didnt have to as well, but I work around this with a symlink

ln -s AGENTS.md CLAUDE.md

02.03.2026 13:19 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Yeah data exfiltration...one of the reasons Claude has its own DB and redis for me... Just in case

28.02.2026 04:46 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Having it local is key for sure... I can copy/paste to/from it to my computer. Even pasting screenshots into Claude from my computer

28.02.2026 04:43 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Sprites - Stateful sandboxes Persistent, hardware-isolated execution environments for arbitrary code. Run AI agents, untrusted code, and more in secure sandbox environments with checkpoint & restore.

Yeah, that was a problem for me too. I'm on windows, and my Claude VM is also windows with vs code, tables plus, etc.

I remote desktop to it and it's like working on my computer exactly.

28.02.2026 04:42 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Another use case would be a VPS at aws/linode/digital ocean

Kinda surprised the Forge team hasn't added a Claude focused server template for laravel development

28.02.2026 04:39 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

A bit paranoid perhaps, but to lose my work computer to an errant command from Claude... I was going to let that happen!

And I grew tired quickly of allowing permissions manually

28.02.2026 04:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0

Claude VM is on 24/7 along with an Ubuntu VM for MySQL and redis

And both are in an isolated vlan, so they are completely isolated from my home network and servers.

28.02.2026 04:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0

I run a couple proxmox (hypervisor) hosts here at home. Bit of a luxury to already have the infrastructure

At the beginning I did run claude in docker locally, but soon outgrew it and wanted to be able to turn off my work computer overnight.

28.02.2026 04:35 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Note: it has never destroyed itself for me. Just a safety measure. Also I know exactly which of files it has access to. Only what I give, not whatever it finds

28.02.2026 04:27 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Skipping permissions dangerously here since September. HUGE unlock to know it can only destroy itself and I can just boot another VM in its place!

28.02.2026 04:27 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

This is very good.

26.02.2026 02:16 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

For whatever it's worth, I am just getting started with git work trees!

26.02.2026 02:11 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

already subbed to the PR for notifications :)

23.02.2026 17:57 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

You had me at "New Mailcoach version with support for Livewire 4"

23.02.2026 16:26 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Its funny that the end of the first paragraph is an errant \. because of my reflexes to now do a new line with \ + Enter in Claude Code.

That has certainly escaped containment and I see extra backslashes all the time in other programs now

Hoping I can unlearn that muscle memory now

11.02.2026 17:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Oh shoot....I see you're in Claude Desktop, not in a terminal.

My bad.

11.02.2026 17:53 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I just figured this out for myself in windows. I have Shift+Enter working in Windows Terminal in the Claude Code prompt box

The fix is at the terminal level, essentially keybinding Shift+Enter to execute an action that sends \n

Claude itself helped me discover this. Maybe it could for Mac too.

11.02.2026 17:53 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Instructions for enabling Shift+Enter as a new line shortcut in Claude Code on Windows Terminal. Open settings.json located at
  %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json. In the actions array, add an object with a
  command property containing action set to sendInput and input set to backslash-n, and an id property set to User.sendInput.DFCDAF06. In
  the keybindings array, add an object with id set to User.sendInput.DFCDAF06 and keys set to shift+enter. Save the file. No restart
  needed.

Instructions for enabling Shift+Enter as a new line shortcut in Claude Code on Windows Terminal. Open settings.json located at %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json. In the actions array, add an object with a command property containing action set to sendInput and input set to backslash-n, and an id property set to User.sendInput.DFCDAF06. In the keybindings array, add an object with id set to User.sendInput.DFCDAF06 and keys set to shift+enter. Save the file. No restart needed.

Windows Terminal changes for allowing SHIFT+<enter> to insert a new line in the Claude Code prompt box\

This is essentially a keybinding that executes a custom action. You presset SHIFT+<enter> and the terminal inserts a \n character

My sanity will be restored!

11.02.2026 13:54 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 1

Proof you can just do things.

02.02.2026 02:22 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
New York City SCUM
New York City SCUM YouTube video by CaseyNeistat

@mostlytechnical.com has Aaron been right all along?

youtu.be/9uv-4ddCApw?...

01.02.2026 20:37 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Pinned to check out later! I haven't used work trees, have always done the stash dance and I very much dislike that!

23.01.2026 05:52 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I see it posted now. @justinjackson.ca with the scoop last night!

16.01.2026 13:04 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Sometimes a dev just needs to feel something

16.01.2026 02:34 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0

I have many questions but mostly "Where, pray tell, is the clip from?!?"

16.01.2026 02:32 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I would pay for it

14.01.2026 19:01 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

yep, that'd do well too I think

12.01.2026 14:01 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

(remote desktop to windows from phone is cumbersome)

11.01.2026 15:59 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Another benefit of the homelab servers is that claude is running on hardware already running 24/7

and thus, I can still sleep my workstation. Claude keeps going

Hoping to try @opencode.bsky.social soon to have a beeter experience when interacting with the agents from my phone from anywhere

11.01.2026 15:59 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

even simpler would be to run the isolated VM on your computer directly. I think most hypervisors (like Hyper-V, virtualbox, etc), will bridge the networks losing the isolation. Its doable, but would take some extra steps.

Its not lost on me that having servers in my house is a luxury.

11.01.2026 15:57 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0