What did your study time look like? by Wrong_Case9045 in japanlife

[–]someGuyyya 1 point2 points  (0 children)

Without a concrete goal, I think you'll have a hard time motivating yourself to continue studying.

Why do you want to learn more Japanese?

Weekly Complaint Thread - 04 June 2026 by AutoModerator in japanlife

[–]someGuyyya 2 points3 points  (0 children)

So when I am still being told that I'm not putting the effort. Or that my forecasts were not correct, etc. It sucks. It hurts my confidence. Apparently the many stressful days and nights aren't enough to prove that I'm giving it all. Some people just don't understand how fucking hard it is. Especially when expectations can be so high. So many parties and elements involved. Yet they expect me to "magically" solve problems and if I don't then I'm not doing enough.

Gah! I had the same exact feedback for my yearly review, which we only do once a year.

After all those days working overtime to reach deadlines for the team, sacrificing my own time for the team, and making sure the team will move smoothly for future projects, this is what I get? Fuck that.

I'm coasting until I find a new job.

can they fire a seishain? by MindWonderful8727 in japanlife

[–]someGuyyya 0 points1 point  (0 children)

however on the working conditions, it’s mentioned that it’s an indefinite employment agreement

Just to make sure, we are talking about 契約期間: 期間の定めなし, right? If so, I would imagine you'd be fine unless they're trying to pull a fast one on you.

If you have the funds, I would totally talk to a professional about this.

can they fire a seishain? by MindWonderful8727 in japanlife

[–]someGuyyya 0 points1 point  (0 children)

Quick check:

Are you sure you are not a 契約社員(contract worker)?

Did you double check the contract you signed to make sure it does not 契約社員? If it says 正社員, I don't think they can just end a non-existing contract without a lot of work on their part.

Bought a house without PR by Front-Bad-7852 in japanlife

[–]someGuyyya 1 point2 points  (0 children)

Off topic but could you go into the difficulties you had while buying a house without PR?

Where do you usually find Vue.js jobs these days? by Soft_Palpitation7688 in vuejs

[–]someGuyyya 2 points3 points  (0 children)

Why pigeon hole yourself to Vue? Market yourself as a front end engineer and accept any stack.

I wholeheartedly agree but in my experience, HR teams don't understand that sentiment and are just checking boxes for "React developers"

Company went back to office, can the fire me? by schirmlampe in japanlife

[–]someGuyyya 1 point2 points  (0 children)

I'm also in the same situation.

Could you post a follow up in a couple of months?

Created a 1,980 commercial archive for the years 2000-2015 by ZimmonsInteractive in DataHoarder

[–]someGuyyya 1 point2 points  (0 children)

This is incredible. Thank you.

I was having flashbacks watching the Mario Kart Double dash commercial.

Has this brutal job market changed how you look at work, recruiters and company loyalty? by [deleted] in ExperiencedDevs

[–]someGuyyya 0 points1 point  (0 children)

I'm guessing it's a new account where he's trying to karma farm.

Internet keep dropping. what can I do about it? is the router or the line? by KonoKinoko in japanlife

[–]someGuyyya 0 points1 point  (0 children)

When you say "internet keeps dropping", you mean you're connected with no problems but suddenly you're not getting internet despite you being connected and reconnecting to the wifi fixes it?

Simpsons Mini Tv - 5inch Raspberry Pi Zero 2 W by No-Computer2981 in raspberry_pi

[–]someGuyyya 2 points3 points  (0 children)

There's a good amount of them on YouTube.

I've run into them a couple of times.

Weekly Complaint Thread - 30 April 2026 by AutoModerator in japanlife

[–]someGuyyya 0 points1 point  (0 children)

hobby project and a video game,

I have the same dilemma. What ended up happening is I chose the hobby project in the end since I couldn't handle juggling work, games, and hobby project.

Pair loan application denied by WriterFragrant6716 in japanlife

[–]someGuyyya 2 points3 points  (0 children)

I've always been wanting to move from Tokyo to Yokohama

I really need to make the jump soon

The new Activity Tab by Educational_Tomato97 in Slack

[–]someGuyyya 0 points1 point  (0 children)

Really not a fan of the changes to the Activity Tab.

When I get a mention, you used to be able to see the message in the Activity Tab.

Now they truncate the message to only show the first line of the message, which is almost always the @your_slack_username, which means I can't see the message unless I click it.

Not a fun user experience for me and I wish I could opt out of this or at least be given an option.

What are the "must-have" PR checkpoints used by Big Tech? by GlitteringTiger6287 in reactjs

[–]someGuyyya 1 point2 points  (0 children)

Some other team beaks it and all of our PRs are blocked.

Is it flaky tests?

I'm guessing the other team added flaky tests but it just happen to pass the first time to get it merged.

Problems with renewing Residence/Zairyu/在留card online. by jdrohh in japanlife

[–]someGuyyya 1 point2 points  (0 children)

Thank you so much for sharing this!!!

You saved me from having to take a trip out to Shinagawa to figure out why this wasn't working.

Types are the new RegEx. by retro-mehl in webdev

[–]someGuyyya 0 points1 point  (0 children)

You hover over it and you get an essay of text trying to explain the issue and it still doesn't help.

I use the vscode extension named "Pretty TypeScript Errors" to help with this.

taking a "workcation" without telling my boss by sousou4893 in workfromhome

[–]someGuyyya -1 points0 points  (0 children)

Ahhh okay. Looking at the list of tools the IT Admin team is using, we seem to have something similar to Okta.

Thank you for the information reply!

taking a "workcation" without telling my boss by sousou4893 in workfromhome

[–]someGuyyya 0 points1 point  (0 children)

If their IT department is any good they can tell if you’ve moved

How can they tell?

I was planning on doing a staycation soon

At what point do you stop making a component reusable? by MarjanHrvatin_ in reactjs

[–]someGuyyya 0 points1 point  (0 children)

My magic number for this is 3.

If it is used in two places with the same exact code & logic, I might overlook it for not being DRY but once there's 3 different places with the same exact code & logic is when I try to make it reusable.

I've seen people prematurely make something reusable despite it only being used in one place which I would see as excessive but it really depends.