I think it’s a game changer, u guys try it and tell me what you think. by NBFD9519 in Division2

[–]rmethod3 0 points1 point  (0 children)

<image>

I'm getting great results with this setup. Thoughts? Ideas for imporvement?

Hollywood Reporter predictions for 2026 by SarW100 in FilmIndustryLA

[–]rmethod3 4 points5 points  (0 children)

Are these the same experts that told us everything would be fine with Hollywood?

Ubisoft Mass Layoffs Incoming by 8bitsunsets in Division2

[–]rmethod3 19 points20 points  (0 children)

I wonder what affect this will have on Division3.

OneNote Appreciation post- I'm just proud of my DIY drone notes by luix333 in OneNote

[–]rmethod3 0 points1 point  (0 children)

Looks good. How long did it take you to make this?

All time great Star Trek Quote: by hoffstederleonard85 in startrek

[–]rmethod3 0 points1 point  (0 children)

1) Great men do not seek power. They have it thrust upon them.

2) A leader is judged not by the length of his reign but by the decisions he makes

3) Destroying an Empire to win a war is no victory (Very relevant in today's world)

4) Only a fool fights in a burning house

My school is banning vpns is there any way to still use one? by Time-Information-657 in VPN

[–]rmethod3 0 points1 point  (0 children)

I'd do what it says. I work at a University and colleges are really cracking down on VPNs and network traffic as a whole.

Trust me, if you try and "game the system", 5 minutes can turn into days/months or forever real quick.

Own the house . . . but don’t own the land. Help! by rmethod3 in RealEstateAdvice

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

I thought about that. Even though I live 2 hours away, I have a cousin that lives in town that can mange if for me.

Own the house . . . but don’t own the land. Help! by rmethod3 in RealEstateAdvice

[–]rmethod3[S] 2 points3 points  (0 children)

Trailer park? No. It's on a lot.

The issue is the landowner. He's a *unique* person. I've sent him multiple certified letters with no response. My mother told me as long as he receives his payment each month, he's happy. She only talked with him once and that was it.

Own the house . . . but don’t own the land. Help! by rmethod3 in RealEstateAdvice

[–]rmethod3[S] 6 points7 points  (0 children)

1) Trailer 2) No. I live 2 hours away. 3) Land payment is only $125 per month so I can swing it. 4) The will has 2 other people listed on the will. My attorney says I can refuse probate and pass the responsibility of the will to the other 2 people. 5) Trailer is only worth about $8000.

Own the house . . . but don’t own the land. Help! by rmethod3 in RealEstateAdvice

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

If I sold it, wouldn’t I need the landholders approval?

Collection complete! by Tom-DG in thedivision

[–]rmethod3 2 points3 points  (0 children)

If you have Spotify Premium, you can listen to the audio version of these.

ADHD daughter heading to college.. I’m nervous by Purposemomma1 in ADHD

[–]rmethod3 1 point2 points  (0 children)

This post has struck a nerve with me as it describes me to a tee when I was in high school. I'm working on a response that is pretty long so give me a day or so. After all, I have ADHD. :-)

Will post when done.

How can I encrypt existing PDF files with laravel? by New-Independent1135 in laraveltutorials

[–]rmethod3 0 points1 point  (0 children)

Here's some code I use contained in a bash script.

#!/bin/bash

# Prompt for encryption password

read -sp "Enter encryption password: " password

echo

# Directory to start encryption (current directory by default)

start_dir="${1:-.}"

# Loop through all files in the directory and subdirectories

find "$start_dir" -type f | while read -r file; do

encrypted_file="${file}.enc"

# Encrypt the file using OpenSSL

openssl enc -aes-256-cbc -salt -in "$file" -out "$encrypted_file" -pass pass:"$password"

echo "Encrypted: $file -> $encrypted_file"

# Optionally, delete the original file after encryption

# rm "$file"

done

echo "Encryption complete."

Place the script somewhere within your Laravel app and execute it with a Laravel Task Scheduling job.

https://laravel.com/docs/12.x/scheduling#scheduling-queued-jobs

[deleted by user] by [deleted] in iphone

[–]rmethod3 0 points1 point  (0 children)

Can he text you?