this post was submitted on 02 Feb 2024
51 points (89.2% liked)

Programming

17270 readers
39 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

There are so many definitions of OOP out there, varying between different books, documentation and articles.

What really defines OOP?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 9 months ago (3 children)

Dude, you're going to shit bricks when you realize most computer science jargon is just marketing buzzwords on top of marketing buzzwords and the terms never meant anything more or less it needed to sell a product.

For example, what the hell is big data? What is a scripting language? Is your DB web scale?

[–] [email protected] 19 points 9 months ago* (last edited 9 months ago) (2 children)

Once upon a time, “big data” was datasets large enough that it was impractical to try to store or work with them in a traditional relational database software. Which is where distributed structures came into play with the ability to spread both storage and computation across clusters of machines, using solutions like Hadoop and MongoDB. That seemed to be the direction things were heading 10 - 15 years ago.

However, with the automated scaling built into modern cloud databases, the line has gotten a bit blurry; Snowflake, Redshift, BigQuery all handle many billions of rows just fine. I probably wouldn’t use the term big data in a professional context these days, but there is a table size after which I write code a bit more carefully.

I suppose my point is that the term once meant something, but marketing stole it because it sounds cool. I worked in a tech shop in the late aughts where the sales team insisted on calling every rack mounted server a “blade server”, regardless of whether it had modular swappable boards. Because it sounded cool.

[–] [email protected] 4 points 9 months ago (1 children)

datasets large enough that it was impractical to try to store or work with them in a traditional relational database software

How I remember it is that it's not even the whole dataset that is too large, but the individual records. Hadoop for example is not doing anything magic, it's just a software package to extend MySQL to be able to efficiently have pictures (Facebook's original use case, of course it evolved) as records.

I guess big data is what you need it to justify what you want to justify. In one of my gigs' case, it was public funding for a project.

[–] [email protected] 2 points 9 months ago

That's all of CS and IT.

[–] [email protected] 15 points 9 months ago (1 children)

For example, what the hell is big data?

Big data is when we align our agile synergies at scale.

[–] [email protected] 5 points 9 months ago (1 children)
[–] [email protected] 1 points 9 months ago

That one phrase does mean something though, and it should be fucking illegal.

[–] [email protected] 1 points 9 months ago (1 children)

Wait, so, the Cloud is actually just a bunch of other computers, called servers, and the only real innovation is basically a load balancing system?

Next youre gonna tell me I wont be able to stream lagless video games and also do competitive multiplayer on my Google Stadia, pff, like youre some kind of expert or something.

/s

[–] [email protected] 3 points 9 months ago (1 children)

I wont be able to stream lagless video games and also do competitive multiplayer on my Google Stadia

Negative latency!

[–] [email protected] 1 points 9 months ago (1 children)

God I still cannot believe how obviously bullshit that all was and how many fucking idiots parroted it hook line and sinker.

[–] [email protected] 2 points 9 months ago

Google casually violating causality