

But if both sides are your enemies, they’re both your friends.
Yes. And both of my friends will weaken both of my enemies.
But if both sides are your enemies, they’re both your friends.
Yes. And both of my friends will weaken both of my enemies.
The enemies of my enemies are my friends.
If your TV OS is old enough there is an API you can use. https://github.com/ow/samsung-frame-art
They make you sign into their support portal to view most of their documentation and download most of their software. That right there is a deal breaker for me because it violates the spirit of open source.
deleted by creator
ArduPilot sounds like it could make high latency piloting possible:
ArduPilot can handle tasks like stabilizing a drone in the air while the pilot focuses on moving to their next objective. Pilots can switch them into loitering mode, for example, if they need to step away or perform another task, and it has failsafe modes that keep a drone aloft if signal is lost.
This was my first thought. I’m actually using this right now to set up WireGuard at my house so I can tunnel there from a remote location on several devices that don’t have ssh accounts on the target.
Next in line is ssh -D 9999 remotehost
which opens a socks5 proxy on localhost:9999 that tunnels all connections through the remote host. This is especially rad with proxy.pac https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
And next in line is ssh -L 9999:target_host:80
(or whatever) which tunnels 127.0.0.1:9999 to target_host:80.
deleted by creator
This is why the first thing I did when my company got us an agentic LLM was set up devcontainer.
Rich people at tech companies replace workers with AI, set up a security force that goes after immigrants, surveil the city with a camera network, try to remove the human from the equation, try to upload human consciousness to the cloud, lots of other AI tech dystopian stuff.
deleted by creator
I’ve been playing Watch Dogs Legion so I know how this ends.
Oooh yeah, dust off the hotline auto clickers.
Personally I agree. I don’t use the SFF. OP asked for something compact though.
Lil Nas X totally sounds like it would be a valid answer here.
Get an old optiplex SFF off Craigslist for $200 and be done with it. Those things last so long, and since it’s commodity hardware you can replace individual components that break for not much money.
I had a boring manufacturing job with long gaps between batches of work, so I read every help file in Windows NT4.1. While reading them, I found a way around our IT limitations on which apps we could run, and learned how to write scripts. So I wrote a password protected launcher tool using a macro feature in a terminal emulator I had access to on my workstation, and then started reading the man pages in Unix sys-V.
Easy to update, easy to uninstall, easy to migrate.
I thought you were going to talk about the lack of terminal scrollback.