Ask me anything.

I also develop Tesseract UI

  • 10 Posts
  • 152 Comments
Joined 2 years ago
cake
Cake day: March 17th, 2024

help-circle




  • The kitchen would be the only room with a subpanel.

    As stated in the post, the oven is already on a dedicated 30A circuit, and I’m not going to mess with that. There’s an empty void near the oven, though, and my thought was to run another 30 amp circuit up beside that to feed the subpanel and place it in that “void”. Decorating isn’t a concern for the void as there’s not much that can really go there anyway.

    Definitely want to future proof it, yeah. I’m not married to 30 amp delivery to it, just used that as a reference point.

    NEC requires 2 different 20 amp circuits for counter top use, 15 amps is not allowed,

    That I didn’t know (or rather, haven’t read yet). Current ones are on 15 amp circuits, so I was going by that (not that previous owners seemed too concerned with “code” LOL).









  • Good points.

    I don’t have a full plan yet (just the general idea of a plan), but when I start the journey to Piefed, it’ll probably be from the ground up or very close to that. I already need to update the codebase from Svelte 4 to Svelte 5 which is a pretty big job due to the fundamental and breaking changes between those two versions.

    The components that make up Tesseract (posts, comments, sidebars, everything) are also all heavily tied to Lemmy’s type definitions. To support Piefed, I’d have to de-couple the components in the code from Lemmy’s type def and add in an abstraction layer (both for future-proofing and to make it possible to support both if I wanted to).




  • Lemmy’s API doesn’t have a direct way to do that, unfortunately.

    Tesseract (web-based lemmy app) used to have that before I took it out. After the ranking metrics were removed from the API, it was hard to sort them other than by new/old or by score. When you have a mix of active and inactive communities, it didn’t work great without the ranking metrics being there.

    You can still group communities, but only for organizing them or (in the dev branch/next version) applying filter policies to communities in that group.

    I may revisit the idea if I can figure out a better way to generate/sort the custom feeds.






  • Mod removals should link to this automatically and be more transparent for why comments were removed in the first place

    I linked to the modlog through Lemmy World’s instance of Tesseract. I’m the dev of that UI, and I agree with you that removal reasons should be more accessible.

    A version or two ago I built in a feature to automatically resolve the removal reason and append it where the comment would be, right there in the comment section. If that’s disabled, there’s a button to take you to the modlog for that item.

    If Tesseract isn’t your cup of tea, maybe ask the dev of your client to add a similar feature.