olsonexi

u/olsonexi@lemmy.wtf
2 posts · 27 comments

Recent posts

Recent comments

xrandr. afaik, there's no (standard) way to set display resolution from the command line in wayland. also, there's no equivalent of xkill, so in order to kill an unresponsive gui app, you have to grep for its pid in ps, which can get a bit tedious and annoying, especially for programs which spawn multiple processes.

Hanlon's razor. I myself had no idea that 88 had any nazi-related meaning before I read this article and thought nothing of the title when I first heard it. It seems perfectly reasonable that the dev could have done the same, especially since they were willing to almost immediately change the name and remove all existing promotional material once they found out.

I checked against a tone generator, and realized that the lower frequency was actually 120, not 60, so I'd guess you're probably hearing that. That puts the higher frequency at 212-214, which I also checked and that range matches what I'm hearing (for 100hz, it should be at around 177-180).

idk, maybe C# just doesn't have great syntax for the way you're doing it or something, but I think the simplest solution is the most readable in this case:

for (int i = 1; i < JUST_THE_WORST_NUMBER; i += 2) {
    Console.WriteLine(i);
}
on *Permanently Deleted* · c/asklemmy · 10 pts · 2y

I do. Back on reddit, the rate of new content was enough that hot was effectively new with a quality filter. Around the end of June, when reddit pulled the api shit and people were just starting to jump ship, lemmy was a lot smaller and had less content. So if you sorted by active or hot, you would always end up seeing the same 2-year-old posts at the top every time. I set my default sort to new so that I would actually see different posts.