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/)MA
matteinim @feddit.it
Posts 2
Comments 5
Tarallo - selfhostable FOSS Trello alternative
  • That is the character set and collation that should be used, and your DB probably don't support it. You can try by leaving the default by removing "CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci" inside init_db.sql, anywhere you find it.

  • Tarallo - selfhostable FOSS Trello alternative
  • Edit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.

    I'll probably start with making these changes to make it compatible, thanks!

  • Tarallo - selfhostable FOSS Trello alternative

    Hi! For the ones of you that use Trello, I made a simple to use and host alternative in PHP. It's not a complete alternative like other projects, and I mainly made it to be able to host it on free PHP web servers while having control over data/attachments. It also support a basic importer for Trello JSON exports.

    I'm hosting a test instance here, you can make an account to try it out (no email required):

    https://trytarallo.altervista.org/

    And the repository with other instructions is here:

    https://github.com/michelematteini/tarallo

    28
    yewtu.be Procedural Full-Scale Rendering of multiple planets

    Article link: https://michelematteini.altervista.org/article/planets Music credits: Stellardrone - Eternity Stellardrone - In Time Vexaic - Afar, We Stand

    Procedural Full-Scale Rendering of multiple planets

    I recently added proc-gen capabilities to my custom engine project and made a demo that show a journey between one planet and its five moons! I’m not sure where I’m going with this (suggestions wanted) and I’ve mainly implemented it for fun and to learn something. All banding visible in the video it’s actually just youtube compression.

    You can download the source here, together with the suite of examples from my engine: https://github.com/michelematteini/dragonfly-examples where you can edit planet noise parameters even just from xml or create your own planets!

    0