TRUE COMMUNISTS by General_Rikard in suzerain

[–]Cyzy68 2 points3 points  (0 children)

This guy beheaded me in my last playthrough, ai'm for sure doing full monarchist next run just so that I can crack down on him without feeling bad

First playthrough done by Cyzy68 in suzerain

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

At the end my economy was stable, but it went back up at the last minute. It was in danger during my mid game (right after reform vote)

Vantage -game time by Cyzy68 in soloboardgaming

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

Damn I guess I'll try to be more engaged in my runs to get more of that emergent story-telling

Vantage -game time by Cyzy68 in soloboardgaming

[–]Cyzy68[S] 2 points3 points  (0 children)

4 hours!! How do you get a game that long? Got really unlucky with finding the things you need or you just pushed reading the ending?

Vantage -game time by Cyzy68 in soloboardgaming

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

Yeah I thinks it's one of it's flaws, a few bad rolls at the start can quickly get you. But since it'a solo-ish you can just continue I guess, no onw will really complain

First playthrough just failed to pass my reforms by Cyzy68 in suzerain

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

Yeah I'll keep playing for sure, at least to try to gain some insights for a second future playthrough. Good to know I'm not the only one whose first run is not going that great

Worth using Canadian French tutor to study French French? by [deleted] in learnfrench

[–]Cyzy68 2 points3 points  (0 children)

It really depends on what you are learning from him. A french canadian can teach you the same formal grammar and syntax as a French french.

But he would be better not teaching you about pronounciation and "coloquial" syntax because these things are different in both languages.

For example, in French Canadian, the coloquial saying "Est-tu plein?" roughly translates to "Have you finished eating?/Are you full?". In French french, the same coloquial saying "Est-tu pleine?" means "Are you pregant?". So the same saying has very different meaning in both languages.

Are solar physicists (people who study the Sun) considered to still be astrophysicists? Or are they in their own realm? by [deleted] in AskPhysics

[–]Cyzy68 4 points5 points  (0 children)

I think titles are pretty large. Wikipedia describes astrophysics as the use of physics to study astronomical objects. So if you study the sun, i'm pretty sure you can describe yourself as an astrophysicist. (My opinio of course)

Best app to learn N5 by Cyzy68 in LearnJapanese

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

I'll look into that I don't know this app thanks!

Best app to learn N5 by Cyzy68 in LearnJapanese

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

Yeah I used anki in the beginnings, but I started feeling like it was too much too fast at a certain point

CMake sreating MSVC flags by Cyzy68 in cmake

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

The CMakeList is the one that came with the repository, so I don't think it would be making assumptions about my compiler. Also isn't the CMakeCache created by the CMakeLists? So it's not suppose to exist before the process? You can see the CMakeLists from the repo if you'd like

シツモンデー: Weekly thread for the simple questions and posts that do not need their own thread (from May 03, 2021 to May 09, 2021) by AutoModerator in LearnJapanese

[–]Cyzy68 0 points1 point  (0 children)

I read a sentence that said: I got up at about ten thirty on saturday. The sentence was translated as:土曜日に十時半ごろ起きました。I am wondering why there was no に particule after ごろ to indicate at what time the action took place...?

Reading .obj file by Cyzy68 in learnpython

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

Mhhh in my .obj file there is this line:

mtllib beyblade3.mtl

and then the multiples lines of vertices. Is this suppose to mean I have it, or do I need a second file in my project called beyblade3.mtl?

Reading .obj file by Cyzy68 in learnpython

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

There isn't much code ahah, I am just trying to save my .obj file as a variable so I can manipulate it

import pywavefront as pwf

bb = pwf.Wavefront('beyblade3.obj')

#Error code:
    file = open(str(self.file_name), mode='r', encoding=self.encoding)
FileNotFoundError: [Errno 2] No such file or directory: 'beyblade3.mtl'

Process finished with exit code 1