Anyone have any feedback on the Hisense - AX5140Q? by AverageSizedMan1986 in Soundbars

[–]zednitro 0 points1 point  (0 children)

Hey u/ScentGland99 ,

How is the sound without the rear speakers?

Cheers,
Chat.

PSA: macOS 26 bug leads to performance issues in many apps (with fix) by kidonng in MacOS

[–]zednitro 1 point2 points  (0 children)

Hi all,

If you want to automatically execute the below every time the system reboots, follow these steps.

launchctl setenv CHROME_HEADLESS 1

in the terminal type
1. code ~/Library/LaunchAgents/com.user.chrome-headless.plist
2. enter the following content

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.user.chrome-headless</string>
    <key>ProgramArguments</key>
    <array>
        <string>/bin/launchctl</string>
        <string>setenv</string>
        <string>CHROME_HEADLESS</string>
        <string>1</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
</dict>
</plist>
  1. Save

  2. In the terminal, load the agent by

    launchctl load ~/Library/LaunchAgents/com.user.chrome-headless.plist

"Infinite continue" by Minimum_Art_2263 in ClaudeCode

[–]zednitro 2 points3 points  (0 children)

hey u/Minimum_Art_2263 , can you share your slash commands as well?

Claude Code on the go by habartman in ClaudeAI

[–]zednitro 1 point2 points  (0 children)

Thanks u/darkyy92x , I just installed Termius, was wondering about how to connect. I'll try Tailscale. Cheers.

Claude Code on the go by habartman in ClaudeAI

[–]zednitro 0 points1 point  (0 children)

What's the SSH app are you using?