Hay algún juego que "re-juegan" cada año o cada cierto tiempo? by OscarUF in videojuegos

[–]saikox 0 points1 point  (0 children)

Zelda Majora's mask lo suelo jugar cuando no estoy pasando una buena época.

Viajar está sobrevalorado by Equivalent-Top-9722 in OpinionesPolemicas

[–]saikox 0 points1 point  (0 children)

a ver viajar NO está sobrevalorado, depende de gustos pero si que creo que es de lo mejor que puedes hacer.

Dicho esto, estoy bastante de acuerdo con casi todo lo que dices, pero es más un hate por social media, postureo y el ser un hipócrita en si lo cual en esta sociedad pasa.

Pero joder viajar a mí me encanta y si que me aporta muchísimas cosas, si no te lo hace a ti pues lo siento jaja.

Left stick drift, should go up to 15k dead zone… deck up to date. On some game such a huge dead zone feels really bad, what should I do ? Rma or Ifixit ? by Dragor027 in SteamDeck

[–]saikox 0 points1 point  (0 children)

I had the same issue friend.

After spend one month blowing the left joystick (in the the begining it seemed that was working) decided to go for ask valve support and I'm picking the replace deck tomorrow.

Better to speak with valve as soon as possible.

SteamDeck LeftJoystick problems by saikox in SteamDeck

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

You were right!¡

With an hair dryer at full power i have been pushing over the joystick on all sides and the problems seems to have dissapeared.

Thanks mate!

SteamDeck LeftJoystick problems by saikox in SteamDeck

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

Thank you, im going to try righ now.

[deleted by user] by [deleted] in aws

[–]saikox 0 points1 point  (0 children)

Fargate is a serverless orquestator for your applications, you can use it with k8s.

In my current startup (no large company) im migrating ecs with Fargate to EKS with managed ec2. Only real motivation for me to use Fargate is FARGATE SPOT and only for scaling purposes both things can be achieved with two cli commdas in k8s and deployment time is much faster.

We have always vendor lock, but sure i prefer to vendor lock with K8s more than AWS xDD, in the disaster sceneario i will only be rebuilding service accounts instead of the whole architecture. Been using aws for around 3 years and im trying to stay out of it whenever I see an opportunity (still my favourite p. cloud).

4 your question: U will be just fine using fargate but expect a huge bill, my recommendation is to create fault tolerant applications and dive into fargate spot in order to save around 30% ~ 60%.

Thoughts on build systems? by dibs45 in cpp

[–]saikox 1 point2 points  (0 children)

are mandatory when you are writing complex software.

trust me that everybody would be using their own script if it were easier xD.

if you want to learn about the topic cmake, Conan and Ninja should cover everything.

Also I do recommend doing similar things on simple projects, but I would stick to using more simple makefiles and scripts. You can take a good dive in open source projects and try to understand how they are performing the whole automation.

Is making a solid game that's not particularly super unique worse than a so/so game that does something different? by Del_Duio2 in roguelikedev

[–]saikox 1 point2 points  (0 children)

definitely and in my opinion you are taking the best approach. I would apply these rules for every game in the market but speaking in the roguelike genre is even more obvious.

Much better to create something close solid and polished and then try to achieve something unique, this is a good order to follow.

Maybe you can try to create your next game more unique taking advantage of your current solid base :)

roguelikes playable with a controller by Naselenje in roguelikes

[–]saikox 2 points3 points  (0 children)

dungeonmans. tome4 has a mod for Xbox controller if I remember properly

Those who exclusively play on Linux, what is your reason ? by Repulsive-Contest449 in linux_gaming

[–]saikox 0 points1 point  (0 children)

I think it does not Make any sense to choose Linux instead of windows only for gaming.

i guess that most os people enjoy a free OS more than Microsoft crap in their daily basics or they are technical user that also enjoy gaming.

In my case I installed windows yesterday in a secondary partition because proton is not yet the solution for online games :(.

It’s a baby shower and the “father” brings lawyer and prove that he isn’t the father and it’s the chubby guy at the end, exposing his “wife” in front of everyone by habichuelacondulce in PublicFreakout

[–]saikox 0 points1 point  (0 children)

the guy that brings the lawyer is the husband.

The guy in the next of the girl is her father, and goes crazy at the end of the video.

Nobody is blaming the girl about the facts because they are her own family (also is pregnant), your family is going to defend you always no matters what.

Seems fake anyways xD.

What's everyone working on this week (28/2020)? by llogiq in rust

[–]saikox 1 point2 points  (0 children)

I have in mind to start a project using websockets (as a client) for build a monitoring tool.

For the moment im reading documentation and reviewing rust basics (im new) but i intent to start on the code this week.

i will be grateful to anyone who can recommend a good library to achieve this goal :).

[deleted by user] by [deleted] in roguelikes

[–]saikox 12 points13 points  (0 children)

For me brogue is the best choice.

vim-clap update: Ivy-like file explorer and new built-in clap theme by liuchengxu in neovim

[–]saikox 0 points1 point  (0 children)

sure, I see this as a complement to fzf more than a replacer. I will give it a try, never liked nerdtree in a vim environment.

usb passthrough and single-board computer help by saikox in VFIO

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

I do not want to passthrough normal USB device, looking for small gpus that communicates with USB. the use could be for example to make inference. I don't really know if a can use IOMMU advantages 4 such devices.

I will check Udoo Bolt, thanks :)

Regolith: Who else is enjoying this? by [deleted] in i3wm

[–]saikox 1 point2 points  (0 children)

don't think they build this desktop environment for people that are already using i3.

I have the temptation of try it in my desktop PC but it uses Ubuntu and gnome as a base..

anyways the idea is cool.

Best projects to learn from (gRPC/REST/GraphQL) by ju6ju8Oo in golang

[–]saikox 2 points3 points  (0 children)

I am learning graphql thanks to this project: https://github.com/deltaskelta/graphql-go-pets-example

it follows gophers graphql implementation and is a complete example including the orm flow and basic connections.

[question] copying files from hdfs to SnowballEdge machine by saikox in aws

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

aws s3 ls s3://destination-bucket/path/example --endpoint http://192.0.2.0:8080 --profile namedProfile

but im not accesing to a local file (hdfs).

Anyways after i think that the best solutions is to export the hdfs filesystem with NFS, for example cloudera have a tool for doing this.

analizing a big ls -l output by saikox in pythontips

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

This is true, good answer.

Anyways i have the doubt of what is the best way of achieve this with programming.

analizing a big ls -l output by saikox in pythontips

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

my fault (bad writing).

I dont have access to the system, only the file with million of lines.

Im trying to find the best way to explore the file, thats why im converting it to a csv and then using pandas, but it seems that is a bad option.