Hacker Newsnew | past | comments | ask | show | jobs | submit | bdangubic's commentslogin

These doomsday theories sound solid in practice but in order for someone to accumulate a lot of wealth there have to be consumers to chip into this. If we are all slaves, where is that wealth going to come from?!

The Amazon warehouse worker is a modern day slave.

Don’t believe me? Try it. I have.


Not necessarily as there are methods to redistribute wealth without the consumers having any choice.

Recently, there was the example of the SpaceX IPO listed on Nasdaq (after they changed the rules to allow it). Lots of people have pensions/investments in tracker funds and those funds are essentially forced to buy SpaceX shares.

Simple things like "quantitative easing" can result in higher inflation which essentially devalues people's money. The ultra wealthy will typically not have any meaningful percentage of their money in currency, but instead will be in various assets around the world which means that their wealth is not affected by the inflation.

There's plenty of other schemes such as the "too big to fail" method of securing handouts from the government.


This is solid but how many people you reckon would benefit if they paid every single penny for any copyrighted data? I am in my 50's with 30 years in the industry and I know maybe 2 people that might benefit from this... certainly not something general public would benefit from

We’re likely looking at a new world where physical and mental work from humans holds much less value.

So if the world still generates value ( think AI inventing new drugs, robots planting and harvesting fields of corn ), who is able to make income? The people who have the capital to purchase and run the systems.

So our future world probably looks like a system where effort/knowledge/skill has little to no reward and capital (e.g. inheritance, passive income) has all the reward.

So, we can have a world where you are born rich or you live in abject poverty, or we can figure out something else.


You are missing the obvious answer.

The state runs the system. Or really at a certain point, the state runs itself. In 100 years or so, the CEO becomes a barbaric relic of the past age, like our ancestors who beat each other over the head with clubs. Nevertheless, such a future will necessarily owe a debt to both.

Wealth and states are often connected. In this case if the state is properly aligned (this is what the coming battles are to be about - as they always have been) to be egalitarian, then redistribution can occur unblocked by human enclaves of greed.


Why more and more stories from "Pump Six and Other Stories" are becoming real step by step?

> We’re likely looking at a new world where physical and mental work from humans holds much less value.

Or, perhaps, we're regressing to the mean after a century where this work was over-valued, because companies like Disney succeeded in regulatory capture and created artificial protections to maximize their own revenue.

