Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BO
Posts
0
Comments
36
Joined
1 mo. ago
  • Back in my days I use to record them on VHS and watch them again when there was nothing interesting on TV (that is, 90% of the time). I finished knowing by heart any single lines if dialogs. Yeah, I was that weirdo creep at school.

    Except for "Les cigares du pharaon", where I didn't record the good channel 😟. I passed my whole childhood with that hole in the story.

  • Aucun soucis 😊 Si ça t'avais intéressé, je serai de toute façon passé par ebay ou leboncoin et je t'aurai envoyé l'annonce.

    Si t'as des questions sur le montage hésite pas. C'est surper bien expliqué mais on sait jamais.

  • https://github.com/tompi/cheapino

    La liste d'achat est ici: https://github.com/tompi/cheapino/blob/master/doc/orderingguide.md

    J'ai suivi la liste, à part pour les keycaps où je voulais des low profiles.

    C'est pas exactement 50€ le clavier, mais vue que t'achète les pièce est gros, tu t'en tire à ~100€ pour 2 clavier 1/2. Genre, t'achète pas 36 diodes. T'achète un paquet de 100. Tu peux tirer encore les prix si tu veux te lancer dans le business du clavier 🤣

    Je peux te revendre celui que j'ai fais à 50€. PM moi si tu veux des détails.

  • More something like 50% nuclear, 40% renewable, but we also sell lot of nuclear electricity to Germany. Hydraulic is very well used. We have hydrolic power plant everywhere it's possible. Not many people know this. "Hell ya, why don't we build more hydrolic plant ?!" Well, because we already did 😅

  • Small word about OpenGL, as it seems confusing for many peoples:

    OpenGL is a spec written by Kronos group. There is no such thing as OpenGL library, or OpenGL source code. You cannot "download" OpenGL. OpenGL is really just a buch of .txt files explaining how functions should be named and what they should do. This spec define an API.

    Then, this API can be implemented by anyone, by writing code and putting it in a library.

    GPU drivers implement this API. That means that Nvidia, AMD and Intel have their own implementation.

    To have access to this API from your program, you have to "getProcAdress" all function you want to use from GPU driver's DLL. As this is quite painfull, libs exist, like glew, that do it for you. These libs are really just a long list of getProcAdress for all entry points.

    That's also why you cannot "static link" with OpenGL. As function can only be retrieved at runtime.

    Another interesting things is MESA. It's a CPU implementation of OpenGL spec. So MESA is a lib, with source code and so on. You can download it, link against it, etc... This is very useful when you want to do 3D without GPU (yes, this happen, especially in medical domain).

  • France has ban drilling new Wells on its territory. For now, despite oil lobbying, ban is still applied :) The problem with geothermy is more a social and legal problem. No one care about drilling in the middle of north sea. But geothermic should be drill close to population. And suddenly, everyone becomes afraid of earthquake, and you need dozens of authorizations.

  • SLB had acquired Celsius Energy, a company that deploy low depth geothermal solution. They are also partner with Genvia to developpe hydrogen. And have also plans for offshore wind turbines. Oil company all have plan to transition to new energy. Then know oil is not a long terme business. The problem is doing the transition while making money. If you dont make money, you die. And if you die, you cannot do transition. Unfortunately, oil still generate shitload of money...

  • Brave.

    Because I installed it when it was pre-alpha version. Ended up to an ugly window with just an addresse bar. I though "this shit will never worked, yet another utopistic project, too bad..."

    Then, came back 2 years later, gave him a 2nd chance and "OMG ! They fucking did it !". So I keep it as a redemption for not having believed in the project at first.

  • You doesn't seems to be the kind of person with whom can have constructive argument. I gave you facts and number. Sorry I cannot take my time machine and go back 200 years back telling Great Britain to stop burning coal.

    Also, my company has as objective to becomes neutral by 2030 and 20% carbon negative by 2050. Locally, we have decreased our electricity consumption by 20% since 2022 and put in place mobility actions to push people taking bike or bus. Nearly half of employees use soft transport (public, bikes, onewheel, etc...)

    We cannot rewrite the past or snap finger to change habits of 8billions peoples.

    We will be juge on our current actions and futur results. As of today, we are trying something which we hope is going to the right direction. But its always easier to criticize and not doing anything.