Time |
Nick |
Message |
00:38 |
|
x_9 joined #minetest |
00:39 |
|
luk3yx joined #minetest |
00:39 |
|
diceLibrarian2 joined #minetest |
00:40 |
|
clavi joined #minetest |
00:40 |
|
clavi joined #minetest |
00:40 |
|
[0] joined #minetest |
00:41 |
|
diceLibrarian joined #minetest |
00:53 |
|
Kilroy joined #minetest |
00:53 |
|
Swift110-mobile joined #minetest |
01:17 |
|
smk joined #minetest |
02:22 |
|
ben_ joined #minetest |
02:23 |
ben_ |
hi |
03:13 |
|
amfl2 joined #minetest |
03:30 |
|
LizzyFleck joined #minetest |
04:49 |
|
liceDibrarian joined #minetest |
05:00 |
|
MTDiscord joined #minetest |
05:29 |
|
lemonzest joined #minetest |
05:48 |
|
CRISPR joined #minetest |
05:48 |
|
qqq joined #minetest |
06:08 |
|
calcul0n joined #minetest |
06:10 |
|
Sobinec joined #minetest |
06:52 |
|
Sobinec joined #minetest |
06:56 |
|
dabbill joined #minetest |
06:56 |
|
sys4_ joined #minetest |
07:02 |
|
mrkubax10 joined #minetest |
07:06 |
|
cation_ joined #minetest |
07:07 |
|
ROllerozxa joined #minetest |
07:07 |
|
nickodd joined #minetest |
07:07 |
|
A_Dragon joined #minetest |
07:08 |
|
fling_ joined #minetest |
07:08 |
|
Leopold joined #minetest |
07:10 |
|
tel4 joined #minetest |
07:21 |
|
Fusl joined #minetest |
07:34 |
|
sys4 joined #minetest |
07:53 |
|
Sobinec joined #minetest |
07:53 |
|
sys4 joined #minetest |
08:00 |
|
Baytuch| joined #minetest |
08:11 |
|
rod_tout_court joined #minetest |
08:45 |
|
Sobinec joined #minetest |
09:01 |
|
gxt joined #minetest |
09:19 |
|
gxt joined #minetest |
09:49 |
|
Sobinec joined #minetest |
09:49 |
|
Baytuch| joined #minetest |
10:52 |
|
imi joined #minetest |
11:29 |
|
Baytuch_ joined #minetest |
11:47 |
|
thecow275 joined #minetest |
12:07 |
|
rod_tout_court joined #minetest |
12:42 |
|
mrkubax10 joined #minetest |
12:58 |
|
mrkubax10 joined #minetest |
13:06 |
|
rod_tout_court joined #minetest |
13:07 |
|
Niklp joined #minetest |
13:25 |
|
turtleman joined #minetest |
13:34 |
|
kastimonoro joined #minetest |
13:38 |
Baytuch| |
sfan5: else -> if (n) |
13:39 |
Baytuch| |
commit 7f5cd5bb |
14:19 |
|
Baytuch| joined #minetest |
14:59 |
sfan5 |
? |
15:31 |
Baytuch| |
Strict nickname format (MineTest): https://www.youtube.com/watch?v=X7C5-8sVKrc |
15:31 |
Baytuch| |
hi |
15:37 |
|
jaca122 joined #minetest |
15:49 |
ROllerozxa |
it's always good to give more context when you send a link to a video or something, especially if it's not in english |
15:51 |
MTDiscord |
<warr1024> The title being in English but the content and description not being is fairly disorienting. |
15:57 |
|
appguru joined #minetest |
15:57 |
ROllerozxa |
thankfully youtube allows you to translate automatic closed captions so I can watch it even if I don't speak ukrainian... the beginning is discussing compiling minetest on windows, which is interesting to hear about, but I'm unsure what it has to do with "strict nickname format" |
15:57 |
ROllerozxa |
(I haven't watched the entire 2 hour video yet, maybe it will make sense in the ending) |
17:12 |
|
mrkubax10 joined #minetest |
17:21 |
|
Elouin joined #minetest |
17:34 |
|
Talkless joined #minetest |
17:45 |
|
jaca122 joined #minetest |
17:54 |
|
appguru joined #minetest |
17:58 |
|
Thomas-S joined #minetest |
17:58 |
|
Thomas-S joined #minetest |
18:20 |
|
Sobinec joined #minetest |
18:30 |
|
Sobinec joined #minetest |
18:38 |
|
mrkubax10 joined #minetest |
18:48 |
|
TomTom_ joined #minetest |
18:49 |
|
Baytuch| joined #minetest |
18:50 |
|
mrkubax10 joined #minetest |
19:21 |
|
Sharpman joined #minetest |
19:38 |
|
grorp joined #minetest |
20:16 |
|
Alnotz joined #minetest |
20:19 |
Baytuch| |
in my program, I have un-initialize var in char type: char c; |
20:19 |
Baytuch| |
but this var using in cycle, and non-have empty state anyway |
20:20 |
Baytuch| |
Can be un-initialize this var? |
20:20 |
Baytuch| |
as for me, char c = '\0'; - is better |
20:30 |
appguru |
WDYM by "but this var using in cycle, and non-have empty state anyway"? |
20:39 |
Baytuch| |
I wanted to say that this variable works with useful data in the cycle and is never empty. |
20:40 |
MTDiscord |
<warr1024> An un-initialized variable is just a variable whose value you don't know. So if you want to "un-initialize" a variable after having already set its value, all you have to do is forget what value is in it. |
20:50 |
Baytuch| |
Fix logic error (name_checker): https://github.com/baytuch/minetest/commit/42b0592d3ef0d86ee975e426f02514653348750d |
20:55 |
appguru |
this looks like the entire function should probably be replaced with a single regex? |
20:56 |
appguru |
Though I'm having trouble discerning what this is supposed to do and/or why it is useful. |
20:56 |
appguru |
The comment says something about (validating) a strict nickname format, but "Pattern: [A-Z]: 1, [a-z]: 3-7, [0-9]: 0-2" is not very enlightening... |
20:58 |
|
appguru joined #minetest |
21:18 |
DeepThgt |
if we ignore the confounding factors, and poor sample size, one could deduce that stallman's foot fungus/skin is superior to steve jobs' fruit diet in oncology outcomes |
21:36 |
|
gxt joined #minetest |
21:46 |
Mantar |
That's deep, man. |
22:08 |
|
behalebabo joined #minetest |
23:02 |
|
YuGiOhJCJ joined #minetest |
23:34 |
|
panwolfram joined #minetest |
23:38 |
|
ywang joined #minetest |
23:54 |
|
srifqi joined #minetest |