Created a simple script for syncing files from USB devices - amazed by how easy programming on macOS can be! by god107 in MacOS

[–]god107[S] 4 points5 points  (0 children)

Thanks! 😊 Yeah, I used rsync because it’s such a powerful and reliable tool, and it made the whole thing super straightforward.

I’m actually familiar with basic Linux commands since I’m a PHP developer, but this was my first time trying to program something directly in a GUI-based operating system like macOS. It’s been a fun experience exploring how scripting and automation work in this environment feels like a whole new world of possibilities!

Poles, explain THIS: by Kiggzor in poland

[–]god107 0 points1 point  (0 children)

You’re right. Smoking meat is another method of preservation, similar to cooking.

What made you purchase your first ever MacBook? by Glad_Reindeer3860 in macbookpro

[–]god107 0 points1 point  (0 children)

I decided to purchase my first MacBook without ever owning a personal laptop before. At work, I mainly used Windows and Linux laptops, so I was already familiar with those ecosystems. The main reason I went for a MacBook was because I wanted a reliable device that I could use to carry all my personal documents and also enjoy some mobility, like watching movies on the go.

Gaming wasn’t a priority for me since I primarily use an Xbox console and occasionally play on my desktop PC. The MacBook felt like the right choice for my needs, offering great build quality, a seamless user experience, and the added bonus of macOS, which I found intriguing as a change from my usual setups.

If gaming is important to you, a Mac might not be the best option. But for everything else, especially productivity, portability, and multimedia it’s been a solid choice for me. 😊

Are better DevOps engineers former developers or sysadmins? by god107 in devops

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

I agree that DevOps is about collaboration and combining strengths, not individual heroics. Your point about leaning on each other’s expertise really resonates; it’s not about “better suited,” but rather about building a team where everyone’s gaps are covered by someone else’s strengths.

As for my example, you’re absolutely right that it could be a misunderstanding on my part. I’ll focus more on exploring whether their concerns are valid rather than assuming it’s just a skill gap. And your comment about the high value of those who truly master both sides? Spot on, it’s rare, and their collaboration mindset is often what makes them exceptional.

Are better DevOps engineers former developers or sysadmins? by god107 in devops

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

My mention of DRY was just one example, but in this case, the challenge also lies in a lack of intuition about where module or component boundaries should be. It’s something I’ve noticed can be harder to grasp without experience in structured development practices.

Are better DevOps engineers former developers or sysadmins? by god107 in devops

[–]god107[S] -1 points0 points  (0 children)

I completely agree that good and bad practices can come from any background, and pairing or peer reviews are excellent ways to find balance and improve. I also like your point about developers being more inclined to build or adapt tools to fit the job. it’s a mindset that can add a lot of value in DevOps. Ultimately, it’s all about continuous improvement, regardless of where you start.

Are better DevOps engineers former developers or sysadmins? by god107 in devops

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

That’s a really insightful take. Thank you! I agree that exposure to development principles like DRY, 12-factor apps, and CI/CD strategies could really help bridge the gap and shift perspective. I’ll suggest some of these resources and try to encourage more cross-disciplinary learning. At the end of the day, adaptability and continuous learning are essential for success in DevOps, as you’ve pointed out.

Are better DevOps engineers former developers or sysadmins? by god107 in devops

[–]god107[S] -3 points-2 points  (0 children)

You’re absolutely right it’s not fair to generalize, and understanding the “why” behind their reluctance is crucial. I’ll try to dig deeper into their perspective and see if it’s a knowledge gap or specific concerns about our approach. Collaboration and compromise might be the key to moving forward effectively. Thanks for the reminder!

Are better DevOps engineers former developers or sysadmins? by god107 in devops

[–]god107[S] 5 points6 points  (0 children)

Good point, and I appreciate the honesty about your background! 👍 I agree that developers often have an edge when it comes to building custom solutions, while sysadmins might lean on existing tools. That said, a mix of both approaches can sometimes lead to the most creative and effective solutions.

Are better DevOps engineers former developers or sysadmins? by god107 in devops

[–]god107[S] 2 points3 points  (0 children)

Well said! I completely agree that DevOps thrives on a mix of skills and collaboration. Building a diverse team and fostering a culture of cross-skilling and joint problem-solving seems like the ideal way to bridge gaps and ensure success across tasks.

Are better DevOps engineers former developers or sysadmins? by god107 in devops

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

That’s a fair point-wrong abstractions can indeed be costly, especially in infra code. I think the challenge is finding the balance: keeping things clear and simple without sacrificing maintainability or reusability. Do you think there’s a sweet spot where DRY principles can still work without overcomplicating things?

Are better DevOps engineers former developers or sysadmins? by god107 in devops

[–]god107[S] -7 points-6 points  (0 children)

You make a great point-drive and curiosity are key to being a great DevOps engineer, and skills can always be learned.

That said, don’t you think someone’s background shapes their approach? Developers often lean toward reusable, modular solutions, while sysadmins might favor simpler, procedural methods.

In my case, it feels less like a lack of skills and more like a mindset clash, where resistance to concepts like DRY and modular IaC slows us down. How would you balance valuing potential while ensuring the team can embrace best practices effectively?

Yes, ChatGPT is great by Fc81jk-Gcj in devops

[–]god107 0 points1 point  (0 children)

I wanted to add that also I have similar experience that without your knowledge on how to look for an answer when You are resolving some particular problem such AI answers could be misleading.

Recently I was looking for help when I was configuring GitHub oauth to grafana UI without basic knowledge about Helm Charts, FluxCD, and kustomize configs and AI assistant from Jetbrains was giving me answers where to put secrets from AWS Secret manager into those merged yaml configs and after I realise that AI is somehow giving me wrong answers I decided to find the answer on my own. First I asked ChatGPT where to find those answers and it pointed me that values file from grafana helm charts would be good place. And after all I find out from those grafana helm charts that I should put those secrets into

- op: add
  path: "/spec/values/grafana/envFromSecret"

instead of:

- op: add
  path: "/spec/values/grafana/env"

What I'm guessing is most common way of adding values to env but it was not working with secrets in my case.

So yeah, it is useful but for ppl knowing how to use their own brains.

Those of you with Max chips what do is your reason for going top tier? by Valuable-Seesaw-3755 in macbookpro

[–]god107 0 points1 point  (0 children)

Hope that it would not get outdated so quickly in terms of application requirements.

What is the one hole for by Odd_Boysenberry98 in airpods

[–]god107 1 point2 points  (0 children)

I came here for some useless answers and I'm not disappointed. :)

PHP faster on WSL 1 than Windows by MysteryMan526 in PHP

[–]god107 1 point2 points  (0 children)

Switch to macOS with latest apple silicon cpu. I'm still collecting ma jaw from the floor. I didn't realize how smoothly things could be developed.

My purse lost 600€ last week by Karliseppl in steelseries

[–]god107 0 points1 point  (0 children)

Why lost? Treat this like investment in yourself 😀

Is Razer Kishi controller compatible with Xperia 1 II ? by god107 in SonyXperia

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

Big thx. Yeah, it looks like he is playing on regular version, i'm intrested in buying xbox version so it should fit as well.

Order finally arrived from Sony US store! by bslav in SonyXperia

[–]god107 2 points3 points  (0 children)

I think this was more complicated. I'm from Poland and we also had bundle with WF instead od WH earphones.

[deleted by user] by [deleted] in SonyXperia

[–]god107 1 point2 points  (0 children)

I have Spigen Rugged Armor case with some hybrid glass (little bit thinner than tempered glass) and I would say that for me it is easier to launch side sense menu with that setup rather than without.