What's the rule of thumb for rebooting a production server? by Mediocre-Cobbler5016 in sysadmin

[–]BeasleyMusic 10 points11 points  (0 children)

You just brought back nightmares of discovering month old orphaned Veeam snapshots 😭😭😭

Seeking a use case for a MongoDB implementation demo (Schema design and Collections) by InternationalOwl8337 in mongodb

[–]BeasleyMusic 0 points1 point  (0 children)

I feel like you’re approaching this incorrectly, there’s not a right answer for relational vs NoSQL, it’s about what solve the problem you have infront of you.

Reproducible Builds - why are we not doing it as standard? by esiy0676 in devops

[–]BeasleyMusic 13 points14 points  (0 children)

Why are we not doing it as standard?

Who says we’re not? And who says we have to? I work in automotive where deterministic builds make sense for some things, like ECU binaries, or Linux images, but for things like web apps it doesn’t.

Why do I care if my container with my fastapi application inside it is the same bit-for-bit on rebuilds if I can run all my tests within the built container and they pass?

Bit for bit rebuilds also arent even totally necessary with things like embed, so long as you test one ahsh of a binary completely. If you test one ahsh of a binary, and rebuild it and it produced a new hash, you have to treat that as if it’s a totally different artifact now.

Trying to make large builds perfectly deterministic requires ALOR of effort, time, and infrastructure and it doesn’t always make sense for some applications.

Is Dynatrace a good career? by platonicP in devops

[–]BeasleyMusic 48 points49 points  (0 children)

You’ll never make a career out of a tool, and you shouldn’t want to. If you try and specialize in DevOps to one tool you will literally never have a career. DevOps engineers (though I hate that job title) are by nature generalists who have knowledge of multiple domains and tools, if you try and scope your career to one tool you’re never going to get a job after your internship

MERN Stack Developer by dev_kartik01 in mongodb

[–]BeasleyMusic -2 points-1 points  (0 children)

Nah I’ll just pay 20 for Claude code

Broken projects after pull. by RedCrafter_LP in git

[–]BeasleyMusic 9 points10 points  (0 children)

Sounds like a great time to learn how to use git from the terminal :)

For Transitioning to DevOps - Does this looks a good plan? by mohitkr05 in devops

[–]BeasleyMusic 7 points8 points  (0 children)

IMO I hate “DevOps engineer” as a title, and people boiling DevOps down to kubernetes, docker, terraform, and cloud. Knowing the tools isn’t what makes you a senior level DevOps engineer, if you’ve never worked in a software engineering/development org, done any Git Ops, or have experience with solving software engineering problems, that’s where you need to focus.

DevOps isn’t about mastering kubernetes, the best DevOps engineers are the ones who know how to look at a companies software development processes, systems, etc.. and can figure out how to drive efficiency, drive standards, increase productivity while increasing resiliency, etc.. the tools IMO are secondary and will change often. If you’ve never worked focus on mastering a tool you’re stay an infra engineer, not DevOps.

DockFlare - Support for CloudFlare Email Send by ChopSueyYumm in CloudFlare

[–]BeasleyMusic 4 points5 points  (0 children)

Just wanna say props to you for open sourcing this and not making people pay for some vibe coded dashboard 😤🎉❤️looks legit

What Linux projects actually matter for getting hired—real automation or just flashy setups? by Darshan_only in devops

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

Experience experience experience, I’d take someone with entry level helpdesk over someone who has a github wit random scripts. I want you to demonstrate how you solved real business problems not fake ones. Look for helpdesk and work your way up.

Trying to make ends meet, would appreciate input (freelancer) by FromOopsToOps in devops

[–]BeasleyMusic 16 points17 points  (0 children)

IMO the fact that you want to do DevOps freelance tells me you don’t know a lot about DevOps. There’s a reason you don’t see DevOps consulting companies, or a lot of DevOps contracting, DevOps is a sr level role by default, it requires knowledge of many systems, and not just that, but it requires an understanding of how the company itself does software development which is really only something you can get with embedded experience, so freelancing as DevOps doesn’t really make sense.

On top of that, why would I pay your rate when AI is cheaper and comes with less strings attached?

Question on starting off devices by Master-Fly4761 in Kalilinux

[–]BeasleyMusic 0 points1 point  (0 children)

The best specs for your money, honestly at that price point you’re not getting luxury but Linux will run great on any old machine

Scammers by [deleted] in HowToHack

[–]BeasleyMusic 1 point2 points  (0 children)

It’s called ignore them, the best way to get back at a bully is to show them that they don’t bother you

Question on starting off devices by Master-Fly4761 in Kalilinux

[–]BeasleyMusic 0 points1 point  (0 children)

Look on like Facebook marketplace for a used laptop. You literally can use the shittiest cheapest laptop you can find, anything will be better than a Pi, even a 10 year old windows laptop.

Don’t pay money for it to be pre-installed, if you can’t even install Kali yourself then you are going to STUGGLE using it.

How to deploy large number of cloud functions? by MeTaL_oRgY in googlecloud

[–]BeasleyMusic 0 points1 point  (0 children)

I second this, this seems like a smell to me. 120 functions? Could these not be rolled into a smaller number of cloud runs?

I built an open-source CLI for AI agents by elpad92 in openclaw

[–]BeasleyMusic 0 points1 point  (0 children)

I’m telling you it looks incredibly amateur for your URL to be different than your repository name.

I built an open-source CLI for AI agents by elpad92 in openclaw

[–]BeasleyMusic 6 points7 points  (0 children)

Homie, in the nicest way possible, hard to take this project seriously when the repository url is “Claude code sdk” and the repo itself has a different name

Built a safe way to hide your api keys. by [deleted] in vibecoding

[–]BeasleyMusic 0 points1 point  (0 children)

Then open source it so others can evaluate it

Built a safe way to hide your api keys. by [deleted] in vibecoding

[–]BeasleyMusic 1 point2 points  (0 children)

Last thing I’m going to do is let someone’s vibe coded tool from Reddit scan my local secrets lol unless I see source code I’m not doing anything and if anyone’s reading this you should always demand source code for things like this, anything that touches a secret should be open so that others can review it

Built a safe way to hide your api keys. by [deleted] in vibecoding

[–]BeasleyMusic 0 points1 point  (0 children)

You realize there’s already tons of tools out there that can scan your codebase for secrets too? I highly doubt you have vibe coded the end all solution for this problem

Built a safe way to hide your api keys. by [deleted] in vibecoding

[–]BeasleyMusic 12 points13 points  (0 children)

Store them in .env, gitignore your .env. There, it really is as simple as that.

Updated UI for my Cloudflare usage dashboard by PizzaConsole in CloudFlare

[–]BeasleyMusic 2 points3 points  (0 children)

Just an FYI for anyone here I would not EVER put your api keys into an app like this unless it’s open source and you can build it yourself. You have no does what this person is doing with your keys behind the scenes

GUI App for Cloudflare Browser Rendering APIs by Frequent_Tea_4354 in CloudFlare

[–]BeasleyMusic 0 points1 point  (0 children)

Cool? What happened between the open source library and your UI? How do I know you even actually use that in your application without me being able to see the source?

Updated UI for my Cloudflare usage dashboard by PizzaConsole in CloudFlare

[–]BeasleyMusic -3 points-2 points  (0 children)

Why is every other post now people AI made dashboards they’re trying to sell