home.social

#cookiecutter — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cookiecutter, aggregated by home.social.

fetched live
  1. Investigating the conversion between and enabled projects to and

    This investigation is almost done and will modernize our Python template.

  2. Today I learned how to make a custom project template with the python cookiecutter tool
    cookiecutter.io/
    At my work we do a scientific validation project whenever we change our data analysis pipeline. So a lot is the same, but we need to be able to customize the validation depending on what changed in our pipeline. The templates look like they will help us be consistent while allowing flexibility. I am excited about it!

    #python
    #cookiecutter
    #exploratoryDataAnalysis

  3. I just updated my PHP Cookiecutter and I’m really happy with the result.

    It now uses Phive for tooling, so generated projects can keep `composer.json` free of root-level dev dependencies. It also adds dedicated lint jobs and backward-compatibility checks, with job dependencies to reduce CI runtime and minutes.

    Project: github.com/jeromegamez/cookiec
    Generated example: github.com/jeromegamez/cookiec

    #PHP #cookiecutter #CI #OpenSource

  4. Always wanted to fix this with #copier instead of #cookiecutter, but never got the time to do it.

    Now that I had some time, I **really** wanted to get this done.

    I've felt the pain of maintaining a cookiecutter template, cherry picking changes from client projects back into the template and it was a mess!

    Finally I have something useful which is also able to pull updates from the template. It just makes sense from DX perspective.

  5. A lot of steps for starting new computational modelling projects in are repeatable and can be automated. So, I created a template to quickstart these projects. It includes boilerplate code and implements lots of other recommended/best practices in model and software development. Feedback/suggestions welcome!

    ankursinha.in/2025/09/23/a-coo

  6. Making a template for cause I am getting quite tired of all the code coverage, editorconfig and clang-format integration I have to do each time.

  7. It has been a while since I last baked some cookies. I should really do that again sometime soon! 😃

    #Baking #BakingCookies #Cookies #CookieCutter

  8. Ah, the timeless lament of "nobody is #unique anymore" 🤔—as if everyone was once a walking Picasso painting 🎨. The author fearlessly dares to suggest that complex humans are reduced to nothing more than #therapy speak zombies 🧟‍♀️, but sure, let's ignore the irony of writing a cookie-cutter article about cookie-cutter personalities. 🥱
    freyaindia.co.uk/p/nobody-has- #cookiecutter #humancomplexity #HackerNews #HackerNews #ngated

  9. Slow Sunday

    blog.derbrumme.de/slow-sunday/

    Einmal quer durch den brummschen Sonntag gebloggt:
    - Leckeres #Möhrenbrot samt #Rezept
    - 3d-gedruckte #Plätzchenausstecher im #Lego Design
    - ein Wohlfühlterrassenupgrade
    - und die Mulchkatze im schlechtwetterbedingten Innendienst.

    Have fun.

    #katzen #cats #cookiecutter #3dprint #diy

  10. Während meine Teuerste zum 1.Mal #Karottenbrot ausprobiert, kümmere ich mich um die #kekse Also... die Ausstechformen. #Lego -Kekse gab's in Brummehausen noch nie* - mal sehen wie der Nachwuchs das findet.

    * selbstgebackenes Möhrenbrot auch nicht, aber da ist eh klar dass das gut ankommen wird.

    #3dprinting #3dprint #cookies #cookiecutter #diy #basteln #deko

  11. I have a library of #cookiecutter templates for code scaffolding, but I never really liked cookiecutter too much, especially due to the limitations of the inputs you can provide, like no arrays, no booleans (do a choice y/n as workaround). Now check out #copier, it solved all those problems, even updating already scaffolded projects: copier.readthedocs.io/en/stabl

    #python

  12. 👥 Experimental multi-agent setup using o1 for planning, Claude/GPT-4 for execution
    ⚡ Quick setup via #Cookiecutter template or manual configuration
    💻 Works with both #Cursor and #Windsurf IDE
    📝 MIT licensed #opensource solution

  13. #CookieCutter #VideoGames
    I could not let this one go, I had to check if there was something I’d missed. There wasn’t. This is just a really challenging bit, with what? Five? Six? Waves of enemies. But I managed to beat it. Luckily once you beat a lockdown spot like this, it stays beaten even if you die before reaching the next checkpoint. Phew!

  14. I've been under the impression all along that with or you can template anything. But today I'm faced with the fact that without additional scripting I can't create several copies of the same folder under different names.

  15. Do #science #python people have a good organisation for science work? I tend to need random processing scripts, packages and notebooks, with probably an extra folder for manuscripts. Most #cookiecutter organisations are either too cumbersome or just too focused on machine learning. Just fishing for viewsw!

  16. I updated my cookiecutter template (github.com/cthoyt/cookiecutter) to give the option to use either tox or nox

    In the simplest cases, both get the job done basically the same way, which is as far as my template goes. Each has their own quirks on dealing with more complication 😁

    @hynek covered the differences well in youtube.com/watch?v=ImBvrDvK-1

    #tox #nox #cookiecutter #python #packaging