ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
zumi_ has joined #asahi-dev
zumi has quit [Ping timeout: 480 seconds]
zumi_ is now known as zumi
chadmed has quit [Read error: Connection reset by peer]
chadmed has joined #asahi-dev
tobhe_ has joined #asahi-dev
hexdump01 has joined #asahi-dev
hexdump0815 has quit [Ping timeout: 480 seconds]
tobhe has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
malfunction54 has quit [Remote host closed the connection]
malfunction54 has joined #asahi-dev
cylm has joined #asahi-dev
nora_ has joined #asahi-dev
nora has quit [Ping timeout: 480 seconds]
eluks has quit [Remote host closed the connection]
eluks has joined #asahi-dev
john-cabaj has quit [Ping timeout: 480 seconds]
zumi_ has joined #asahi-dev
zumi has quit [Ping timeout: 480 seconds]
zumi_ is now known as zumi
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
iaguis has quit [Remote host closed the connection]
<chadmed>
i really like rust but man i wish i could just memcpy some bytes when i need to
<chadmed>
trying to reimplement adt_getprop_copy and i just cannot figure out a way to do it that isnt total dogshit
<chaos_princess>
slice::from_raw_parts(thing as *const Whatever as *const u8, mem::size_of::<Whatever>()) ?
<chadmed>
huh i actually didnt consider treating the whole struct as a slice of bytes
<chadmed>
the unsized member was throwing me but it doesnt matter if we just have a pointer to the top byte. we know the total size of the thing
<chadmed>
does slice::from_raw_parts actually copy though? i thought it just gives you a fat pointer to the slice at the address of its first argument
<chaos_princess>
fat pointer, and then you can copy it yourself
<chadmed>
oh right
cylm has quit [Ping timeout: 480 seconds]
zumi_ has joined #asahi-dev
zumi has quit [Ping timeout: 480 seconds]
zumi_ is now known as zumi
mattia013 has quit [Remote host closed the connection]
mattia013 has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
john-cabaj has joined #asahi-dev
nora_ has quit [Quit: WeeChat 4.4.2]
nora has joined #asahi-dev
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
chadmed has quit []
chadmed has joined #asahi-dev
shenki has quit [Ping timeout: 480 seconds]
shenki has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
cylm has joined #asahi-dev
iaguis has joined #asahi-dev
zumi_ has joined #asahi-dev
zumi has quit [Ping timeout: 480 seconds]
zumi_ is now known as zumi
<jannau>
there are hole in what arm64 defconfig enables. simpledrm is surprisingly missing
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
opticron has quit [Read error: Connection reset by peer]