There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

@CodeBlooded@programming.dev avatar

CodeBlooded

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Hey, you are actually double booked for the nth meeting for annual “Goals” that’s coming up!

CodeBlooded ,
@CodeBlooded@programming.dev avatar

WASM is simply further down the rabbit hole for someone who is new to programming (but not someone who’s already a programmer and just doesn’t focus on web dev today). You are likely far less beginner than you think if you’re making decisions like “I’m going to compile my software written in Rust targeting WASM so I can demo it.”

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Code never lies. Comments sometimes do.

CodeBlooded , (edited )
@CodeBlooded@programming.dev avatar

If this language feature is annoying to you, you are the problem. You 👏are 👏 the 👏 reason 👏 it 👏 exists.

I worked in places where the developers loaded their code full of unused variables and dead code. It costs a lot of time reasoning about it during pull request and it costs a lot of time arguing with coworkers who swear that they’re going to need that code in there next week (they never need that code).

This is a very attractive feature for a programming language in my opinion.

PS: I’m still denying your pull request if you try to comment the code instead.

❗️EDIT: A lot of y’all have never been to programming hell and it shows. 🪖 I’m telling you, I’ve fixed bayonets in the trenches of dynamically typed Python, I’ve braved the rice paddies of CICD YAML mines, I’ve queried alongside SQL Team Six; I’ve seen things in production, things you’ll probably never see… things you should never see. It’s easy to be against an opinionated compiler having such a feature, but when you watch a prod deployment blow up on a Friday afternoon without an easy option to rollback AND hours later you find the bug after you were stalled by dead code, it changes you. Then… then you start to appreciate opinionated features like this one. 🫡

CodeBlooded ,
@CodeBlooded@programming.dev avatar

I concur, it is a problem with that workplace. (In this case, OP is just sharing a funny meme. I wouldn’t suggest this meme means they’re a problem. I could have made this meme and I love the feature.)

Developing on a team at a company is like the “Wild West.” What’s considered to be acceptable will not only vary from workplace to workplace, but it can also fluctuate as developers and managers come and Go. Each of them have their own unique personality with their own outlook on what “quality” code looks like. (And many of them do not care about code quality whatsoever. They just need to survive 1-2 years there, make management happy with speedy deliveries, and then they can move on to the next company with a 30% pay bump.)

Having experienced working with developers who frequently filled with code base with unused code while having no control over who will leave or join as a contributor to the code base, I think features like this make for a more sane development experience when you’re developing with a team of seemingly random people that you never personally invited to contribute to the code base.

will not merge your PR unless the stricter rules are met.

This doesn’t fly when you work in big corporate and the boss doesn’t care about the code meeting stricter rules. “A working prototype? No it’s not- that’s an MVP! Deploy it to production now and move onto the next project!

CodeBlooded ,
@CodeBlooded@programming.dev avatar

🫡

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Wait… how do you say it? es queue el?

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Real talk- I agree with this meme as truth.

The more and more I use CICD tools, the more I see value in scripting out my deployment with shell scripts and Dockerfiles that can be run anywhere, to include within a CICD tool.

This way, the CICD tool is merely a launch point for the aforementioned deployment scripts, and its only other responsibility is injecting deployment tokens and credentials into the scripts as necessary.

Anyone else in the same boat as me?

I’d be curious to hear about projects where my approach would not work, if anyone is willing to share!

Edit: In no way does my approach to deployment reduce my appreciation for the efforts required to make a CICD pipeline happen. I’m just saying that in my experience, I don’t find most CICD platforms’ features to be necessary.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Most of those things mentioned aren’t bona fide needs for me. Once a developer is deploying their project, they’re watching it go through the pipeline so they can quickly respond to issues and validate that everything in production looks good before they switch contexts to something else.

I see what you’re saying though, depending on what exactly is being deployed, the policies of your organization, and maybe expectations that developers are working in another context once they kick off a deployment, it could be necessary to have alerting like that. In that case it may be wise to flex some features of your CICD platform (or build a more robust script for deployment that can handle error alerting, which may or may not be worth it).

CodeBlooded ,
@CodeBlooded@programming.dev avatar

I’ve found Docker helpful when I want to use it to build binaries or use CLI tools that may not be available directly on the CICD platform. Also, Docker makes it easier to run the same code on MacOS that I ended up running on a Linux CICD server.

What would you consider to be overuse of containers?

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Holy smokes, working from home is not a “raise.” You should be compensated for the value you bring, not where you’re sitting when you bring value.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Okay, I see what you’re saying and I concur. Thanks for the clarifying comment! 🫡

CodeBlooded ,
@CodeBlooded@programming.dev avatar

I’m willing to bet a team of untrained, uneducated, software/data engineers receiving big salaries are responsible for this.

It’s my understanding that big brand banks live on top of brittle, low quality, poorly tested code- and that’s if they’re not straight up using excel to run production processes.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

While they do rely on COBOL and old mainframes a great deal, that isn’t the only software supporting the company and its operations. That fact doesn’t negate what I’m speculating would be the cause.

