• 2 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: August 13th, 2023

help-circle
  • I use Nikola and it hasn’t let me down. It just works and supports all the ways I write content: markdown, asciidoc, rest, Jupiter Notebooks, html and so on. It does not have so many themes, but the default one works and it’s not hard to customise if needed. If you like to use python it’s also easy to extend. I’ve written a bit about Nikola here in case it picks your interest.

    I’ve deployed it to CloudFlare pages, but GitHub pages, Gitlab pages and any other provider also work.


  • Ok. Thank you for the explanation!

    I’m just now thinking out los here, but would it make sense to use a PowerShell script to silently install miniconda and create a venv with a specific version?

    Something like

    @echo off
    REM Download Miniconda installer (replace URL with the latest version)
    powershell -Command "Invoke-WebRequest https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -OutFile miniconda.exe"
    
    REM Install Miniconda silently
    start /wait "" miniconda.exe /InstallationType=JustMe /RegisterPython=0 /S /D=%UserProfile%\Miniconda3
    
    REM Create a new environment with the specific Python version
    call %UserProfile%\Miniconda3\Scripts\activate.bat
    call conda create -y -n py39 python=3.9
    
    REM Optional: Set permissions for multi-user access
    icacls %UserProfile%\Miniconda3 /grant:r Users:(OI)(CI)F /T
    

    More on that here https://docs.anaconda.com/anaconda/install/silent-mode/

    Again, this is just an idea, but if this works then you won’t have a problem anymore (maybe?).






  • Hi. Thank you for your feedback!

    In the case of 3-years-old I would also recommend removing the creatures with strong graphics. In my case, with my 6-years-old, I remove all the black cards, as they mostly have graphics with death, corruption and destruction.

    I didn’t thought of playing memory with MTG. It’s actually interesting 🤔



  • Hi! I’m aware of Magic Jr. https://magic-jr.com

    I checked that but I had the feeling it was to different from the normal game.

    In the reddit post someone posted a link to this video,https://www.reddit.com/r/magicTCG/s/ZSzT7xjIWi and its some tu Ing similar or the same (it is also called Magic Junior).

    I wanted to keep using the cards I already have instead of creating new one (or printing them from the Magic Jr. website), as I think it will be easier to transition to the full game. Instead of learning new card my daughter will just have to read and understand new parts of the same cards.

    I think they are two different approaches with the same goal. I will update the article as soon as I have time to mention this alternative. That way the reader can choose between both alternatives.

    Thanks for your feedback! Best,

    Diego