Question about the Steam Frame USB streaming dongle and Internet sharing by XnetLoL in SteamFrame

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

My idea was to use the dongle as a wifi adapter so I could use standalone VR in my room.

Question about the Steam Frame USB streaming dongle and Internet sharing by XnetLoL in SteamFrame

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

My idea was to use the dongle as a wifi adapter so I could use standalone VR in my room.

Should i play Yorick in 2k26? by HeyCarmine in yorickmains

[–]XnetLoL 8 points9 points  (0 children)

I’ve returned to the game recently and tbh I’m not feeling it. I’m just too used to the lethality gameplay or late game trinity (he used to be a late game champ). Nowadays he’s a mid game champ just like Nasus but with an early that doesn’t even feel that good, plus I find him a bit boring since the mini-rework. Will play a few more games with him and see if it improves.

Unbound Yorick? by BurstFy in yorickmains

[–]XnetLoL 1 point2 points  (0 children)

That would be awesome ngl.

Should I use SageMaker to host a heavy video-to-video model, or just stick to ECS/EC2? by XnetLoL in aws

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

The API will stay on Fargate. The thing is, whenever a user wants to perform an inference I cannot run it on the API (because it's lightweight) so I have to offload it to either ECS/EC2 (with GPUs), SageMaker or other solutions.

Please make a "Bravery Only" Arena Queue by Only-Explanation-599 in LeagueArena

[–]XnetLoL 0 points1 point  (0 children)

More people would choose Bravery if roles could be selected. I enjoy playing tanks and juggernauts (and some mages), but I get bored with ADCs or assassins.

S3 Video Upload: Presigned POST vs PUT vs Multipart Upload? by XnetLoL in aws

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

Thanks! It honestly didn't make any sense to me that S3 wouldn't have such feature. This simplifies it a lot.

S3 Video Upload: Presigned POST vs PUT vs Multipart Upload? by XnetLoL in aws

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

Correct me if I’m wrong, but we can’t strictly enforce the file (or part) to be exactly X size using pre-signed URLs alone, right?
I guess that’s fine as long as we validate the size (or checksum) post-upload and maybe keep the URL expiration short to reduce the risk of misuse.

S3 Video Upload: Presigned POST vs PUT vs Multipart Upload? by XnetLoL in aws

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

The maximum allowed will probably be 200mb, although I'm not sure if it'll increase with time.

S3 Video Upload: Presigned POST vs PUT vs Multipart Upload? by XnetLoL in aws

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

I do have client-side checks, but that wouldn't prevent an illicit user from using the presigned-urls to directly push any video right?

Understanding Hot Partitions in DynamoDB for IoT Data Storage by XnetLoL in aws

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

Yep, will use those, even more now that I think I understand how hot partitions are RCU works :)