• 1 Post
  • 73 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle



  • I’ve read over the documentation a few times and maybe I’ve missed it somewhere else but I’m not aware of any option to host a relay yet. As far as I know only self hosting PDS’s are an option now (which only handle your own data and authentication but still relies on a relay to serve you content from the rest of the network) and app views (which are the front ends that sort and show content)

    So in a sense bluesky is distributed and portable within the ATProto network, but still centralized until other entities can host relays and interopt (or opt out of interoperability) within the network.


  • 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.














  • TORFdot0@lemmy.worldtoTechnology@lemmy.worldWhat are your AI use cases?
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    29 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
    ·
    29 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


  • TORFdot0@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    4
    ·
    30 days ago

    I don’t have an encyclopedic knowledge of every random library or built-in function of every language on earth so what’s the difference between googling for an example on stack overflow or asking an LLM?

    If you are asking ChatGPT for every single piece of code it will be terrible because it just hallucinates libraries or misunderstands the prompt. But saying any kind of use makes you a bad programmer seems more like fud than actual concern