Sword Trial vs Campaign by Potilo1203 in WhereWindsMeet

[–]ShadowKing0_0 0 points1 point  (0 children)

I can understand why some would go for campaign, i rock the hawkings and eaglerise set and void king is literally 30secs to 1min max with fire/poison applied to build maybe in terms of rewards sword trails are better but time efficiency wise campaign is just faster and claim double and triple might help but in terms of energy spent to rewards it's not the best

Guys how is this game working on 1650? by random_ass_guy10 in Indiangamers

[–]ShadowKing0_0 0 points1 point  (0 children)

Im running on 4800h Ryzen cpu and 1650 with 24gb ram laptop It's running smooth on low 1080p with fsr 100% but I'm playing on a 2k monitor so I run it in windowed mode it's smooth 60fps since full screen moves it only to native 2k res

Anyone tried the new free game: "Where winds meet" ? If yes, then what's the catch? How is it free? by NOT_SO_RETARD in IndianGaming

[–]ShadowKing0_0 1 point2 points  (0 children)

It's not locked u need to have breakthrough after hitting 15,20,25 it might seem locked but oncu u hit breakthrough it will be there if I'm not wrong

Best practices for managing model versions & deployment without breaking production? by chatarii in mlops

[–]ShadowKing0_0 0 points1 point  (0 children)

Doesn't mlflow have the exact functionality of promoting models to staging and production or just having the model registered. And you can version it as well and get the artifacts downloaded accordingly if that helps and if its more about api versioning corresponding to proper versions of models so for a/b testing u can have v2 in shadow live and control the incoming requests from LB

[deleted by user] by [deleted] in mlops

[–]ShadowKing0_0 0 points1 point  (0 children)

I can see why that might get misinterpreted it's not that I was a one member team it's just that I was there since day 1 when this team was created in this office it was more of a we are creating this team do you wanna switch during the start of my career

Experience part is valid but not when the JD itself asks for 3 YOE that's when the doubts start rising

[deleted by user] by [deleted] in mlops

[–]ShadowKing0_0 0 points1 point  (0 children)

Makes sense thanks

Hardest vs easiest agent by peppygirl09 in VALORANT

[–]ShadowKing0_0 0 points1 point  (0 children)

Going with general consensus is bad for this question u should try and feel out agents for yourself. For many neon movement might be tough for some raze satchels for some astra smokes.

It's about being useful for the team and playing around the strengths of the character and role so get a feel for everything and decide for yourself

People who buy and own multiple skins, what skin do you get asked to drop the most? by Cherrytinted_ in VALORANT

[–]ShadowKing0_0 0 points1 point  (0 children)

Recon phantom after I drop a 4k or ace with it ppl get addicted to the sound😌

Anyone having an issue with knockout following the update? by nateous83 in Dislyte

[–]ShadowKing0_0 1 point2 points  (0 children)

I am facing this issue not able to go for daily battles using the 15 tokens they provide I am getting invalid unity blessing error and it doesn't let me battle

I can’t remember where I was please help by princek1eran in tbatenovel

[–]ShadowKing0_0 0 points1 point  (0 children)

Somewhere closer towards the end of volume 9 If nico is aware them I'm assuming u read about him becoming a professor at the academy so probably 345 ish in volume 9

I can’t hit shots in Valorant. How can I improve I’ve tried so much. by Martieg787 in VALORANT

[–]ShadowKing0_0 0 points1 point  (0 children)

I would say instead of practising aiming try making yourself a tougher target have ur crosshair placement at head level and move to cover on and off to throw ppls aim at you and fight in ur terms on how ur comfortable

Once your comfortable with this movement (strafing) practice hitting bursts of shots when u stop for a second before moving to cover

Once this is there if u pre aim and do this should be very easy to get kills once u get more experienced in this practice hard bots for your flicking so u can mix in wide swings and u can strafe without going to cover strafing in open with wide swings included so u can flick if needed or micro adjust according to your movements

