• edric@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Nice! I hope it gets popular enough to get the same multitude of desktop front-ends and mobile apps Lemmy now has.

  • fenndev@leminal.space
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Always happy to see a new Fediverse service!

    My only concern is Python. Wonderful for AI and scripting, but I’m not sure how well it works as a web server. Although, I’d assume that a lot of the web server code is actually C under the hood…

    • Rimu@piefed.social
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      11 months ago

      PieFed dev here.

      It’ll be interesting to see how Python performs.

      There’s some fun stuff you can do with compiling Python into C. e.g. https://cython.org/ or https://docs.exaloop.io/codon/. But I don’t see a need for it as PieFed doesn’t really crunch numbers much. Mastodon has a Ruby backend. Kbin uses PHP. Until you get really massive the choice of language doesn’t really make a huge difference to performance as most of the work in most web apps is done by the database.

      I am a little bit concerned about the limited support for asynchronous I/O in the Flask framework, which could limit scalability at some point. But there are options for the future. Quart claims to be a drop-in replacement for Flask.

      In any case, performance is just one factor. For a FOSS project to be successful long term it needs contributions from other developers and with the massive pool of Python developers there are, hopefully I’ll be getting some help soon. Also along those lines I have deliberately chosen:

      • to code as simply and stupidly as possible, to make it accessible to most skill levels.
      • No complicated frameworks, fancy algorithms, or esoteric design patterns. Model View Controller, baby.
      • No frontend build process or tool chain (vanilla JS only. No npm).
      • Few third party dependencies, only Redis and Postgresql. Mostly.

      All this makes setting up an initial development environment, finding the bit you want to change and testing it out fairly quick and easy.

      I hope it’s these choices that lead to an absolute blizzard of contributions from many people and that’s where the true strength of the project will come from.

  • swab148@startrek.website
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Looks like it’s too late to sign up, I just tried and it kept telling me to “verify that [I’m] not a robot” without giving me anything (like a captcha) to do so.

    • Atelopus-zeteki@kbin.run
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      I signed up, no problem. There is a bit of funky behavior (I clicked on the Pie logo, and it changed to the word, “Logo” haha), but overall it looks sharp. I"m trying to figure out where to make suggestions - I’m a dark screen person, and it’s got way too much white and blue - colors that suppress melatonin production. I’m mighty fond o’ me melatonin.

        • Nix@merv.news
          link
          fedilink
          English
          arrow-up
          0
          ·
          10 months ago

          Awesome!

          P.S. Is it just me or does join.piefed.social have no link to actually join or go to piefed.social? Also what software does the blog use i can’t find it listed