Skip Navigation

Posts
152
Comments
45
Joined
2 yr. ago

  • just like a cat >w<

  • 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?

  • y

  • Thank you!

  • What if they were both tops? 1v1?

  • Thanks to modern linux environment I didn't even need to reboot, after 3 minutes it just stopped. It's strange that I could use all my programs except htop and ps...

  • I've never been so wrong.

  • French is bloat 👍

  • I wish someday Wayland support will be good enough for sway to officially support 'nvidia-open' driver.

  • Also, i know a bit of bass…

    Three of the three conditions are met. Congratulations! 👍

  • You beat me to it!

  • I have a solution with a bit fields. Now your bool is 1 byte :

     cpp
        
    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:

     cpp
        
    struct Flags {
        bool flag0 : 1;
        bool flag1 : 1:
        int x_cord : 3;
        int y_cord : 3;
    };
    
      
  • Then who it is? c:

  • omg, big floppa! \(^_^)/