We are peers
  • mrlavallee mrlavallee Now 100%

    I think the reasoning was that there was a race condition between the code causing the bluescreen and the code updating to avoid the bluescreen so rebooting 15 times would give a lot of opportunities for the updater to win the race.

    9
  • [Mega thread] - Biden ends bid for presidency
  • mrlavallee mrlavallee Now 100%

    There are still more restrictions however on spending on other candidates and they would have to act like any other PAC, only helping via donating/running ads in support of (but importantly not directly by) any other candidate.

    2
  • [Mega thread] - Biden ends bid for presidency
  • mrlavallee mrlavallee Now 93%

    The money Biden has raised directly however can only go to the people that were on his ticket at the time the donation was made

    13
  • rule
  • mrlavallee mrlavallee Now 100%

    That’s the part of the code that seems strange??

    8
  • Thanks to the SDF admins for getting Lemmy back up and running.
  • mrlavallee mrlavallee Now 100%

    While I definitely agree, lemmy instances hosted by generous members of the community aren’t necessarily ran by people who deal with this stuff day to day and cutting them some slack is extremely fair imo

    9
  • Unable to sign in to Lemmy.ml.
  • mrlavallee mrlavallee Now 100%

    Yeah, I think I just handle the login differently so Lemmios will log out much quicker if there is an error, tell me if there are any more bugs though, I'll try my best to fix them!

    1
  • Unable to sign in to Lemmy.ml.
  • mrlavallee mrlavallee Now 100%

    Ok fixed! Will be pushed to testflight and then the app store when apple review finishes, I'll update as that process happens. Sorry for the bugs lol

    EDIT: Published on both!

    1
  • Unable to sign in to Lemmy.ml.
  • mrlavallee mrlavallee Now 100%

    Yeah it’s due to the 0.19 beta update, will work on fixing this (should be quick) later tonight

    1
  • Mark read on scroll not working?
  • mrlavallee mrlavallee Now 100%

    Huh, could you send me a video of this behavior? It seems to be working fine for me. Just to make sure, where is this happening?

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Lemmios Beta mrlavallee Now 100%
    Lemmios now has *much* better performance!
    testflight.apple.com

    Almost all stuttering during scroll has been removed! For those who want to know the technical reasons, all the caching was happening on the same thread that was handling the scrolling, but moving it to a background thread makes it feel much better!

    2
    0
    [Feature Request] Community Grouping (see Bean app) - a la Multireddits
  • mrlavallee mrlavallee Now 100%

    Hmm, from what I have seen there is no way inside the Lemmy API to do this (would love details if this has been added) and I have been told by Lemmy developers to not try this until then since for large community groups it would severely impact server performance. I'll ping @steve228uk@lemmy.world just in case they want to help

    1
  • Avelon for Lemmy is now on the App Store!
  • mrlavallee mrlavallee Now 100%

    Also, as the developer of Lemmios, it is somewhat negligence on my part (not saying this is true for any of the other app developers, just me), we all google when we code and generally the newer features make things much easier so it is really hard to google older features since they are harder to implement and get quite buried. I also think for me at least my apps start as passion projects I don't really expect anyone to use so I forget that iOS versions under my current one exist lol, it's a lot easier to start on 16.0 and stay on 16.0 forever than go lower after the project has started, sorry.

    3
  • Nurse Lucy Letby guilty of murdering seven babies on neonatal unit
  • mrlavallee mrlavallee Now 100%

    Hey, Lemmios developer here, what do you mean by cutting off images? It’s a known bug (I’m not sure that’s the right word because it’s working as intended just looks odd when people embed images in the body of a post) that Lemmios will only show the begging of a text post in the main feed, but once a post is clicked on there shouldn’t be any cut off images? The image loads fine for me and I would love a screenshot of it getting cut off if you can?

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Lemmios Beta mrlavallee Now 100%
    Lemmios (beta) can now show reports from moderated communities!
    testflight.apple.com

    It also has the ability to resolve reports so there is less reason to leave the app than ever! Notifications for reports is coming next! Also, the amount of swiping needed to start the upvote/downvote gesture is much higher (about halfway to the transition point), making scrolling a lot easier! ![Preview](https://lemmy.world/pictrs/image/01b57e18-0ce6-43e0-8452-05a4b19efa4c.png)

    2
    0
    We're the creators of Lemmy, Ask Us Anything. *Starts Monday, 7 Aug, 1500 CEST*
  • mrlavallee mrlavallee Now 100%

    It does not mean that lemmy is less secure, but yes, it means that malicious app developers will have a much easier time stealing login credentials because entering them inside the app is already the norm. However this is definitely a feature that can be added so it does not mean anything bad long term

    3
  • apps.apple.com

    This update took a long time due to Apple's review taking forever, but I'm proud to say that the crash counts have *significantly* lowered in the beta, going from about 1 in 50 sessions to now generally 0 for every build! This also adds crossposting and *many* UI improvements! I hope everyone enjoys!

    9
    1
    We're the creators of Lemmy, Ask Us Anything. *Starts Monday, 7 Aug, 1500 CEST*
  • mrlavallee mrlavallee Now 100%

    Even though they are both fediverse they still are quite different and one of the important differences is that lemmy does not support oauth so apps don’t have that option, as for why all mastodon apps use it: it’s because of the security benefits to the user and (as a lemmy app developer) implementing auth is hard lol

    11
  • Caching
  • mrlavallee mrlavallee Now 100%

    Yes it should, the issue you might be encountering is that in the list it uses the (lower quality) thumbnail image and it uses the full quality image when looking at an individual post. After cutting my own network images will still load for me, I will add showing how large the cache is and the ability to clear it soon

    2
  • Issue on Lemmios build 1.6.139
  • mrlavallee mrlavallee Now 100%

    Thanks! I'm realizing I'm so lucky this is over my summer break so I can focus on this rather than high school (not that I focus that much anyway lol), the timing of reddit going crazy was great for me lol.

    1
  • Issue on Lemmios build 1.6.139
  • mrlavallee mrlavallee Now 100%

    Ahhh, silly me, I was testing marking read by tapping on them, the marking read on scroll got broken by the new tab view (starting to regret it lol) but should be fixed now (1.6.151)!

    2
  • Issue on Lemmios build 1.6.139
  • mrlavallee mrlavallee Now 100%

    Yeah, it’s meant to scroll you to the top, the posts title should be shown as greyed out when read, is that happening? Might be worth checking your settings?

    1
  • Issue on Lemmios build 1.6.139
  • mrlavallee mrlavallee Now 100%

    Also huh, it works for me, could you possibly upload a video somewhere showing what happens?

    1
  • Issue on Lemmios build 1.6.139
  • mrlavallee mrlavallee Now 100%

    Ah yeah, moving to a custom bottom bar had caused so many problems lol, should be fixed now tho!

    1
  • www.teepublic.com

    Due to many people asking we now have T-shirts if you want to rock your Lemmios usage out around the world! Also just a very cool logo for people who don’t know it! Anyone buying this would be *very* appreciated! EDIT: for those in the EU we have an [alternate storefront](https://lemmios.printify.me)

    9
    0

    Due to demand, I have submitted the designs to Cotton Bureau (the company Apollo used) so once it gets approved everyone will be able to order shirts!

    6
    0
    apps.apple.com

    Continuing on the train of adding moderation features, the two newest additions are the modlog: ![](https://lemmy.world/pictrs/image/acd1ed96-a521-4f5f-8671-921e384bae44.jpeg) And comment nuking (hard to put in a picture but will remove comment and all replies to it) I hope everyone enjoys!

    10
    4
    apps.apple.com

    Continuing on the train of adding moderation features, the two newest additions are the modlog: ![](https://lemmy.world/pictrs/image/acd1ed96-a521-4f5f-8671-921e384bae44.jpeg) And comment nuking (hard to put in a picture but will remove comment and all replies to it) I hope everyone enjoys!

    3
    1

    So let me start this by thanking so many people for using Lemmios! But more people does come with some issues, I currently have 126 users on lemmy.world that have notifications enabled, which means enough requests that I am starting to hit their rate limits and a solution needs to be found. I have identified a few options: - Start requiring a cost for notifications in order to limit users (instructions to self-host server for no cost will be available) - Make notifications have a *significant* delay (definitely don't want this) - Offer to lemmy.world devs to pay for a higher rate limit just for the Lemmios servers (definitely ideal but Lemmios hasn't made any money yet and I'm a highschooler with *very* limited funds lol, I'll drop a [donation link](https://www.buymeacoffee.com/lemmiosapp) just in case anyone is feeling *insanely* generous) What does everyone here think is the best option?

    1
    0
    apps.apple.com

    Lemmios can link to communities via search while typing! What it looks like to select: ![](https://lemmy.world/pictrs/image/884498fd-dced-437f-9950-119518fa5343.png) The output: ![](https://lemmy.world/pictrs/image/b6d47631-d60a-4c52-a3d6-084e6f37c50f.png)

    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Lemmios Beta mrlavallee Now 85%
    Lemmios (beta) now has multiple app icons!
    testflight.apple.com

    There are currently 3 icons that just change the background, but if anyone wants to submit suggestions (or even icons would be amazing) we can start adding more! ![Current Icons](https://lemmy.world/pictrs/image/c3bfd34b-e420-49f9-906b-ecb5ab97cc75.jpeg)

    5
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Lemmios Beta mrlavallee Now 100%
    Lemmios (beta) now has more moderation abilities (banning)!
    testflight.apple.com

    From any post or comment in a community you moderate, you can easily ban a user with an optional expiry date and the ability to remove all content from that user!

    6
    0

    Beta updates are moving to !lemmiosappbeta@lemmy.world to keep this community reserved for community polls and App Store updates

    5
    0

    I am thinking of adding live activities (similar to how apollo did), but it seems like it would be a fair bit of work and I want to judge how much the community wants it before I start the undertaking. Thanks for the input!

    5
    3
    testflight.apple.com

    Lemmios can now give you reminders to check back in on a post when you’re waiting for an update! ![Example](https://lemmy.world/pictrs/image/e407e893-ca17-4c89-a0e2-7b382d6ea0b3.jpeg)

    13
    2
    apps.apple.com

    Lemmios is an iOS native Lemmy app with design language heavily inspired by Apollo. ## Why Lemmios? So it's a Lemmy app, there's no need to talk about viewing posts or comments or compact mode or other basic things, but Lemmios does have some features that other apps don't have! ### Rich notification system including watchers Lemmios will give push notifications for replies and private messages, allowing you to leave the app while still remaining up to date! It also has watchers to notify you of new posts matching specific criteria so you never miss a post! ### Widgets Want to see how your last post did? Want to see posts from around Lemmy on your home screen? Lemmios has widgets for both of those! ![](https://lemmy.world/pictrs/image/9f13aa79-aed8-4df5-bfac-7f6319c5f9a4.png) ### Other features Search directly from the top of the posts view just like in Apollo, usage without an account, and in-app account registration and deletion to name a few!

    78
    35
    apps.apple.com

    Lemmios is an iOS native Lemmy app with design language heavily inspired by Apollo. ## Why Lemmios? So it's a Lemmy app, there's no need to talk about viewing posts or comments or compact mode or other basic things, but Lemmios does have some features that other apps don't have! ### Rich notification system including watchers Lemmios will give push notifications for replies and private messages, allowing you to leave the app while still remaining up to date! It also has watchers to notify you of new posts matching specific criteria so you never miss a post! ### Widgets Want to see how your last post did? Want to see posts from around Lemmy on your home screen? Lemmios has widgets for both of those! ![](https://lemmy.world/pictrs/image/9f13aa79-aed8-4df5-bfac-7f6319c5f9a4.png) ### Other features Search directly from the top of the posts view just like in Apollo, usage without an account, and in-app account registration and deletion to name a few!

    38
    5
    apps.apple.com

    Lemmios is an iOS native Lemmy app with design language heavily inspired by Apollo. ## Why Lemmios? So it's a Lemmy app, there's no need to talk about viewing posts or comments or compact mode or other basic things, but Lemmios does have some features that other apps don't have! ### Rich notification system including watchers Lemmios will give push notifications for replies and private messages, allowing you to leave the app while still remaining up to date! It also has watchers to notify you of new posts matching specific criteria so you never miss a post! ### Widgets Want to see how your last post did? Want to see posts from around Lemmy on your home screen? Lemmios has widgets for both of those! ![](https://lemmy.world/pictrs/image/9f13aa79-aed8-4df5-bfac-7f6319c5f9a4.png) ### Other features Search directly from the top of the posts view just like in Apollo, usage without an account, and in-app account registration and deletion to name a few!

    12
    7

    Edit: We made it to the [App Store](https://apps.apple.com/us/app/lemmios/id6451038204)!!!! Hey, so this is just going to be a quick post discussing my frustration with app review and how I am hoping beyond hope that someone here will be able to give me some insight on the process and what I might be doing wrong. Lemmios keeps getting rejected by Apple for "Users cannot have a mechanism in the app to enable or disable access to NSFW content; enabling or disabling NSFW content should be done through the service website" and I am *extremely* confused about what they might be referring to since I believe that is how Lemmios currently works. If anyone has any ideas I will try them since this experience has severely lowered my motivation to work on Lemmios. For some context my current note to the reviewers is "NSFW content will only be shown after it is enabled on lemmy.world, which has not been done for the testing user, even though there is an option to blur it that option will do nothing since no NSFW content will be shown to the test user (unless app review goes to the website to enable it). There is also an attachment to show how NSFW content is labeled as such if the current user has already enabled it on the website. Also, to block a user, you have to go to that user's page and tap on the 3 dots in the top right corner and tap "Block". Thank you!"

    20
    13
    testflight.apple.com

    Ever wanted to get quick updates on how your latest post is doing? See new posts in your favorite communities? Well here it is Lemmios now has widgets for that! Get beautiful previews with the post's text or image right on your home screen! ![Widgets Example](https://lemmy.world/pictrs/image/aac6c07c-1539-43ae-ae5d-6489c1a16ea5.png)

    23
    1
    testflight.apple.com

    Ever wanted to get quick updates on how your latest post is doing? See new posts in your favorite communities? Well here it is Lemmios now has widgets for that! Get beautiful previews with the post's text or image right on your home screen! ![Widgets Example](https://lemmy.world/pictrs/image/aac6c07c-1539-43ae-ae5d-6489c1a16ea5.png)

    6
    0
    mrlavallee Now
    36 71

    mrlavallee

    lemmy.world