• 0 Posts
  • 372 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2024

help-circle

  • Yeah I’m not saying its perfect and LLMs are non-deterministic so it could give you some crap. How do you verify some random stranger from the internet wasn’t an asshole and gave you malicious config? 🤷 The best answer is probably just that OP should heed the warning on the website they linked, if they have no confidence or relevant skills:

    THIS IS DELIBERATELY MALICIOUS SOFTWARE INTENDED TO CAUSE HARMFUL ACTIVITY. DO NOT DEPLOY IF YOU AREN’T FULLY COMFORTABLE WITH WHAT YOU ARE DOING.

    I pasted the OP unmodified into a local LLM and it gave me this:

    Paste this (replace  192.168.1.105 with your Acer’s local IP from Part 1.3): 
    
    server {
        listen 80;
        server_name wowsocool.com www.wowsocool.com;
    
        location / {
            proxy_pass http://192.168.1.105:8000/;
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
        }
    

    along with correct instructions on finding the IP of the laptop, port forwarding, and examples on how to set up DDNS for several popular providers. The only thing I can see that is wrong is the port should be 8893 instead of 8000 and they may want to proxy a different path to Nepenthes than /


  • theunknownmuncher@lemmy.worldtoSelfhosted@lemmy.worldA dummy's request for Nepenthes
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    3 hours ago

    Nah, they suck for programming or anything involving imperative logic, but they are pretty decent with things that are declarative, like config. I know people want to hate or deny any usefulness of LLM, and it doesn’t help that corpos insist on cramming LLMs into usecases that aren’t applicable to LLMs at all, but this is actually one of the things they are good at.











  • Hmm, only Mastodon is mentioned for this feature in the ActivutyPub spec… I’m not sure if it’s the only service that has implemented this fully or if it’s just the example used.

    https://swicg.github.io/activitypub-data-portability/#move-action

    That’s ashame, because account mobility is the most important tool for healthy decentralization. The reason Facebook or Twitter can “get away with” implementing such shitty policies and abusing their users is because the users are locked in, with a high cost to switching platforms.

    The cost is highest for accounts like small businesses that live and die by social media marketing, once they have an established presence and successfully built a following on a platform, it is very risky for them to give that up and start over on a new one.