Guild icon
DDraceNetwork
DDraceNetwork / off-topic
Any languages allowed
Between 2023-01-30 00:00:00Z and 2023-01-31 00:00:00Z
Avatar
Avatar
gerdoe
проверь
О, ты модерpoggers2
Avatar
Ебать важный, хуй бумажный poggers
justatest 2
Avatar
@Ryozuki wow, i don't understand anything about u did, but u so cool bro!!!!
Avatar
We are proud of you
Avatar
bro what the hell bro
10:40
dance race network
Avatar
self insert
11:03
self meme
Avatar
Avatar
Horunik
bro what the hell bro
he plays on the dance control panel poggers2 (edited)
Avatar
Avatar
RonIn
О, ты модерpoggers2
Avatar
Avatar
Ninjed
Click to see attachment 🖼️
im monke
13:53
@Ryozuki i can press green button or i have to read this wall of text?
Avatar
u can press the green button
13:53
the text is the license itself xd
13:53
the top part should be a summary
13:53
the permissions limitations conditions
Avatar
i just thought maybe something bad will happen if i wont read it
Avatar
You will get sued
Avatar
Avatar
MilkeeyCat
i just thought maybe something bad will happen if i wont read it
nothing
13:58
ultimately its ur work
Avatar
anyways im reading it now (edited)
Avatar
Avatar
MilkeeyCat
i just thought maybe something bad will happen if i wont read it
Lumpy ◐ω◑ 2023-01-30 13:58:48Z
yeah, you'll turn into a nice person instead of a troll troll
Avatar
Avatar
MilkeeyCat
im monke
Its average result, meaning you have enough skills to live
Avatar
Avatar
Lumpy ◐ω◑
yeah, you'll turn into a nice person instead of a troll troll
Im not a 🧌
Avatar
Avatar
MilkeeyCat
Im not a 🧌
Lumpy ◐ω◑ 2023-01-30 14:01:51Z
I wish pepeH
Avatar
Eh, you are in team with murpi, all mods and others feelsbadman (edited)
feelsbadman 1
Avatar
Avatar
MilkeeyCat
im monke
For me it would be something like 136
Avatar
Avatar
pilonpl
For me it would be something like 136
You can pass it on mensa dot org
Avatar
I did some random test anf it says my iq is between 105 and 120
Avatar
we eatin good tonight
♻️ 4
PogO 1
🔥 1
Avatar
Avatar
Ronan
we eatin good tonight
Lumpy ◐ω◑ 2023-01-30 17:14:01Z
why not #showroom poggers2 edit: got trolled feelsbadman (edited)
Avatar
Avatar
Deleted User
that's crazy (made by "mgarc")
tee_thinking
Avatar
Avatar
bencie
tee_thinking
Lumpy ◐ω◑ 2023-01-30 17:24:51Z
good eye tee_thinking
Avatar
Avatar
Lumpy ◐ω◑
why not #showroom poggers2 edit: got trolled feelsbadman (edited)
trolled
Avatar
Avatar
bencie
tee_thinking
untrollable
17:40
not even knupi can troll this mf
Avatar
Lumpy ◐ω◑ 2023-01-30 17:42:03Z
bencie is the the best heartw
Avatar
@Ryozuki my every day problem.. i swear every day i find a new unstable feature not even googling, just using what i need xDD 1. i need partial borrowing 2. i need proper generic constant expr 3. i need easy slice splitting like here they should focus on the core language instead of whatever they are doing rn xD
Avatar
im sure u can work around all that
18:33
but idk what u tell me
18:33
go make prs
Avatar
ofc, but i hate workarounds
18:38
pls make prs for me
Avatar
borrow checker is generally rather bad imo and makes the language harder than it is let mut a = false; let b = &mut a; let c = &mut a; *b = true; *c = false; it cannot even see through a simple code like this, that has no side effects why should this not compile? i can put the let c under the *b assignment and it works... why cant rust do that automatically?
Avatar
mut is exclusivity
Avatar
i know
18:52
the problem is, it could reorder the statements at compile time
18:53
to me the rule is too strict in this case, a better borrow checker would see this and allow this
18:53
same with function calls that return a &mut, it blocks the whole struct
18:54
that also makes lot of stuff more complicated
Avatar
but you can do the same in unsafe block, don't you?
Avatar
no
18:54
unsafe doesnt disable borrow checker
18:54
u can however use a pointer
18:54
and access that pointer in unsafe
Avatar
okey, got your point
18:55
but anyway seems to be too c-ish xd
Avatar
yeah but sometimes its really annoying to fight the borrow checker
18:55
esp. if its clearly stupid
Avatar
i always like to think this is for a reason, they dont make the borrow checker strict in bad faith
18:57
and there may be reasons u dont know
Avatar
Avatar
gerdoe
okey, got your point
сын Dekm'ы 2023-01-30 18:57:16Z
Можешь дать бинд чтоб в чат сообщения кнопкой скидывать
Avatar
well for partial borrow checking its clearly a limitation of the language
Avatar
a limitation of the borrow checker*
Avatar
Avatar
Ryozuki
a limitation of the borrow checker*
Consider the following struct and impl for 2D coordinates: struct Point { x: f64, y: f64 } impl Point { pub fn x_mut(&mut self) -> &mut f64 { &mut self.x } pub fn y_m...
Avatar
its inherently hard cuz u just aproaching the halting problem
Avatar
@gerdoe хи-хи-хи, теперь ты Барсик, а не гердое
Avatar
Avatar
Ryozuki
its inherently hard cuz u just aproaching the halting problem
arent all return statements clear in a function call?
18:58
i dont think it has to follow the code path.. simply act like all code paths will happen
18:58
and borrow all returns at once
18:58
still better than it is rn
Avatar
if u know better
18:58
make a rfc
18:58
and a pr
Avatar
Avatar
Jupstar ✪
well for partial borrow checking its clearly a limitation of the language
when i started learning rust i thought the same but actually these were childish mistakes, borrow checker was right xd
Avatar
Avatar
Ronan
we eatin good tonight
"Reaction blocked" justatest
Avatar
i know better but i dont know how to code compiler
Avatar
looks like gaussian distribution curve
18:59
that statement is a bit bruv
Avatar
Avatar
gerdoe
when i started learning rust i thought the same but actually these were childish mistakes, borrow checker was right xd
but its not right in my case
18:59
i blocks other struct member as borrowed even tho they are clearly not borrowed
Avatar
"borrow checker is annoying" -> "hm borrow checker does good work" -> "borrow checker is annoying"
Avatar
Avatar
Anime.pdf
@gerdoe хи-хи-хи, теперь ты Барсик, а не гердое
да(
Avatar
u might need to wait for https://github.com/rust-lang/polonius
Defines the Rust borrow checker. Contribute to rust-lang/polonius development by creating an account on GitHub.
Avatar
Avatar
сын Dekm'ы
Можешь дать бинд чтоб в чат сообщения кнопкой скидывать
bind <key> say "hi"
Avatar
Avatar
gerdoe
"borrow checker is annoying" -> "hm borrow checker does good work" -> "borrow checker is annoying"
i like the idea of it
19:00
but i dont like the current limitations
Avatar
@Jupstar ✪ lol, remember when I complained some time ago about the discord app, and I think you suggested me to use the browser version. Well I did, and now, 3 min ago I downloaded the app back, and first thing that happens is I get one of those discord's 'teehee' "haha we squashing bugs new year heehee", and now I have a bug where I can't see anything besides #off-topic, literally every chatroom is just this xd (edited)
Avatar
idk i dont hit such limitations
19:01
u might be doing unidiomatic code
Avatar
yeah, send some example code to ryozoozki
Avatar
Avatar
Cipy29
@Jupstar ✪ lol, remember when I complained some time ago about the discord app, and I think you suggested me to use the browser version. Well I did, and now, 3 min ago I downloaded the app back, and first thing that happens is I get one of those discord's 'teehee' "haha we squashing bugs new year heehee", and now I have a bug where I can't see anything besides #off-topic, literally every chatroom is just this xd (edited)
use webkit browser xd
Avatar
Avatar
gerdoe
bind <key> say "hi"
сын Dekm'ы 2023-01-30 19:01:40Z
Спасибо
Avatar
Avatar
Ryozuki
u might be doing unidiomatic code
maybe but maybe i also simply do a project that has a bit more requirements
Avatar
How can you fuck up a mobile app this badly
Avatar
Avatar
Jupstar ✪
use webkit browser xd
Noo, the bug is in the app, not the browser
Avatar
Avatar
Cipy29
Noo, the bug is in the app, not the browser
ah xD
19:02
missread then
Avatar
Literally 3 mins after I try the app again I get a bug
Avatar
Avatar
Jupstar ✪
maybe but maybe i also simply do a project that has a bit more requirements
yes, i only did hello worlds in rust
Avatar
Avatar
Jupstar ✪
maybe but maybe i also simply do a project that has a bit more requirements
but anyway maybe theres an idiomatic way
Avatar
Avatar
Ryozuki
yes, i only did hello worlds in rust
xd
Avatar
Avatar
gerdoe
but anyway maybe theres an idiomatic way
i am not sure, problem is idiomatic way can also be more expensive
Avatar
you aint know it without probing tho xd
19:03
but i think you have tried every way already
19:03
so no clue
Avatar
i can pass the required struct members as mutable
19:04
but it increases the function call
19:04
so its kinda less idtionamic
19:05
idiotmatic way of mine
Avatar
its hard cuz no context but u can always make a mutable function of that struct
19:05
or just accept the struct as a whole
19:05
or u can just use interior mutability
19:05
many options
19:05
hard to know
19:08
Avatar
its hard, but rust devs are gods
19:20
learath has to join them
Avatar
@cankick .
Avatar
@Jupstar ✪ keep using rust
Avatar
Avatar
Ryozuki
@Jupstar ✪ keep using rust
yeah generally i really like coding in it
19:33
its really just some QOL stuff
Avatar
its an order
19:33
otherwise
19:33
ill send the crab army
19:33
ferrisSus
Avatar
@cankick mapi kaydettim ama dosyalarda gozukmuyor
Avatar
@Jupstar ✪ @Learath2
19:33
meet ferris-chan
Avatar
Avatar
Wmiez
@cankick mapi kaydettim ama dosyalarda gozukmuyor
nasıl
Avatar
Avatar
Jupstar ✪
yeah generally i really like coding in it
be prepared
Avatar
Avatar
cankick
nasıl
baya dur
19:34
bekle
19:34
xd
Avatar
spam atma
Avatar
She is very harsh but lovely once you get to know her.
19:35
justatest
Avatar
atsam ne olcak
19:35
sey oldu
19:35
hani load map var ya
19:35
oyun icinde
19:35
gozukuyor mapim
19:35
ama blg dosyalarına girdiğimde yok (edited)
Avatar
loadlarkenki ekrani
19:37
at
19:47
@cankick
Avatar
Avatar
Wmiez
Click to see attachment 🖼️
ordan değil
19:53
%appdata% den
19:55
heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
19:55
eyw
19:56
@cankick kog map onaylaticam ne yazmam gerek
Avatar
@gerdoe какой же ты афигенный brownbear
Avatar
Avatar
Wmiez
@cankick kog map onaylaticam ne yazmam gerek
kog
20:00
swsine
Avatar
Avatar
Wmiez
@cankick kog map onaylaticam ne yazmam gerek
20:00
ordada submit map
20:00
vardir
Avatar
help kismi var once orayi oku
Avatar
Avatar
Gazebr
@gerdoe какой же ты афигенный brownbear
каво
Avatar
@cankick best time var ya onu nasıl sıfırlicam
20:09
😭
20:09
02 saniye yapmistim
Avatar
Avatar
Wmiez
@cankick best time var ya onu nasıl sıfırlicam
best time ne
20:11
cps mi
20:12
zaman tetikleyicisi
Avatar
Avatar
Wmiez
@cankick best time var ya onu nasıl sıfırlicam
sifirlama ne gerek var
Avatar
tab basınca gozukuyor ya
Avatar
.map dosyasina kaydediyor heralde hiçbir fikrim yok inan
Avatar
bilen birini tanir misin
Avatar
sorun değil ki o
20:18
.map dosyasina kaydediyorsa bi fikrim va (edited)
20:21
calismadi 🫤
Avatar
çok önemli deil
20:22
ki
20:22
o
20:25
map ismi degistim
20:28
demekki appdata usere kaydoluyomus lan a
Avatar
@cankick benim mape baksana
21:27
21:28
ama ss
Avatar
kog dunucusundavar
Avatar
yorumlayim
Avatar
oynayamaz misin
Avatar
eve 3 güne geccem
Avatar
bende telefondayım
21:29
yarın gameplay atarim
21:29
mapplay
21:29
🤠
Avatar
abo 18+ cikartma atiliyor
21:30
🫣
Avatar
nerdee
21:48
kizarlar
Avatar
Avatar
Ryozuki
@Jupstar ✪ @Learath2
Hot
Avatar
Avatar
Wmiez
atmam
dmden att
21:57
kek kek
22:34
@Ryu i found the solution
🥹 3
Exported 216 message(s)