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

help-circle
  • So ATProto that bluesky is built on has 3 core aspects. PDS’s (personal data server, stores your account content and data), Relays (transmits your actions such as likes, favorites, replies etc), and Appviews (basically the front end that you use to convert the data to a human readable front end like the bluesky app)

    PDS’s are allowed to be hosted by others right now but Relays are not. So even if you host your own PDS on the bluesky network, you rely on the bluesky controlled relay to be able to interact with the network.

    In theory there is a future where other people can host relays on the network but it’s not that way right now and is likely going to be too cost prohibiting for the people hosting to ever be realistic.





  • 57 different 3rd party apps is probably a good start. Mastodon has to be easy to on-board and it isn’t for someone with no technical understanding what domains, servers or instances are. To that group Bluesky makes sense. You are signing up for Bluesky. Try to onboard that group to mastodon and they don’t understand if they are on mastodon.social or mastodon.world or any other instance.

    Why would they be on one of those fringe services with less users than bluesky? That’s what a non expert understands















  • TORFdot0@lemmy.worldtoTechnology@lemmy.worldWhat are your AI use cases?
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    23 days ago

    It probably depends how many good examples it has to pull together from stack overflow etc. it’s usually fine writing python, JavaScript, or powershell but I’d say if you have any level of specific needs it will just hallucinate a fake module or library that is a couple words from your prompt put into a function name but it’s usually good enough for me to get started to either write my own code or gives me enough context that I can google what the actual module is and find some real documentation. Useful to subject matter experts if there is enough training data would be my new qualifier.


  • TORFdot0@lemmy.worldtoTechnology@lemmy.worldWhat are your AI use cases?
    link
    fedilink
    English
    arrow-up
    65
    arrow-down
    3
    ·
    23 days ago

    It’s perfect for topics you have professional knowledge of but don’t have perfect recall for. It can bring forward the context you need to be refreshed on but you can fact check it because you are an expert in that field.

    If you need boilerplate code for a project but don’t remember a specific library or built in function that tackles your problem, you can use AI to generate an example you can then fix to make it run the way you wanted.

    Same thing with finding config examples for a program that isn’t well documented but you are familiar with.

    Sorry all my examples are tech nerd stuff because I’m just another tech nerd on lemmy