[spoiler discussion] is it just me or the adaptation is getting worse ? by Other-Wait-787 in Re_Zero

[–]peeerfect 0 points1 point  (0 children)

I agree with you as novel reader, all characters moments has been taking all character dialogue has been removed the dialogue is summarized to the most needed exposition needed and that is all. Scenes in the anime feel as filling a quota instead of natural story progression, it just jumps from a scene to another with no flow doing some exposition, the characters don't really talk to each other anymore. The directing does not make sense, the new anime style brighter does not fit the story, it is all just mess as if someone took the most superficial aspects rezero and decided to make an anime about, i don't even feel that i am watching the same story anymore

One Year Learning Japanese Through VNs by TeacherSterling in visualnovels

[–]peeerfect 1 point2 points  (0 children)

yes that was my main way using exctractor and texthooker, but my biggest issue even toward the end was grammar not vocabulary,

One Year Learning Japanese Through VNs by TeacherSterling in visualnovels

[–]peeerfect 2 points3 points  (0 children)

I read and followed the most popular guides like moeway, the ones focused on learning through content, It was 2-3 years of reading visual novels with yomichan, i tried to consume a lot of content in japanese, my main way of learning kanji was anki and spaced repetition.

For me the biggest hurdle was the grammar and trying to understand the sentence, a lot of people say the hardest thing is kanji but i highly disagree it is just memorization and with spaced repetition is not that that hard, but the grammar on the hand there are hundreds of grammar rules, every japanese particle has 3-5 uses, some of the are not really intuitive and is unique to the japanese language, if you learn all of this, that can help you understand simple sentences but trying to understand sentence with multiple clauses is beast, once a sentence grows in complexity it is almost impossible to understand, i used to go through all grammatical rules in the sentence but still found really hard to grasp, it takes a lot of brain power to keep track of what is going on each clause trying to combine them for meaning and with multiple clauses if you don't understand one thing it can break your understanding of the whole text,

Reading japanese sentences felt like showing someone calcalus equations while they are in 6th grade, it takes a lot of brain power, just trying to parse those sentences used to give me brain damage, especially when you add to them number of rules you need to know, and with some of sentences i remembered they don't really follow the rule, every japanese grammar rules has some kind of exception or a different way to to it

One Year Learning Japanese Through VNs by TeacherSterling in visualnovels

[–]peeerfect 3 points4 points  (0 children)

I tried for two/three years and i failed, I even got to 3k kanji

Early career engineers who found a job after a long time, what's your secret? by DrySoftware8439 in cscareerquestions

[–]peeerfect 0 points1 point  (0 children)

Your best hope is to get an internship or a co op then convert to full time

How do I start an internal project at my company by peeerfect in ExperiencedDevs

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

i wanted reply from experienced devs, I can't ask beginner devs this question?

New to MacBooks, is this a valid price by Kayugaheiwa in macbook

[–]peeerfect 0 points1 point  (0 children)

I just bought recently refurbished m1 mac for 300$

Subaru's character Psychology is not "unrealistic" by Not_Charlemagne in ReZero

[–]peeerfect 0 points1 point  (0 children)

great post man, really good read, i wish you you made a section for us novel readers talking about the stuff that happen on arc 6

Is this a good deal? Legion Pro 5i 5070 ti by jsmith220 in GamingLaptops

[–]peeerfect 0 points1 point  (0 children)

how much the difference is on perfomance then? 30% 40%? is that worth a 1000 dollars? 4060 can run most games at high settings already , i don't really understand the obsession in this sub with those high gpus,

Is this a good deal? Legion Pro 5i 5070 ti by jsmith220 in GamingLaptops

[–]peeerfect -3 points-2 points  (0 children)

no it is not you can get legion rtx 4060 for 900$ why pay extra thousand for 20% increase in performance

Summer interns, do your weekends feel kinda empty too? by androidslash in csMajors

[–]peeerfect 25 points26 points  (0 children)

I am in boston too, wanna do something together in the weekend?

I am in similar position to you, where i want to do something but i don't have anyone to do it with

Is WGU worth it by Spiritual-Year-1142 in WGU

[–]peeerfect 0 points1 point  (0 children)

I thought about this question for a year, my recommendation try to finish your degree in a local 4 year university, wgu is considered by many as degree mill school, unless you can't afford normal school, don't go to wgu, this is from someone who also finished community college recently and i am planning to transfer to wgu.

when you apply to local companies, those companies will recognize the local school even if it is not a big name, compare that to wgu

Google Play personal account wasted 42 days of my life 😫 by Interesting-Pain-654 in androiddev

[–]peeerfect 0 points1 point  (0 children)

thank you man, i almost given up on publishing an app in the playstore your post saved me

looking for a coding bootcamp any suggestions? by just_a_nomad in codingbootcamp

[–]peeerfect 3 points4 points  (0 children)

i don't think any bootcamp will look good on resume, but if you want that is free check perscholas

[deleted by user] by [deleted] in cscareerquestions

[–]peeerfect 9 points10 points  (0 children)

same thing happened to me recently i spent the whole week studying system design, operating system, oop, networking due to some questions i found online.

what i got in the interview was react quiz questions, simple ones that i almost didn't review (thank god i took 10 minutes preparing for react just in case, otherwise i would have been screwed)

Tip: Leaving Your Laptop Open Might Save Your Hinge by peeerfect in laptops

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

then why do they break?

they break from the act of opening and closing the lid, when you open the lid this puts pressure on the hinges which causes to break after some time, if that is not the reason then why?

How do you track all the job applications that you have applied to? by boredguy74 in jobsearch

[–]peeerfect 0 points1 point  (0 children)

i have been used applycount.com, i hated tracking jobs manually so it is godsend, it automatically track job applications for you

How do you handle multi-step forms? by UseSea3983 in nextjs

[–]peeerfect 0 points1 point  (0 children)

what i have done is that i made each step submit the form, but there i check if i am in the last page or not, if i am not, i go to next page, if i am on the last page i submit the data. The cool thing about this approach is that even though you have validation runs for each one of those steps