• 0 Posts
  • 34 Comments
Joined 1Y ago
cake
Cake day: Jun 15, 2023

help-circle
rss

The vitriol the “Clean Code” cult has against comments is unbelievable…


Visual Studio Ultimate is so heavy though. I wouldn’t want to use it for anything other than the languages it was designed for.






It’s the most used dating app. Logically people think that if a dating app has a lot of users, their chances of finding matches are higher. But it’s rigged.



Those sound fancy, I just use renamed txt files.


In Quebec, it is illegal to fail to render aid to someone whose life requires it. Doesn’t that give people an obligation to wear a mask?

Ignoring everything else, this is an interesting moral dilemma.


No problem! Let me know if you have questions. Docker was new to me a few years ago, now I work with it professionally.


You need to learn how to write a Dockerfile (plenty of guides online). Not that a Dockerfile is different from a compose.yaml file (in development I use both).



Almost everything in Scrum can be seen as protecting the team.

Funny, in ny team it’s the opposite. Our team leader is protecting us from the Scrum BS that is forced on us by upper management.


Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow.


How is dynamic typinf faster? Is typing num = 1 instead of int num = 1 really that much faster?



Git Flow and GitHub Flow are entirely different branching strategies.








I think the major difference is that USB-C is a much more mature standard than Matter. But even then it’s not perfect.


This is a common misconception. Podman has similar commands to Docker CLI but it’s not a “drop-in replacement”. Depending on your usage, you might run into things that don’t work the same.


It’s definitely not a law. Codifying this in law could stiffle innovation.


Let’s not pretend open source smart homes are perfect either. I hve immense respect for the Home Assistant project, but making it all work seamlessly is a nearly impossible task.


Haha I am not a lawyer either and I don’t even watch Legal Eagle. I still barely understand the Java lawsuit. Nevertheless I do take an active interest in open source licenses, considering I make open source code contributions myself (I even have some Terraform projects that I open-sourced).

I remember reading an article by a lawyer saying they love Apache License because it’s permissive and unambiguous.


Wow this is really cool, I will have to try this to see if it works. I currently waste too much time dealing with Jira messing up my formatting.


It’s not retroactive. Terraform 1.5.5 version and all below versions will forever remain with their original license. Forks can also be based on that version.


I have a love-hate relationship with Jira. Overall, I guess we are able to make good use of it in my team and it does actually help keep track my work (both for myself and my manager). Most of the complaints I might have against Jira are more about dealing with Scrum BS than Jira itself.

As for the software itself, the only thing I really dislike is text formatting. I wish Jira just used Markdown, but instead they have their own WYSIWYG editor. Which would be fine if it worked properly… Almost every time I create a ticket or comment, text formatting gets messed up after posting (especially numbers and bullet points).

The text formatting is also inconsistent with other Atlassian. Bitbucket and Confluence have some support for Markdown but they each do it differently. Using all three of these Atlassian products should feel like a unified experience, and in many ways it is, but text formatting is an inconsistent buggy mess.