← prev | next →
lordV 2022-08-01 20:42:06
actually this coding style guide make sense – except the tab width of 8 spaces and the space after if -> if() instead of if () i practice it by default
Night_H4nter 2022-08-01 20:42:12
lordV 2022-08-01 20:39:07
and people still write code according to this width?
yes
lanciagreggori 2022-08-01 21:14:56
Tarch1 2022-08-01 20:10:08
Are you childish?
Or is everyone that take my request so personally kidding?
Because you’re not giving us a solid reason, just rambling
qontinuum 2022-08-01 21:16:11
lordV 2022-08-01 20:42:06
actually this coding style guide make sense – except the tab width of 8 spaces and the space after if -> if() instead of if () i practice it by default
if isn’t a function, why would you stick it to the parentheses?
qontinuum 2022-08-01 21:17:00
lordV 2022-08-01 20:39:07
and people still write code according to this width?
AFAIK the recommended size is 72 chars wide in most languages yeah
capezotte 2022-08-01 21:17:57
qontinuum 2022-08-01 21:16:11
if isn’t a function, why would you stick it to the parentheses?
sizeof qontinuum
Night_H4nter 2022-08-01 21:19:38
capezotte 2022-08-01 21:17:57
sizeof qontinuum
fat
capezotte 2022-08-01 21:26:44
tfw no containerof
ReßéL 2022-08-01 21:27:27
capezotte 2022-08-01 21:26:44
tfw no containerof

it’s over
Aurelian 2022-08-01 21:27:51
lordV 2022-08-01 20:39:07
and people still write code according to this width?
yes
Aurelian 2022-08-01 21:28:30
Aurelian 2022-08-01 21:27:51
yes
IMHO it actually makes workflow far more efficient to stick to that width
Night_H4nter 2022-08-01 21:28:32
capezotte 2022-08-01 21:26:44
tfw no containerof
nothing’s capable of containing something this huge
Night_H4nter 2022-08-01 21:28:43
so makes no sense to have it
soymicmic 2022-08-01 21:39:43
Hi all, I’m trying to do
pacman -Syyu
and I have this error: configuration file /etc/pacman.d/blackarch-mirrorlist is not found
what can I do?
qontinuum 2022-08-01 21:41:12
soymicmic 2022-08-01 21:39:43
Hi all, I’m trying to do
pacman -Syyu
and I have this error: configuration file /etc/pacman.d/blackarch-mirrorlist is not found
what can I do?
Don’t use Syyu at first
Also remove blackarch conf in pacman.conf
hekurangashi 2022-08-01 21:41:41
Why not Syyu
qontinuum 2022-08-01 21:42:20
hekurangashi 2022-08-01 21:41:41
Why not Syyu
Better question, why Syyu?
hekurangashi 2022-08-01 21:43:22
Cant remember, read it in the wiki long time ago…
qontinuum 2022-08-01 21:44:27
Syyu forces pacman to download databases even when they are already up to date which increases used bandwidth for no reason
soymicmic 2022-08-01 21:46:07
Done… I’m working!!
hekurangashi 2022-08-01 21:46:13
≥ Passing two –refresh or -y flags will force a refresh of all package databases, even if they appear to be up-to-date
soymicmic 2022-08-01 21:46:15
Thanks so much!!
hekurangashi 2022-08-01 21:46:30
It says *appear*
hekurangashi 2022-08-01 21:46:43
hekurangashi 2022-08-01 21:46:30
It says *appear*
Now i remember why
qontinuum 2022-08-01 21:46:58
Source btw
hekurangashi 2022-08-01 21:46:58
qontinuum 2022-08-01 21:44:27
Syyu forces pacman to download databases even when they are already up to date which increases used bandwidth for no reason
But, yes.
hekurangashi 2022-08-01 21:47:28
hekurangashi 2022-08-01 21:46:30
It says *appear*
Sorry but autism. I gotta be sure.
qontinuum 2022-08-01 21:47:51
hekurangashi 2022-08-01 21:46:30
It says *appear*
There is no reason for it to appear up to date while actually not being so unless you have changed your mirrors
soymicmic 2022-08-01 21:48:20
and now… how could I add blackarch repos again?
hekurangashi 2022-08-01 21:48:55
qontinuum 2022-08-01 21:47:51
There is no reason for it to appear up to date while actually not being so unless you have changed your mirrors
Huh, this makes sense. Well thanks, i will do yy only once after i rank my mirrors once a month.
qontinuum 2022-08-01 21:49:00
soymicmic 2022-08-01 21:48:20
and now… how could I add blackarch repos again?
Just read the docs, we aren’t blackarch group
Glats 2022-08-01 21:57:26
Linux 5.19
https://lore.kernel.org/lkml/CAHk-=wgrz5BBk=rCz7W28Fj_o02s0Xi0OEQ3H1uQgOdFvHgx0w@mail.gmail.com/T/#u
qontinuum 2022-08-01 21:58:32
So Linus runs Asahi
lordV 2022-08-01 22:00:02
qontinuum 2022-08-01 21:16:11
if isn’t a function, why would you stick it to the parentheses?
did so for years if(), while() – made sense
ChrisCromer 2022-08-01 22:21:55
Tarch1 2022-08-01 19:38:19
is android-tool, no one here use adb or fastboot?
Yes, I use them.
← prev | next →