Guild icon
DDraceNetwork
DDraceNetwork / off-topic
Any languages allowed
Between 2024-12-25 00:00 and 2024-12-26 00:00
Avatar
Avatar
Tsumugi
this shit goes hard ngl
season 2 rls or what is this referencing?
Avatar
Avatar
cyberfighter 2
u suck
but u suck more
Avatar
Avatar
Teero
season 2 rls or what is this referencing?
s2 most likely
Avatar
Avatar
Tsumugi
s2 most likely
man it's 5 am xd (edited)
Avatar
but as i understood that's season 1 opening 2
Avatar
Avatar
Teero
man it's 5 am xd (edited)
7:30 for me
04:31
nouis
Avatar
Oh I must have overlooked that opening
04:31
Never saw it
04:32
merry Christmas
Avatar
xmas
Avatar
too bad im not christian
Avatar
Avatar
eidderFsT
too bad im not christian
hi not christian im ryo
Avatar
no you are dad
Avatar
Avatar
Overlord
If they use radio waves, reciving is passive, while sending requires huge amounts of electricity
Seems like they aren't exactly low on energy
07:20
In 20 years they could've maybe stockpiled enought to send a message?
07:20
I don't know of it's explained in the movie
07:21
I might've missed it (edited)
07:22
I am not sure if this movie doesn't makr much sense or if i just don't get it
Avatar
i think i might be obsessed with minecraft grind (edited)
09:38
i havent killed dragon yet
Avatar
Wait you're playing fake Minecraft
11:07
cringe
Avatar
mods make the game playable
Avatar
cyberfighter 2 2024-12-25 11:11
vanilla is boring as hell
Avatar
Avatar
Cammodude
mods make the game playable
So this is just modded? I can accept it in that case
Avatar
Avatar
risu
Wait you're playing fake Minecraft
tf
12:02
thats just better statistics mod (edited)
12:03
im playing vanilla with some qol mods (client only)
Avatar
Avatar
cyberfighter 2
vanilla is boring as hell
true
12:05
thats why im playing hardcore
12:05
it makes game feel 10x better
Avatar
Avatar
Tsumugi
thats just better statistics mod (edited)
Ok ignore what I said then
Avatar
ah maybe u were talking about discord activity
12:22
its also a mod
Avatar
Avatar
Tsumugi
it makes game feel 10x better
not really
12:26
because it's still easy
12:27
it's just that you have to risk less often
12:27
and with totems of undying you are almost immortal
Avatar
Avatar
Tsumugi
its also a mod
This one I know!
Avatar
Avatar
pilonpl
because it's still easy
not for me then
12:29
im feeling satisfied after making progress in hardcore
Avatar
hardcore is literally just minecraft but you have a much higher incentive to not do anything risky
Avatar
i dont even wanna play survival
Avatar
Avatar
Tsumugi
thats just better statistics mod (edited)
I was just sus because the stats menu was unfamiliar and I thought of it maybe being bedrock
12:30
I'm very prejudiced against bedrock
Avatar
bugrock
Avatar
i never understood why you'd split off a working game into two versions that are basically the same but differ enough for you to notice
12:31
stuff like redstone, mob spawns etc are different, and i dont understand why
Avatar
they wanted to make bedrock only game (edited)
12:31
for all platforms and shit
Avatar
java runs on all platforms
12:31
wtf they yappin about!
Avatar
its horribly optimized
Avatar
it's microsoft, if they can't even optimize unoptimized code
12:32
notch shouldn't have sold ...
Avatar
it would be dead if notch didnt sell it
Avatar
absolutely not
Avatar
yesss
12:33
imagine how much tnt i could have
Avatar
rate my present
🦅 4
💯 1
💀 2
Avatar
♂S1mple♂ 2024-12-25 12:39
Is that bicycle?
Avatar
is that a car
Avatar
Avatar
meloƞ
is that a car
♂S1mple♂ 2024-12-25 12:41
Obviously not, there's only 2 wheels
Avatar
Роман (Травка) 2024-12-25 13:45
Avatar
i wrote rust code
Avatar
Avatar
eidderFsT
i wrote rust code
Dear god
13:57
Straight to the naughty list
Avatar
justatest i parsed our players.msgpack file
13:57
in js
13:58
it exploded my vps
13:58
so i just rewrote the code in rust
Avatar
Blazing fast!
Avatar
it's like the very first time i actually need anything native
feelsamazingman 1
14:00
justatest js is still easier for me tho
Avatar
At least use TS or something
Avatar
i needed to write my own msgpack parser just to handle ddnet's weird utf8 binary key instead of using strings
Avatar
It's in your name!
Avatar
ofc it is ts
14:01
i guess python and rust can just do that.
Avatar
Write in C like a good traditional greybeard
Avatar
Avatar
risu
Write in C like a good traditional greybeard
Avatar
justatest i actually never called http in c
14:05
if i just need to process files i might just use c
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
Who needs variable size data structures Just be clairvoyant and guess the right size of array
Avatar
i have 0 confidence doing anything async with c
Avatar
Avatar
risu
Who needs variable size data structures Just be clairvoyant and guess the right size of array
int aTest[99999999999] = {};
Avatar
Something something allocate 4k chunks or whatever
Avatar
I never write real programs so I don't have to worry about easy maintainability
kek 1
Avatar
same
Avatar
So manual memory management is no big deal
Avatar
tbf the exploding things is probably bun
14:16
the same script took bun 2gb of ram and deno only have hit 700mb
14:17
bun is stupidly fast on my machine than deno tho
Avatar
Avatar
risu
Who needs variable size data structures Just be clairvoyant and guess the right size of array
Just make your own
Avatar
is rust string always utf8?
16:07
if i compare them are utf8 bytes compared?
Avatar
Avatar
eidderFsT
is rust string always utf8?
yes
Avatar
ok thanks
17:01
this is pure jank isn't it
Avatar
somewhat readable
17:32
if you have data, you get each info to be sorted, then written to a file and (I assume) you drop the data to whatever function it's acquiring it
17:32
(if I understood correctly)
Avatar
no racism
18:02
Avatar
Why programmers i see never use “using namespace std” statement? Isn’t it makes it really easy?
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
.
Avatar
it's called namespace pollution it brings the entire std namespace into the global namespace, which can lead to name conflicts it's also harder to read impo
18:35
its confusing
Avatar
Avatar
gizem
Why programmers i see never use “using namespace std” statement? Isn’t it makes it really easy?
It's only good for very small programs so people just avoid it as a rule of thumb
Avatar
MilkeeyCat 2024-12-25 20:06
@Learath2 which way is better for copying bytes from source to destination?
  • using registers, for example:
mov rax, QWORD PTR [rbp-26] mov QWORD PTR [rbp-13], rax mov rax, QWORD PTR [rbp-21] mov QWORD PTR [rbp-8], rax
  • using rep movsb
Avatar
♂S1mple♂ 2024-12-25 23:42
Avatar
I especially like step 4: Egg
Exported 121 message(s)
Timezone: UTC+0