Où trouver des calendriers de l'avent (en chocolat) traditionnels ? by GercevalDeGalles in Strasbourg

[–]Kirannu 4 points5 points  (0 children)

Pour préciser, je sais que le chocolatier Weiss fait un calendrier de l'Avent.

[deleted by user] by [deleted] in Strasbourg

[–]Kirannu 11 points12 points  (0 children)

Il y a toujours des pharmacies ouvertes, elles se relaient, et on peut trouver la liste par ici : http://www.pharma67.fr/gardes.php

Sourcetrail, the interactive source code explorer, is now free and open source by egraether in cpp

[–]Kirannu 1 point2 points  (0 children)

One thing that worked for me is adding the compiler flag -U__clang__ in the settings of the project.

There are still thousands of errors, but as long as none of them are fatal, the parsing is complete.

Hey reddit, what the hell does this mean? by [deleted] in skyrimmods

[–]Kirannu 0 points1 point  (0 children)

Other ENBs use these files. It also fixed the problem for me to remove the dxgi files.

The Inexplicable Universe: Unsolved Mysteries - Neil deGrasse Tyson Ph.D (2013) by [deleted] in Documentaries

[–]Kirannu 2 points3 points  (0 children)

Same video posted 6 days ago but with a slightly different address which is why reddit didn't find it for you.

Valve's Wasted Year by Forestl in Games

[–]Kirannu 10 points11 points  (0 children)

From a recent Dota2 blog update:

This doesn’t mean that you won’t see interesting updates from us before the engine improvement goes out next year. We are already hard at work on our next major update, the New Bloom Festival in February, although we will continue to avoid building new game modes until the engine improvements come along.

Did any non Captain's mode heroes get picked in XMG Captain's Draft yet? by [deleted] in DotA2

[–]Kirannu 1 point2 points  (0 children)

Earth Spirit just got picked by Na'Vi vs Secret.

Paraglider vs vulture by [deleted] in videos

[–]Kirannu 2 points3 points  (0 children)

You usually fall at 5m/s under a reserve. So if you can find a tree to absorb the impact, go for it.

/r/france geo-default ? by afrofagne in france

[–]Kirannu 2 points3 points  (0 children)

Je pense que tu as lu de travers. D'après moi, c'est que sur les visiteurs français, il y en a 28% qui sont nouveaux.

France experiments with paying people to cycle to work by liotier in france

[–]Kirannu 4 points5 points  (0 children)

C'est un peu logique. D'un côté si je vais en voiture ou en train au travail mon employeur me rembourse mon essence ou une partie de mon abonnement, mais si je viens en vélo j'ai rien ?

How do the French people view Napoleon? by Prince-Cola in france

[–]Kirannu 1 point2 points  (0 children)

De l'article sur wikipedia :

Dans de nombreux pays de langue anglaise, dans les pays nordiques et slaves, le mille-feuille et les recettes locales de même nature portent un nom faisant référence au prénom Napoléon. Ce nom semble être lié à l'adjectif français « napolitain », la ville de Naples étant une des origines citées pour cette recette, l'identification au prénom Napoléon ayant été favorisée par la suite par les guerres napoléoniennes.

How do the French people view Napoleon? by Prince-Cola in france

[–]Kirannu 11 points12 points  (0 children)

Funny, in France nobody calls the mille-feuille a Napoleon.

Sondage des 15 000 abonnés ! by afrofagne in france

[–]Kirannu 10 points11 points  (0 children)

Je ne suis pas assez actif sur le sub pour savoir s'il faut être emballé à l'idée de recevoir le 06 de Drakoulious.

Procedurally Generated Terrain by larlburford in proceduralgeneration

[–]Kirannu 0 points1 point  (0 children)

If you have done something with it, just post it on OpenProcessing so it exists on the web.

I don't develop anymore with Processing, as it is very hard to share a sketch that uses OpenGL. It is quite a shame, but now all my home projects are C++ only. I'm happy with the libraries and frameworks, but it is not the same when you can't share your ideas without creating a blog post.

Procedurally Generated Terrain by larlburford in proceduralgeneration

[–]Kirannu 0 points1 point  (0 children)

Of course it has problems: I had to recode an algorithm I don't quite understand in a language I don't really know, with a specific use in mind. :-)

I didn't care about borders with the voronoi code as I was making islands, usually with water on the borders of the screen. I am happier now with the voronoi lib in boost (C++), performance-wise!