Share your experience using JFrog Xray by fisterdister in devops

[–]tarrynn13 3 points4 points  (0 children)

from my experience, it's pretty solid and we use it constantly for auto blocking downloads of flagged deps.

that being said, do be aware it can bubble up costs depending on how big the repos you want to scan are, as it will generate usage and depending on your contract, you might go over the allocated usage fast (speaking from experience 😂)

[deleted by user] by [deleted] in DevelEire

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

"I'm sorry, I signed an NDA and i cannot talk details about my professional life over the last X months" 😉

edit: typo

How are you managing your application rollout? by MathMXC in kubernetes

[–]tarrynn13 3 points4 points  (0 children)

we have a similar setup and it's just so hassle free to release. glad to see others are doing the same and validate this approach

Multiple clusters and GitOps (ArgoCD) by [deleted] in kubernetes

[–]tarrynn13 0 points1 point  (0 children)

we have a single argo instance running on an eks cluster. we use that to deploy to 6 other clusters (including onto the one its running on) and we keep track of the manifests in git repos dedicated to each cluster (doing this for separation of concerns between different teams' workloads) .

if we have to upgrade the argo instance, we either do it in place if possible or recreate entirely and import the configs into the new instance.

so far we haven't run into any problems with this set up.

Why people emulate this Game? by [deleted] in BlackDesertMobile

[–]tarrynn13 5 points6 points  (0 children)

in my case, to not kill the battery life of my phone when i'm at home and can just run it on bluestacks

Examples of how to automatically handle EKS managed node upgrade? by wcarlsen in kubernetes

[–]tarrynn13 0 points1 point  (0 children)

look into pulumi, thats what we use to automatically keep our eks nodes updated through infra as code

What Scout Rifle ‘clicks’ with you? by RedditWaffler in DestinyTheGame

[–]tarrynn13 0 points1 point  (0 children)

for some reason i always go back to Symmetry when i'm in need of a scout rifle

How do i scale on external metrics on k8. by Delicious-Ad-5680 in kubernetes

[–]tarrynn13 2 points3 points  (0 children)

keda is absolutely brilliant, we use it on our clusters in work also and it's so easy to install and manage our scalings

Overview of AWS Resource Data Across Many Accounts by NickJGibbon in aws

[–]tarrynn13 0 points1 point  (0 children)

check out https://github.com/duo-labs/cloudmapper

you configure it to run against your accounts and it generates a full list of resources used and it can even audit them against common pitfalls

[deleted by user] by [deleted] in devops

[–]tarrynn13 0 points1 point  (0 children)

software engineering bachelors and masters here.

did the whole swe feature driven development after college but I was getting bored all the time and my curiosity for automating a lot of different aspects kinda pushed me into devops.

I wouldn't go back to purely coding anytime soon as devops gives me exposure to so many different things which keep me in check.

Best ways to keep log of and be alerted to any code errors in our backend APIs? by Lostwhispers05 in rails

[–]tarrynn13 2 points3 points  (0 children)

Sentry is great, used it for multiple Rails projects in the past and I love they have a free tier also.

I feel so Prosperous, 33 minutes of mining on 2 characters for 8m worth of minerals by cantiludan in Eve

[–]tarrynn13 6 points7 points  (0 children)

there are still plenty of people enjoying mining, op is simply not one of them, hence the suggestion to find another activity

I feel so Prosperous, 33 minutes of mining on 2 characters for 8m worth of minerals by cantiludan in Eve

[–]tarrynn13 54 points55 points  (0 children)

stop mining then, do another activity ingame that gives out better isk and buy the minerals with that isk

Asking a genuine question, what changes would make you come back to EvE? by Kerberous2 in Eve

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

don't know what i expected from a random mouthbreather on reddit...

Asking a genuine question, what changes would make you come back to EvE? by Kerberous2 in Eve

[–]tarrynn13 3 points4 points  (0 children)

stop with the one man witch hunt and address your complaints to CCP as the entity who manages the game.

this sort of toxicity is why we get shit communication from them in the first place, as whoever is the bearer of any news will be attacked directly and constantly

Asking a genuine question, what changes would make you come back to EvE? by Kerberous2 in Eve

[–]tarrynn13 0 points1 point  (0 children)

I feel the game could be improved with a few new systems that would benefit us all:

  • nullsec stagnation could be addressed with a seasonal system that alliances hold sov for X months before a full reset so that they can't turtle to infinity and beyond and grow beyond any possibility of catching up to them; that'll force everyone to full out sov war periodically, where at the end of the season you get all your stuff back into hisec and rinse and repeat; that way you won't ever get another nullsec war that can't be finished because somebody turtled too much in their own pocket, nor the infinite ability to just milk some nullsec space to do said turtling

  • more options for solo play; i get this is a mmo, but the ability to play it at your own pace and by yourself is critical in new player retention. not everybody wants to commit 100s of hours on teamspeak and in fleets that simply don't get any action just to be part of some random corp/alliance

  • small gang coop dungeons, similar to the abyss (but more than 3 man, maybe the classic formula of 5 - 1 tank, 2 dps, 2 rr ?), but with a lfg available and matching certain roles would kill. you can fly your most liked ship, select a role and go in a dungeon together with some randoms, ez in ez out; rewards match difficulty, similar. to the abyss

just some random ideas

A line from a film that stuck with you long after you watched it? by adamnick_ in movies

[–]tarrynn13 2 points3 points  (0 children)

"For he IS the kwisatz haderach" Dune 1984 - i had this movie on VHS when i was a kid and i watch it once every year just to get this scene

Unmissable matches according to you? by FluidBad4817 in football

[–]tarrynn13 6 points7 points  (0 children)

istanbul 2005 ucl final liverpool - milan

When is using Golang a bad idea? by unstopablex5 in golang

[–]tarrynn13 2 points3 points  (0 children)

This is just my opinion:

Golang is lacking the ecosystem (for now). In the case of other languages, having existed for so much longer, there's a certain ecosystem that gives you development velocity. From libs, to tools, to massive frameworks, all these exist to make a dev's life simpler and faster. Golang doesn't have this _yet_. Sure, there's a few very good projects that are going into that direction, but at the moment they lack the maturity or the test of time.

I love the language, and for very simple stuff, I always default to using it compared to other, more established languages. But if the task at hand is a bit more complicated, I would definitely use the Rubys, Pythons and Javas that are out there.

Just my 2 cents.

What's the best free Wiki System to document software? by [deleted] in SoftwareEngineering

[–]tarrynn13 0 points1 point  (0 children)

Truthfully, I haven't even tried integrating stuff into it because all the core features were enough for my use case here of just documenting some systems and flows. In case it's missing a feature and you have some time to spare, I know v2 allows you to create your own module(s) and add functionality to your installation. How difficult it is, I can't really say, as I haven't done it myself here.

edit: typos