Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZI
ZILtoid1991 @lemmy.world

He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java

Posts 95
Comments 1.4K
AuDHD assessment suggestion
  • Wouldn't work, I bond very slowly, due to long time isolation. Psychotherapy is not an option, due to it being defunded in my home country at an even greater scale than other parts of health care, because juST gO To ChuRcH anD PrAY.

  • Both Campaigns Release Ads Showcasing Trump’s Most Racist Comments
  • Besides of the whole "kick a ginger day" thing, they also made "Death Camp of Tolerance", and bigots to this day are using arguments from it to support whatever movement they came up with to dismantle progressivism in the name of "fairness and balancedness", which usually boils down to painting progressives as unreasonable radicals (as their views are not always held by others, the whole "why you don't tolerate intolerance?" stuff, etc.), and bigots as more reasonable than they actually are as long as they have some "reason" behind their bigotry.

    Also an episode of South Park is currently used by transhpobes to strip trans people of their rights, because "what if a man will pretend to be a trans woman".

  • Bottom right
  • tyranny.gov will become the preferred one the moment their favorite video game's sequel has an LGBTQ+ and/or PoC character in it (even if the OG already had it), to "not censor" it.

  • 2 in 3 People Often Encounter Hate Speech Online.
  • I have to use Facebook daily because of family, and I don't think Zucc cares about hate speech anymore. But call a right wing chud a sadistic psychopath, you get a 3 day ban for bullying.

    UPDATE: It seems that Facebook puts more effort into hiding comments that could be potentially be used to reveal bots as bots through well known LLM jailbreak methods, than into curbing hate speech. Zucc really wants that extra tax lowering and curbing of union-rights, even if Project2025 would likely make a lot of stuff on Facebook illegal to host in the US, since republicans want broaden the definition of pornography to include almost everything.

  • Rule
  • insert here incoherent chud rambling about how yuri is different from lesbianism, and that until they say "yes we're lesbians" they're not lesbians

    (That part about "but they didn't explicitly said they're X" is a long running argument people try to use to erase any implied representation, which I first encountered with heavily implied autism of Mashiro Shiina from Sakurasou no Pet na Kanojo (ffs, she has sensory issues and stuff))

  • Where can I find OpenGL tutorials that are known to be not generated by AI?

    I not only have hard time finding tutorials, but even if I do, I have a hard time getting them to not crash, let alone working. I don't know what's the reason, but I have a suspicion that some of these are now AI generated, hence the issues of them not working or outright crashing.

    I know newer APIs exist. They're way too complicated for my usecase.

    I've heard about WebGPU, but I don't want to touch it with a 10 meter long pole, due to its name. I'll have a lot of time convincing people that WASM isn't a web-only thing, and me using it for scripting won't mean my game engine is either Web-based, nor that it has any Web-capability, and I only stayed with it due to my inability of finding a well-supported scripting VM without "Web" in its name.

    If you ask: My game engine is currently using CPU rendering, and used to use SDL2 for displaying the output. I decided to move away from them. Managed to find some basic OpenGL tutorials when I first write my replacement for the SDL2 window handling. The Windows API is well documented on that regard, I even was able to find X11 documentations (this one even required me to find code already implementing such things, since documentation on some features was scarce). However, it somehow became increasingly difficult to find them.

    3

    You can never satisfy the anti-woke crowd

    Godot got a spite fork by the name "Redot" after their community managers quote-retweeted a chud calling the use of licensed game engines woke. Some people jumped onto the bandwagon, but it seems the engine is still too woke for some YouTube commentators.

    3

    What is wrong with my shaders?

    Vertex:

    ```glsl #version 120

    void main() { gl_TexCoord[0] = gl_MultiTexCoord0; gl_Position = ftransform(); } ```

    Fragment:

    ```glsl #version 120

    uniform sampler2D tex;

    void main(){ vec4 texSlmp = texture2D(tex, gl_TexCoord[0].st); gl_FragColor = vec4(texSlmp.r, texSlmp.g, texSlmp.b, 1.0); } ```

    All I get with this is a black screen.

    I cannot seem to get tutorials for anything older than OpenGL 3.3, and for my usecase, I could go lower, except everyone tells me "OpenGL is obsolete, try Vulkan instead".

    gl_TexCoord[0] seem to be all zeros if I modify the fragment shader to try to output gl_TexCoord[0].st, so its content would be displayed as color information, which I did for a different test. Also I can't find anything on how do I "pass" textures (or other values) to the shaders in the official docs, nor any of the tutorials I could find explains how that actually works.

    EDIT: Target version is OpenGL 2.1/GLSL 1.20

    EDIT2: I updated the shaders to GLSL 3.30, but then my DuckDuckGo search results suddenly turned bad about the subject, and in/out still doesn't work between vertex and fragment shaders (values taken from the vertex shader is all zero).

    6

    Some license recommendations for an open source font?

    I've worked on multiple bitmap fonts, and would like to open source them in some way of form.

    5

    Spooky rule

    6

    Windows 11 (Clov_der)

    8

    You have been SWIVELLED!

    12

    Competition places start at 0

    20

    Guess what this product is without looking up what it is!

    35

    It's official, Rust is an anti C/C++ elitist slur

    97

    The rule of the anti-woke grift

    39

    DConf '24 without context:

    5

    Most successful open source operating system

    24
    Political Memes @lemmy.world ZILtoid1991 @lemmy.world

    Trade offer

    1

    How do I return a fullscreen window back to normal on X11?

    It was quite difficult to look up for Windows, and X11 has its own more complicated way of doing things. On X11, I've managed to enter fullscreen, but exiting is even more difficult and less documented.

    I know Wayland exists, but as long as XWayland provides a good enough support, I'll use that instead for now, due to lack of time on my own side.

    EDIT: To clarify: I meant how do I do it via API calls, in programming, not by what key is the default (which is F11).

    4

    Feminism rule

    Context: On the bottom one, she's shredding on the guitar, and wanted to make fun of a previous "before feminism/after feminism" meme.

    3

    Dinner rule

    13

    C rule

    22
    Microblog Memes @lemmy.world ZILtoid1991 @lemmy.world

    Pro tip

    16

    Trans-Exclusionary Ruledical Mold

    40