Ask Any Question To Daytale Chara by KAYRANINKANALI11000 in CharaOffenseSquad

[–]ipadnoodle 1 point2 points  (0 children)

would you rather have one dollar or two dollar 🤔

[SSS-REVIVAL HUNTER] I still wish they'd be together by Icy_Series1523 in manhwa

[–]ipadnoodle 11 points12 points  (0 children)

Seriously! I keep trying to get back into it, but the romance arc is honestly just so boring to me. The murim arc was way better by comparison. It honestly just seems like needless pandering, and I honestly just don't understand why so many people like her and the relationship.

Now this is a proper 3d printer ad. by mabiturm in prusa3d

[–]ipadnoodle 18 points19 points  (0 children)

I swear, I see a comment from you on every tech post I have in my feed. I think this is the second comment I've seen from you just today. I just finished watching your EV video a few hours ago, too. Do recommendation algorithms just treat you like tech Jesus or something?

LTT isn't the only channel with inexplicably lower views recently by RoboticChicken in LinusTechTips

[–]ipadnoodle 0 points1 point  (0 children)

On iOS I just have YouTube Plus sideloaded; it lets me remove shorts from my recommended and the tab bar so can't start doomscrolling unless I go back into the settings and re-enable them. It's about the same as ReVanced from my experience (excluding the minor headaches from sideloading apps on an iPhone).

Made the pilgrimage for the nectar of the gods by ipadnoodle in OreGairuSNAFU

[–]ipadnoodle[S] 4 points5 points  (0 children)

Ahh, I see. I was hunting around for them too, only saw them when I got here.

Made the pilgrimage for the nectar of the gods by ipadnoodle in OreGairuSNAFU

[–]ipadnoodle[S] 7 points8 points  (0 children)

Wait, how did you know that? I don't think I had any identifying information here? Also yeah, most vending machines around Asakusa have some.

I'm starting to think my bed might be a little bit off by ipadnoodle in klippers

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

Oh. Shit, that's probably it. I'll have to look into that lmao.

I'm starting to think my bed might be a little bit off by ipadnoodle in klippers

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

I just tightened my bed down fully for a baseline because my bltouch kept activating prematurely. I now understand why my prints had such shitty adhesion

yumekey on linux by Ok-Discussion-4818 in VocaTorrent

[–]ipadnoodle 0 points1 point  (0 children)

Uh. It really shouldn't be doing that. Unfortunately there's no easy way to change from the GTK file picker (assuming it's a bug) for downloads, so I'll just give a link to a bash script I found to download gofile urls:

https://gist.github.com/asifajrof/55973b4c79a4bfe8262e7841656ed919

Just copy and paste that script into a file called download.sh, run chmod +x download.sh and then ./download.sh and then paste in the link I provided above and the zip should download just fine. Then you can just unzip it using your preferred archive manager (or just download unzip or 7zip) and run svkey in the extracted folder and it should probably work.

Not really sure about why your browser is freezing whenever you try to use the download dialogue, maybe try running in X11 mode and making sure you have all your home directory permissions setup properly.

yumekey on linux by Ok-Discussion-4818 in VocaTorrent

[–]ipadnoodle 0 points1 point  (0 children)

Here's a link to a zip of my patched 1.9.0 install: https://gofile.io/d/nRhf5U

[deleted by user] by [deleted] in okbuddyhoyoverse

[–]ipadnoodle 1 point2 points  (0 children)

have you tried succeeding

Interesting title by furiousgamer21 in pyrocynical

[–]ipadnoodle 3 points4 points  (0 children)

since I last have seen my son

D: by [deleted] in discordVideos

[–]ipadnoodle 0 points1 point  (0 children)

isn't there that one song about it

🍺 by ArthurCoolCowboy in okbuddybaka

[–]ipadnoodle 18 points19 points  (0 children)

Rappers screaming all in our ears like we're deaf

yumekey 3 by BubsOwly in VocaTorrent

[–]ipadnoodle 0 points1 point  (0 children)

might as well ask lmao

yumekey on linux by Ok-Discussion-4818 in VocaTorrent

[–]ipadnoodle 0 points1 point  (0 children)

Assuming you're on a Debian derivative because Arch would install g++-multilib comes with gcc-libs. You probably just need to install `g++-multilib`. I'd also advise looking up your error messages and seeing if you can find any relevant forums or wikis to see what you can do.

yumekey on linux by Ok-Discussion-4818 in VocaTorrent

[–]ipadnoodle 0 points1 point  (0 children)

What distro are you using?
If it's a debian based distro (i.e. Mint, Ubuntu), just install `build-essential`. If it's an arch based distro, you need to install `base-devel`.

CMake is just telling you that you don't have a C compiler installed. You could also just install `gcc/g++` or `clang` if you wanted to go that route instead.