15
submitted 12 hours ago by [email protected] to c/[email protected]
[-] [email protected] 2 points 12 hours ago
26
submitted 1 day ago by [email protected] to c/[email protected]
[-] [email protected] 8 points 1 day ago

There is an openrc package in aur, so perhaps arch can use non-systemd init as well.

[-] [email protected] 4 points 1 day ago

hmm, name niji-ka means rainbow summer... interesting fact

22
Rin & Ryo (by Nekosination) (plak.infrapuin.nl)
submitted 2 days ago by [email protected] to c/[email protected]
19
submitted 2 days ago by [email protected] to c/[email protected]
66
submitted 2 days ago by [email protected] to c/[email protected]
[-] [email protected] 14 points 3 days ago

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?

5
submitted 4 days ago by [email protected] to c/[email protected]
26
submitted 6 days ago by [email protected] to c/[email protected]
15
submitted 1 week ago by [email protected] to c/[email protected]
[-] [email protected] 17 points 1 week ago

What if they were both tops? 1v1?

47
submitted 1 week ago by [email protected] to c/[email protected]
29
submitted 1 week ago by [email protected] to c/[email protected]
44
submitted 1 week ago by [email protected] to c/[email protected]
19
‌‌‌‌‌ (ani.social)
submitted 1 week ago by [email protected] to c/[email protected]
[-] [email protected] 32 points 3 weeks ago

French is bloat 👍

[-] [email protected] 44 points 1 month ago

You beat me to it!

[-] [email protected] 22 points 1 month ago* (last edited 1 month ago)

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;
};
[-] [email protected] 13 points 1 month ago

Fediverse-friendly link (for non-lemmy.world instances): [email protected].

[-] [email protected] 13 points 2 months ago

Literally me right now. (Seems I am going to be a senior dev.)

view more: next ›

kiri

0 post score
0 comment score
joined 1 year ago
MODERATOR OF