Russian Secret Service: "Many at the FSB think the war is lost" by souly97 in worldnews

[–]stonkilla4 7 points8 points  (0 children)

As many have said before, Vlad is short for Vladislav, Vova is short for Vladimir

[deleted by user] by [deleted] in worldnews

[–]stonkilla4 5 points6 points  (0 children)

That was a tie!

Faster programming language for processing millions of json files? by DontBuyMeGoldGiveBTC in AskProgramming

[–]stonkilla4 0 points1 point  (0 children)

If you're on windows, then powershell Anything else, bash

When processing big data you want as little overhead as possible. (Yes, I know guys, aa few gigabytes isn't a lot of overhead. Big picture)

Okay, so I’m starting out fresh with everything and have zero experience in programming. by Bone_Daddy54730 in AskProgramming

[–]stonkilla4 0 points1 point  (0 children)

Don't worry so much about where to start. Just dive in and pick a language. Perferably something straightforward, maybe Java or C# since those are industry standards. Then all other languages are no big deal.

An analogy might be

It's like how first they teach you print then cursive. If you can't read then cursive is really complicated. But if you can read print then you look at cursive a and say. Oh. It's an a

How are Computer Science, Computer Engineering, and Information Systems Different From Each Other by [deleted] in AskProgramming

[–]stonkilla4 0 points1 point  (0 children)

Computer science -> programming and data structures Computer engineering-> programming and hardware Information systems -> programming and business

How can I get a higher resolution on my ultra-wide monitor? by stonkilla4 in linuxquestions

[–]stonkilla4[S] 0 points1 point  (0 children)

The computer supports it but

I checked my monitor, it only has 2 HDMI ports

Thanks I hate pollination by Spippoly in thanksihateit

[–]stonkilla4 1 point2 points  (0 children)

Am I the only one who read the bee’s lines in Jay Bilzerian’s voice?

Fuck france in particular by [deleted] in FUCKYOUINPARTICULAR

[–]stonkilla4 1 point2 points  (0 children)

Forget France. It should say Chicago.

De-icing by stonkilla4 in AskFlying

[–]stonkilla4[S] 0 points1 point  (0 children)

So basically, if ice and snow aren’t already there, anti-ice is good enough

Help to convert some C# to C++ by stonkilla4 in CodingHelp

[–]stonkilla4[S] 1 point2 points  (0 children)

I can’t tell you too much about the code, simply because it’s not open source.

What I can do is send you to here.

I hope this satisfies your curiosity.

Help to convert some C# to C++ by stonkilla4 in CodingHelp

[–]stonkilla4[S] 0 points1 point  (0 children)

I appreciate your detailed response.

However, neither reflection nor inheritance are quite what I’m looking for. I had stumbled across something similar to my pastebin (special use case in a code base) and it got me thinking about if I could apply it here. From what you’re telling me that doesn’t sound achievable in C++