elscallr

joined 2 years ago
[–] elscallr@kbin.social 1 points 2 years ago (1 children)

I think they had to drop split screen from the Series S, at least for now.

[–] elscallr@kbin.social 3 points 2 years ago

If you're assuming it's trashed anyway may as well try to fix it.

[–] elscallr@kbin.social 6 points 2 years ago

That sounds like there's maybe variables not taken into consideration.

Tbh that's the hopium speaking but I've taken a big dose of it.

[–] elscallr@kbin.social 6 points 2 years ago

"punish labor" 😂

They'll find new jobs. Companies have no loyalty to employees and employees have no loyalty to companies. Nobody is in it for love. They got paychecks, now they'll find someone else to give them paychecks. It's transactional.

[–] elscallr@kbin.social 2 points 2 years ago

Zero Dawn was a lot of fun but it's the only Horizon title I've played.

[–] elscallr@kbin.social 1 points 2 years ago

All the valuable employees: go to work somewhere else

Jamie Dimon: shocked Pikachu

[–] elscallr@kbin.social 1 points 2 years ago

God damn I miss Ogame back when it was decent. Even getting fleet crashed because you forget to send them on a mission was exciting. I'll keep an eye on this thread, that sounds fun.

[–] elscallr@kbin.social 1 points 2 years ago* (last edited 2 years ago)

I just have a cron script running on a machine that does something like this every 10 seconds

C_IP=`dig +short my.domain`
IP=`curl https://api.ipify.org`
if(C_IP != IP) {
    updateRoute53(IP)
}

This is just for my main home server. Gets the job done because if it's out of date for a few seconds nothing matters.

[–] elscallr@kbin.social 1 points 2 years ago (2 children)

Actually not trying to be a dick or a pedant, but is there a problem with just the git command? I've been using it since git existed so I don't really have anything to compare it to. The idea of finding another client seems a bit strange to me.