• 2 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • Sending you positive thoughts. It won’t always be as bad as it is today - that’s hard to see when you’re suffering from it though.

    I hope you can catch a break, take some time to just tread water as you can.

    Lean on friends, and find anything to help keep your head above water. It’s okay to be struggling - it’s okay to be having a hard time. Look for the people who can help you get through things. It’s good to talk to people about how you are feeling.






  • lwuy9v5@lemmy.worldtoSelfhosted@lemmy.worldArrs Feedback
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    Hadn’t heard of reiverr, you like it?

    I’ve been toying with the idea of creating a file-arr for analyzing disk usage, performing common operations, and exposing a web-based upload/download client so I don’t have to mount the volume everywhere.

    That’d be cool. There’s one that does transcoding and another that does unzipping





  • Unquestionably Golang if those are the two options. It’ll give you a much better base to work with if you are still earlier in your career and is much more applicable to a lot of things.

    Elixir is niche, the syntax doesn’t share a lot of patterns with other languages, and no one is hiring for it. Also few people know it.

    I want to caveat my answer with that I personally really like elixir, and would prefer to work with it myself over golang for some types of problems. Actor patterns are really cool.


  • lwuy9v5@lemmy.worldtoMildly Infuriating@lemmy.worldThis Captcha
    link
    fedilink
    English
    arrow-up
    35
    arrow-down
    1
    ·
    11 months ago

    I assume this just means “pick inside” without saying it directly. The sample photo is of an inside space. No? The two in the middle row, I assume, are the “correct” answer.

    Often the correct answer is only half the puzzle - how you answer (mouse movement) also can be to determine things


  • You are picking a really hard problem to start with - AI is a thing that people get incredibly advance degrees to know about. Frameworks have made things much easier to get started without all that learning, but I’d still recommend starting MUCH smaller.

    Make a Python program that takes input and randomly gives output from a list. Then make a Flask WebApp that returns the same if you give it a web request.

    I’d say after you can do both of those challenges - maybe then you’d be in a better place to start thinking about implementing something with an AI library. There’s layers and layers and layers of knowledge to build up.