deleted by creator
Moved to @Crul@lemm.ee
deleted by creator
FYI: I use this usercript to block whole instances: https://greasyfork.org/en/scripts/469297-block-lemmy-instances
You need to edit line 17
Here adapted to work also with MLMYM (https://old.lemmy.world): https://pastebin.com/z0mShfDP
FYI: I use this usercript to block whole instances: https://greasyfork.org/en/scripts/469297-block-lemmy-instances
You need to edit line 17
Here adapted to work also with MLMYM (https://old.lemmy.world): https://pastebin.com/z0mShfDP
From Beagle Bros - Wikipedia:
Beagle Bros was an American software company that specialized in creating personal computing products. Their primary focus was on the Apple II family of computers. Although they ceased business in 1991, owner Mark Simonsen permitted the Beagle Bros name and logo to be included on the 30th anniversary reboot of I. O. Silver, released on December 12, 2014 by former Beagle programmer Randy Brandt.
Found via reverse image search:
Yep, a bit of JS is another option.
I’m not sure what’s rendering your html though
Nothting really, I wanted to keep the project very simple (because there are non-devs contributing to it) and the HTML is static code.
(If the ideal solution is not possible) I think you are right.
Let me check I understood: the idea is to have a single changing-magic-number (the number of menu options) set in a variable --item-count
and then calculate all the other values from that. The --column-count
would be fixed for each resolution step, so that’s ok.
Thank you very much for the help!
If that’s the case, I think that doesn’t really help. The original issue is that I need to edit the CSS file every time a new chapter is added. Which would be the same if I have to hardcode the number of rows.
I mean, it’s a bit cleaner to hardcode the number of rows than the height in pixels, but I was looking for a solution that doesn’t require magic numbers in the CSS.
Thanks!
I also tried that but it just renders a single row. Probably because I’m missing something…
#menu ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-flow: column;
}
It’s hard to explain with words, I’m trying to adjust the number of columns depending on the available width. But (probably because I don’t know how to use display: grid
) the only way I found was to set a fixed height for each “step”.
In other words: I trying to achieve the exact behavior it has right now.
That’s what @RobotDrZaius@kbin.social suggested in a x-post.
I need to give that a try, thank you very much!
Agree, thanks for sharing!
Best part:
(…) Brecht’s team even taught the rodents to play hide and seek. At the beginning of the game, a rat was enclosed in a box while a researcher hid somewhere in the room. The researcher then opened the box using a remote control, allowing the animal to jump out and begin “seeking.” When the rat successfully found the hidden scientist, it was rewarded with—you guessed it—a tickle. The rats were also given the opportunity to hide while the researchers looked for them, and they proved to be especially good at coming up with creative hiding spots. Their ability to strategize was “almost spooky,” Brecht recalls.
(…) Brecht’s team first made sure the rats were comfortable with their new playground, aka a dimly lit plastic box, as well as their human playmates. The researchers then played games of “chase the hand” and tickled and the animals on their backs and bellies (see video (…) for an example from a previous experiment). In response to the tickling, the rats shimmied in delight and let out endless “giggles.”
It’s not OC I just crossposted from !fediverse@lemmy.world, the author is @Azzu@lemm.ee
Sorry, for the confusion,
is there a way to access the settings on Firefox Beta for Android? I’m using the script with Tampermonkey and can’t see a way to do it - not a major issue, I’m mostly just curious.
I use it on Firefox Desktop. In case it helps, the options are shown here.
Hi, thanks for the script… but it doesn’t seem to work for me. It changes the option to “Top”, but the comment’s order doesn’t changes.
IMHO as a random user is that, given the nature of the fediverse, that makes more sense to be an option for instance admins. I’m personally more inclined to leave that decision to each user, but I see how the network effects play a role and how someone would want to enforce their decission on their own instances.
Anyway, it’s an interesting discussion and I like to try to understand the consquences of each implementation.
I’m not an expert, so those who know more, please correct me.
FYI: with the script User Details on Hover you can also see karma in Lemmy. Example.
From what I understand, there are technical issues with this. Allowing people to hide the karma if they want is easy. But blocking people for seeing karma even if they want is much harder. Note that if you want karma for posts and comments (to be able to sort the most voted ones), then the user karma is just a very easy query away (just sum the karma of that user’s posts and comments). EDIT: I realize that this would not solve the issue either: There are technical ways to do anonymous and auditable voting, but I think that would be too overkill for the fediverse.
Try this link: https://files.catbox.moe/xk1ywd.jpg
Awesome! Thank you very much for the heads up.
It seems to be working perfectly, even with videos. This is great!