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);
}
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);
}
Because they have unfathomably ridiculous amounts of money that they spend on lobbying (read: bribery) so that they stay not responsible.
deleted by creator
Except sometimes you can’t not use the service.
It’s completely unreasonable to expect people to quit their job just because they disagree with the terms and conditions of a single piece of software they’re required to use for work. If that service is collecting their data, there’s basically nothing they can do about it.
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.