• 0 Posts
  • 54 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.eetoMildly Infuriating@lemmy.worldHypersensitive tankie mod
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    5 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.eetoMildly Infuriating@lemmy.worldHypersensitive tankie mod
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    4
    ·
    5 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


  • I agree that you should recover (read), from the original media where the data was, I suspect something is lost along the way with dd when talking about deleted stuff or “marked for deletion”.

    I hope nobody is using the drive where the data was deleted from, as you may already know that that will decrease any chance of recovery.

    I’ve used Photorec in the past and it was pretty straightforward when it found stuff. I’ve also used TestDisk to recover corrupted partitions, but I didn’t know it could also help recovering files.

    You could try Recuva aswell if the data was lost on a Windows machine (I’ve just noticed the community we’re on…)



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


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