Web developer. Lead developer of PieFed

  • 46 Posts
  • 979 Comments
Joined 3 years ago
cake
Cake day: January 4th, 2024

help-circle

  • Rimu@piefed.socialtoSelfhosted@lemmy.worldSelf hosting on retro computer?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    18 hours ago

    Really old CPUs (486 or earlier) lack the computing power to do SSL at any decent speed. So you’re limited to serving http, gopher, nntp, or telnet. Maybe IRC.

    You could have a modern computer handle the SSL connection and proxy requests through to the antique but some of the purity of the thing is lost by doing that.












  • Rimu@piefed.socialtoProgramming@programming.devThrust into an AI role
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    6 days ago

    It depends on your company.

    If you are running public-facing code, security is going to become a huge deal in coming months. So use AI to find all the security holes in your stuff before the hackers do.

    If you have lots of databases and APIs for internal use, create a MCP server so agents can do anything with your data and APIs.

    If your data is even a little sensitive and you don’t want to send it all to the USA (read up on the CLOUD act), look into running models locally and the hardware investments you’ll need to make.




  • Rimu@piefed.socialtoSelfhosted@lemmy.worldDo you host your own AI?
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    3
    ·
    edit-2
    11 days ago

    The other day I made a machine learning model that classifies images as either ‘a certain type of undesirable image’ (no, not porn) or ‘any other image’. It is 96.4% accurate and takes 14 ms to classify one image (using CPU only - with a GPU it could be 5x - 10x faster).

    I plan to offer this as an API service that social media networks can use to filter posts.