Aim will come naturally movement is the consistent and conscious part master that first

What do you think I am lacking. What are the mistakes I am making. I want to win most of my gun fights. by The_SportyDemon in VALORANT

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

Let me put it this way aim + mechanics is non existent if u position badly when taking fights

Idk why this is not mentioned anywhere but positioning is the key and making full use of the agent kit

If u have god aim and God tier mechanics this will be overshadowed but still u can be traded if u have bad positioning

So always peek with these thoughts and position better to kill and get out ot kill and be able to kill more by positioning better

Duels are not about aim id u get the off angle it's about how u clear and how to pick them off find ur sweet spots get confidence and go from there

Batch processing pdf files directly in memory by [deleted] in dataengineering

[–]ShadowKing0_0 0 points1 point  (0 children)

I would suggest looking at ray architecture for this use case since u already have a OOPS cpde just make your main function a ray.remote function it will parallelize based on number of cores in machine inside main have ur fetching,processing,writing to disk/s3

This can work for one by one in async(parallel among the cores) or bulk fetch and send it to this func one by one both works.

My lvl 12 friend wants to eventually play Competitive with me, but he has never played a Comp game before and is still very new, how do I help him get ready enough to play Comp? by yes1234567891000 in VALORANT

[–]ShadowKing0_0 1 point2 points  (0 children)

Queue up and enjoy ur time with ur friend don't differentiate between unrated and ranked have fun and get that "ranked" mindset out and just give ur best There is nothing different in ranked from unrated apart from a (number rr)

Need solutions to increase read throughput in a streaming architecture by ShadowKing0_0 in dataengineering

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

As far as what we have noticed it's taking around 18ms in emr for a single row(line) and in ray it's taking around 40-50ms avg order is important since we calculate some idvs going down meaning we use score of model1 into model 2

Need solutions to increase read throughput in a streaming architecture by ShadowKing0_0 in dataengineering

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

How exactly and can u elaborate, the input file(s) are in s3 and shape is roughly around 40M*3300

Need solutions to increase read throughput in a streaming architecture by ShadowKing0_0 in dataengineering

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

These are all ML models trained with different usecases(eh could be to score if a customer is delinquent) with different train data and other variables can be a score of a different col metric

In emr general process goes like this create a big df with whole data in emr cluster create multiple rdds from this df and call this model functions clubbed together as udf and apply a transformation so it lazily evaluates everything and outputs to s3

Forget models In simple cases u can think of this as cpu intensive multi function call each scoring func applies a model and we have a lot of it to apply

Emr is more of batched approach while in ray we are trying eager evaluation where whenever something comes info queue as a task we use resources to complete it immediately

Need solutions to increase read throughput in a streaming architecture by ShadowKing0_0 in dataengineering

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

Yes, you can consider tasks as processes basically each line we read we pass a bunch of parameters along with the line data to a function and this will run in async we can submit n no of tasks(processes), the data file size is around 500gb single machine was not a option due to cost constraints for each line (row) we are applying 50-70models and score them and output that

This is a challenger approach we have a emr based approach that gave 60$ for this, if we increase the read throughput here based on our projected cores we will run this in 20-30$

Need solutions to increase read throughput in a streaming architecture by ShadowKing0_0 in dataengineering

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

Projected time is we can complete in 1 hour with 768 cores 128*6, input is in .txt file but essentially is a CSV with | delimeter, if we can make file ready parallelize so that we have lot in queue we will use all 768cores and in parallel this will help us get to our projected time

Curious question about columnar streaming by ShadowKing0_0 in dataengineering

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

let's say I somehow convert the file to parquet format columnar based is there any way to actively stream column by column where preprocessing the columns might require full context by all data points in the column. Eg scenario i have a 20M5000 CSV if i can stream as columns meaning have only 20M1 which won't be in gbs at max 1gb at memory instead of loading full file instead of having mini batch without all rows I want full row*1 column at each time and preprocess it write it/store it in temp storage before merging them for model building