dragontamer

joined 2 years ago
MODERATOR OF
[–] dragontamer@lemmy.world 0 points 1 week ago

Ah yeah the standard low effort copypasta canned arguments.

Go learn to write more than a copy/paste and try to understand topics moving forward yo. Pretending to be an uncaring sociopath online is like Twitter / X shit. This is Lemmy, I presume you are here because you actually give a shit about these discussions.

[–] dragontamer@lemmy.world -1 points 1 week ago* (last edited 1 week ago) (2 children)

Lulz. If you can't spar with me, you will get eaten up by the actual far right / mainstream Americans out there.

Be happy I'm willing to come over here and push back against your bubble. You guys obviously need it if you're upvoting shitty misinformation memes like this.


The best part of this entire discussion? Elon Musk is part of the $1/year salary club. Your entire fucking meme doesn't even apply to the most corrupt of CEOs.

Your argument sucks and you should make a new one. Sorry I'm the bearer of bad news but that's better than y'all idiots going out to the real world and having a far right goon own you in a debate.

[–] dragontamer@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (1 children)

The board of directors removes the obvious corruption argument.

And shareholders select the board of directors anyway, so if shareholders agree to new terms of values then CEOs can and will be fired.

I'm looking at Intel for example and how they mistreated Pat Gelsinger and fired him despite being a technical leader. And the new incoming CEO is Lip-Bu Tan, who is a non-technical finance bro who is worse. Why did the shareholders (and board of directors) prefer Lip-Bu Tan?

There is a large scale hero worship bro culture that's at the root of all the problems here, a culture that millions of shareholders have which is then passed to the Board of Directors and finally the C-suite that the Board hires.

But no. Let make shitty memes that misunderstand the power dynamics and perpetuates misinformation. That will help your argument lol.


EDIT and that doesn't even get to say, all the CEOs who take a $1/year paycheck just to prove you wrong. The problem here is hero worship cult culture. The pay and salaries are a distraction and easily avoided with various simple political / Public Relations moves.

[–] dragontamer@lemmy.world 0 points 1 week ago* (last edited 1 week ago)

Because today's hero worship culture makes the mass of shareholders believe that these CEOs have skills that cannot be replicated by cheaper labor.

But that's not quite as simple a problem. The issue is that you are up against literally millions of shareholders who have different values than you.

Go talk to a Tesla shareholder. They pretty much think Elon is a god. So no amount of salary is too much as long as they get Elon leading those companies. (But Elon also only takes a $1/year salary anyway to prove how awesome he is, so this entire discussion train is immediately derailed if you actually start trying to apply it in practice).

This entire meme just fundamentally misses the entire fucking problem and is nothing more than a distraction.

[–] dragontamer@lemmy.world -3 points 1 week ago* (last edited 1 week ago) (5 children)

Exactly, except in reverse.

If you want to attract the talent of someone who has networth in the millions+++, you need to pay them more.

The form of your argument and where you are going with the discussion is very short sighted. This isn't a path to any actual winning argument. I suggest you start elsewhere.

This is the problem with shitty memes. They poison your brain and make you dumb. If you actually want to make a reasonable argument throw this topic away and start anew.

It's not you who is wrong. It's this meme. It's just a terrible starting place for discussion and is innately to your disadvantage.

[–] dragontamer@lemmy.world -2 points 1 week ago (2 children)

The board of directors is doing so. And they do so because the board follows the will of the shareholders. And the shareholders ultimately decide the fate of companies.

But that won't fit in a simple meme will it?

[–] dragontamer@lemmy.world -5 points 1 week ago (7 children)

That's literally the same power you have at work. Just leave work if you don't like your paycheck.

Do you see how stupid that argument sounds now?

[–] dragontamer@lemmy.world -2 points 1 week ago* (last edited 1 week ago) (2 children)

Depends on the company.

Tim Cook, CEO of Apple, owns 0.02% of Apple for example. This is #1 largest company in the world.

