Skip Navigation
Jump
The return of Gamergate is smaller and sadder
  • "Make your own games!"

    "Okay!"

    "No! Not like that!"

    19
  • Jump
    Asking for belly rubs
  • A few scratches are nothing. Just let the cat take your hand, and it'll be fine.

    4
  • Jump
    Pope criticised for saying Ukraine should ‘raise white flag’ and end war with Russia
  • Knowing what the Russian government truly are, the best outcome for Ukrainians in that case is a cultural genocide, with Ukrainian being banned and they'll be forced to learn Russian. This is already the case of territories currently or formerly under occupation.

    32
  • Jump
    Pope criticised for saying Ukraine should ‘raise white flag’ and end war with Russia
  • Maybe his ring would get a lot of Ukrainian kids human trafficked to them in case of a Russian victory.

    8
  • Jump
    Now all these f*ing zoomers are telling me that I'm out of touch!?
  • What if I visit the community/magazine without posting? How do they know?

    58
  • Jump
    rule problem
  • I think a Trump win could mean at least soldiers being sent to Gaza and Ukraine being handed over to Putin in the name of "peace", which would fuel the territorial ambitions of other dictators. A lot of Hungarians are still mad about Treaty of Trianon, see Slovaks as a "fake nation created by the Habsburgs/Jews/communists", and this is only my country. China has it's own territorial ambitions, so are most other regimes.

    6
  • Jump
    How A Small Video Game Narrative Studio Wound Up At The Heart Of A Massive, Anti-Woke Conspiracy Theory - Aftermath
  • woke

    Gaming's problem isn't wokeness, but are overbloated budgets and scope.

    20
  • Jump
    Sonic magazine ad
  • the best game ever

    Citation needed!

    2
  • Jump
    German patient vaccinated against Covid 217 times
  • He probably wanted that autism superpower...

    1
  • Jump
    Linux for desktop market share surpasses 4% for the first time, says Statcounter
  • I'm a game dev, so I'll have to at least keep around either a Windows VM or a dual boot system, since Windows is still very popular.

    2
  • Jump
    The Extra Mile
  • Later on: the employee who does extra work will make the employee who does the bare minimum getting fired, but he doesn't get a wage increase. He will however complain about "lazy" people like immigrants, the disabled, etc. instead.

    1
  • Jump
    Sex (Rule)s
  • I'm a man, and I can confirm this. Even in grave danger, I wish I was having sex. When I'm coding in D, I chuckle at it's name and thinking about what if I named my variables after sex jokes.

    1
  • Jump
    Chizuru Beach Ball (by SydusArts)
  • sees Rent-A-Girlfriend as a tag on Pixiv

    screams internally

    1
  • Jump
    RE: Is Ernest still here?
  • I'd volunteer, but I'm already burdened with personal projects and the horribly underpaid work in Hungary's own "public work program" (pays half of minimum wage for an 8 hour job), so currently I cannot. That being said, if there ever were some paid opportunity (even part-time at minimum wage), I could finally say goodbye to my current job.

    1
  • Jump
    Argentina’s Milei bans gender-inclusive language in official documents | CNN
  • When I used to be right-wing, I believed in a world, where people will have democracy at their workplaces, and people will finally do away with work-moralization (I'm from a former Eastern Bloc country, and gulags and mandatory labor reinvented the protestant work ethics).

    2
  • Jump
    LinkedIn Park
  • Applying in my field
    These employers they won't hire

    3
  • Jump
    I don't appreciate this picture of me
  • That's a chudjak, since I'm not a chud this does not apply to me.

    5
  • Recently I'm seeing more and more fashy people hailing AI "art", and while I might have made a Twitter thread on the subject a year ago, I want to dig deeper in what lies behind the scenes, besides of "woke mind virus", "the transes were mean to my VTuber oshi for plaing the wizard game, billions must die", "artists are not REAL workers, thus they must learn to weld" (which itself can be an art), etc. I want to write an article about the subject.

    I personally see and even experience fascistic work ethics on a daily basis (I live in Hungary), however I still need to see the underlying workings, also I can point the readers to further investigate such things. Also I need more context for fascism's relationship to art besides futurism (will be very relevant to geek gatekeeping), marble pillars, and "returning to tradition by honoring the great masters".

    1

    My main issues are living in a country (Hungary), where a college degree would be almost mandatory for any dev jobs (mainly due to HR being dumb), also I'm disabled so my only job opportunity is a crappy government program one that pays half the minimum wage for full-time employment (!!!!!!), but this is the only no-12 hour shift and no-6AM starting option (most of which are also like 60+km from me, which means I would have to wake up even earlier, which isn't good for my health at all). however, not only a pay is very low, but also the 7AM starting is beginning to be way too much for my health. I'm already on sleeping pills to try to make myself fall asleep before midnight (almost impossible), and I also don't have the money to get my meds changed to something better at a private doctor. Of course no disability benefits, because "I'm not disabled enough", and otherwise I would just spend it on luxury cars (a common pre-2010 myth in Hungary was that disabled people could buy brand new Mercedeses).

    I primarily have experience with game development (mainly from open source stuff), but without a long list of corporate experience, I have an even harder chance. I could work at other places too (I have some audio development experiences too), but would like to stay far away from web development.

    14

    Since I'm having untracable issues with Lua due to its API and lackluster documentation, I've decided to drop it from my game engine (PixelPerfectEngine) in favor of some easier to use alternatives.

    What I need is:

    • open source
    • small footprint even if it at the cost of some complexity (I need it as a scripting engine, not as a replacement for compiled application languages)
    • integer support (I don't care if I could just round it on the backend)
    • C or C++ ABI
    • can be embedded into a software (yes, there are people that suggest you to use janky solutions like passing data in files and command line)

    Even a better Lua implementation would suffice, and if I had the time, I would port the official one to D (my main language), while getting rid of the godawful stack method of control.

    11
    telex.hu The "Sovereignty Protection Authority" is harmful and against the rule of law, yet it will not intimidate independent media

    A joint statement by independent Hungarian papers in response to the newly adopted Sovereignty Protection Bill.

    A joint statement by independent Hungarian papers in response to the newly adopted Sovereignty Protection Bill.

    0
    telex.hu Hungary’s Sovereignty Protection Authority will be able to investigate just about anything and anyone

    What will the soon to be established, new government agency in Hungary be authorised to do in order to investigate "processes suggesting foreign interference"? How will it operate? A summary.

    What will the soon to be established, new government agency in Hungary be authorised to do in order to investigate "processes suggesting foreign interference"? How will it operate? A summary.

    7

    Defederate rqd2 [dot] net immediately!

    They seem to allow pedo crap (like actual advocacy), thus putting our instance into danger.

    0

    The official documentation isn't 100% clear on things (why am I getting LUA_TNIL for functions?), and the best I can find with some simple web search is kinda relevant stackoverflow (🤮) posts, except they're mostly about calling host functions from Lua side, the rest are things that seem I've nailed so far.

    EDIT: Solution was that everyone was using luaL_dofile, while I was forward thinking and used lua_load instead, which isn't a macro, and as such doesn't do an initial lua_pcall. Now I do it manually, and now I get different, but less cryptic and actually documented errors. Now I just have to wrestle with D metaprogramming features (very strong and capable, but is a rabbit hole itself).

    11

    I'm developing my own library for I/O purposes in D, and so far I managed to make my window to open up, but when I close it, I get an error like this:

    ``` X connection to :0 broken (explicit kill or server shutdown).

    ```

    I cannot find anything related to this, and most guides instead recommend me to use some preexisting library for the same purposes, except they often come with very serious caveats (SDL2's audio didn't work for me at all, SFML and a lot of other libraries use the older DirectInput library instead of something newer, etc).

    1