leisesprecher

joined 1 month ago
[–] [email protected] 2 points 3 days ago (1 children)

And who does that?

I think you don't really get my point. I'm not arguing that there are no ways to archive data. I'm arguing that there are no technologies available for average Joe.

It is hardly a good strategy to basically set up half a datacenter at home.

[–] [email protected] 4 points 3 days ago

Thin concrete slabs are extremely brittle.

[–] [email protected] 15 points 3 days ago (4 children)

Is it? It's rather expensive and would you really know, if the data is gone or corrupted?

You'd have to download every single file in certain intervals and check it. That's not really low complexity.

[–] [email protected] 20 points 4 days ago (28 children)

But what actually is "archival"?

Like, what technology normal person has access to counts at least as enthusiast level archival?

Magnetic tape, optical media, flash, HDD all rot away, potentially within frighteningly short timeframes and often with subtle bitrot.

[–] [email protected] 6 points 5 days ago (1 children)

It's usually not a question of legality, but efficiency.

It's easy and efficient to bust someone for seeding, but busting hundreds for the odd file you can prove they downloaded is expensive and takes forever.

[–] [email protected] 12 points 1 week ago (3 children)

What's really baffling to me is how completely irrelevant most ads are to me.

And I'm not saying "ads don't work for me", I get ads for products that I will never buy. I'm a man and YouTube recommends me tampons, lipstick and perfume. I also won't buy a car anytime soon, yet I get tons of ads for cars.

Even in the mindset of an ad person, that can't make sense. Sure, there is the off chance that I'll buy lipstick for my girlfriend, but how likely is that and how much revenue will materialize from bombarding thousands of men with ads? That cannot be economically viable.

The actually infuriating part is, that we're still paying for it. And the vendors as well. Only Google profits. If a company spends more on ads than necessary, their products will get more expensive, and those who buy their products will have to pay for it. So essentially I'm paying money for being advertised to, so Google can rake in billions.

[–] [email protected] 10 points 1 week ago (2 children)

Had to work with a fixed string format years ago. Absolute hell.

Something like 200 variables, all encoded in fixed length strings concatenated together. The output was the same.

...and some genius before me used + instead of stringbuilders or anything dignified, so it ran about as good as lt. Dan.

[–] [email protected] 11 points 1 week ago (2 children)

And there are some truly magic tools.

XSDs are far from perfect, but waaay more powerful than json schema.

XSLT has its problems, but completely transforming a document to a completely different structure with just a bit of text is awesome. I had to rewrite a relatively simple XSLT in Java and it was something like 10 times more lines.

[–] [email protected] 98 points 1 week ago

Train nerds are a weird bunch.

Please never change.

[–] [email protected] 12 points 1 week ago (1 children)

And DBAs. I'm currently working on a project where I said from the very start, I can set up this DB in k8s and I can get it to work decently, but I have neither the knowledge nor the time to get it right. Please give me someone who knows how this works.

No, don't worry, it'll be fine, we don't need that, this kuverneles thing I keep hearing about handles that!!!

Six months of hard contact with the enemy on production later:

Well, we're currently looking for someone who actually knows how DBs work, because we have one of those issues that would cost a proper DBA 5min and me 5 months.

[–] [email protected] 9 points 1 week ago

To be fair, a lot of roles simply disappeared over the years.

Developers today are much more productive than 30 years ago, mostly because someone automated the boring parts away.

A modern developer can spin up a simple crud app including infrastructure in a day or so. That's much much more productive than 1995. We just cram a lot more of the world into software, so we need 20x the amount of developers we needed back then.

[–] [email protected] 1 points 1 week ago (1 children)

It's really weird, though, that nobody really created a language/tool to bridge these two world. It's always just generating one representation from the other, mostly in a bad way.

I'd argue, that for many problems, a graphical view of the system can help reasoning. But there simply is nothing in that regard.

view more: next ›