Post B5zxB8HsHSxuENvjai by sqrt2@chaos.social
 (DIR) More posts by sqrt2@chaos.social
 (DIR) Post #B5ztbbBx2O89aaWYxk by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       silly idea: could dbus in desktop distros be replaced with OpenWrt's ubus?
       
 (DIR) Post #B5zuc35nP3si4lQJw8 by sqrt2@chaos.social
       0 likes, 0 repeats
       
       @wolf480pl $ ack -l Type=dbus /usr/lib/systemd/systemThis alone puts this is "naaaaaah" territory for me
       
 (DIR) Post #B5zuugAKrunGTJQkro by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @sqrt2 science hmm ok so socket activation is one missing feature(kinda bizzarre that a RAM-limited router can afford to run all services all the time, but a desktop PC can't)anything else that dbus can do but ubus can't?
       
 (DIR) Post #B5zxB8HsHSxuENvjai by sqrt2@chaos.social
       0 likes, 0 repeats
       
       @wolf480pl Well, dbus has proper number types whereas ubus uses all JSON so you only have javascript numbers, I guess
       
 (DIR) Post #B5zz5TDdkC5xJvNS7c by sqrt2@chaos.social
       0 likes, 0 repeats
       
       @wolf480pl Actually kind of amusing that in OpenWRT RPC all IPv6 addresses must be strings
       
 (DIR) Post #B5zz5TOd5Ksxs0WEFc by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @sqrt2 a lot of the integration  of various ways of obtaining an IP address is done through shell scripts, so it's not that strange that everything is a string...