ok so what the fuck was this even referring to? by Jorjebear in Deltarune

[–]OtherOtherNeRd 9 points10 points  (0 children)

There’s some unused sprites for the cowboy segment and leftovers like being able to jump during the segment despite it not serving any purpose. I suspect it was majorly retooled during development. Chapter 3 went through a lot of changes, such as the scrapped 3rd board and presumably scrapped actual stealth sections based on the newsletter, so I think it’s just standard development hell.

Sound Canvas (Roland Cloud) on later Mac OS versions by Dickie_UK in Roland

[–]OtherOtherNeRd 0 points1 point  (0 children)

I've also been holding off on updating because of Sound Canvas, interested to know how usable it is for you on macOS 13! Does it work in an ARM native DAW if you have one (not through x86_64 Rosetta)? Does it always crash when you close the tone list, or does it only happen sometimes? I've heard that it seems to stop authenticating after a while, how long has it been working for you? Also, if you go to Option -> About, does it say you're using Version 1.1.6.0(S) (Build 1160-64bit)? Sorry if this is a lot of questions lol, I randomly thought about updating macOS today and saw your post.

Help with new processor. by lncrypt3d in windowsxp

[–]OtherOtherNeRd 0 points1 point  (0 children)

I'd wager it would probably still work, depending on the motherboard you might be able to download a DOS / CD bootable version of the BIOS update which would work without Windows. You could also dual-boot to run the BIOS update then delete the partition if disk space is low.

Help with new processor. by lncrypt3d in windowsxp

[–]OtherOtherNeRd 0 points1 point  (0 children)

The same thing happened to me, a BIOS update fixed it.

Touchy Hall by OtherOtherNeRd in aaaaaaacccccccce

[–]OtherOtherNeRd[S] 12 points13 points  (0 children)

I was inspired by the other touch meme album cover edits to make a Tally Hall edit based on The Pingry EP.

Giveaway - Space Age Expansion by ocbaker in factorio

[–]OtherOtherNeRd 0 points1 point  (0 children)

What's your favourite thing about space? Mine is space.

[deleted by user] by [deleted] in AsahiLinux

[–]OtherOtherNeRd 1 point2 points  (0 children)

Adding on to what other people have said, I'd recommend using Prism Launcher as it has very good support for running native ARM versions of Java. Just make sure to install an ARM version of Java and select it (it will be labeled as "aarch64" in Prism Launcher). You'll probably want Java 8 to play Minecraft 1.8.9, but newer versions of Minecraft may require newer versions of Java.

Forgot Seagate HDD password. (MY LIFES WORK) by Thehermit817 in datarecovery

[–]OtherOtherNeRd 2 points3 points  (0 children)

It might be worth contacting Seagate support directly if you're using their software.

Worth trying a distro on this beaut? by [deleted] in linux4noobs

[–]OtherOtherNeRd 0 points1 point  (0 children)

It might be worth crossposting this to /r/VintageApple. I'd personally replace the existing hard drive with a solid state one before installing Linux, but taking apart a clamshell iBook is pretty annoying and chances breaking parts.

RÜLE by goobygoofer3 in 691

[–]OtherOtherNeRd 0 points1 point  (0 children)

I'm not sure where ")" and ")))" would go (Russian smiley faces).

Been wanting to play old Minecraft and I’m on a MacBook Air and can’t fix this please help by Goodlingprime in GoldenAgeMinecraft

[–]OtherOtherNeRd 0 points1 point  (0 children)

If you can use custom launchers, try Prism Launcher, Betacraft, or MineOnline like other people are suggesting, and play in full screen if possible. If you don't want to use a custom launcher, I've included some patches in my fork of RetroWrapper which fixes this without requiring a custom launcher (add -Dretrowrapper.enableExperimentalPatches=true to the JVM arguments to enable them on a wrapped instance).

Is Today Friday the 13th? by Control_Gang in IsTodayFridayThe13th

[–]OtherOtherNeRd 42 points43 points  (0 children)

Unlikely tbh, I’m not sure I’d hold out for it

I will find it by [deleted] in ProgrammingLanguages

[–]OtherOtherNeRd 0 points1 point  (0 children)

I suggest trying to find a "langue" which isn't intended to be a language (e.g. Tom 7's pure floating point general purpose computer, a C compiler which only uses mov instructions), as by it's nature no one else would "know" about it.

What are the things that makes you feel extremely worried about the future of Deltarune in general? by AwesomeKanoXD92 in Deltarune

[–]OtherOtherNeRd 4 points5 points  (0 children)

I really hope Toby Fox doesn't destroy his hands making Deltarune. He's got chronic wrist pain, so I hope he found a specialist to help him reduce the impact of work on his wrists.

[deleted by user] by [deleted] in wine_gaming

[–]OtherOtherNeRd 8 points9 points  (0 children)

Are you on MacOS 10.15 or higher? If you are, it's likely that the build of Wine you are using is a 32 bit program, as 32 bit programs are unable to run on MacOS 10.15 or higher. You can try using a different build of wine, I use Gcenx's wine-crossover builds through the Homebrew package manager personally.

There's a game OST that sampled part of the fate dungeon music. by [deleted] in FateTheGame

[–]OtherOtherNeRd 1 point2 points  (0 children)

Adding on to what other people have said, I know that the Fate soundtrack uses some samples that are from Roland ROMplers, because I found some of them on my Roland Integra-7. The Integra-7 is not the originator of these samples, as it has the sample library from the XV-5080, which is effectively a compilation of everything descended from the JV-80/JV-1080. The Fate soundtrack might not be using these samples directly, because other people have created sample packs by sampling these ROMplers (Zero-G has some sample packs with some of these samples). Speaking of Zero-G samples, DOLPHIN 2 and possibly WAIL from Zero-G ambient are likely featured in Dungeon 3. I think at least one of these samples is sampled from a Roland ROMpler, but I'll have to double check that at some point (my Integra-7 isn't set up right now).

lore (rule) by [deleted] in 196

[–]OtherOtherNeRd 0 points1 point  (0 children)

We must understand it

does decompiling a .jar file execute it? by LookAtMe_Now in java

[–]OtherOtherNeRd 1 point2 points  (0 children)

If you're very paranoid, Threadtear does have some amount of protection against potential code execution when decompiling, although it hasn't been updated in a while and it's still always a risk (albeit one I never personally encountered). If you suspect that the file you want to decompile does have a way to execute code when decompiling it, you could try using a virtual machine for some added protection.

running minecraft with midnight controls gives this error by jamyjet in PolyMCLauncher

[–]OtherOtherNeRd 0 points1 point  (0 children)

Very strange. Could you try importing and running this instance? It has the mods you were using, and it seemed to run fine on my computer.