I’m working on open source projects :)

🔗 Links:

GitHub Reddit

🍪 Get me a cookie:

Go to Ko-fi GitHub Sponsor
  • 15 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle

  • I was chatting with a friend, and she mentioned how she tries to at least set up a README, which includes her vision for the project and her plan for the implementation, design, and goals.

    Best case scenario is that the planning helps her complete the project herself. Worst case scenario, someone else can pick up where she left off and use her considerations for the project.

    I’m thinking of doing that for future projects too








  • I personally find a lack of downvotes to be annoying and harmful. People don’t go through the trouble of reporting problem content, and it usually leads to poor quality inflammatory content rising to the top.

    If you’re new and haven’t really set up yet, explore other instances. You can find one that aligns with what you want out of Lemmy without jumping through hoops.

    If you have set up, there are account migration tools for you. They just aren’t perfect yet






  • A few days late, but this is actually something I’ve been working on for Instance Assistant! I implemented a first attempt and released it this weekend. Let me know if it works for you :)

    It should pop up in the sidebar of any post on a foreign instance. If it doesn’t load, you may need to refresh the page. That’s something I’m still working on because redirecting on a Lemmy site isn’t always detected as navigating to a new page.





  • From what I’ve experienced with my extension, every update has to go through a review process. Firefox is pretty fast, chrome takes a few days and edge takes a while (opera hasn’t finished reviewing my first version, so I stopped trying with them).

    The only time I failed a review was early on when my build script choked and I submitted an empty file to Chrome (whoops). So I can’t really tell how good those reviews are, but I’m not planning on testing them. I just know that they exist


  • Relevant bit from the post, we will now also be prepping for the Firefox Mobile app, now that they are opening mobile up to all extensions!

    This may need some reworking to make it easier to use on mobile. If you have any thoughts, or would like to participate in the preview/dev releases, let me know here or elsewhere :)





  • This is something that is probably better if implemented in Lemmy itself. It would be tied to a particular community, and it wouldn’t need to cross over between instances.

    If someone tried to make a browser extension for it, it would only appear for people using the same browser extension. Some third party apps have it like that, and it’s not that helpful.

    What’s better for a browser extension / app to take on is cross-instance functionality, such as jumping between instances, having buttons / content in the UI, etc. I’m working on an extension for that ( !instance_assistant@lemmy.ca ), and while I really want flairs as well, I don’t think it would be good for a browser extension.

    Once it’s implemented in Lemmy itself, then we could probably make it easier to add/remove/view/filter flairs using a browser extension.







  • Hi there, sorry I responded to a lot of people but missed this one somehow.

    It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook “real name policy” attitude.

    I did the exact same thing, and I’ve been trying to emulate this the best I can on Lemmy. The closest I’ve gotten is by using Firefox containers on the web, which lets me be signed in to multiple accounts. On mobile, there are a few apps that have multi-account support (I’m using Connect), but I haven’t seen one where I can choose which account to comment with.

    As for the extension, I added the ability to customize the instance list, which should help with quick switching! It should be in the next update :)


  • I’ve thought about it, but it’s not something I’ll be able to do anytime soon. If it was something like making the extension “official” or having a way to expose web accessible resources for the sites to use, that would be something I could try. Doing away with the extension entirely is harder.

    Unfortunately I don’t know much about having a persistent cookie (with the home instance) that different sites can get from the browser, and I don’t know about another way to generate the links. That’s also something which might have privacy concerns if implemented poorly, because any site will have access your home instance (and whatever other information is required). A browser extension was easier to implement because thats something that’s meant to work with many sites, and everything happens locally on your device, so I was more comfortable publishing it.

    Some of the other features, like the “trigger a search” button on the community not found page, or even just more instructions on what “community not found” means, those are changes that I can more easily push to the codebase. If it’s not already being worked on, then I’ll look into doing it myself :)