Skip Navigation
Subscription issues?
  • I've also experienced it for a long time now. I'm not exactly sure what causes this, but I'll try to look into it again.

  • NSFW
    Crash - Visiting this post in Eternity causes it to crash
  • Perhaps it's issue #281?

    It's fixed in the nightly builds. If it's a different problem, I think we need to open a separate ticket for it.

  • Eternity spoiler tags different from other apps (including web UI)
  • Yes, it is fixed in the nightly builds and will be included in the next release.

  • Thanks for updating
  • I had to rebuild this version with Java 17 instead of Java 11. Now it seems the build was successful, so it will be available on F-Droid soon 🥳

  • Buttons not showing when selecting compact view
  • I'm glad you were able to fix this issue. I'm not sure what could have caused it, and I couldn't reproduce it. Perhaps some setting caused it?

  • Thanks for updating
  • I've created a new release (v0.2.1) to fix the issues in the F-Droid building process(functionally, it's the same as v0.2.0). Hopefully, this means the latest version will soon be available on F-Droid.

  • Thanks for updating
  • Did you manually re-login, or did Eternity tell you to do so? Just curious if I've missed anything 😅

  • Thanks for updating
  • It will take some time, unfortunately. The build has failed for some reason. I've observed this in my pipeline as well. I am still investigating the issue.

  • Eternity v0.2.0 is here!
  • I think this issue is fixed in this release.

  • Update coming soon?
  • Yes, it's going to be updated very soon

  • Update coming soon?
  • Yes, I've released it as beta so that Google Play users can also try the new changes before the release. These builds are similar to the nightly, but I have to build them manually so they are updated less frequently.

  • Certain images won't show
  • I'm not sure what causes this issue. Does this happen when you click on a post, or does it happen when you are browsing for posts?

    Also, what can you see on the web UI for these posts?

  • Mistral AI just dropped their new model, Mistral Large 2
  • From what I've seen, it's definitely worth quantizing. I've used llama 3 8B (fp16) and llama 3 70B (q2_XS). The 70B version was way better, even with this quantization and it fits perfectly in 24 GB of VRAM. There's also this comparison showing the quantization option and their benchmark scores:

    1000029570

    Source

    To run this particular model though, you would need about 45GB of RAM just for the q2_K quant according to Ollama. I think I could run this with my GPU and offload the rest of the layers to the CPU, but the performance wouldn't be that great(e.g. less than 1 t/s).

  • Llama 3.1 is out!
  • Yes, you can find it here.

  • Llama 3.1 is out!
  • Are you using mistral 7B?

    I also really like that model and their fine-tunes. If licensing is a concern, it's definitely a great choice.

    Mistral also has a new model, Mistral Nemo. I haven't tried it myself, but I heard it's quite good. It's also licensed under Apache 2.0 as far as I know.

  • Mistral AI just dropped their new model, Mistral Large 2
    mistral.ai Large Enough

    Today, we are announcing Mistral Large 2, the new generation of our flagship model. Compared to its predecessor, Mistral Large 2 is significantly more capable in code generation, mathematics, and reasoning. It also provides a much stronger multilingual support, and advanced function calling capabili...

    Large Enough

    Another day, another model.

    Just one day after Meta released their new frontier models, Mistral AI surprised us with a new model, Mistral Large 2.

    It's quite a big one with 123B parameters, so I'm not sure if I would be able to run it at all. However, based on their numbers, it seems to come close to GPT-4o. They claim to be on par with GPT-4o, Claude 3 Opus, and the fresh Llama 3 405B regarding coding related tasks.

    !benchmarks

    It's multilingual, and from what they said in their blog post, it was trained on a large coding data set as well covering 80+ programming languages. They also claim that it is "trained to acknowledge when it cannot find solutions or does not have sufficient information to provide a confident answer"

    On the licensing side, it's free for research and non-commercial applications, but you have to pay them for commercial use.

    4
    Llama 3.1 is out!
    ai.meta.com Introducing Llama 3.1: Our most capable models to date

    Bringing open intelligence to all, our latest models expand context length, add support across eight languages, and include Meta Llama 3.1 405B— the first frontier-level open source AI model.

    Introducing Llama 3.1: Our most capable models to date

    Meta has released llama 3.1. It seems to be a significant improvement to an already quite good model. It is now multilingual, has a 128k context window, has some sort of tool chaining support and, overall, performs better on benchmarks than its predecessor.

    With this new version, they also released their 405B parameter version, along with the updated 70B and 8B versions.

    I've been using the 3.0 version and was already satisfied, so I'm excited to try this.

    11
    Chat with Documents - Ollama or Other?
  • I haven't tested it extensively, but open webui also has RAG functionality (chat with documents).

    The UI it self is also kinda cool and it has other useful features like commands (for common prompts) and searching for stuff online (e.g. with searx). It works quite well with Ollama.

  • A new version of Eternity is coming soon!
  • I have resolved this and other issues in the latest nightly build. I have also uploaded the fix to Google Play (it's currently under review). If we do not encounter any further problems, I could release it soon.

  • A new version of Eternity is coming soon!
  • I want to add kbin/mbin support in the future, but for now, Lemmy is my primary focus.

  • A new version of Eternity is coming soon!
  • Thank you! I missed that. I will try to fix that too

  • A new version of Eternity is coming soon!
  • Ahhh, your insurance is updated to Lemmy 0.19.5. The update will fix this issue.

  • Eternity is now avaiable on F-Droid!
    f-droid.org Eternity | F-Droid - Free and Open Source Android App Repository

    An Lemmy client for Android, forked from the Infinity for Reddit project.

    Eternity | F-Droid - Free and Open Source Android App Repository

    Hello everyone!

    I have some good news! Eternity has finally been added to the main F-Droid repo. I've managed to get reproducible builds working, so this version is the same as the one on Codeberg (but verified by F-droid).

    15
    Eternity v0.1.2 released
    codeberg.org Eternity

    A Lemmy client forked from the Infinity for Reddit project

    Eternity

    Hello everyone!

    It's been some time since our last update. As the version number indicates, this is primarily a bugfix update; hence, it doesn’t bring the "big new feature" I had hoped to introduce. The most important change here is that this version of Eternity will be compatible with the upcoming Lemmy version 0.19.

    It's worth noting that upon upgrading to this version, you may need to log out and then log back into your account, based on my experience.

    For the next release, I want to address more of the common issues found in our bug tracker. So, there may be another minor update shortly, but I can't make any promises at the moment. I've also made some progress with multi-community support and I plan to introduce modding tools as well.

    In the meantime, thank you so much for your continued support.

    36
    Vote for the Eternity's new icon!

    Hello everyone!

    First and foremost, a heartfelt thank you to everyone who poured their time, talent, and effort into creating icons for Eternity. The creativity and dedication displayed by our community are truly overwhelming. I'm sincerely grateful to each and every one of you.

    I'd also like to apologize for the delay in putting up this voting thread. Life has been especially busy lately, and I appreciate everyone's understanding and patience during these times.

    Voting Rules:

    1. Only upvotes count as a vote. To keep things fair and positive, please refrain from downvoting.

    2. The thread will be open for voting for a week unless we see a clear winner before then.

    To cast your vote, simply upvote the comment containing your favorite icon design. And once again, I kindly ask that you avoid downvoting any submissions.

    In light of the upcoming changes in Lemmy 0.19, I am planning a minor release that could feature the winning icon.

    Thank you all for your continuous support and contributions to Eternity. Let's vote and select the icon that will represent our app!

    18
    Eternity (formerly Infinity for Lemmy) is now on Google Play!
    play.google.com Eternity for Lemmy - Apps on Google Play

    An Lemmy client for Android, based on the Infinity for Reddit project.

    Eternity for Lemmy - Apps on Google Play

    Hello everyone!

    I've finally released Eternity on the google play store. Note that this is not compatible with the existing releases as this build has a different signature.

    Thanks for your support and looking forward to your feedback!

    58
    Eternity v0.1.1 released
    codeberg.org Eternity

    A Lemmy client forked from the Infinity for Reddit project

    Eternity

    Hello everyone!

    I've just released Eternity v0.1.1. This is meant as a small patch to fix issues and improve stability. For the complete changelog, please visit the release notes.

    Thank you for your continued support and feedback! If you have any questions or suggestions, please don't hesitate to leave a comment below.

    Cheers! 🚀

    18
    Design Eternity's Next Icon!

    Hello everyone!

    You may have noticed that Eternity's icon could use a bit of a facelift (I just hacked it together to have something). Well, it's time for a change and I'd like to get all you talented folks involved!

    So, I want to host a competition where you can submit your designs for a new app icon. Once we have all the submissions, we can vote as a community to pick our new icon!

    Some details to keep in mind:

    Deadline: I'll be accepting submissions until the 8th of September, 2023, 18:00 CET. I might extend this deadline if we have too few submissions.

    Format: Submissions should be in SVG or PNG format, with a 1:1 aspect ratio.

    Resolution: Please ensure your design is at least 512x512 pixels if you're going with PNG.

    Monochrome Version (Optional): It'd be great to see a monochrome version of your design too (for Material You icons).

    Design: Your design should be colorful, fun, and engaging. The original UFO spaceship could be a source of inspiration, or elements of the fediverse or Lemmy. Of course, if you've got another creative idea, go wild!

    Once the submissions close, we'll have a public vote to pick the winner (similar to what we did with the app name).

    Thanks in advance for participating.

    Happy designing!

    23
    Eternity v0.1.0 released!
    codeberg.org Eternity

    A Lemmy client forked from the Infinity for Reddit project

    Eternity

    Hello everyone!

    I've just released the first version of Eternity (after changing the name from Infinity for Lemmy). It's been long overdue, but I wanted to finish a few features before this update. This release includes various fixes and new features, such as:

    • Blocking users/communities

    • List blocked users/communities

    • Separate up/down votes (can be disabled in the settings)

    • Private messages

    • Content reporting

    • New themes (including a new default one!)

    • Fixed various crashes.

    And a huge thank you to everyone who provided feedback, translated the app, or contributed in any form during the testing phases of this release. Your insights and suggestions were invaluable in making Eternity better for all users. I'll continue to gather feedback and make improvements in the coming updates, so please don't hesitate to reach out with any further thoughts or issues you might encounter. Your support and engagement mean the world to me! Happy browsing!

    37
    Welcome to the Eternity (for Lemmy) Community!

    Hello everyone!

    I'm excited to bring some news to our wonderful community today. After an engaging voting process on the voting thread, we as a community have decided to change the name from Infinity for Lemmy to Eternity. 🎉 I am grateful to everyone who participated and voiced their opinions. It was great to see so much involvement!

    While !eternityapp@lemdro.id will be our new gathering space, I'd like to let you know that the original !infinityforlemmy@lemdro.id won't be closing its doors immediately. This way, everyone has enough time to transition comfortably and get accustomed to our new home.

    Lastly, remember, while names may change, our spirit and camaraderie remain eternal. I cherish our roots with "Infinity for Reddit" and am excited about the journey ahead in "Eternity". Let's collaborate, share, and continue building on this vibrant community.

    Have fun and see you all in Eternity! 🚀🌌

    10
    Infinity for Lemmy
    codeberg.org Infinity-For-Lemmy

    A Lemmy client forked from the Infinity for Reddit project

    Infinity-For-Lemmy

    Hello everyone,

    I'm not sure this is the right community for this, but I want to announce my new project: Infinity for Lemmy.

    Basically, this is a fork of the Infinity for Reddit application, modified to get it to work with Lemmy.

    But I must remind you to temper your expectations as this project is still in its infancy. It has some basic features already in place, but there’s a lot more to be accomplished.

    What Infinity for Lemmy Can Currently Do:

    • Browse posts • Handle multiple accounts • Upvote and downvote posts

    What Infinity for Lemmy Cannot Do (Yet):

    • Load comments • Handle subscriptions • Search for posts, users, or communities • Write posts or comments • Send private messages • And many more

    So, while Infinity for Lemmy is in its current state not a feature-rich client, but it’s a promising start.

    For those interested, here’s the link to my git repository: https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy

    I invite everyone to contribute in whatever capacity they can, whether it be through coding, reporting bugs, suggesting features, or even just providing feedback and insights. Let’s shape the future of Infinity for Lemmy together!

    !Screenshot 1

    !Screenshot 2

    !Screenshot 3

    105
    bazsalanszky Bazsalanszky @lemmy.toldi.eu

    Hungary 🇭🇺🇪🇺

    Developer behind the Eternity for Lemmy android app.

    @bazsalanszky@lemmy.ml is my old account, migrated to my own instance in 2023.

    Posts 18
    Comments 207
    Moderates