metarmask

joined 1 year ago
[–] metarmask 1 points 1 year ago

For legal issues that are not EU-specific you may also want to take inspiration from this instance.

[–] metarmask 3 points 1 year ago* (last edited 1 year ago)

I can view this. Maybe the instance is overloaded? 🤔

[–] metarmask 6 points 1 year ago* (last edited 1 year ago)

I think if you wanted to have fewer comments on Reddit, your best bet would have been to sort posts by rising or new.

[–] metarmask 2 points 1 year ago (1 children)

Maybe post this in [email protected] or in the Jerboa GitHub repo?

[–] metarmask 5 points 1 year ago* (last edited 1 year ago)

I imagine the types of actions you'll do is similar to what can be seen in sh.itjust.works/modlog . It'll be less work in the beginning when you have only a few users, but no one's gonna blame you if you stop. Well maybe you'd want to pass the torch to someone first.

[–] metarmask 3 points 1 year ago* (last edited 1 year ago) (1 children)

Say I was looking for a community like yours. Since yours is the first one I will likely see much more activity on it and skip the one with 0 if it was created afterwards just for the vanity url.

Since lemmy.ca says it's not restricted to non-Canadian topics and welcomes all, I see nothing wrong if you create it there. Also, if the content isn't images uploaded through Lemmy, I wouldn't worry about taking up resources, as storage space seems to be the limiting resource, not traffic (in the form of bandwidth or CPU time).

[–] metarmask 1 points 1 year ago* (last edited 1 year ago) (1 children)

The rotation is stored separately to make it faster for cameras to encode the image, but it isn't always respected. (possibly related to an old version of Lemmy)

[–] metarmask 2 points 1 year ago (5 children)

Looks like it. Does this mean that what you wrote here will only be visible in the sh.itjust.works instance until lemmyml is online again, or is it more resilient than that?

[–] metarmask 1 points 1 year ago* (last edited 1 year ago)

While I don't want text to take up my entire widescreen monitor, there are still lots of changes I would make. But there is practically no semantic information in the HTML, so it was annoying to create a user style. It would break if the site was another language or they decide they want a special color somewhere.

Here's my user style for sh.itjust.works:

spoiler

body {
    font-family: sans-serif;
}

.comment-node [data-tippy-content*="Upvote"].text-info, .comment-node [data-tippy-content*="Upvote"].text-danger, [aria-label="Upvote"], [aria-label="Downvote"] {
    filter: hue-rotate(180deg);
}

/* username */
.comment-node > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a.text-info {
    color: gray !important;
    font-size: 0.9em;
}

/* permalink */
.comment-node [title="link"] {
    filter: grayscale();
}

/* score */
.comment-node [data-tippy-content*="Upvote"], [aria-label="Expand"], [aria-label="Collapse"] {
    order: -1;
    font-size: 1.2em;
}

/* WIP attempt at making collapse vertical */
.comment-node {
    position: relative;
}
[aria-label="Expand"], [aria-label="Collapse"] {
    position: absolute;
    top: 0px;
    left: -50px;
    height: 500px;
    display: block;
    height: 100px;
}

[–] metarmask 11 points 1 year ago (5 children)

I wonder how difficult it would be to add Lemmy support to existing Reddit apps.

view more: ‹ prev next ›