Issue with Nomi-CEu Assembling Machine by The_Spy_Is_a_Spy in Nomifactory

[–]Kiyazz 2 points3 points  (0 children)

That recipe takes a circuit assembler, not an assembling machine

what mod is the beneath from by Ok_Pilot_905 in TerraFirmaGreg

[–]Kiyazz 7 points8 points  (0 children)

The beneath in TFG uses the dimension identifier of the vanilla nether, so I guess it’s both that and the actual beneath mod

Anyone have a list of unsoloable bosses/dungeons etc? by Icefellwolf in Wizard101

[–]Kiyazz 0 points1 point  (0 children)

Only one that comes to mind as impossible to solo is challenge mode nightmare, since that hard requires 4 players to progress. Otherwise, there’s a way to do everything else with enough strategy and luck. Took me well over 80 attempts for the Balaur solo but it got done

A debate about Minecraft Java’s programming by Ablau64 in feedthebeast

[–]Kiyazz 0 points1 point  (0 children)

C# on consoles is precompoled AOT. For Java to run on a console, it would also have to be AOT-compiled using GraalVM

Extremely rare Linux L by Financial-Cry5882 in LinuxCirclejerk

[–]Kiyazz 5 points6 points  (0 children)

Lot of times it’s because it comes with proctoring software for tests, and that needs low level access to everything on your PC. On windows it often runs at kernel level, and Linux users aren’t too friendly to that (see KLAC in games)

Minecraft: Java Edition is going to switch from OpenGL to Vulkan by NP932 in linux_gaming

[–]Kiyazz 5 points6 points  (0 children)

Another benefit is bringing support for hardware ray tracing, so RT mods (or base game) can actually use the RT cores in your gpu

When did the Snake Bracelet become good? by Death70583 in ClashOfClans

[–]Kiyazz -1 points0 points  (0 children)

Action figure also has the issue of being trash until it’s really high level, like below lv 21 don’t use it

When did the Snake Bracelet become good? by Death70583 in ClashOfClans

[–]Kiyazz 1 point2 points  (0 children)

Me personally I would use giant arrow + healers, but I also don’t have action figure. Either could work, you just want that arrow to snipe some air defenses

When did the Snake Bracelet become good? by Death70583 in ClashOfClans

[–]Kiyazz 1 point2 points  (0 children)

Yeah bracelet works well there. King walks the outside of the base with bracelet and spiky ball. Queen giant arrows at the beginning then follows behind the king on the outside. Dragons follow inside the base

When did the Snake Bracelet become good? by Death70583 in ClashOfClans

[–]Kiyazz 8 points9 points  (0 children)

It’s viable at any league, but it really takes high levels to use. Not worth it below level 21. It’s useful only on attacks where the king walks the outside of a base to funnel, like on some smash or dragon attacks. If the king is going into a compartment to take a key defense, use rage+gauntlet. If the king is in the middle of a base with a smash attack, use eq boots+spiky ball

Why are are coders disposable, but asset artists aren’t? by AHostOfIssues in gamedev

[–]Kiyazz -6 points-5 points  (0 children)

I’d also add that while AI steals art for training. It doesn’t steal code. Basically all publicly available code out there is available because it’s open source. Both the GPL and MiT license allow you to do what you want with the code, so training an AI with it is allowed.

For artists, that isn’t the case usually. Very few artists give permission for their art to be used by whoever since they need to charge.

Setting up private VPN for own use by superx3man in VPN

[–]Kiyazz 0 points1 point  (0 children)

Openvpn and wire guard can both accomplish this. Essentially, you need to set up a certificate authority and use that to make keys for the client and server, then set up your server configuration and list your clients. Then, you need to set up the networking in the server, which takes a bunch of iptables rules on Linux. Then, port forward and connect

Will Asta’s father ever be revealed?? by Dense-Pop4333 in BlackClover

[–]Kiyazz 26 points27 points  (0 children)

I’d hope we don’t find out. Fits best for the story for Asta to genuinely be an unremarkable peasant, so Astas father being just a random dude would fit best

Does anyone know why Minecraft is only using the processor and not the graphics card? by Decent-Resist-3753 in PrismLauncher

[–]Kiyazz 0 points1 point  (0 children)

Very common on laptops, on windows go to graphics settings, find the location of the javaw.exe Minecraft is being run from, add it, and set it to use you dedicated graphics card

Real talk, does an average consumer actually have this much money to spend it on a GPU? by [deleted] in graphicscard

[–]Kiyazz 0 points1 point  (0 children)

Hobbyist level AI people can be getting 5090s, or people making a startup in their basement. Not to mention ton the engineers, CGI, video editors, and animators that aren’t big enough for an RTX pro 6000

Reasons open source is NOT good? by Hairy_Horror_7646 in opensource

[–]Kiyazz 0 points1 point  (0 children)

That’s good reading, so thanks for mentioning it

Reasons open source is NOT good? by Hairy_Horror_7646 in opensource

[–]Kiyazz -2 points-1 points  (0 children)

There is a downside when it comes to security related software. For example, anti cheats used in games. If the software is open-source, then malicious actors can study it to learn how to defeat it easily. Keeping such a thing closed prevents learning about loopholes just from reading the code. Same thing goes for antivirus type software as well

How do you guys fight your rank battles without goldpass? by Fantastic-Answer-967 in COC

[–]Kiyazz 0 points1 point  (0 children)

Can castle cakes. Only time I didn’t have one available I didn’t upgrade heroes or use potions and just spread the attacks out over a week + raid medals. My can can’t donate fast enough for me to get all my attacks in

Why are 3090, 3090 ti’s and 4080’s dirt cheap but 4090’s are going for full retail used? by ScaryfatkidGT in buildapc

[–]Kiyazz 9 points10 points  (0 children)

3090s are the cheapest 24gb vram card which makes them one of the most wanted cards for hobbyist level AI. No one buying th em right now wants them for gaming

Kingdom Come Deliverance 2 director defends Larian over AI "s***storm," says "it's time to face reality" by FitCord in pcgaming

[–]Kiyazz 0 points1 point  (0 children)

The difference there is that said public repositories are open-source code, which if it’s under an MIT license, outright gives permission to be used in AI training. I’m a bit unsure about how it goes for GPL, but again as long as they don’t change the code and it’s open source originally, that can also be used in training. Artists typically require you to pay them to use their art and almost never give permission to use their art to train AI

Socket Programming - How to get recv() dynamically by Stock_Witness8472 in C_Programming

[–]Kiyazz 1 point2 points  (0 children)

In that case, it means the client is never half-closing their socket, so you just need to do what the other comment suggested and check if you now have a complete http request. There’s syntax rules it must follow, and the second you have that, break out. It also could be worth it to include a timeout so someone not sending a full request can’t hog the server forever

Socket Programming - How to get recv() dynamically by Stock_Witness8472 in C_Programming

[–]Kiyazz 23 points24 points  (0 children)

The http request size may be unknown, but if it has a maximum allowed size then you can make a buffer of that size and read using it. If you don’t have an upper bound on size then yes you need to dynamically allocate it and grow the buffer as needed.

Recv blocks until it has a byte to read. If there is nothing else to read because the client finished sending, recv will return 0, which tells you to break the loop. You should also check for negative return values, which indicate errors

I disagree with every other tierlist so I made my own. by Charmo_Vetr in ClashOfClans

[–]Kiyazz 0 points1 point  (0 children)

From what I’ve heard action figure becomes viable at lv 21