• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle



  • TheOneCurly@lemmy.theonecurly.pagetoLinux@lemmy.mlZorin OS 17 Has Arrived
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    7 months ago

    I disagree. Each distro is a user of a thousand different open source systems. When a distro developer integrates gnome, systemd, bluez, or whatever other system they’re finding, reporting, and possibly fixing bugs that end users might miss. Other than arch users, who else is compiling these things from scratch and really digging into the documentation?


  • TheOneCurly@lemmy.theonecurly.pagetoLinux@lemmy.mlReading .mcn files?
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    8 months ago

    Doing this by hand is challenging but possible.

    First you need a hex editor, not a text editor. xxd on linux will get you started but you might want something a little more user friendly.

    Then look for a label for a value you know, xxd and other hex editors will show ascii text on the side. Hopefully you’ll be able to identify the value (in hexadecimal, probably 4 bytes but could be 1, 2, or 8 as well) somewhere before or after the label. You might have to get familiar with endianness, two’s compliment, and binary floating point before the numbers make sense.

    Once you know how to read a value after a label you’ll need to find some label for the information you don’t know. If it isn’t displayed in the program it might not have a super readable label.







  • API keys are generally how this is done. You create an account system with billing and then allow account holders to generate API keys that must be included in every request. On your side you look up their account via the API key and check billing status before responding to the request.

    If you don’t have a lot of clients you could handle billing and key generation manually.


  • I am also a novice at hosting my own instance but I think I have some tips:

    First, don’t use the allowed instances list. I believe having any items in that list blocks any instances not in the list. So you’ve effectively defederated from all instances that aren’t lemmy.ml lemmy.world programming.dev and sopuli.xyz.

    Second, make sure your languages are set properly. In the admin page there is a big list of languages. Use ctrl+click to select all the languages you want to see. Make sure that Undetermined is always selected. On mine I have that and English, you might also want German and some others but that’s up to you.

    Third, bump up your federation worker count. I doubled mine to 128.

    Lastly, use the search to connect to new communities. There isn’t really any automated discovery from known instances, you need to manually be searching for anything you want to show up in your instance. I use the default admin account to subscribe to every community I want to show up in all.

    Federation, especially from lemmy.world and kbin.social is also being kinda funky right now with so many new users. So I would also give it a little time for any changes to take effect.

    And feel free to check out all on my instance if you want to compare how comments and communities are coming through to another single user instance.






  • I obviously can’t speak for instance admins or mods but it really annoys me as a user when someone posts a giant wall of text that was clearly generated by an LLM. When I want information on a community like this I want real personal experience and knowledge. Nothing irks me more than someone starting a long comment with “I don’t know the answer but I asked chatGPT and here’s what it said”. To me that says they have no knowledge that would let them edit or validate GPT’s answer, so its useless to me.