Oh cool! I was trying to find if there was a Tesseract community, and instead I found the creator! I’m loving the client!
Comment on What are your complaints about Lemmy?
ptz@dubvee.org 10 months ago
Some of those exist already with 3rd party UIs. I’m the dev of Tesseract, and it supports these, specifically:
- Instance-agnostic links (links that don’t pull you into a different instance when clicked)
- Ability to group communities into a combined feed
- Basic mod tools (as good as they can get with the current limitations of the API)
- Better permalink handling for long comment chains (Takes you right to the comment vs parent)
- Combine duplicate posts from different instances into one (matches on post title and/or URL vs just URL with most UIs)
- Option to default to “Top” comment sort in settings
- Allow filtering/blocking by regex patterns (Can filter based on keyword, though I’m working on adding regex as a filtering option)
- Scroll to top when clicking “Next” page (not really an issue with Tesseract, but pains have been taken to make sure you land back where you left off when clicking into and back out of a post)
- Easier way to subscribe across instances (can browse other instances and automatically resolve unknown communities and subscribe)
- Notification badges should update without refresh
The rest are all great ideas, but need API support.
Not trying to plug my UI, specifically, but just using it as a reference for your wishlist. Those are all thing that can be done with the current API without waiting on Lemmy devs to add support.
dojan@lemmy.world 10 months ago
ptz@dubvee.org 10 months ago
Thanks!
I do have a community for it, but it’s been a ghost town since last year (some internal drama put the project in limbo, and I only revived it a little over a month ago). Currently taking advantage of nobody expecting anything from me right now, lol, and taking time to do a big overhaul of a lot of stuff under the hood and add some needed polish to several areas. Hope to have 1.3.0 ready to release in the next 3-4 weeks (hopefully).
CommunityLinkFixer@lemmings.world [bot] 10 months ago
Hi there! Looks like you linked to a Lemmy community using a URL instead of its name, which doesn’t work well for people on different instances. Try fixing it like this: !tesseract@dubvee.org
PumpkinDrama@reddthat.com 10 months ago
Nice! What made you decide to write it? Where can I find out which instances offer that UI?
ptz@dubvee.org 10 months ago
Every lemmy ui had some major or minor thing that annoyed me. lol. Wish I had a better answer, but that’s basically it. Credit where it’s due, though. I forked a very early version of Photon to build it, so it’s not 100% me, but it definitely stands on its own now. Both projects have diverged quite a lot since that.
Not sure. DB0, Literature Cafe, Lemmy NSFW I know used to run it, but not sure if they still do or not. I discontinued it in December after some internal drama happened but have since revived the project. I’ve only released bugfixes to the main branch, but am working on a new release with some visual polish and some requested features.
You can host it yourself if you want and point it to any Lemmy instance. My instance uses it as the default UI, and it’s unlocked to allow connection to any.
I’m in the middle of a complete refactor and hope to have that out in the next few weeks.
Demigodrick@lemmy.zip 10 months ago
Nice, I’d seen you’d stopped a while ago but I’ll look at hosting it if it’s back alive.
ptz@dubvee.org 10 months ago
I haven’t announced any new releases yet (just pushed bugfixes) but if you’re interested, keep an eye out for 1.3.0 in the next (ideally) 3-4 weeks. I’ve been adding a lot of polish and added Infinite Scroll which is something I didn’t really want to implement but was getting a lot of requests for. Now that I’ve got it added, I don’t hate it lol.
If you’re brave and want to self-host it, the “InfiniteScroll” branch is my “nightly” branch for 1.3.0.