There is an openrc package in aur, so perhaps arch can use non-systemd init as well.
hmm, name niji-ka means rainbow summer... interesting fact
I'm not that old linux user so it's a bit interesting for me, when Windows 7 was closing, linux community was also so excited and offered everyone to switch to linux?
What if they were both tops? 1v1?
French is bloat 👍
You beat me to it!
I have a solution with a bit fields. Now your bool is 1 byte :
struct Flags {
bool flag0 : 1;
bool flag1 : 1;
bool flag2 : 1;
bool flag3 : 1;
bool flag4 : 1;
bool flag5 : 1;
bool flag6 : 1;
bool flag7 : 1;
};
Or for example:
struct Flags {
bool flag0 : 1;
bool flag1 : 1:
int x_cord : 3;
int y_cord : 3;
};
Fediverse-friendly link (for non-lemmy.world instances): [email protected].
Literally me right now. (Seems I am going to be a senior dev.)
view more: next ›
literally