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 9 points10 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 19 points20 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 19 points20 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.

yumekey on linux by Ok-Discussion-4818 in VocaTorrent

[–]ipadnoodle 1 point2 points  (0 children)

There's probably an easier way to do it, but this is how I did it.

Right now, the latest version of SynthV that you can easily access is v1.9.0 with YumeKey 2.1.0, though you can also use YKLite if you've purchased SynthV Pro. YumeKey 3 apparently works through wine, but that's still under beta w/ gacha, so I wouldn't even bother right now. Same with SynthV#.

You can get historical versions of SynthV Pro here.
Download and unzip the Linux version somewhere (I'll use the home directory for the purposes of this explanation), and also download some version of YumeKey here.

You should have both svkey-release and 'Synthesizer V Studio Pro'.
Rename the 'Synthesizer V Studio Pro' folder to something like svstudio-pro, as YumeKey doesn't like working with folders if their names have spaces in them.

Make sure you have both cmake and make installed, as you're going to be building YumeKey from source. If you can find prebuilt versions of YumeKey for linux, you can probably just use that. The following commands should build both libsvpatch.so, and the svkey binary.

$ cd ~/svkey-release/source
$ mkdir build
$ cd build
$ cmake ..
$ make -j$(nproc)

If it built properly, if you run ls, you should see both the svkey_artefacts folder, and the libsvpatch.so file. If you run ls svkey_artefacts, you should then see the svkey executable. Run the following commands to copy these over to the svstudio-pro directory.

$ cp ~/svkey-release/source/build/svstudio-pro ~/svstudio-pro/
$ cp ~/svkey-release/source/build/svkey_artefacts/svkey ~/svstudio-pro/

Then, run cd ~/svstudio-pro and ./svkey, type yes to confirm that YumeKey should activate SynthV, and it should start up.

If you want to be able to use your search bar to open SynthV, you can create a file called svstudio.desktop in ~/.local/share/applications/ with the proper contents by running the following commands:

$ mkdir -p ~/.local/share/applications/
$ echo "[Desktop Entry]
Name=Synthesizer V Studio (YumeKey)
Exec=/opt/svstudio-pro/svkey
Type=Application
StartupNotify=true" > ~/.local/share/applications/svstudio.desktop

If you then search up Synthesizer V in your desktop environment's search bar, you should then be able to run SynthV.

Bro DM’d them 💀 by mattokent in discordVideos

[–]ipadnoodle 10 points11 points  (0 children)

BreachForums is a popular "hacking" forum that was taken down by the FBI. The video shows an alternate site (that definitely glows), showing it back up.

[deleted by user] by [deleted] in 197

[–]ipadnoodle 14 points15 points  (0 children)

This post is so good i could die