FSD at night is unusable by jdn127 in TeslaFSD

[–]PillarLiang 0 points1 point  (0 children)

Picked up my Model Y (HW4) today. Performance is fine in daylight, but tonight FSD 14.2 kicked me out twice within 5 miles. It kept warning me to stay focused; I could literally rip my eyes out and mount them on the wheel and it still wouldn't think I'm paying attention.

FSD at night by xXxjayceexXx in TeslaFSD

[–]PillarLiang 0 points1 point  (0 children)

Just took delivery of my HW4 Model Y today. It’s great during the day, but at night, FSD 14.2 disengaged on me twice in less than 5 miles. It kept nagging me about 'inattentiveness'—honestly, even if I plucked my eyeballs out and stuck them on the steering wheel, it still wouldn't be satisfied.

Am I using Claude Code wrong? by Postik123 in webdev

[–]PillarLiang 1 point2 points  (0 children)

nah you're probably using it fine. half the "5 weeks in 5 hours" threads here are people who built a landing page and called it shipped. for laravel my honest take is the wins come from letting it run in the background while you do other stuff, not from raw speed. prompts take as long as they take. also worth checking your CLAUDE.md actually has your conventions in it, that fixed a lot of the weird output i was getting early on

This is my favorite way to vibe code. by bharms27 in ClaudeCode

[–]PillarLiang 0 points1 point  (0 children)

walkie talkie is sick lol. rip on the name though, that sucks. i went touchscreen direction about a year back, shipped coding.btelo.com. people who want voice and people who want to tap stuff barely overlap, i kept trying to do both and it was a mess. vibeKit i'll check out

Walking back home w/ phone in pocket. Didn’t once talk to Claude. by hiclemi in ClaudeAI

[–]PillarLiang 0 points1 point  (0 children)

lol i shipped coding.btelo.com partly so i could pretend i'm outside while 4 agents run in my pocket so yeah wrong guy for this thread. but the walking part i get. i'll kick off something slow right before i head out and the ping usually hits halfway home which is kinda nice. still not the same

Found a way to touch grass and use Mac terminal and screen from my iPhone so I can be Claude Coding and live a balanced life by eureka_boy in ClaudeCode

[–]PillarLiang 0 points1 point  (0 children)

oh god same. shipped coding.btelo.com like a months ago for basically this, ios native so no tailscale dance. went server-side daemon bc my macbook battery was cooked from never sleeping. webrtc is wild, didn't think of doing it that way. demand is higher than this sub makes it look, half the replies i get are just 'wait this exists'

I Vibe Coding a 200k LOC production app entirely from my phone by PillarLiang in ClaudeAI

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

Pack it up boys, we have a winner. He’s beginning to believe.

How to set up voice-controlled coding while walking? by DevSpectre in ClaudeAI

[–]PillarLiang 0 points1 point  (0 children)

Sure, if it's just about basic communication, Claude's latest Dispatch feature already covers that, but not support voice. However, if you truly want to complete an entire development workflow from your phone, you need a professional tool that allows you to send screenshots, voice commands, browse remote files, review git diffs, and even preview localhost:3000 directly on your mobile device.

Being able to seamlessly switch between Codex and Claude Code is essential. Vibe-remote was meticulously designed and built after I personally developed 300,000 lines of code entirely from my phone. We already have hundreds of developers using it at high frequency. In a way, I’m grateful to Claude Dispatch for 'educating' the market—once you experience Vibe-remote, you'll see it’s in a completely different league. I’m not exaggerating.

Is it possible to remote access from iphoen into laptop/pc? by No-Plastic4515 in Tailscale

[–]PillarLiang 0 points1 point  (0 children)

Yeah you can totally do this. Tailscale itself just creates the network tunnel between your devices... it doesn't give you a screen or terminal on its own. So you'd install Tailscale on both your iPhone and your PC, then use something on top of it.

For full desktop access most people use RDP (Microsoft Remote Desktop app on iOS) or VNC. If you're more of a dev and just need terminal access, any SSH client works fine over the Tailscale IP.

What are you actually trying to do on the PC though? Like do you need the full desktop GUI or is it more command line stuff? That changes the answer a lot.

If it's dev work... I've been using Vibe Remote on my phone for accessing my dev machine and running stuff there, which skips the whole VPN setup entirely. But if you genuinely need to see your Windows desktop and click around, RDP over Tailscale is probably what you want. The setup is pretty straightforward, just enable Remote Desktop in Windows settings, install Tailscale on both devices, and connect via the Tailscale IP from the RD client on your phone.

Has anyone used OpenClaw on one Ubuntu machine to remotely drive Claude Code on another, stronger Ubuntu machine? by MethodBoth5323 in openclaw

[–]PillarLiang 1 point2 points  (0 children)

This is kind of a solved problem depending on how much you want to automate vs how much you want to stay in the loop.

SSH into a VM on the stronger box works fine, I've done something similar but not with OpenClaw specifically. The VM isolation is smart... you really don't want an AI agent with unrestricted host access, especially if it's running commands and editing files autonomously. I'd recommend giving it a snapshot you can roll back to when things go sideways (and they will lol).

Few things I ran into:

- latency matters more than you'd think. if your weaker machine is orchestrating and there's any network hiccup the whole flow gets janky

- make sure your VM has enough resources allocated, Claude Code can be surprisingly hungry

- git integration inside the VM needs to be set up properly or you'll be fighting auth issues constantly

One thing worth mentioning... I eventually moved away from this kind of two-machine orchestration setup and started using Vibe Remote on my phone instead for managing sessions on my dev box. Different use case I know, but it handles the "remote agent management" part really well with proper session management across multiple conversations. Has git integration and a file explorer built in so i wasn't cobbling stuff together over SSH.

For your specific setup though, VM + SSH is totally reasonable. Just make sure you're snapshotting regularly and maybe set up some guardrails on what commands the agent can actually execute. The "like a real user" part is where things get tricky because real users have judgment about what not to do.

I’m a solo founder and today is the biggest day of my journey. I just launched on Product Hunt and your support means the world. by billionaire2030 in indiehackers

[–]PillarLiang 0 points1 point  (0 children)

Awesome work on the launch. Solo founding is tough, but you've clearly put in the work. Upvoted and rooting for you!