bio?

  • 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • To expand on this some if you’re more of a visual person:

    If you open the keyboard application, (just called “keyboard” when you do a search in your applications.) the second tab is “Shortcuts”. From there you can see an interface that shows and helps you change all the shortcuts on the system.

    You can use the search feature to narrow things down quickly. The multiple “screenshot” shortcuts were nice to find for some common use cases I do.



  • FYI, if you go to “Account Settings” and uncheck “Show Read Posts”, this should automatically hide all posts that you open, up vote, or down vote.

    I understand and agree though that having the ability to split that into separate options would be nice. But this might help you until they possibly add that option later. This is also tied to your account and not just the app, which is nice if you use Lemmy from multiple devices.

    Currently though, I and several others are having issues where the last update appears to have broken that feature. I’m not sure if the issue is instance specific, (lemm.ee) or more broad.



  • This is exactly what it looks like.

    I had this exact situation happen to the fascia boards on my previous house. Carpenter bees bored into the wood and were living in it. Then a woodpecker came along and got them.

    The damage in your picture looks exactly how my fascia boards looked after the woodpecker got his meal. You can also see the tunnels that go into the wood. I never even knew the bees were in the fascia, but somehow the woodpecker did…



  • Ac5000@lemm.eetoSelfhosted@lemmy.worldMy self-hosted home setup
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Thank you for posting this with the explanations and great visuals! I am wanting to upgrade to a setup almost identical to this and you’ve basically given me the bill of materials and task list.

    Anything you wish you had done differently or suggest changing/upgrading before I think about putting something similar together?




  • Sorry for the delay in getting back.

    Currently it will not work with 2FA enabled. However, looking at the login post requirements I just need to add that as an option to put in the config.

    I’ll reply to this comment again when I get something put together. I’ll add it to the GitHub issues list for tracking as well.

    However, could you recommend an instance that uses 2FA for login so I can make an account to test it? I see the field in my current instances but would like something fresh to try it on.




  • Yeah, for anyone that gets the 502 gateway error. That means the instance was down when it tried to login/didn’t respond. I’m going to revisit this part of the code later and see if I can fix/handle that happening so it at least goes through with the rest of the accounts. If it happens to you, just run it again and hopefully you’ll get through at least once.

    Subsequent runs actually hit the servers with less requests since you can pull most of the info you need with the initial site response and I check that before making any needed requests.

    Also, someone else mentioned they had a problem with the none type thing. I’m using Python 3.11 and forgot to specify that. I’ll add it to the readme when I get a chance.