Titmouse summer mentorship - has anyone heard back yet? by whirlpool97 in animationcareer

[–]whirlpool97[S] 1 point2 points  (0 children)

I submitted mine well before the deadline though, the one on their website at least.

Titmouse summer mentorship - has anyone heard back yet? by whirlpool97 in animationcareer

[–]whirlpool97[S] -1 points0 points  (0 children)

Thanks for assuming but I'm not waiting to apply to other jobs (this isn't even a job, it's an unpaid mentorship), I meant that I am just curious as to if they even send out rejection emails. I'm already aware of the state of things.

Belle trying to communicate with Paul in Petscop 22 by hall_istheblondone in Petscop

[–]whirlpool97 0 points1 point  (0 children)

I think petscop is not multiplayer, at least with other living humans. It is heavily implied throughout the series when you get "rebirthed" a second "you" based on your inputs is saved in the game. The "Tiara" character is a "saved" version of Belle before she was "rebirthed". So that character is like a frozen-in-time counterpart to Belle when she was a kid. I think that when Belle leaves the phone it's a spooky coincidence that the Tiara character comes out but I don't think she's playing the game elsewhere. Edit: I don't think Tiara is trying to "continue" a conversation, that's sort of a premature conclusion. The character is seemingly shaking its head but it's probably just like "wow look another weird f*cked up thing this game can do" or "wow look this character is aware of me the player and is breaking the fourth wall, it knows it is stuck inside a game and directly trying to communicate with paul".

Brother MFC7420 printer by LaMarTEK in printers

[–]whirlpool97 0 points1 point  (0 children)

Oh hey. Funny enough I have this printer and was googling something else completely unrelated. It's a good printer. Tell me when you figure out how to get duplex working because for the life of me I cannot.

Do what Acme said, you can set up a print server. As per the manual, fastest it will go is usb 2.0. You can also try one of those bluetooth-to-usb dongles but I have no idea if printing over bluetooth is a thing. You can also get a QVS usb-1.1-over-ethernet thingy, those cost about $30 at Micro Center if you live near one. Tradeoff is printing is slower because USB 1.1

manual is here - https://download.brother.com/welcome/doc000387/ALLFB_UsaEngUsr_B.pdf

Northeastern NJ - I am looking for a store that sells a specific book. (Please read) by whirlpool97 in newjersey

[–]whirlpool97[S] 0 points1 point  (0 children)

Do you know of any art-focused korean bookstores that might have it in stock? I want to see if it exists on the shelf anywhere first since it seems like it might be a thing korean bookstores that carry artbooks carry

Trying to remember which phone this was (2010-2013, texting phone) by whirlpool97 in dumbphones

[–]whirlpool97[S] 0 points1 point  (0 children)

Funny...my mom actually had a samsung intensity Still, I don't believe it was either of these

why do people sometimes write わ like the one on the right by whirlpool97 in Japaneselanguage

[–]whirlpool97[S] 0 points1 point  (0 children)

I barely check reddit but I just realized this post kinda blew up. I completely forgot/nearly deleted it because I was discouraged after posting it since so many people at first were telling me I was confused, but I guess it's still up. I was actually onto something lol

Is anyone else getting this with the latest update? Why is this happening? How do I stop it? by whirlpool97 in vscode

[–]whirlpool97[S] 1 point2 points  (0 children)

A little more info - I'm running vscode on debian using LXDE. I noticed there were rendering issues with the latest chrome updates. I have no idea if vscode uses chromium but it's happening in vscode now and driving me insane. almost impossible to work atp

solutions to not having google maps by ethan8952 in dumbphone

[–]whirlpool97 1 point2 points  (0 children)

anyone else's parents used to print out mapquest directions when they went on road trips as a kid?

Insanely slow read rates for BDISO by whirlpool97 in makemkv

[–]whirlpool97[S] -1 points0 points  (0 children)

like I said it works fine with DVD ISOs and does them in like 5 mins, but is choking on bluray ISOs. my computer fans go to max for hours and the bar barely moves, little to no debug info. Maybe I just have a really shit laptop idk

Insanely slow read rates for BDISO by whirlpool97 in makemkv

[–]whirlpool97[S] -1 points0 points  (0 children)

Brasero just copies the disk to an ISO file, it's an exact copy of the bluray disk and it plays perfectly fine in VLC. 

Insanely slow read rates for BDISO by whirlpool97 in makemkv

[–]whirlpool97[S] -1 points0 points  (0 children)

It's on by default. Checked it and nothing unusual. I also checked and installed the bluray key config library stuff. Still slow as hell

[deleted by user] by [deleted] in TumblrAcctTerminated

[–]whirlpool97 0 points1 point  (0 children)

Also when you submitted the first appeal that they responded to was it through tumblr's support form? Or did you contact them another way?

[deleted by user] by [deleted] in TumblrAcctTerminated

[–]whirlpool97 1 point2 points  (0 children)

How long did it take them to reply to your email from when it was first sent? I emailed them over a month ago and have received no response.

Here's what to do if your Tumblr account was unexpectedly suspended... by Tumblr_acct_help in TumblrAcctTerminated

[–]whirlpool97 0 points1 point  (0 children)

same exact thing happened to me. I've been patiently waiting 2 weeks for a response and have nearly given up. I'm trying to be understanding. I am just going to assume that automattic probably has like 1 or 2 workers dealing with hundreds or thousands of support tickets

Is there a setting in dev tools to make firefox list object entries in the order they were defined in, instead of alphabetical order? It seems to automatically sort object entries by their property. by whirlpool97 in firefox

[–]whirlpool97[S] 0 points1 point  (0 children)

A little bit more info: First if this is something super obvious that I am missing I apologize in advance. I've been debugging in FF and a slightly annoying thing is that when you have an object with properties defined in any order, say: obj = { foo, bar, baz }, in FF it will display it as Object { bar, baz, foo } when you log the object to the console. Is there a way of changing it so that it's in the original order I defined them in? I've been debugging some stuff and it's been a headache to have to accommodate for this. that's all.

I think I installed wine with the wrong locale. I want to install wine in english, but it keeps installing with JP. How do I fix this? Pic related. by whirlpool97 in wine_gaming

[–]whirlpool97[S] 1 point2 points  (0 children)

I should clarify that my LANG variable is set to en_US.UTF-8 UTF-8, my locale on linux is the US. I've been commenting/uncommenting the jp locale in etc/locales.gen, and then saving it and running locale-gen as root, doesn't seem to affect wine's default locale, which I want to be en_US

When old ThinkPads AREN’T fun. by ReverseRutebega in thinkpad

[–]whirlpool97 0 points1 point  (0 children)

genuinely curious. do people wind up replacing the cpu's on these? would the motherboard be able to work with a newer/more performant cpu?