who is this eceleb i keep seeing people post him on here
>>105748768Emanuel Ebussy, is a husband, lover, and coder. not necessarily in that order. Asks about use cases and closes threads on various Gnome forums.
Use case for this thread? I will have to summon janny if you don't have one.
i see this dude's face when i'm grocery shopping asking me use case any time I see something I don't usually buy
>Emanuel Ebussy, is a husband, lover, and coder. not necessarily in that order. Asks about use cases and closes threads on various Gnome forums.
Why are the interactions the Gnome maintainers have with their community so weird and hostile? Obv users can be entitled retards when it comes to support/features for free software, but often their (especially ebussy and co.) initial responses to requests/inquiries is to just be condescending pricks and avoid engaging with their userbase.
closed
md5: 2d3c27c68f96d4bc9f1e95a1fa692989
🔍
>>105749146trigger warning: jumpscare
https://www.bassi.io/pages/about-me/
>>105749167Pretty much the same shit that happens in stackoverflow, some people just wanna feel superior to other people and because they hold a position of "prestigue" they feel they can be assholes to everybody while dismissing valid concerns.
>>105748723 (OP)is kde now maybe tomorrow
Never used GTK but the entire concept of GObjects seems insane to me. C code works best when it's as imperative and explicit as possible. Why try to jury rig quasi-OO abstractions into C instead of just using a language better suited to widget building?
>>105749394The need for everything to have a C interface makes using other languages problematic. You just end up with friction between the C interface and the internal implementation.