Load site modules...
lade...
random avatar

dinn - Network

Posts Subscribe

guten morgen

https://wetdry.world/@dinn/11426...

guten morgen

1.4.2025 04:54guten morgen
https://wetdry.world/@dinn/11426...

i need to understand a really specific thing about nm (from GNU binutils) and i have to deal with a 2100+ LoC file looking like this

https://wetdry.world/@dinn/11421...

i need to understand a really specific thing about nm (from GNU binutils) and i have to deal with a 2100+ LoC file looking like this

24.3.2025 20:48i need to understand a really specific thing about nm (from GNU binutils) and i have to deal with a 2100+ LoC file looking like this
https://wetdry.world/@dinn/11421...

why do people use obfuscators for their code when they can just format their code GNU-style

https://wetdry.world/@dinn/11421...

why do people use obfuscators for their code when they can just format their code GNU-style

24.3.2025 20:43why do people use obfuscators for their code when they can just format their code GNU-style
https://wetdry.world/@dinn/11421...

the Tesco bootloader is doing numbers again

https://wetdry.world/@dinn/11417...

the Tesco bootloader is doing numbers again

16.3.2025 09:44the Tesco bootloader is doing numbers again
https://wetdry.world/@dinn/11417...

https://wetdry.world/@dinn/11412...

7.3.2025 13:28
https://wetdry.world/@dinn/11412...

web development

https://wetdry.world/@dinn/11358...

web development

3.12.2024 08:46web development
https://wetdry.world/@dinn/11358...

made 80 cents buying items for a key on backpack.tf and selling it for more than the price of a key on the steam marketplace

https://wetdry.world/@dinn/11358...

made 80 cents buying items for a key on backpack.tf and selling it for more than the price of a key on the steam marketplace

3.12.2024 08:32made 80 cents buying items for a key on backpack.tf and selling it for more than the price of a key on the steam marketplace
https://wetdry.world/@dinn/11358...

i end up missing { get; set; } from C# more often than i would have thought

https://wetdry.world/@dinn/11355...

i end up missing { get; set; } from C# more often than i would have thought

26.11.2024 15:59i end up missing { get; set; } from C# more often than i would have thought
https://wetdry.world/@dinn/11355...

i have mistreated you for too long, css grid

https://wetdry.world/@dinn/11344...

i have mistreated you for too long, css grid

7.11.2024 16:35i have mistreated you for too long, css grid
https://wetdry.world/@dinn/11344...

random old post from April getting attention for no reason

https://wetdry.world/@dinn/11342...

random old post from April getting attention for no reason

3.11.2024 19:36random old post from April getting attention for no reason
https://wetdry.world/@dinn/11342...

trying to understand the inner workings of FreeBSD through the official docs is almost impossible. yet i still trust the docs more than any...

https://wetdry.world/@dinn/11331...

trying to understand the inner workings of FreeBSD through the official docs is almost impossible. yet i still trust the docs more than any paper or article talking about the Linux kernel inner workings

15.10.2024 13:49trying to understand the inner workings of FreeBSD through the official docs is almost impossible. yet i still trust the docs more than any...
https://wetdry.world/@dinn/11331...

hola

https://wetdry.world/@dinn/11329...

hola

13.10.2024 07:19hola
https://wetdry.world/@dinn/11329...

https://youtu.be/B8xHWwCuxKA?si=gjj-SS7ksAm7nD1z

https://wetdry.world/@dinn/11321...

youtu.be/B8xHWwCuxKA?si=gjj-SS

28.9.2024 13:14https://youtu.be/B8xHWwCuxKA?si=gjj-SS7ksAm7nD1z
https://wetdry.world/@dinn/11321...

this is being extremely picky, but I'm sad that I can't use the system as-is to handle awaiting for a job in a fiber contexti guess...

https://wetdry.world/@dinn/11301...

this is being extremely picky, but I'm sad that I can't use the system as-is to handle awaiting for a job in a fiber context

i guess I can still do some trickery by having a macro secretly turning an async function (job) back into sync code by turning every .await into what the fiber system wants to see but that's like meta programming on top of a already very complex fiber system. quite a pain

24.8.2024 05:07this is being extremely picky, but I'm sad that I can't use the system as-is to handle awaiting for a job in a fiber contexti guess...
https://wetdry.world/@dinn/11301...

to be fair as far as safe rust (and 99.99% of scenarios) is concerned, it's literaly the best solutionI only know one scenario where the...

https://wetdry.world/@dinn/11301...

to be fair as far as safe rust (and 99.99% of scenarios) is concerned, it's literaly the best solution

I only know one scenario where the state machine becomes dead weight and of course it's fibers

fibers do not need a state machine to store where we are in the function since they save the stack pointer and program counter. jumping back into it is literaly just a "jmp" asm call, no branch needed

24.8.2024 05:03to be fair as far as safe rust (and 99.99% of scenarios) is concerned, it's literaly the best solutionI only know one scenario where the...
https://wetdry.world/@dinn/11301...

having async functions creates a Future object that internally manages a state machine and has it's own quirky way to handle local...

https://wetdry.world/@dinn/11301...

having async functions creates a Future object that internally manages a state machine and has it's own quirky way to handle local variables (i might want to look more into that)

this is very, very, very low cost (no allocations, no runtime, ...) but I would not call it zero cost. some specific scenari that could benefit from the rust async await syntax would actually have to pay the price of this state machine, without having to use it

24.8.2024 04:55having async functions creates a Future object that internally manages a state machine and has it's own quirky way to handle local...
https://wetdry.world/@dinn/11301...

I'm pretty sure "rust async/await is a zero cost abstraction" is a false claim

https://wetdry.world/@dinn/11301...

I'm pretty sure "rust async/await is a zero cost abstraction" is a false claim

24.8.2024 04:49I'm pretty sure "rust async/await is a zero cost abstraction" is a false claim
https://wetdry.world/@dinn/11301...

I'm posting like a mom lmao but it's true!!

https://wetdry.world/@dinn/11287...

I'm posting like a mom lmao but it's true!!

30.7.2024 13:57I'm posting like a mom lmao but it's true!!
https://wetdry.world/@dinn/11287...

I can def feel the "echo chamber" environment when I open this app. it's always good to remind yourself that even if fedi is...

https://wetdry.world/@dinn/11287...

I can def feel the "echo chamber" environment when I open this app. it's always good to remind yourself that even if fedi is made with cool software it doesn't mean it's much more healthy than any other social media

30.7.2024 13:56I can def feel the "echo chamber" environment when I open this app. it's always good to remind yourself that even if fedi is...
https://wetdry.world/@dinn/11287...

hashtag je soutiens l'industrie agro alimentaire

https://wetdry.world/@dinn/11287...

hashtag je soutiens l'industrie agro alimentaire

30.7.2024 00:51hashtag je soutiens l'industrie agro alimentaire
https://wetdry.world/@dinn/11287...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️