29 Jun 2022 |
Gavinok#4195 | Ya that never mattered to me tbh | 18:27:19 |
Raph#1818 | recently switched to C11 | 18:27:24 |
Gavinok#4195 | it's just a int under the hood after all anyways so you could always define that yourself if you wanted to. | 18:27:50 |
Raph#1818 | yeah | 18:27:58 |
Raph#1818 | the biggest thing for me on C11 is anonymous structs and unions | 18:28:17 |
Raph#1818 | and _Generic | 18:28:22 |
Raph#1818 | My only goal with C is being in line with whatever linux is using so C11 it is | 18:29:07 |
Gavinok#4195 | fair I don't really see myself bothering to actually use c11 features in practice. Mostly cuz I'd forget them lol | 18:30:05 |
Raph#1818 | nah, they're barely an update over C99, you'd get adjusted to it quickly | 18:30:33 |
trueauracoral | In reply to @_discord_679283565996933142:t2bot.io opendoas is available everywhere btw. I prefer it, a lot of us swap sudo for doas and just create an alias as sudo what is the benifit? | 18:47:40 |
trueauracoral | of using doas over sudo | 18:47:44 |
Raph#1818 | smaller, simpler config file, more secure, maintained by guys obsessed with security | 18:49:43 |
trueauracoral | what do you need to configure in sudo/doas? | 18:56:26 |
trueauracoral | your pass? | 18:56:31 |
trueauracoral |  Download clipboard.png | 18:59:39 |
trueauracoral | well these config files don't look very different | 18:59:48 |
trueauracoral | and they seem more for well maybe not one you need tabs for spacing | 19:00:06 |
trueauracoral | so yeah doas's config is easier but really how often do you config yoru sudo | 19:00:17 |
Raph#1818 | open ur sudo config file | 19:06:45 |
Raph#1818 | see how big it is | 19:06:53 |
Raph#1818 | oh wait, u don't use linux lol | 19:07:00 |
Raph#1818 | forgot that | 19:07:02 |
Raph#1818 | but yeah, doas is like 1 line to give u user permissions no bloat | 19:07:16 |
Raph#1818 | sudo is a super big file with shitty syntax | 19:07:26 |
trueauracoral | oh so it's preconfigured on most distros? | 19:07:28 |
trueauracoral | there are no defaults or something? | 19:07:37 |
trueauracoral | In reply to @_discord_679283565996933142:t2bot.io sudo is a super big file with shitty syntax yeah | 19:07:43 |
trueauracoral | seems doas is cool then | 19:07:58 |
Raph#1818 | it comes preconfigured if u use a just works distro, if u don't u still get the template sudo file but u'll have to uncomment stuff to get the permissions u need | 19:08:50 |
Gavinok#4195 | alloca: out of curiosity what portability issues have you had/ did you expect? | 20:40:24 |