ZILtoid1991

joined 2 years ago
[–] ZILtoid1991@kbin.social 2 points 1 year ago

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.

[–] ZILtoid1991@kbin.social 1 points 1 year ago

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.

[–] ZILtoid1991@kbin.social 1 points 1 year ago

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.

[–] ZILtoid1991@kbin.social 1 points 1 year ago

sees Rent-A-Girlfriend as a tag on Pixiv

screams internally

[–] ZILtoid1991@kbin.social 1 points 1 year ago

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.

[–] ZILtoid1991@kbin.social 2 points 1 year ago

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

[–] ZILtoid1991@kbin.social 3 points 1 year ago

Applying in my field
These employers they won't hire

[–] ZILtoid1991@kbin.social 5 points 1 year ago

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

[–] ZILtoid1991@kbin.social 7 points 1 year ago

Every little counts.

[–] ZILtoid1991@kbin.social 2 points 1 year ago (2 children)

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.

[–] ZILtoid1991@kbin.social 10 points 1 year ago

Putin won't stop at Ukraine...

[–] ZILtoid1991@kbin.social 1 points 1 year ago

dokibird laughs in the background

 

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

 

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.

139
Gun rule (media.kbin.social)
 
 
 

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

 
 

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

 

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

 
 

kbin sounds a lot like kabin, or かびん/花瓶, which means vase in Japanese.

 

After a software update, VS2022 stopped working correctly. When I hit a break point, I don't get any local variables and their values, instead I get a "wait..." label that looks like a button, and also VS is growing in memory size until it crashes my Windows, or I either stop the debugging or VS itself.

So far I get the best results by using x64dbg, but it has it's own issues, namely that almost all guides only discuss its reverse engineering capabilities, and I need a development tool, so I don't have to rely on printing to the console as debugging, which has a lot of issues (leaving in the print commands, etc). I'm programming in D, but it should work with any other debugger made for C, and up until recently I used VS for that purpose.

 
view more: ‹ prev next ›