Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GI
ginko @lemmy.world
Posts 6
Comments 8
After 1.5 years of learning selfhosting, this is where I'm at
  • Architecture looks dope

    Hope you've safeguarded your setup by writing a provisoning script in case anything goes south.

    I had to reinstall my server from scratch twice and can't fathom having to reconfigure everything manually anymore

  • Getting older rule
  • I was born in 1991 and I've noticed a trend amongst people my age reaching their 30s which I call "the middle generation conundrum"

    Basically, most of us grew on our parents belief that hard work meant a good life.

    But as time passed we started to notice a couple of things:

    • Our parent's way became more and more out of reach, even with the same involvement in our work. No more traditional way of life on a single salary, even starting out in the middle class
    • We tend to feel closer to the next generation's way of life which is "work to live" and not "live to work"
    • We are also feeding on the general nihilism towards our planet's future which is making some of us less likely to aim for the traditional "family lifestyle"

    The result is that whereas me and my friends would have tended to move right on the political spectrum, the majority of us are actually moving far left as we age.

    Last (French) presidential elections, I actually couldn't believe how many people around me voted left. It would have been unthinkable a couple of years before

  • AI Engineering @lemmy.world ginko @lemmy.world

    A reverse engineering of ChatGPT Code Interpreter

    0
    AI Engineering @lemmy.world ginko @lemmy.world

    MidJourney client, an open-source unofficial Midjourney API

    github.com GitHub - erictik/midjourney-api: MidJourney client. Unofficial Node.js client

    MidJourney client. Unofficial Node.js client. Contribute to erictik/midjourney-api development by creating an account on GitHub.

    0
    AI Engineering @lemmy.world ginko @lemmy.world

    Unifying Large Language Models and Knowledge Graphs: A Roadmap

    0
    AI Engineering @lemmy.world ginko @lemmy.world

    GPT-Engineer, an alternative to Auto GPT for code

    github.com GitHub - AntonOsika/gpt-engineer: Specify what you want it to build, the AI asks for clarification, and then builds it.

    Specify what you want it to build, the AI asks for clarification, and then builds it. - GitHub - AntonOsika/gpt-engineer: Specify what you want it to build, the AI asks for clarification, and then ...

    Per the author:

    • One prompt generates a codebase
    • Asks clarifying questions
    • Generates technical spec
    • Writes all necessary code
    • Easy to add your own reasoning steps, modify and experiment
    • Opensource
    0
    What do you use to actually manage your stuff?
  • I used Cloudbox and couldn't be happier.

    It's an open source Ansible based repo which helps you setup everything and it's been working flawlessly for me.

    Update is essentially a git pull + install command and there are tons of extra tools available on a community repo.

    Some of the apps I've setup are ruTorrent + prowlarr + sonarr + radar + plex and rsync to host files on a cloud provider.

  • AI Engineering @lemmy.world ginko @lemmy.world

    MLC Chat, an LLM which runs locally on your phone

    github.com GitHub - mlc-ai/mlc-llm: Enable everyone to develop, optimize and deploy AI models natively on everyone's devices.

    Enable everyone to develop, optimize and deploy AI models natively on everyone's devices. - GitHub - mlc-ai/mlc-llm: Enable everyone to develop, optimize and deploy AI models natively on everyo...

    0
    AI Engineering @lemmy.world ginko @lemmy.world

    An SDL language for writing prompts

    github.com Experimental Prompting DSL by jxnl · Pull Request #25 · jxnl/openai_function_call

    Title: Advanced OpenAI API Interaction Abstraction This pull request introduces new classes and methods to improve and simplify interactions with the OpenAI API. Key changes include: New message ...

    Github user jxnl has published a SDL library (in python) to work with prompts more naturally.

    It also makes it incredibly easy to work with function calls using Python's typings

    0