

PewDiePie moved to Japan and while I have no idea what he’s uploaded (or not uploaded) I get the sense he’s basically retired. He’s doing surfing, rock climbing, art, I don’t know that he cares enough anymore to support it.
PewDiePie moved to Japan and while I have no idea what he’s uploaded (or not uploaded) I get the sense he’s basically retired. He’s doing surfing, rock climbing, art, I don’t know that he cares enough anymore to support it.
Depends who you bank with. Some desktop websites suck on mobile and some don’t even allow certain actions on desktop. For some ungodly reason Wealthsimple requires me to do almost everything via app. It’s one of the reasons I barely utilise their services.
I’m disappointed, but not surprised… I have followed since the first announcement and gave up hope around 2020. Every dev update was “we made 1 step forward and 5 back” with no real substance to show for it.
Assuming the trailers are real gameplay though, it looks like they could have and should have released an alpha years ago. Not sure how they thought it wouldn’t work as Minecraft released in pre-alpha and it worked out in the end. A shame we’ll probably never see the code or even a compiled build from all these people’s work.
on most of my systems I get tired of constantly ls
ing after a cd
so I combine them:
cd(){
cd $1 && ls
}
(excuse if this doesn’t work, I am writing this from memory)
I also wrote a function to access docker commands quicker on my Truenas system. If passed nothing, it enters the docker jailmaker system, else it passes the command to docker running inside the system.
docker () {
if [[ "$1" == "" ]]; then
jlmkr shell docker
return
else
sudo systemd-run --pipe --machine docker docker "$@"
return
fi
}
I have a few similar shortcuts for programs inside jailmaker and long directories that I got sick of typing out.
that statement has been used so universally sarcastically that no one believes you’re being serious when you say it now.
Media watch status no longer persists on media rename. When you move or rename your media files, previously Jellyfin remembered the watch status based on external IDs alone; now it uses an actual reference to the database entry. This is a transitional change and we are working on a better way to handle that in a future version.
I hope they do figure out a solution for that soon… Until that’s fixed I’m going to stay on 10.10.7 for a while.
YouTube Premium Lite is Premium, it’s in the name. I presume the OP is saying the only reason people buy Premium is to be rid of ads, therefore Lite is pointless.
Just filled it out in case you still need answers. Small note, your education answers don’t include “none”. While uncommon, some people never finished school and there is no option for that.
Don’t worry buddy, send me a picture and I can do it for you, free of charge!
And scope. Variables declared in the if can be read everywhere, variables declared in the function are limited to that function.
And also, for some of us:
Yeah, as I say, on the payroll of the nearest megacorp. Haha jk… unless?
It’s been on steep discount often, as recently as May 1st. Just gotta wait for the sale, it’ll go on again. https://isthereanydeal.com/game/titanfall-2-ultimate-edition/history/
Having seen the tonal shift in the gameplay preview I’d actually expect better writing, or at least more bearable writing. Gameplay looked more fine tuned but mostly the same as 3.
Indeed. Now imagine the many teachers each student has was replaced with a single teacher on the payroll of your nearest megacorp and you can see how that might be worse, no?
You have the freedom as long as it stays niche. Having no protections against such practices means they have a chance of becoming so commonplace as to be unavoidable.
enjoy never using a computer again i guess?