static website generator
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    3w ago 100%

    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.

    1
  • Python Insider: Python 3.13.0 release candidate 1 released
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    3mo ago 100%

    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?).

    1
  • Python Insider: Python 3.13.0 release candidate 1 released
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    3mo ago 100%

    I get your points!

    But just out of curiosity, did you try using miniconda to install older python versions? That works wonders for me, also on windows 11.

    1
  • which git server for a company?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    3mo ago 100%

    If you don't need CI/CD I don't see any reasons to choose Gitlab over gitea. But I'm still testing gitea so take my words with a grain of salt :)

    7
  • Hi, Hi Im looking for some recommendations for a cargobike (Pedelec) to use as my family main means of transport. Here's a bit of context from my part I have a decathlon r500e V1 since last year and it's my main way of transport. Ive a daughter that can't ride bike alone because of a health condition, and another 7 years old. Together they sum around 80kg, which is the max capacity of the back part of the bike. The bike is great and has already almost 5000 km, but I have 2 critical (for me) issues now: 1. Each time anything happens (change tire, maintenance or similar) I have to wait between 3 weeks to 2 months, because the service only happens in a specific city in Germany (Dortmund) and they have to send the bike there. That workshop also has to repair every other decathlon ebike, as it was explained to me. The stores service is not allowed to touch ebikes anymore (which is completely different from what they promised when I bought it). This is a big issue for me as I do everything with the bike, and there are no bikes for rent or replacement bikes around here with the same or similar capacity. My commute without bike increase from 30 min to around 90, if not more. 2. I reached the weight limit, but I still have to transport my daughters plus cargo. I could use buses, but I don't like that (in case you are wondering), and because of the health condition of my daughter she cannot go in a bus alone (which means I would have to go with her). Given that context, I began searching again for a cargo ebike, knowing that I may have again a high cost. The ones I found for 200+ kg are: 1. Fiido t2 Longtail 2. Brinckers double Bulkr https://www.brinckers.nl/elektrische-fietsen/bulkr/ 3. Yuba Mundo EP8 The fiido is actually classified as a s-pedelec because of the rocket mode, and I can't do a test drive because is only online. The brinckers can transport 250kg, and is designed transport 3 adults, and the front carrier can up to 25kg. Is around 4200€ (which is actually a lot less than other brands with less capacity) with double battery pack (fort around 90 km), a bafang motor and an enviolo system. The issue is that I haven't been able to find any reviews about that bike. It was just launched last December in Holland I is in Germany (Essen) since round May this year. If you have any experience with that bike I would really appreciate your feedback. I can do a test ride but that won't show me all the issues. I also don't know much about Brinckers, besides some reviews in internet about good quality. I also found the Yuba Mundo EP8, which can transport 200 kg and looks great, but it's also not available where I live and I would have to buy it online. If you know of other bikes that might be adequate for me use case, please post a comment. Thank you! Have a great day/night :)

    6
    0
    mtg
    MTG 11mo ago
    Jump
    Adapt/ simplify MTG rules for kids
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    11mo ago 100%

    Wow. That’s a great idea! Death is Sleep and Exile is You are grounded!

    I will elaborate on this when I get to this situations and update the article accordingly.

    2
  • mtg
    MTG 11mo ago
    Jump
    Adapt/ simplify MTG rules for kids
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    11mo ago 100%

    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 🤔

    4
  • mtg
    MTG 11mo ago
    Jump
    Adapt/ simplify MTG rules for kids
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    11mo ago 100%

    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

    6
  • https://diegocarrasco.com/magic-the-gathering-kid-friendly-adaptation/

    Adapt/ simplify MTG rules for Kids Hi! I wrote an article on my blog about adapting MTG rules for kids and I thought it would be interesting for some parents with small kids who have yet to learn how to read. To get in context, I have a 6-years-old daughter who wanted to play with me. I tried to teach her some rules but, given that she can’t read yet, was a little hard to explain everything. Then I also realized that she didn’t like some concepts (like graveyard), so I adapted the rules in a way that, I hope, will be easier for her to understand the real rules when she grows up (and that it will be easier for me to explain). The result is that we have played many times since and we have had fun :) If you have improvements to the article, such as other rules, I would be happy to read them. Cheers, and happy game :) FYI: I also posted this on [Reddit](https://www.reddit.com/r/magicTCG/s/QyGJ126YoS)

    23
    12
    What are some good web analytics
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    1y ago 100%

    GoatCounter works great, has a free hosted plan and is open source (and you can self-host it). You can export all your data, manage privacy settings, manage users and so on. Made in Go.

    1
  • Lightweight paperless-ngx alternative?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    1y ago 100%

    I’m happy it helped.
    I tried many systems (paperless and it’s derivatives as well) and I found docspell is a lot easier to use and has all the features I need.

    • I can archive emails by moving them to a category and docspell converts it to pdf and saves it to the database.
    • I can choose a file system storage or a database storage. I chose database storage (Postgres, which is also the default) because is a lot easier to backup)
    • I love the way I can categorize the files by adding recipient and sender. That way I can filter all the files related to a specific person.
    • I can export all the files in a filter to a zip file.
    • I can batch edit.

    That as a summary :)

    My only recommendations are

    • to deploy it using a tag in docker and not using automatically the latest version. That way you are in control of the updates.
    • And always do database backups :) (using a tag in docker means you can always redeploy a specific version.
    1
  • Lightweight paperless-ngx alternative?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    1y ago 100%

    I use docspell and I find it great. I run it on VM on an old microserver running proxmox.

    There is also Mayan edms based on Django, but it has to many features for my use case.

    2
  • bready
    Bready daco 1y ago 100%
    Sourdough vs yeast

    Hi! I’ve started to bake [Spelt](https://en.m.wikipedia.org/wiki/Spelt) bread. I’ve tried with dried Yeast, fresh Yeast and sourdough. My wife doesn’t like the acidity of the ones I made with sourdough so I’ve baking mainly with dried yeast. **What’s the real difference besides the acidity?** which one is better? Here are some of the results :) ![](https://i.imgur.com/8rCsxqT.jpg) ![](https://i.imgur.com/PhZJIuD.jpg) ![](https://i.imgur.com/51uSjez.jpg)

    21
    3
    Long term OpenSuSE users, how has your experience been?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    1y ago 100%

    My experience with openSuse Tumbleweed has been mostly great so far.

    I’ve used linux the last 20+ years (Debian, Ubuntu, manjaro, elementary os, fedora and so on).

    For me the best ones so far have been Debian and Ubuntu server edition (for servers), Linux mint and openSuse (for desktop use).

    I tried openSuse because I didn’t want to upgrade my system every 6 months (for Ubuntu) nor every many years (for Debian). I like the idea of having a stable main desktop system which I can rely on and it just works. I’m hoping openSuse Tumbleweed is that system.

    I’ve used primarily openSuse with KDE on my main machine the last year and I’ve had the folllowing issues:

    • some VPN connections do not work but the same one does work without problems on Linux mint. (For example the Fritz-box VPN) I’m still researching this.
    • most tutorials are made for Ubuntu and other distros, so you have to search a bit more to find answers. (I’ve written a few on my site) You need more time and knowledge to do some stuff on openSuse, because the defaults are more secure (or less permissive). For example sharing a folder on a network or adding a network printer means configuring the firewall rules, which on Linux mint, Ubuntu and many others is not required (which also means that the required ports are open and the required packages are pre installed).

    What I’ve liked

    • there defaults are more secure and that means I’ve learned what some apps need and I’ve understand a little bit how they work.
    • zypper dup is great and I love having a rolling distribution. (I also love apt-get btw)
    • I feel openSuse is more stable (as a desktop, I haven’t tried it on servers yet) although I don’t have any basis to say that. I have another machine with linux mint and I feel I have more problems with stability there. (Again, this is just a feeling)
    2
  • FOSS-alt to Authy?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    1y ago 100%

    I’m using this with Nextcloud through WebDAV.

    There is a keepass app in Nextcloud to access your keepass database using a web browser (keeweb), keepassXC has a client for Linux, Mac and windows (and all of them work great) and there are many apps for iOS and android.

    I use the free version of Strongbox with WebDAV and I haven’t had any problems.

    You can just backup the keepass database file and you can also have several databases. Each database has its own password.

    5
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSE
    Selfhosting 1y ago
    Jump
    Looking for photo storage with face recognition
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    daco
    1y ago 100%

    I’ve been testing https://photoview.github.io running locally on docker and it’s working just fine. Face recognition works amazingly well and fast.

    Nextcloud also has a photo album app with face recognition (additional app) which I’ve been meaning to try. There is also the new https://memories.gallery/ also in my list of apps to test :)

    At https://github.com/photoview/photoview are also the following names as alternatives:

    I hope that helps :)

    2