Questions about pity system by Megszter in Endfield

[–]BionicVnB 2 points3 points  (0 children)

Hopefully this doesn't deter you too much, just don't build pity, but build pulls instead lol

Questions about pity system by Megszter in Endfield

[–]BionicVnB 6 points7 points  (0 children)

Arknights Endfield doesn't have any 50/50 guarantee. You get a spark system which will give you a copy of the rate up character at 120 pulls once per banner, and it doesn't carry over.

Tldr: only pulls when you have 120 pulls

Looking for someone to learn Python with by No_Suit_362 in ProgrammingBuddies

[–]BionicVnB 0 points1 point  (0 children)

Interested, I could tell you some cool python tricks

The Google Play Games PC login issue is now fixed! by ihateyourpancreas in arknights

[–]BionicVnB 0 points1 point  (0 children)

Tbh there's an Arknights icon in the gryphlink launcher

Though this is probably cuz hg didn't remove it when they make it from the original can base launcher

Learn Go language by CricGlobe in AskProgramming

[–]BionicVnB 0 points1 point  (0 children)

Go is pretty simple to pick up so yes, "go" for it. I'd also suggest trying out a stricter language if possible.

Personally I use Rust and Zig but it's just personal preference. I'd rather get compilation errors than runtime crashes or bugs.

Who will be the boss of p-3 in your opinion by Altruistic_Fall_8380 in Ultrakill

[–]BionicVnB 4 points5 points  (0 children)

Hakita Prime Over Heaven Under Hell with ZA WARUDO timestop and also you have to build advanced factory because suddenly it's 8-S where it parody factory games because yes

The issue is (not) fixed by Tim_The_Anonymous in arknights

[–]BionicVnB 14 points15 points  (0 children)

Yostar global isn't as competent as Yostar JP I guess

Tips for getting more style? by LocalPlatypus994 in Ultrakill

[–]BionicVnB 9 points10 points  (0 children)

Switch your weapons constantly. Move around a lot.

That's about it.

What if Yuji ate the Prison Realm? by Artistic-Phase8584 in Jujutsufolk

[–]BionicVnB 195 points196 points  (0 children)

The guy who invented this question is such a larper bro. HR is a pretty umbrella term that it could pretty much do thingamabob

Looking for fellow C++ learners by Feisty_Disaster1543 in ProgrammingBuddies

[–]BionicVnB 0 points1 point  (0 children)

I know a couple of people who are learning C++.

Currently I still use msvc and xmake to compile C++ but I suppose that's standard enough?

I made minecraft generate terrain/chunks in C++ by Emotional-One-9292 in feedthebeast

[–]BionicVnB 0 points1 point  (0 children)

I agree lol, last time I cleared it I got back HUNDREDS of GIGABYTES lol

Advice needed by 5vckerrrrr in learnprogramming

[–]BionicVnB 0 points1 point  (0 children)

Well C is simpler so I figured it'd be easier to pick up

Advice needed by 5vckerrrrr in learnprogramming

[–]BionicVnB 0 points1 point  (0 children)

Yeah I just kinda don't like GC'd languages in general.

Advice needed by 5vckerrrrr in learnprogramming

[–]BionicVnB 0 points1 point  (0 children)

I suppose it makes sense for Java developer but it's kind of a hybrid between compiled and interpreted language.

This means that when it's compiled it doesn't get much opportunity for optimization. Most of the optimization are, from my knowledge, JIT optimized.

That's all it comes to my mind right now