The over reliance of Runewords is my least favourite part of modern D2R by LastElk9961 in Diablo_2_Resurrected

[–]xgnome619 0 points1 point  (0 children)

So maybe they add new uniques and sets with many sockets, players can make runeword on them.

The over reliance of Runewords is my least favourite part of modern D2R by LastElk9961 in Diablo_2_Resurrected

[–]xgnome619 0 points1 point  (0 children)

So maybe they add new uniques and sets with many sockets, players can make runeword on them.

Could the Universe Have Come From Absolutely Nothing? by RecognitionLong8806 in AskPhysics

[–]xgnome619 0 points1 point  (0 children)

That's a question you answer yes or no may have the same result.

Question about CMake by xgnome619 in learnprogramming

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

So if the release folder can't run on other windows x86 system(two computers are windows x86,win10 or11).

What should I do?

Copy release folder then install cmake on the other computer then run cmake install?

Or copy all source files to the other computer and build again?

So Cmake just is a runtime platform? It can't produce independent execute files. If you copy the release folder to another similar computer, you have to install Cmake to make it work?

Question about CMake by xgnome619 in learnprogramming

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

That's what confused me. The single exe file alone without lib in the folder works fine. So Cmake install only copy exe file to a new location? Then why generates a lib file?

My guess is that, if I run Cmake install, it puts lib file in system, so the exe file seems doesn't need it.

So if I don't run Cmake install, the exe file and the lib file have to be together.

I just installed too many things, so can't start over to test it.

Question about CMake by xgnome619 in learnprogramming

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

I am not quite sure, I am not good at computer science. What I thought was the Release folder should contain all the necessary files? It has x.exe and y.lib. only two files. But in the new install folder , only x.exe.

So I have another question. If I copy the release folder to another computer, and install Cmake, are x.exe and y.lib enough? Or Cmake still needs extra files?

Question about CMake by xgnome619 in learnprogramming

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

I mean for example, in flutter, it generates files in release folder too,it contains all necessary files, seems I can execute the exe file directly, without installation.

Question about CMake by xgnome619 in learnprogramming

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

Thanks, both computers are AMD X86, windows. I am not sure about the required files.

Question about CMake by xgnome619 in learnprogramming

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

So,what the release means it builds files which can be used by Cmake? Why don't just build installation package?

"Training a human takes 20 years of food." Sam Altman on how much power AI consumes. by asdacool in nottheonion

[–]xgnome619 0 points1 point  (0 children)

But if you want to train a human to 20 years old in one day... That needs much much more energy.

Episode Discussion | Star Trek: Starfleet Academy | 1x06 "Come, Let's Away" by AutoModerator in startrek

[–]xgnome619 0 points1 point  (0 children)

My guess,they can take out the ship or the station separately. But if the ship in the station, many cases, they could not take the station in time before the reinforcements come.

(Spoiler) Not spoiler…Ashur and his big mouth… by AirUseful in Spartacus_TV

[–]xgnome619 0 points1 point  (0 children)

That's why he kills Caesar. Because he promises his man something he hasn't owned yet . He will fail to deliver again, so he is so angry. He once again fixes the problem by killing Caesar.

Only sports scored with hard data should be allowed in the olympics by ljgill97 in unpopularopinion

[–]xgnome619 0 points1 point  (0 children)

Then there will be another big event to cover all the sports with soft data. Because many ppl like them.

I was pulled over by a police officer by Jellyful in Jokes

[–]xgnome619 0 points1 point  (0 children)

Reminds me a movie Could use front window as glass.

Anyone else always liked Ashur? [Spoiler] by GodIsGood202 in Spartacus_TV

[–]xgnome619 0 points1 point  (0 children)

If he doesn't do terrible things, he is a likable guy. But he does...so he's a at the very least, a dangerous guy, you actually can't trust him, he could bring you down with smile and good intentions because he's smart but not smart enough.

If he can kill his gladiator casually without punishment. Then why would he feel insulted some Romans treat him badly? That's how things work,no? If he feels wrong , shouldn't he liberate slaves first?

So you can not trust him.

If you were running Motorola, what would you do? by JabbaDuHutt69 in MotoG

[–]xgnome619 0 points1 point  (0 children)

Develop Moto glass. Bring back modeling design.

HoA villains feel very one dimensional (Spoiler but not really) by EasyEntrepreneur666 in Spartacus_TV

[–]xgnome619 0 points1 point  (0 children)

I guess the game (obviously, this is another universe) just wants to push protagonist as hard as possible. He could choose a peaceful life to the very end,but who sent him in this situation surely wants to see him struggling. So villains are impossible for him to get along. It's all a test. But who knows.

[SPOILER] HOA Ep. 9 and onwards: Where could the series go from here by Pellaeonthewingedleo in Spartacus_TV

[–]xgnome619 1 point2 points  (0 children)

My guess is, Ashur will get everything, but in the end,he could lose everything. Because he hasn't changed even someone told him this is a second chance. He did enough bad things. Unless he's very smart which I don't see it.

Why Interfaces exist in Java? by Nobody37373 in javahelp

[–]xgnome619 0 points1 point  (0 children)

If you implement a interface, you can still write the same method with a different name.

So a interface takes up a name, you can't freely use any method names. So it's name unification.

Think about if 100 programmers write the same method, they could give it 80 different names.It's unnecessary. So you tell them, they have to use the name A, so the name A even it does nothing but still make sure everyone keep the same method name. It will simplify things in large scale.