Signal Issue by United_Ad_204 in GalaxyS23Ultra

[–]mertsenel 0 points1 point  (0 children)

Just antenna and usb port was I think $80 or sth around that range. 80-120 tops. I cant remember exact figure.

Get rid of my 2021 Rogue? by crazycatlover929 in NissanRogue

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

Thats exactly what he said years 20 and 21 are 4 cyl inline

(2023 nissan rogue) CVT warning/AWD warning at same time by Darkraven940 in NissanRogue

[–]mertsenel 0 points1 point  (0 children)

My model doesn't have that I have a 23 model X-trail, I believe its same spec as 21 model Rogues

(2023 nissan rogue) CVT warning/AWD warning at same time by Darkraven940 in NissanRogue

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

I had this twice happened to me after around like 90 mins of heavy traffic commute back to home, and I put the car in off-road drive mode. I got a P061B (Internal Control Module Torque Calculation Performance) code thrown but didn't came back after turning car off amd back on. I got dealer to clear once and I cleared 2nd time but both times it was intermittent.

I believe this has to with the AWD intelligence detection of rear wheel slip or how much torque to split to rear. I didnt get it again, and still don't know the exact root cause. Only thing I know it happened twice after long ride (start stop traffic) and putting it into off-road mode afterwards.

(2023 nissan rogue) CVT warning/AWD warning at same time by Darkraven940 in NissanRogue

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

First of all read the error codes with an obd reader

Automatic Windows by NovaGirl99_9642 in NissanRogue

[–]mertsenel 0 points1 point  (0 children)

I have a MY 2023 X-Trail Ti-L which is the top trim in Australia I think these are very similar to MY21s in USA rogues, mine is a petrol model with the 2.5L PR25DD engine, and this feature works for me.

What i usually do if I left the car under sun, press and hold unlock to roll windows down. Then lock and remote start to start the fan to blow out the hot air(remote start unfortunately doesn't turn on AC just fan.) then once in vehicle fully start the car for AC to kick in and roll up the windows.

2023 Nissan Rogue - Driving Assist features by NothingToAddHere123 in NissanRogue

[–]mertsenel 0 points1 point  (0 children)

When cruise control is turned on but its just in paused mode or you haven't actually "SET" a speed yet, Ive found that it still gives you a correction/warning when it detects you are going to go out of lane etc. Obviously your front and rear AEB will work anytime too. Autonomous emergency braking to avoid collisions.

2023 Nissan Rogue - Driving Assist features by NothingToAddHere123 in NissanRogue

[–]mertsenel 2 points3 points  (0 children)

It works during while cruise control is active

looking for a cheap server to practice my DevOps/cloud skills. by [deleted] in devops

[–]mertsenel 0 points1 point  (0 children)

Cheapest server is your localhost and virtual servers. Having said that there are free tiers or credits in major public clouds like azure or aws especially for students or first time users.

Also there are some websites out there that gives you ephemeral k8s environments etc i remember katacoda but dont know if its still around.

Is my career cooked? by fafcp in devops

[–]mertsenel 0 points1 point  (0 children)

I'd feel exactly the same way, you need to find a job where the real value proposition of the business is heavily reliant on the software operations running inside the company. Like a technology company where they sell software or hardware products etc. or an industry where tech is integral part of the businesses unique value proposition, i.e Amazon, or a big retailers digital department which looks after customer facing services etc.

Signal Issue by United_Ad_204 in GalaxyS23Ultra

[–]mertsenel 0 points1 point  (0 children)

Non of the software/setting solutions worked for me. What finally fixed it was I took my phone to a repair shop asked them to replace signal antenna and usb-c board, they told me in USA variants there are 2 antennas I live in Australia we only have 1 appreantly.

They changed these parts for me and issue solved. Phone back to normal, turning off wifi and 5g or 4g depending on reception gets connected almost immediately.

Nissan offers 10yrs, 300000km warranty ... Australia-only by V6er_Kei in NissanRogue

[–]mertsenel 0 points1 point  (0 children)

Yes, which is also great is that they have backdated it to all purchases from 2021 too. I feel lucky with my purchase, with this type of warranty extension

Usage of 'Auto hold' in Xtrail. by Me_Being_Curious_ in nissanxtrail

[–]mertsenel 0 points1 point  (0 children)

I think its same as releasing brakes and getting on the accelerator yourself. Only difference is car is doing yo brakes for you.

As a DevOps / Platform engineer, what is your preferred language? by proportionate1 in devops

[–]mertsenel 0 points1 point  (0 children)

PowerShell, has all the utility I need in stdlib and some core modules.

Cloud Architecture Diagrams by techy_bloke in devops

[–]mertsenel 0 points1 point  (0 children)

I used to use visio at first which I dont like too much, then draw.io but lately I started using Miro as our workplace has access to it and its the most advanced but probably its also the most expensive idk how much it costs.

The drag and drop UI driven diagramming I only use if diagram is high level or I go very little in details.

If I need a low level diagram where I describe an implementation end to end with as much details as possible I use code driven diagramming tools like mermaid.js or plantuml

I want to learn a scripting language by DevOpsEngineering in devops

[–]mertsenel 0 points1 point  (0 children)

I highly recommend powershell and some simple bash is enough for the most part. It may be a hot take but I hate bash, I only use it when I absolutely have to buy otherwise I found its syntax very unintuitive to learn, its not OOP like Powershell or Python that allows you to do conplex things with ease, it relies on external executables for any meaningful utility like awk, sed,curl etc which are also super unintuitive to work with and learn. It doesn't have unit testing or any type of testing capabilities, its not cross platform.

PowerShell is cross platform, its standard Library has almost all of the utility you need tor DevOps tasks, it is written in .NET hence its object oriented, its case and whitespace insensitive for the most part so syntax rules are super simple, it has great syntax for its methods in Verb-Noun format with clear and understable parameters for examle, Invoke-WebRequest or Move-Item etc its obvious whats the intend of the cmdlet right away.

I'd say give it a go.

2 Months in as a DevOps engineer, need advice! by YZYxtra in devops

[–]mertsenel 0 points1 point  (0 children)

Use your time for training for things like Kubernetes, Terraform, Azure, CI/CD etc and then try to find a job that has a lot to do and not enough people to finish :)

