

Can you provide more detail? What are the networks/routers/vlans? Which network is the RPi on? What is your ssh command? Is that ufw command on the RPi or the router?


Can you provide more detail? What are the networks/routers/vlans? Which network is the RPi on? What is your ssh command? Is that ufw command on the RPi or the router?


If George ends up losing the WDC by a point…


Couldn’t this all have been avoided by putting an electric motor on the front axle?


I do not understand why more restaurants and shops are not pushing premium sparkling grape juice, apple cider, and ginger ale for when you want something to pour into stemware with dinner. So many restaurant’s only alternative to a bottle of wine is cheap HFCS-based soda.


PSA: non-alcoholic beers have gotten way better since your gramps drank O’Doul’s for two years before he fell back off the wagon for good and started deliberately hitting women with his grocery cart at price chopper.
He is riding a short distance in dress shoes, not racing. His priority is having his shoes not slip off the pedals, not peak efficiency.


If the cops yell “hey you stop” at a cyclist who rolls a stop sign in the middle of a bunch of hostile car-centric infrastructure and the cyclist keeps riding, the correct response is for the cops to go fuck themselves.
Bosch, brought to 2026 in a time machine: “Nailed it.”


Github is like the Microsoft of 3rd party forges.


“self hosting is important because …”
Uses github.


“Firstname”. Not your first name again, but “Firstname”, to mess with people looking for a software bug that led to that being in the data.


Don’t use Gnome.


I just did it for the first time yesterday, with a game in which I make heavy use of motion controls. It worked great. I jumped right in and had zero problems. 4k@60 was nice.


So, it’s a hybrid with a $2000 surcharge for removing the rack and fender mounts?


If you run your own mail server and set up everything correctly, including SPF, DKIM, and DMARC, most major providers will still either silently drop your messages or always mark them as spam, unless you pay money for a relay (e.g.: postmarkapp.com).
I have had my domain for 20 years and IP for years, and set up everything correctly, and Microsoft and Google rarely accepted my messages.


Museums should do this with all of their stolen stuff and then keep the 3d-printed one and return the original.


Oh, I didn’t see the 2nd one.
Do the cats have assigned/consistent eating places, or is it just whoever gets to the bowl first?


Why is one cat on the counter?
ssh -L 1234:localhost:1234 remote_serverbinds the RPi’slocalhost:1234to remote_server’slocalhost:1234. You want to bind the port to something on the RPi that the TV can hit, so something likessh -L 192.168.1.5:1234:localhost:1234 remote_server, where192.168.1.5is the RPi’s address.I think you also want
-Non thesshcommand.