These big banks have multiple programming teams that use different programming languages and work on different products.

If you go to their careers page, you will find tons of Java, .NET, and Python jobs posted. I’ve never seen a COBOL posting at a big bank (which doesn’t mean it’s never happened, but I can see any of these more modern languages posted any given day).

CodeBlooded ,
@CodeBlooded@programming.dev avatar

As of this last month, Lemmy is my new “go to” for scrolling social media. My Reddit usage is probably 20% or less of what it used to be.

A part of this was Voyager’s Progressive Web App (vger.app), it made me feel right at home after Apollo shut down.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

🎶 Anything that brain of yours can think of can be found 🎵

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Does your ad blocker block ads for YouTube and YouTube Music apps on iOS?

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Hello, Apollo user. Have you tried wefef.app?

CodeBlooded ,
@CodeBlooded@programming.dev avatar

2 clicks or 10 seconds, whichever comes first.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

First thing: Ubuntu is the right choice. As far as I’m aware, having run Linux as my main desktop OS for almost a decade and playing with several flavors (…which includes Arch btw 😎), it’s the most polished out of the box desktop experience for someone completely new. It will also likely be the OS with the most Q&A existing on the web for problems you won’t be the first to have encountered.

Secondly, and maybe this should be first, and it sounds like you’ve already got this part down: you have to want to do this. Linux is just not mainstream for the majority of desktop computer users. If you’re not really wanting to do this, you’ll be frustrated when this isn’t the same experience as Windows. (but it sounds like you’re sick of the Windows experience. That’s what started me into Linux years ago.)

Lastly, as far as my quick Lemmy comment goes: Embrace the terminal! You can get around for a while as a Linux n00b on Ubuntu without opening that terminal, but at the end of the day, the *nix shell commands are what make working with Linux great.

The switch will take time. You’ll occasionally need to look up how to do stuff that may have felt simple in Windows… and that will usually be installing and running software that targets Windows only. However, the support for that sort of stuff gets better and better with time. Wine🍷 has come a long way.

It’s worth the journey IMO. For me, I was a PC gamer and I jumped straight into Linux with 0 experience. I learned a lot, spending a lot of time trying to make my Windows games run on Linux. Friends at LAN parties would joke about how I’d spend half the LAN party trying to get my games to run right.

The jokes were a good laugh, but my career shifted since then and my Linux experience carried right over into software development. Everything I deploy is on Linux servers or in Docker containers. All those years fooling around and tinkering with Linux as a PC gamer were loading me with experience that people would pay me for one day.

Good luck! 🐧

Why are people against big companies joining the fediverse?

Tl:dr: Perhaps I am just uninformed on the issues, but I don’t see what the big deal is with a company like Meta joining the fediverse. If anything, I think it is a very good thing, as it puts more attention and dev time into making it a more functional and better place. So what is the issue?...

CodeBlooded ,
@CodeBlooded@programming.dev avatar

Is Europe no longer considered western?

Should I use Matrix for Messaging?

I use an iPhone and my fiancé uses Android. He is not very tech savvy. He does not like to text for privacy reasons. I was going to recommend we get Signal but see others in Lemmy talking about Matrix. Is that better? If so, what app is best that works on both our phones? Thanks Lemmy friends!

CodeBlooded ,
@CodeBlooded@programming.dev avatar

We should all be using Signal, all of the time. It’s accessible to those not technically inclined, and I feel like that’s a requirement now if a personal-use technology wants to get off the ground.

Edit: this is not to detract from matrix, which seems like a great technology for privacy

CodeBlooded ,
@CodeBlooded@programming.dev avatar

This is certainly a “pro.” However, I’ve never had an issue swapping phones with Signal. (I do lose my chat history, but I can’t remember if that’s my doing or if signal just can’t port history to a new device.)

I’m going to have to give Matrix a try. I’ve been seeing it mentioned a lot over the past week.

CodeBlooded , (edited )
@CodeBlooded@programming.dev avatar

I’m in this boat. I just want to see lemmy succeed as a legit Reddit alternative.

Edit: WefWef has made me feel right at home, coming from the Apollo app. If you haven’t tried it, check it out! (wefwef.app)

CodeBlooded ,
@CodeBlooded@programming.dev avatar

What app did you end up liking?

CodeBlooded ,
@CodeBlooded@programming.dev avatar

And it’s trustworthy with my username and password?? 🤔

CodeBlooded ,
@CodeBlooded@programming.dev avatar

I took a leap and I’ve been using wefwef all day (and I love it)!

However, just because the source code is on GitHub doesn’t mean that the wefwef server I’m connecting to is running unaltered code straight from GitHub.

Hosting my only server may be the only way to be certain my credentials are protected.

CodeBlooded ,
@CodeBlooded@programming.dev avatar

I got on wefwef today and I’m in love with it. (I came to lemmy after Apollo was shut down. Now I feel right at home with wefwef!)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines