ZILtoid1991

joined 2 years ago
[–] 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

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

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

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

ayy lmao 👽

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

It's okay, some manufacturers are refusing to open-source their drivers.

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

Just label it as NSFW!

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

Russia also used them in Ukraine.

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

Shocker: Shock therapy still doesn't work.

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

That's from his heel-face turn arc, when he becomes an anti-hero.

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

one of the stars murdered their spouse

Mikeneko! Don't make your case even worse!

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

I'm pretty sure in Hologra, there were skits like that.

(I wonder if there are pro-wrestler themed VTubers out there. Managed to find a few metalheads though, my only dream is to find industrial VTubers.)

 

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

 

New #autism creature dropped!

 

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

 

No real issue with comments, but my posts only show up on this server, and not on the remote one. This is so bad that I was thinking on getting a Lemmy account for posting there.

 
 

It's really annoying, and stops the music I'm listening to.

My phone is a Samsung Galaxy S23 Ultra, and it doesn't have a built in DAC (or at least it's disabled in the SoC firmware).

Addendum: it's not that it unplugs completely, but rather the USB DAC loses power and/or data connection.

 

Parasocialism: Size the means of one sided attachment to D-list internet celebrities

 

I installed Windows 10 on a colleague's PC, but after she accidentally connected the monitor to the motherboard instead of the graphics card, it started missing winload.exe (interrupted some update maybe?). So I bought the USB stick with the Windows installer to work, but now it instead just tries to load the installation instead of giving me the option for fix or anything. It doesn't even let me reinstall Windows, let alone to select an option for fix (I got the "fixing windows" though after a few bluescreens).

 

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

 

@ChiralTheAlien, I'm your second YouTube subscriber!

 

Can someone recommend me a music/singing related #VTuber that isn't too "corporate" and is lesser known? I need a replacement oshi.

 

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 ›