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

help-circle













  • XEAL@lemm.eetoMemes@lemmy.mlMe irl
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Yeah… in this DIY company I complained to my manager why other deparments didn’t create a ticket for requests/incidents for us.

    The response was because tickets would cost money to the deparments! What the actual fuck?


  • XEAL@lemm.eetoMemes@lemmy.mlMe irl
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    3 months ago

    In a previous job I was before we were pretty clear about our channels, and WE (3 people) were the Service Desk.

    But after that I worked in a specific area of the IT of a multinational DIY stores chain and what a fucking mess.


  • XEAL@lemm.eetoMemes@lemmy.mlMe irl
    link
    fedilink
    arrow-up
    50
    ·
    edit-2
    3 months ago

    Fuck Slack, Google Chat and Workplace.

    Companies abuse it’s use instead of using emails and tickets, it’s fucking chaos.

    Yeah let’s make people contact us through this public chat, all at once, I’m sure it won’t be a fucking mess.



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