Will talk about Linux, plants, space, retro games, and anything else I find interesting.

Also [email protected] over on Piefed.

  • 76 Posts
  • 216 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




















  • Interesting. I hope so.

    I cant find GotoSocial so I cant check the above server I used as an example. However I do have a couple of servers. Let me see if they show up.

    EDIT: Looks like its MUCH more accurate on one of the servers I maintain. However im seeing a couple of servers not showing up:

    1. The # of active members is correct on the mastodon server.
    2. Peertube server is correct as well.
    3. Pixelfed is correct.
    4. Lemmy.world has 17.8K users / month on the sidebar and the website states: 17841 users. So that also looks correct.
    5. However the GoToSocial site that is my families is not showing up. And its definitely federated.
    6. s.scintilla.social also does not show up on the site. Again leading me to believe it might be something to do with GoToSocial here.

    So it might still be having issues with GoToSocial OR GoToSocial might be the odd one out. It is much better though.





  • As a software dev, the thing that llms provide is an easy way to get started. For the really simple stuff, it’s 90% correct so worth it if your saving time. It can make you a simple hello world, a form, heck even a good rest API.

    BUT you MUST take a look at what it’s creating. It will hallucinate aka lie to get you an answer. And context is lost on it. And most models are trained on really old PUBLIC data. That means any very specific knowledge that may be industry standard that is not necessarily in the model when it was trained. It’s going to make mistakes much worse than a jr dev. You also get the issue of maintaining that code it generated. It’s going to look like a hack to be honest.

    It’s a great tool to get you started and maybe save you time, but it’s just a tool in the tool belt.