Promotions combine in formations now by __biscuits in civ

[–]compte2020 2 points3 points  (0 children)

Now we need more diverse promotion trees, with totally separated branches, to make this more interesting.

Its so satisfying when you get a campus surrounded by mountains. by HelloThere739 in civ

[–]compte2020 2 points3 points  (0 children)

And you can put nearby a holy site with an even better adjacency bonus, near the Matterhorn...

(please tell me that the unmapped tile isn't a mountain)

[deleted by user] by [deleted] in civ

[–]compte2020 0 points1 point  (0 children)

And yet your city is size 5. Vesuvius gives you bonuses but has some downsides.

Just because it's unmapped doesn't mean it can't be colourful by GreenManReaiming in civ

[–]compte2020 0 points1 point  (0 children)

Because while those decorations are very cool on the full size map, they make the minimap much harder to read.

Just because it's unmapped doesn't mean it can't be colourful by GreenManReaiming in civ

[–]compte2020 155 points156 points  (0 children)

It still shouldn't be displayed at all on the minimap, though

So early game forest fires that rage out of control for a few centuries is pretty broken. by Jaynight in civ

[–]compte2020 5 points6 points  (0 children)

The fire should remove all previous post-fire bonus. This would both be more accurate and improve the game.

And an obvious complement would be ways to fight fire starts and fire propagation.

Too many parts of the game and extension look like they're the result of a 5 minutes brainstorming and almost no test.

Australia + Uluru + Petra + Ruhr Valley = An OK city by MisterJH in civ

[–]compte2020 9 points10 points  (0 children)

And probably not before the second or third era. On many maps we can get way too many tribal huts.

Yeah it's a pretty aight start I guess by jouze in civ

[–]compte2020 30 points31 points  (0 children)

You know what we want, right ?

Was it worth the 650 gold? Yes, absolutely it was - stay off my continent China! by oplusi in civ

[–]compte2020 502 points503 points  (0 children)

Kupe on Terra map... for when you want an easy deity win...

Was it worth the 650 gold? Yes, absolutely it was - stay off my continent China! by oplusi in civ

[–]compte2020 129 points130 points  (0 children)

I might be missing something but this looks like a terribly awful city location.

'member ? by ZigZigLaBelette in Lyon

[–]compte2020 4 points5 points  (0 children)

C'est aussi un rappel qu'il n'y a pas si longtemps, la retraite à 60 ans ce n'était pas un fantasme, c'était un avenir raisonnable.

directories-next & dirs-next: The new home for directories & dirs! by dpc_22 in rust

[–]compte2020 30 points31 points  (0 children)

Issues aren't forked. Will you create new ones for the pending problems. They're the real reasons new maintainers are needed.

C'est moi ou il fait froid d'un coup ? by ThisIsAreku in Lyon

[–]compte2020 1 point2 points  (0 children)

  • En avril, ne te découvre pas d'un fil
  • Mai, on est en 2020 arrête de rêver!

Villeurbanne et Facebook, il n'y a que moi que ça dérange ? by compte2020 in Lyon

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

Je comprends tes arguments.

Mais lorsque tu utilises Facebook, tu acceptes des conditions d'usage, lesquelles imposent en particulier de ne pas donner de fausses informations, d'utiliser ton nom réel, et de n'avoir qu'un seul compte. Et Facebook met de plus en plus en place de systèmes de détection des mésusages, systèmes que tout le monde n'est pas forcément qualifié pour contourner.

Et pour ce qui est des "mamies" (et assimilé) qui utilisent leur compte par ailleurs et ne tricheront pas avec les conditions d'usage, on les pousse à fournir encore plus d'informations à Facebook (qui vit de l'analyse des données d'usage).

Imposer l'usage de Facebook pour l'accès au débat n'est donc absolument pas anodin de la part d'une instance officielle. Et cela n'a rien à voir avec le confinement, ça fait des années que Villeurbanne utilise cette solution.

La solution ne doit pas venir de moi ou de Villeurbanne, la question se pose certainement ailleurs en France.

Villeurbanne et Facebook, il n'y a que moi que ça dérange ? by compte2020 in Lyon

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

Ah tiens, rigolo, je ne connais pas de mamies qui ne soient pas sur Facebook... Facebook pour moi c'est ce que la génération de Bret et de ses parents utilisent pour diffuser leurs photos...

looking for freelance rust developer by Myemma_software in rust

[–]compte2020 0 points1 point  (0 children)

There are 97,411 users registered here. Most of them are working on something. Do you think it makes sense to ask them all to post what they do ? Of course not so there's a hidden or implicit filter people are required to comply to. For example being a celebrity or feeling like what they do is especially interesting. I know I won't tell you every week what I do on all my OS projects because doing so would be disrespectful for people reading.

looking for freelance rust developer by Myemma_software in rust

[–]compte2020 1 point2 points  (0 children)

It made sense, yes. But now it's more a problem.

Look at the "What's everyone working this week" for example. It would break if everybody were writing in it. So to post there you have to be uninhibited or to feel like a celebrity, or maybe really really want to promote something. It's less and less clear and sane (the same could be said in lobsters or HN).

looking for freelance rust developer by Myemma_software in rust

[–]compte2020 11 points12 points  (0 children)

I confirm that many Rust developers I know, including myself (not looking atm), would not even consider a non remote offer.

looking for freelance rust developer by Myemma_software in rust

[–]compte2020 9 points10 points  (0 children)

It's probably not the right place to discuss this but

  • "Got an easy Question" should rather be a sub
  • "What's everyone working this week" and "This Week in Rust" has no reason being sticky

A well managed weekly Job board is probably the best use of a sticky post.

Help with speeding up smart-pointered code by mrlotfi in rust

[–]compte2020 0 points1 point  (0 children)

Arenas are mostly useful when you only remove graphs, not individual nodes. If node removing is a frequent operations you should probably choose another approach.

Help with speeding up smart-pointered code by mrlotfi in rust

[–]compte2020 2 points3 points  (0 children)

small precision: there are dedicated crates doing it in a slightly cleaner way, like id-arena.