• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: September 4th, 2024

help-circle



  • PetteriPano@lemmy.worldtoSelfhosted@lemmy.worldDo you host your own AI?
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    23 days ago

    Running qwen3.6 27b through llama.cpp.

    It’s about as capable as sonnet 3.5.

    I use it for light scripting, but real coding is done by cloud models.

    I’m also using it as the brain for my Hermes agent. It sends me digests of news, subreddits, chats that I’d like to read but don’t have time for. It does a great job researching things on the web for me, too.





  • I would assume any project that has more than a handful of contributors to have AI-assisted code in it.

    I’m probably living in my little start-up bubble, so my view is probably skewed. The majority of commits I see have not had any code written by humans. Planned, specified and reviewed by senior developers with fancy degrees and a decade of experience in average, though.

    Things move fast, but I’m sure a lot of older and bigger organisations are taking it slower because of the legal unknown.







  • I had a 4G modem with a web interface many years ago. It was flaky and would often hang. I just had a raspberry pi on my network pinging some known address, if it failed for long enough it’d replay the commands to restart the web interface.

    If I’d have the same problem today I’d probably have home assistant power cycle the router with a smart plug.




  • I have a storagebox at hetzner. My script does:

    • Mount the storagebox over sshfs with public key file
    • Mount a gocryptfs folder, with supplied key on local file
    • Rsync my stuff to the encrypted folder
    • Unmounts in reverse order

    I can access the storagebox by password, too. So this is my disaster recovery in case my house burns down with all my devices. I’ll just buy another laptop the next day, and me and the Mrs can admire all my code and our wedding videos within a few hours.