• 0 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle





  • It would be the closest to bypass defederation client-side.

    Sounds like there’d be a lot of overlap and confusion…

    Not if the client was properly designed. Content ovelap/duplication could be handled by prioritizing one instance over others, and if two accounts have acces to the same instance, there could be a prompt letting you to choose the account to post from or also an option to prioritize accounts.

    It’s complex but doable.


  • XEAL@lemm.ee
    cake
    toMildly Infuriating@lemmy.worldHypersensitive tankie mod
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    3 months ago

    Yeah… no. Jerboa has no seamless multiaccount. You can have multiple accounts in Jerboa, but you have to switch from one to another.

    I want a client that can be logged on to multiple accounts at once and display a unified feed of all of them. Technically complex, but not impossible.

    I was indeed told about Liftoff before, but doesn’t seem to work with instances such as lemm.ee



  • XEAL@lemm.ee
    cake
    toMildly Infuriating@lemmy.worldHypersensitive tankie mod
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    4
    ·
    3 months ago

    Fucking mods, this is Reddit all over again.

    And fuck off whoever that tells me again to set up my own instance. What I want is popular instance admins and mods to pull out the stick out of their asses, because free speech instances that get defederated at the speed of light are of no use.

    And there’s no seamless multiaccount Lemmy client yet.

    /rant





  • It’s Python what ChatGPT has helped me from almost zero prior knowledge, and I’ve managed to create a (probably shitty) script that works with OpenAI’s API, uses classes and functions and can do things like recursively summarizing a text until it’s below a specific token count, among several other things. As time went on, I required less help and I could implement more changes on my own.

    I had prior (non-ChatGPT) Bash, PowerShell and BATCH knowledge.

    It’s true that ChatGPT has bamboozled me several times with wrong code, but unless it’s something too complex, it get what I need in a few tries. For more complex stuff I have to use smaller more specific queries and in some cases I still Google things, but it’s usually my last resort.

    In any case, I frequenly ask ChatGPT for a detailed explanation of what does the code do, mostly because I want to clearly understand what I’m using, and it helps me learn new coding/scripting stuff.


  • XEAL@lemm.ee
    cake
    toProgrammer Humor@lemmy.mlI just ask my problem bro...chill....
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    edit-2
    3 months ago

    I prefer 1000 times ChatGPT than asking in forums, specially for coding questions.

    I can get multiple answers in a minute, multiple replies for the same question and do as many follow up questions as I please without having to wait patiently for an answer.

    I still don’t know how I managed to learn PowerShell on my own using Google only.