Skip Navigation
ZILtoid1991

Game developer and artist.

Spoken languages: Hu, En, some Jp

Programming languages: C, C++, D, C#, Java

Mastodon: @ZILtoid1991

Github: https://github.com/ZILtoid1991

Posts
65
Comments
633
Joined
2 yr. ago
  • "Make your own games!"

    "Okay!"

    "No! Not like that!"

  • A few scratches are nothing. Just let the cat take your hand, and it'll be fine.

  • 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.

  • Maybe his ring would get a lot of Ukrainian kids human trafficked to them in case of a Russian victory.

  • 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.

  • 7777 33 66 3 0 66 88 3 33 7777

  • woke

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

  • the best game ever

    Citation needed!

  • He probably wanted that autism superpower...

  • 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.

  • 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.

  • 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.

  • 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).

  • That's a chudjak, since I'm not a chud this does not apply to me.

  • Occasionally, you can find the actual right-libertarian, but they won't be that for very long. They either go full authoritarian once they find "self-help", turn into boring liberals, or become left-libertarians.

  • Go ahead

  • Putin won't stop at Ukraine...

  • On birth: not impossible, but will take an awful lot of training and lubricant.

  • 196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    VTuber rule

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Autism rule

    NonCredibleDefense @sh.itjust.works
    ZILtoid1991 @kbin.social

    Abandoon all tanks

    VTubers @sh.itjust.works
    ZILtoid1991 @kbin.social

    Domestic abuse allegations made by Mafumafu, everything points in direction of Mikeneko

    Note 1: Do not harass anyone! It does not help the victim, and potentially just can garner sympathy to whoever the perpetrator is.

    Note 2: Mafumafu did not specifically name Mikeneko, however everything about A-san lines up perfectly. He probably can't name whoever is she as he might have had to sign an NDA. So unless there's coincidentally another female creator with very similar life...

    Full text of translation of Mafumafu's statement: https://twitter.com/idkbria/status/1750906672384503868

    Long story short: After an article in a Japanese magazine have revealed his marriage, Mafumafu had to go explain some further details on his situation. He detailed his relationship, and the abuse he received, especially the extreme jealousy.

    During the divorce settlement, multiple people, including A-san have harassed Mafumafu as a cheater and domestic abuser. There's also some accusations that Mafumafu have killed A-san's blind cat, whi

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Rulekeeper

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Scientist rule

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    The original Pokémon with guns rule

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Hungarian rock star rule

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Rödhaj regel (Red shark rule)

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Ruledin

    Game Development @programming.dev
    ZILtoid1991 @kbin.social

    Where can I look for gamedev (or almost any other dev) jobs?

    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

    Game Development @programming.dev
    ZILtoid1991 @kbin.social

    Looking for some Lua alternatives to be embedded in a game engine

    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.

    Programming @kbin.social
    ZILtoid1991 @kbin.social

    Some alternative to Lua, or at least the mainline Lua release?

    I'm having a lot of trouble with the lack of documentation (I had to dig and poke around for days to get it working not from the files directly, only for it to stop working again in the same way, all while still having the fix for it), and the lack of an incentive from some of its other users in the D community to make anything newer than 5.1 working (I NEED INTEGER SUPPORT).

    Basically I need a relatively lightweight scripting library for my game engine written in D, that isn't a toy language (which doesn't have integer support). Most other scripting libraries lack integer support (even Lua did until 5.4, because yOU CaN JuST uSE rOUnDIng ON youR BaCKeNd) and/or are heavily bloated (I don't want to include 50+MB stuff just because it's trendy to make your scripting language a slow and clunky application language (I'm looking at you, Javascript!)). I'm using D, but it can interface with both C and C++.

    I would be fine with Lua, and if I had the time, I'd just reimplement it in D witho

    News @lemmy.world
    ZILtoid1991 @kbin.social
    VTubers @sh.itjust.works
    ZILtoid1991 @kbin.social

    Peak Rin Penrose moment

    World News @lemmy.world
    ZILtoid1991 @kbin.social
    Fediverse @kbin.social
    ZILtoid1991 @kbin.social

    Thinking on creating a guide on leaving Twitter etc. for creators, etc., some tips on what it should include?

    A lot of artists, etc. are reluctant to leave corporate social media like Twitter, due to fears over the Fediverse (usually spread by other people, that think Fediverse = Gab + some cryprobros + maybe Pawoo), or not willing to understand it.

    I think I'll try to explain the working of the Fediverse in simple drawings, add a few instances recommended for certain types of creators, and make a page long FAQ section with stuff like about GDPR requests, etc.

    196 @lemmy.blahaj.zone
    ZILtoid1991 @kbin.social

    Gun rule

    /kbin meta @kbin.social
    ZILtoid1991 @kbin.social

    Defederate rqd2 net immediately!

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

    VTubers @sh.itjust.works
    ZILtoid1991 @kbin.social

    The Ririsha experience