• 0 Posts
  • 18 Comments
Joined 3 years ago
cake
Cake day: December 2nd, 2021

help-circle

  • Maybe you don’t like it. Have you tried those ai for your logo?

    Also, I think your project is really interesting. Good job!

    I thought of writing a notes app too because sadly I can’t find something I want, even these has so many notes there already. So I have two questions for you:

    1. Have you thought about switching to xilem in the future? I don’t mean to disrespect since I was waiting for a mature rust framework when I thought about starting my poc. I worry the gui framework I used get abandoned. (Tauri look nice, but I suspect editor is really performance demanding later. That’s why Raph have to pause/drop his ambitious editor project for his gui framework)

    2. Have you thought about moving to client server model in the future? The reason is that I can hardly find a good open source project for platform for phone and allow multiple contributed authors. Maybe hacking/stitching wiki+markdown+git/syncthing is my dream.

    Just random chit chat, don’t mean to pointing finger. And thanks for open sourcing your wonderful work.







  • Very cool. You can check out ollama for hosting local ai model.

    OIDC is an extension of OAuth2 that focuses on user authentication rather than user authorization. Once OIDC authenticates a user, it uses OAuth2 specifications to perform authorization.

    The easiest way to support oidc is thru using lib from your framework/language. All major language should already have oidc lib. Take a look for authelia which has pretty nice doc. We host lots of app and we don’t want to login hundred times for each apps. It’s nice to login once only and all apps play nice to each other ;)



  • grapemix@lemmy.mltoOpen Source@lemmy.mlP2P Social Media
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    I don’t want an exact clone of Instagram server. Only publishing content to my friends instead of strangers is exactly what I want ;)

    Btw, how does the others find a new client? Exposing ip to strangers from internet sounds horrible. Can we only allow connecting via links invitation with expiration?

    Also check out https://getaether.net/ although this project is dead and it always don’t have enough ppl. They also have to implement a feature for removing illegal content.

    I am glad we have Lemmy now.



  • Cool idea. I have always looked around to see any alternative for Instagram (server, not client) None of them are satisfied. I hope your app can eventually integrated with immich. For example, adding photos with specific tag will upload to the p2p network with strict group acl.