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/)PE
Posts
0
Comments
95
Joined
10 mo. ago
  • I wish these guys would realize that while powerful, the US cannot just exist in a vacuum. We all share this planet and limitless greed is not gonna get you anywhere. I really hope the US product / services boycotts are gonna have an impact.

  • Unfortunately the graphics in this game are pretty awful. The textures are quite flat and rely on a sad looking dark palette.

    There’s also the Settlers 2.5 which is actually using the original game‘s graphics and looks way nicer: https://www.siedler25.org/

  • To add to this: The Supreme Court has granted the president immunity from any wrongdoing in addition to pardoning powers.

    So Trump or anyone close to him can essentially not be convicted which leads to the massive corruption we’re seeing right now.

  • Honestly I’d not recommend Wordpress at all. It’s quite outdated and therefore a pain in the ass to extend. There are more modern solutions like Craft CMS, Kirby CMS or Laravel with Filament, though ActivityPub support might differ depending on the platform.

  • Here‘s my quick list:

    • Kirby CMS - really good flat file CMS
    • Laravel with Filament - really good for more advanced projects

    Other people seem to prefer Craft CMS, Ghost or Statamic. There are lots of free or paid alternatives to WordPress that are already better in most regards.

  • The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.

    While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.

  • For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.