• 0 Posts
  • 40 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.






  • Since lots of ppl already cover laptop different options, i will skip this part.

    Blender is a huge topic. What exactly does your wife exactly do? Something like sculpting, rigging don’t need much gpu power. How complicated the scene is it? For a complicated scene with un-optimisted mesh, it can be expensive. The most expensive part should be high quality rendering. But you can use render farm to “outsourcing” jobs to remote hosts.

    Also, it’s 2024. Ww can already launch and run blender remotely thru vm and streaming technology smoothly.




  • Lots ppl nowadays don’t even own a pc or mac. The market shares already prove lots of ppl can live without desktop. Unless your family need to use complicated softwares like cad, compilers… My point is most ppl do consider their phone and tablet just work. And those two’s maintenance are a lot simpler. Of course, your family, your choice.






  • 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.