Conversation
Notices
-
Embed this notice
munir (munir@fedi.munir.tokyo)'s status on Sunday, 07-Apr-2024 15:36:17 JST munir @kirby @n3f_X @niggy arguably rust better ecosystem since one thing is forced on everyone, no mental acrobatics needed to install libraries - Pleroma-tan likes this.
-
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Sunday, 07-Apr-2024 15:42:43 JST Pleroma-tan @munir @n3f_X @niggy I think I will just write go when the time comes. -
Embed this notice
munir (munir@fedi.munir.tokyo)'s status on Sunday, 07-Apr-2024 15:42:45 JST munir @kirby @n3f_X @niggy err != nil language :Yikes: Pleroma-tan likes this. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Sunday, 07-Apr-2024 15:44:27 JST Pleroma-tan @munir @n3f_X @niggy honestly, it's a bit better than using errno. Pairs good -
Embed this notice
:niggy: (niggy@poa.st)'s status on Sunday, 07-Apr-2024 15:50:20 JST :niggy: @kirby @munir @n3f_X speaking of errno, that's actually the biggest issue I've had so far
did you know errno isn't a normal global variable, but is actually an internal macro thing specific to the C compiler/runtime? so there's no standard/portable way to access it from a non-C language like Rust?
using errno is required for many common libc functions, like socket stuff. makes using them in Rust an adventurePleroma-tan likes this. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Sunday, 07-Apr-2024 15:53:13 JST Pleroma-tan @niggy @munir @n3f_X design decisions :0130: -
Embed this notice
munir (munir@fedi.munir.tokyo)'s status on Sunday, 07-Apr-2024 16:13:10 JST munir @kirby @n3f_X @niggy I LOVE MAKING BAD DECISIONS WITHOUT THINKING ABOUT THE CONSEQUENCES AND DEPTH OF MY ACTIONS Pleroma-tan likes this.