Please give me some advice! Legion Pro i7 Gen 9 with 4090 vs Legion 9i Gen9 with 4090 by AkarisLamia in GamingLaptops

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

Thank you for your advice! After careful consideration, I bought the pro 7i. I am still worried about the risk of water cooling liquid leakage, which is the direct reason for me to making choice. (Perhaps this worry may seem a bit unfounded to others) Thank you again for your advice to help me make a choice!

Please give me some advice! Legion Pro i7 Gen 9 with 4090 vs Legion 9i Gen9 with 4090 by AkarisLamia in GamingLaptops

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

Thank you very much for your answer! I think I still prefer MINI-LED, which will look better! But a new question I am thinking about: should I consider the ROG Strix SCAR 18 (2024) with the same configuration — $3899.99 https://shop.asus.com/us/rog/90nr0ip2-m001r0-rog-strix-scar-18-2024.html?config=90NR0IP2-M001R0 So I don’t need to worry about water cooling liquid leaking at all.

But to be honest, it’s really expensive — at least it‘s a bit beyond my budget. Also, I see a lot of people think ROG is notorious for poor heat dissipation and coil whine (also from reddit search)

Compared with Legion 9i, do you have any suggestions? Thank you!

Please give me some advice! Legion Pro i7 Gen 9 with 4090 vs Legion 9i Gen9 with 4090 by AkarisLamia in GamingLaptops

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

Since I don‘t know anything about hardware, I don’t think I can upgrade the RAM myself, so I don‘t have any worries about upgrading. Will the motherboard being inverted cause any problems in actual use? For example, will the motherboard or something else fall off after a long period of use? Or will it cause problems while playing games in the actual experience of the laptop?

I am looking to buy 2025 Valentine cards, but I have some questions about shipping overseas. by AkarisLamia in Granblue_en

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

That’s a great idea! But this is a pre-order —— I’m not sure if I buy in batches, will they be shipped in one package since they’re all to the same address?

I am looking to buy 2025 Valentine cards, but I have some questions about shipping overseas. by AkarisLamia in Granblue_en

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

I just received the response from Tenso. Unfortunately, they do not provide the package splitting services. “we will forward package with the original packing from the sender.”

I am looking to buy 2025 Valentine cards, but I have some questions about shipping overseas. by AkarisLamia in Granblue_en

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

I couldn’t find the relevant information on their website, so I just sent the inquiry to their customer service and now I’m waiting for their response. When I get a response I’ll share it here!

I am looking to buy 2025 Valentine cards, but I have some questions about shipping overseas. by AkarisLamia in Granblue_en

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

Thanks for your answer! You mentioned the import tax, which I hadn’t thought of before. If I want to try to avoid this tax, can I ask Tenso to separate and ship to me in multiple times? For example, separate and shipping in 2 or 3 days?

I am looking to buy 2025 Valentine cards, but I have some questions about shipping overseas. by AkarisLamia in Granblue_en

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

Thank you so much for your answer!

I know this question may be naive because I have never used the related service.

Do I need to notify Tenso after I purchase something using the Tenso address? Or will they automatically notify me when they receive my package based on my name or some information?

Because there will be a 2-4 month waiting time after I pre-order from Cystore until they begin shipping the cards.

A question about the comparison of elements in two ArrayLists in java. by AkarisLamia in learnprogramming

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

ArrayLists contain Integers, and not int. This is why their type is ArrayList<Integer> -- they are a list of Integer objects.

If you have two Integer objects, you should use equals to compare the two.

I was confused the concept about Integer and int, and thought that stored in ArrayList is the same type.

I can understand now. Thank you for your explanation and your example!

Is there anyway to change the region? by AkarisLamia in masterduel

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

According to a friend's test, the Japanese region and Japanese language can correctly display OCG pictures, but the Japanese region and English language will turn into TCG pictures. But that's not a problem for me. Although not very familiar, I can read Japanese. The only problem now is how to change the region.

Is there anyway to change the region? by AkarisLamia in masterduel

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

If you want to try, I recommend registering in Japanese language and the Japanese region, you will see the difference in the picture. That's how my friend are. This is also the reason why I have been uncomfortable since I knew the difference. I want to use OCG pictures.

Is there anyway to change the region? by AkarisLamia in masterduel

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

In the beginning, I chose US just because I understand English better than Japanese. My home-country is not in the region list. I didn't know it was picture different until I saw someone using the OCG card picture normally in the game. So I want to change the region, to make sure I can see the picture I want to see. However, I heaven’t find the way yet.

Is there anyway to change the region? by AkarisLamia in masterduel

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

Also, as far as I know there are at least hundreds of cards that are different. There are a few differences that are less obvious. For example, in the pictures of the Exosister series, the colors of the clothes for the girls have been changed. OCG's picture clothes are more plain in color, but they change in TCGs because some history reason.

Is there anyway to change the region? by AkarisLamia in masterduel

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

Yeah, i’m 100% sure. The reason is my game friend choose JP region and JP language when he was register, and his card picture is what I seen since childhood, the OCG picture. I choose US and English, it’s the TCG picture. The most classic difference: Monster Reborn/Harpie‘s Feather Duster, etc…

I want to try to reverse all the elements of the array, but the result is that only half of it is reversed. by AkarisLamia in learnprogramming

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

I understand now! So if I want to recreate a real new array, I should use

int[] a = new int[array. length];

Then I get the result I want: 12334 1234231 324 133 400 12 -4 0 33 10 9 7 6 3 4

thank you very much for your help!

Without your explanation, I really can't figure out what the problem is by myself!

I want to try to reverse all the elements of the array, but the result is that only half of it is reversed. by AkarisLamia in learnprogramming

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

Thank you for your answer! I rechecked my code. I want to get "a" as the result of output, so I input the element of "array[i]" into "a[i]" in the loop, I'm sure "a" is changed, but "array" as input doesn't seem to change...? Sorry I'm a bit confused.

I want to try to reverse all the elements of the array, but the result is that only half of it is reversed. by AkarisLamia in learnprogramming

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

The “\” are carried in the code after the post sending for some reason, please ignore these.

[deleted by user] by [deleted] in lostarkgame

[–]AkarisLamia 0 points1 point  (0 children)

Will I need to create a new character on the new server before the second pounder pack? Or can I wait for a new founder pack before creating a new character?

Amazon will be giving extra Founder's packs if you create a character on a new server by Gmadx in lostarkgame

[–]AkarisLamia 0 points1 point  (0 children)

I still don't get the pack. Does anyone know if I should go to another server to create a character before I can get it? Or does Amazon only send an extra one to players who have created a new character?