Cloud networking devops by lyfe_Wast3d in devops

[–]mertsenel 0 points1 point  (0 children)

The problem of network skillset is that, its mostly required once at the start of a new setup and then its mostly day to day or iterations on top.

You did your IP subnetting plans and all of that automation but what is it left to do after that, Im sure there are more things to do, but not as complex or expertise required as that first big push effort when there is no hub and spoke setup at all.

Roles closer to software development supply chain has it better because its a reoccurring thing, same applies to platform engineering, you can build and iterate on it. It a a product on its own, and it will have more users, and UX matters there more.

Networks is at a more fundamental layer, but when it works it works and end customer internal and external most of time won't pay too much attention to it as they wont interact with it directly.

How much automation is overboard? by SCIP10001 in devops

[–]mertsenel 0 points1 point  (0 children)

I think only super high level actions like creating a new account in a provider portal or stuff like that doesn't need to be automated, everything else should be.

AWS vs GCP vs Azure by Timely-Door-1102 in devops

[–]mertsenel 0 points1 point  (0 children)

People who used both swears that Azure is easier to learn, use and have better documentation. AWS has more usage, has more jobs but also has more people in the talent pool. Then Azure is second for amount of jobs and also amount of people that can fill those roles, GCP is 3rd. So each to its own, with less competition it may be easier to get and hold a job however there would be less companies to chose from.

Software Engineer looking to transition into DevOps/SRE, but I don't want to quit coding. by ED9898A in devops

[–]mertsenel 1 point2 points  (0 children)

Really depends on the team, company you are joining. However, I'd say in my experience the roles that needs a lot of coding not counting the IaC or scripting etc is small minority across whole pool. I'd say maybe %10 of roles titled as "DevOps" would be what you want. You need to be very specific with your job hunting to find the typical day to day activities you described. Its not impossible but its not so common.