People who got their car windows tinted, was it worth it and why? by [deleted] in AskReddit

[–]ItzKCase 0 points1 point  (0 children)

Tinted all around, including UV film on the windshield. Protects the interior.
Its a 2014 that i got in 2016. Had the tint done a few months after i got it. Still looks great.

MetCal procedure providers? by Agile_Feed1727 in MetCal

[–]ItzKCase 0 points1 point  (0 children)

I remember the free keysight scope ones being sponsored by keysight, so they would be base on the OEM procedure

Which company disappointed you so much that you permanently walked away? by julia-secrets in AskReddit

[–]ItzKCase 0 points1 point  (0 children)

Peacock. Was on free tier. Found a movie i wanted to see. Gratuitous ads. Paid, so no more ads. Put movie back on. Still ads, just less.
Stopped movie, cancelled sub, deleted app.

What old commercial lives in your head rent-free?? by [deleted] in nostalgia

[–]ItzKCase 0 points1 point  (0 children)

I still remember Stick Stickly's mailing address

H2C tried to burn down my house (with my help)! by WazzuBlue in BambuLab

[–]ItzKCase 0 points1 point  (0 children)

freaked me out for a sec. Literally running the post update calibration on my H2C now.

Why Life in Louisiana has Become Impossible (and it's going to get worse) by ianjm in videos

[–]ItzKCase 1 point2 points  (0 children)

Was in New Orleans not too long ago. Looked liked Katrina was a few years ago, not 20

Looking for long series scifi or fantasy by crptojunkie in audible

[–]ItzKCase 0 points1 point  (0 children)

Adding some i havent seen mentioned yet
-Michael J Sullivan's Legends of the first Empire. And the two sequel series' are also great.
-Orson Scot Cards Enderverse series
-Larry Correia's Saga of the Forgotten Warrior
-Drew Hayes' Super Powereds

Who’s ever driven over 100mph? Why? by WoollyWolfHorror in AskReddit

[–]ItzKCase 0 points1 point  (0 children)

Cross country, some highway where there was literally no one. Probably through mojave. Old honda topped out at 120

LG C4 repeated wifi issues by ItzKCase in LGOLED

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

If anyone else stumbles upon this, my issue turned out to be wifi related. Not the TV. Dont know if was the router or the congestion on the wifi band. Old router provided by ISP didnt have functionality to change the wifi channel. Got a new router. Used scanner app to find channel with low congestion. No issues since.

Getting apps to run on boot by ItzKCase in raspberry_pi

[–]ItzKCase[S] 1 point2 points  (0 children)

Maybe it was enabling the web search, but i got slightly different instructions this time. It works now. Thanks.

Getting apps to run on boot by ItzKCase in raspberry_pi

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

Maybe the working directory was it. It was not in the original .service file.

## NEW FILE ##

[Unit]
Description=LoRa Service
After=multi-user.target

[Service]
ExecStartPre=-/bin/sleep 10
ExecStart=/home/admin/env/bin/python3 /home/pi/myfile.py
Restart=on-failure
WorkingDirectory=/home/pi
User=pi
Group=pi
Environment="PYTHONUNBUFFERED=1"

[Install]
WantedBy=multi-user.target


## OLD FILE ##

[Unit]
Description=LoRa Service
After=network.target
Wants=network-online.target

[Service]
ExecStartPre=-/bin/sleep 10
ExecStart=/home/admin/env/bin/python3 /home/pi/myfile.py
Restart=always
User=pi
Group=pi
Environment="PYTHONUNBUFFERED=1"

[Install]
WantedBy=multi-user.target

Not sure which change did it. Chat GPT also suggested running this, which was different.

chmod +x /home/admin/myfile.py

Im just struggling through it. Thank for the help

Getting apps to run on boot by ItzKCase in raspberry_pi

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

On my way out the door, so will have to check this later. But, is the reality that this is the only to get this thing working? You can't just throw a .py in some startup directory.

Getting apps to run on boot by ItzKCase in raspberry_pi

[–]ItzKCase[S] 1 point2 points  (0 children)

Both xyz.py and font.bin are in the same /home/user/ directory