How much money did Bach earn from royalties (ok, there's a pun there, but I mean payment for reproduction of his work)? How much power did Melville have over who published Moby Dick, and where, and how it was used (hint: very little in the US, none at all overseas).

We are seeing a weakening of control and revenue extraction from copyrighted works. But on the chart of history, the 1900's were a very anamolous spike in that area. And it saddens me that so much of HN is unhappy about more of a return to the commons.

> So if the world still generates value ( think AI inventing new drugs, robots planting and harvesting fields of corn ), who is able to make income? The people who have the capital to purchase and run the systems.

On the bright side, I think you're wrong here. Or (as Claude likes to tell me), you're half-wrong. If this were true, it would already be the norm and only big companies could bring new products to market. Yet startups are a thing, and many succeed (more fail, but still.

The trick in entrepreneurship and creative work has always been knowing what to ask the system to do. You might as well say that music is dead because the synthesizer and music software companies can produce as much as they want at zero cost. It turns out that owning the means of production only loosely correlates to producing things people want.

> So, we can have a world where you are born rich or you live in abject poverty, or we can figure out something else.

Already done. There are kids in Africa studying with AI tutors today, getting insight that they would likely never have had access to before. One-person shops are releasing board games and business services that they would never have had the capital to do before.

Where you see centralization of capital and control, and the masses reduced to abject poverty... I see the complete collapse of barriers to entry and switching costs in many fields.

But who am I? Some random guy. But I've heard very senior execs, at Microsoft and other companies, in absolute panic that the IP and systems they've spent billions of dollars to build over decades of work are suddenly subject to disruption by teenagers who are great at using AI. Seriously, panic.

It's a complex subject, and sorry for writing a book, but your prompt apparently got me. None of us know for sure what will happen but I think yours is a needlessly pessimistic view, ironically informed by the exact abuses of th past century that you're worried might not continue.


I spent a few years studying the ‘startup economy’ after a 20 year career at MSFT that left me with some meager capital, including a half dozen Angel investments and running an Angel investment fund LLC (SPAC as they would call it today).

Never saw a startup succeed that didn’t come with substantial founder capital, across a couple hundred evaluations. Does it happen? Sure. Is it the model for new product generation that people with <$250k of personal liquid assets can bring a new product to market? Not really.

‘You got to have money to make money’ is a real thing.

Yeah, I know I’m posting on YComb’s forums, but if you think the capital YComb itself gives to ‘good ideas’ is enough to succeed, that’s silly. It’s the follow on investment capital that brings a new concept to market, and that comes with odious strings for people underendowed with their own capital.

E.g. startups are still a rich man’s game.


There's an analogy I've read before, couldn't tell you where, that goes something like:

Startups are like a roulette wheel at a fancy casino. Most people can't even afford to get in the door. Middle class people can afford to maybe take one or two spins on it, if they go all in. Rich people can spin it as many times as they like

As someone who grew up on the lower end of middle class this rings really true to me. I don't have access to the kind of capital to build a dream business. I could probably take one shot at it, if I put my house up as collateral for a loan to get me started

It's too risky for me. But if I were a multi millionaire I don't think I'd think twice about giving it a shot


multi-AZ doesn’t help against multi-AZ drones :)

black swan events.

this is one of one of those things - were in the current era either a cloud provider should provide automatic backups in another geographic zone.

if you're in us-east, then your back-ups should ideally be in eu-west + africa for redundancy.


That's absolutely something you can configure your S3 bucket to do if you want (I have one of mine replicating elsewhere).

The amount of data S3 stores "automatically replicating" to other geographical locations would make things prohibitively expensive, especially when you consider the daily delta, and how much of that is ephemeral or frequently mutated data that is stored. The bandwidth costs alone would be eye-watering, let alone the storage costs.

S3 cannot make any automated decision about whether data is, or isn't important, and if they did they'd only open themselves up to lawsuits if they guessed wrong. That's why it's made an option for the end user to enable replication if they want to, or choose to replicate their own data.


> The amount of data S3 stores "automatically replicating" to other geographical locations would make things prohibitively expensive

It did work like this! And it was! My recollection is that the first S3 was out of SEA and had no user concept of region. Then “VDC” was added in virginia. That provided API endpoints in what became us-east-1. A bucket could be accessed from either location, and the original intent was for object store to replicate between them. By the time dub/eu-west-1 came along that was obviously not tenable; itd take 10s of gbs to replicate.

So S3 became regional. But the original sea/vdc deployments still had shared APIs and data in both regions. Your object would be stored in the region of the API you geolocated to via DNS, but read from either. _eventually_ all the data migrated to IAD, but those API endpoints were transparently proxying across the continent until 2013 or so.

And of course glacier had much more interesting takes on this with cross dc/az/region erasure encoding. But i dont think any of the wacky multi dimensional cross region stuff ever materialised in practice.

PS: hi!


Long time no see.

2013-2014 would be about right, they were still in SEA when I joined in 2013 but were actively working on decommissioning it.


The minute you cross borders you run into data sovereignty concerns. No idea if it applies at the subnational level (US states, Emirates in the UAE etc) but it wouldn't surprise me if it did in some cases.

It applies subnationally. Think about different gambling laws per US state, and if you’re running the infrastructure for that across state lines.

It's not really a black swan event just an unlikely one. If it were one it would not have been something people talked about before.

"Black Swan" would be a good name for an attack drone

Along with "Outside Context", "Tail Risk", "Impossible to Predict", "Force Majeure" and "Spanish Inquisition".

they should provide and option for multi-AZ with drone defenders now

you stopped mid-sentence mate - “… to stew and plan on how to pillage as much as possible from Americans before he rides off into the sunset”

I would upvote this 100x if I could. There are decades of evidence of this same thing happening but people be people'ing every 2-4 years :)

so is my all-passwords.txt file on my desktop

My passwords are in an encrypted block in a text file that can be unencrypted inline in an Emacs session with a keystroke sequence that looks like a cat just chased a mouse across the keyboard, and that's before entering the decryption password. To access it, an attacker would first have to learn Emacs. Pretty sure that's a post-quantum level of security.

Nefarious I like it

They could use an LLM to lookup your HN posts and then to wrangle Emacs. Or just decrypt the text in another application - I doubt Emacs is the only platform for whatever crypto method you use. M-x rot13 ?

Oh, did I forget to mention the encryption is implemented in Emacs Lisp?

At some point, the attackers are just going to have to give up and start hitting me with a wrench. Joke's on them though - I'm an Emacs user, I like pain.


It's interesting and fun to implement this stuff; I totally agree. Emacs is amazing.

I worry people will get the wrong idea about security: The application used for decryption doesn't need to be the same as the one used for encryption, at least not for any serious attacker. That would be 'security through obscurity'. They need the encrypted text; they don't need Emacs.

More importantly, no matter who you are, that you implemented the encryption yourself (?) is a major flaw - unless you have a cryptography team that has matured the implementation over a decade or so. Nobody is good enough to do that by themself. As the saying goes, anyone can create an encryption routine that they can't break.


You do realize these are all jokes?

emacs is not a joke emacs is life

https://youtu.be/urcL86UpqZc


Maybe you do or did really believe those things - lots of people do. There's nothing wrong with it. Saying 'I was joking' is maybe true, maybe it's just using a very common tactic for covering.

Obligatory relevant xkcd: https://xkcd.com/538/

It's a forever-fresh reminder about security versus your own government, but for malicious hackers and bots: the physical trip to visit you costs more than half their infrastructure.

Encryption matters, even if I would divulge everything long before the wrench appeared.


United States is a 3rd World country when it comes to water supply so not a bad idea…

https://thehill.com/policy/energy-environment/6081044-clean-...


That link seems to be a blank page unless you remove the `/amp/` fragment on the end of it.

And after reading the page, it would probably be better on The Onion as satire if it wasn't real. o_O


if you buy M5’s they are, much faster

the only people that really trust the police are ones that never actually had to deal with the police (which may be a whole lot of people). however, if you ever have an unfortunate situation to have a run in with the police, there is a good chance you will not be all that trusting any longer. people trust the idea of police more so than anything else

Well, true. But even so, having the history intact is also a way to remove suspicions from yourself.

"Where were you during the event X? I was very far from the place you are interested in, as can be proven by this photo, sent to my grandma, have a look at the history in her phone."


Bill Gates should have been in prison for the last two decades for the crimes committed by Excel...

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: