Yes I watched it in it’s entirety. He talks about it. As in Linux doesn’t do anything if there’s no money involved. How he acted towards Billet Labs in a pathetic way because they were an upcoming small firm with little to no money. Another commentator in this post had already mentioned how he turned from positive to negative towards Intel when Intel stopped paying reviewers. Do you remember when they monitised the fricking apology video on YouTube? Clues are all over the place if you are willing to see with an open eye.
Could you please correct your bot to not use double return for new line, which causes empty lines? And instead use a double space at the end of the line, and then return, which works as a normal return.
I have no idea why Lemmy does formatting this very counter intuitive way, but that’s how it is.
They are different things. space+space+return is for a new line, yes, but return+return is for a new paragraph, which is a different thing. There is supposed to be a space, some clients just reduce it to a little less than one full line to look more compact, while others just leave the full empty line like you say. Either way it’s the intended behaviour.
Here you go.
https://www.youtube.com/watch?v=FGW3TPytTjc
Have you actually seen the video?
It in no way talks about “hidden advertising”.
Yes I watched it in it’s entirety. He talks about it. As in Linux doesn’t do anything if there’s no money involved. How he acted towards Billet Labs in a pathetic way because they were an upcoming small firm with little to no money. Another commentator in this post had already mentioned how he turned from positive to negative towards Intel when Intel stopped paying reviewers. Do you remember when they monitised the fricking apology video on YouTube? Clues are all over the place if you are willing to see with an open eye.
Here is an alternative Piped link(s):
https://www.piped.video/watch?v=FGW3TPytTjc
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
Could you please correct your bot to not use double return for new line, which causes empty lines? And instead use a double space at the end of the line, and then return, which works as a normal return.
I have no idea why Lemmy does formatting this very counter intuitive way, but that’s how it is.
They are different things. space+space+return is for a new line, yes, but return+return is for a new paragraph, which is a different thing. There is supposed to be a space, some clients just reduce it to a little less than one full line to look more compact, while others just leave the full empty line like you say. Either way it’s the intended behaviour.
This is markdown thing. Lemmy supports markdown formatting.
Like this
or like this.