Satya Nadella, CEO of Microsoft, owns 0.01% of Microsoft. This is the 2nd largest company in the world.

Jensen Huang is 3.5% of NVidia a serious level of ownership but a far cry from controlling the board. 3rd largest company but the biggest shareholder is Vanguard group at over 8%.

Institutional banks have the largest leeway, by far, in all of these companies. Understanding the voting structure of these companies is important if you don't want to sound like an ignorant dumbass.

Yeah, there's your Elon Musks and whatnot as exceptions. But they're really rare even in the scope of top companies of the SP500 and whatnot.

1
Blame Canada (lemmy.world)
submitted 2 weeks ago* (last edited 2 weeks ago) by dragontamer@lemmy.world to c/196@lemmy.blahaj.zone
 

https://youtu.be/bOR38552MJA

Our timeline is officially stupider than fucking South Park.

[–] dragontamer@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago)

Great answer!!

After thinking about all this for a while, I've gone with the basic binary tree (leaning towards AVL tree as I expect my use case to be read heavy).

In my use case, multiple 'intervals' can merge together without major penalty (and should be merged together). It looks like a lot of these interval trees (including ph trees) are best when the intervals need to be kept separate.

There is a part of my algorithm where ph trees might be useful though. I'll have to give it some though.


I'm kind of shocked that a basic binary tree ended up being so usable. Its a classic for a reason, lol. I guess I saw the intervals and got confused and overcomplicated things....

 

I'm doing some Galois Field / Cyclic Redundancy Check research for fun and I've come across an intriguing pattern that I need a data structure for.

Across the 64-bit (or even 128-bit or larger) spaces, I've discovered an interesting pattern relating to hamming distances that I'd like a data structure to represent.

I'm going to need something on the order of ~billions of intervals each having somewhere between 1 item to ~1 billion per interval. And I'd like to quickly (O(1) or O(lg(n))) determine if other intervals intersect.


For 32-bit space I can simply make a 512MB Bitmask lol and then AND/OR the two Bitmask. Easy

But for 64-bit space I'm stuck and a bit ignorant to various data structures. I'm wondering if someone out there has a good data structure for me to use?

I've read over Interval Trees on Wikipedia. I'm also considering binary decision diagram over the 64-bits actually. Finally I'm thinking of some kind of 1-dimension octtree like datastructure (is that just a binary tree?? Lol. But BVH trees in 3d space seems similar to my problem it's just I need it optimized down to 1 dimension rather than 3.) Anyone else have any other ideas or cool data structures that might work?

 

Hey, lots of Political Topics coming up that's just turning into blame games, anger and bad vibes. I'm enacting a temporary rule: no new politic topics for one week as of now.

I recognize that there is a lot of anger around the election and it's legitimate to feel that way. But I'm willing to bet that none of the political talk in the next week constitutes a 'Best Of' post anyway.

That being said: feel free to use this topic (!!!!) as political talking points. I'm serious. People deserve to discuss their opinions and I don't want to hamper them too much.

If you have political stuff to say, say it in here. I'll promise to lightly moderate this topic, which means this topic will naturally lead to bad vibes and poor arguments.

But we need a place to discuss and vent.

 

Rewrite: September 2024

Welcome one and all to BestOfLemmy! The goal of this community is "manual curation". Please post good (or best!!) posts you find around Lemmy, highlighting the discussions, communities, and people that make up the Lemmyverse.

There are two rules: Manual Curation and beginner-to-lemmy focus. Please share content on Lemmy that helps introduce Lemmy to newbies!

Don't make automatic bots or algorithms make your pick here. Although its fair game to use bots / algorithms / search engines to look for content, the ultimate decision to post must be made by you. Aside from that, have fun!

EDIT: Discussion in this Welcome Thread is extremely loose. Its important for any community to have a place for freeform discussion, including meta-criticism and wandering off topic, so that individuals are free to express yourself. I won't be moderating this topic as much as other posts however. Still feel free to report posts that cross the line, but comments here specifically are intended to be more freeform.

view more: next ›