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

His analogy is that a gas station is for putting gas into your car. But he walks there often, so the assumption that you need your car if you go to the gas station isn't inevitable.

You could conceivably walk to a car wash that has similar sundries as a gas station.


Indeed, the little market there is why I walk there. There is also one at the car wash another 2 blocks away. I’d walk there for a 7up if it were closer!

Oh sure, Chinese investors and business people share their profits with everyone out of the goodness of their heart. Nice fairy tale.

Did they consider that profits on the build out won't be uniform, i. e. there will be some companies that go under but the rest of them will capture the profit?

Some companies going under doesn't change anything about the market as a whole.

If the demand is real and the company just sucked, their users and infrastructure will end up at a competitor: the value for that one company is bigger, but the overall per-user bill remains about the same.

If the demand is fake the infrastructure will be sold off at a big loss, allowing new companies to enter the market with far smaller investment costs, allowing them to undercut the competition, driving down the price users expect to pay for compute, resulting in a race to the bottom between the remaining AI companies in an attempt to attract enough users that their hardware won't sit idle - which in turn makes it far less likely that they'll be able to hit those revenue figures. And a bunch of investors just lost a few billion dollars, of course.


And the rest still bought RAM, GPU and datacenters.

What a giant waste of resources that are missing elsewhere


Maybe, but you have very similar dynamics in China or other countries. At the root the problem is one of power dynamics, inequality, authoritarianism (whether legitimized by money or politics or both). Or said otherwise, an erosion of democratic and egalitarian ideals.

I find brackets help me understand structure from a distance much better than whitespace.

Misplaced brackets seem like a thing from the past to me when we didn't have IDEs. I don't remember ever having a bug due to that.


> I find brackets help me understand structure from a distance much better than whitespace.

I can't imagine how. Whitespace physically lays out the block structure on the screen; braces expect you to count and balance matching symbols, and possibly scan for them within other line noise.


This is a 00s POV. If you spend any time on syntax formatting in 2026, you're wasting it. It's a solved problem.

Any reasonable language with braces has standard formatter that will just put each brace level on a different whitespace level.


Yes, and so will any reasonable text editor automatically indent to the most likely position, and remove an entire indentation level with backspace, and substitute spaces for tabs per community standards, and keep everything lined up neatly.

But GGP was making a claim about the braces themselves solving the problem, and they clearly do not. The indentation automatically inserted by your tooling solves the problem. And it's at least as easy to communicate the intended block structure with colons and backspaces as with open braces and close braces, plus it doesn't waste lines (or invite bikeshedding) for the closing braces.


Nevertheless it happens that while moving code around one wonders what indentation level that code should go. Undo, undo or git show the original code, look at it, retry more carefully.

Brackets would allow the editor to autoindent the pasted code.

No choice is perfect.


Working in C# i feel basically still read code structure by the visual block structure / indentation. I dont think I've ever counted braces in my professional life. The IDE makes sure it is formatted correctly and ambiguity is basically impossible.


Exactly. So if the indentation is the actually salient thing, why not use it directly?

I mean: you don't count the braces because your tooling counts them and makes the indentation match what Python would use anyway. If you had just created that indentation in the first place (which with a proper editor is at least as easy as typing the braces; you essentially type : instead of {, and backspace instead of } ) then you'd be in the same place, except without the extra punctuation noise (well, with half of it, because GvR thought the colons were a useful signal even if redundant).


Whitespace and braces work together to make the code more readable; both by the computer and the human. And they make it less likely to have errors, because the braces convey intent (much like parens in math when they're not "needed")


So you would find bracketed code without any use of indentation easier to read than python?


It's no more 1990, when Python was born. Editors have been automatically indenting bracketed code for a long while. Probably notepad doesn't, or maybe plain vanilla vim.


The comment I replied to stated brackets helped them more than indentation.


Engineering and running a company are very different skill sets. Engineers are often not good at Marketing, networking, sales, ...

Even if you are good at those, for many companies, it's more about connections than about the ability to build stuff. So if you don't know the right people, it is very difficult to get a foothold.


Sorry I should have specified, engineer here means software engineer/software developer.


You missed the question entirely.


Marketing, networking, and sales are the job. Or a large part of it. If you don't have connections, knowing how to make connections is part of it.

Accept that there are other skills besides engineering, and they can be just as challenging to learn, and just as opaque from the outside of you don't understand it.


It's a dumb joke considering Germany has been one of the most peaceful countries in decades. And the people making the jokes are often citizens of a country actively engaged in wars.


Gearmany's pacifism is just like its green energy transition hypocrytical and ineffective. Their Energiewende was to shutdown nuclear to bring back coal. Their Zeitenwend amounted to bankrolling Putin's war machine via the Norstream pipelines at the expense of the very same countries they tried to anhiliate in WW2. So yeah, I think I can crack a joke.


I'm bluer than 98% apparently. For me, turquoise is green. I didn't realize that's not normal.

If I'm off on a detail like that, then...uh oh.


blue than 90%, same verdict with turqouise, though what I call turquoise is bluer than what is shown


They're doing a lot that goes against that strategy, you just don't see it in the headlines except in cases such as these or when you dig into how they conduct international negotiations or business deals involving the Chinese market.

Not to mention how they are openly expansionist in the SCS and obviously wrt Taiwan.

Of course they want to be seen as reasonable, their ideal is to control the international narrative just how they can do it internally in China.


So, who would you say that spend more resources 'controlling the international narrative', the USA or China?


I have no idea and for me it's not the central question.

I don't like it from any party, but from a moral standpoint, the more authoritarian someone is about their propaganda, the more invasive and violent it feels to me.

I perceive what the CCP is doing as denying my (and other people's) humanity and individual rights. I simply cannot accept a government that imprisons artists and human rights activists. A world where art is crime is not one I find worth living in.

I perceive American propaganda in the same category as advertising, harmful and annoying, but they won't lock me up or threaten my safety if I speak up against the propaganda. Well, at least that's how it used to be, who knows with the current trajectory.


China at least does it covertly. The US president broadcasts his madman narrative on Twitter for everyone to see.


Personally, I prefer the US approach. At least then everyone knows what they're dealing with and they can openly react instead of being forced into a fake dance between what is said and what is REALLY said.

The covert stuff gives some degree of plausible deniability and it causes a good amount of the population to be complacent and ignore reality. I don't see how this can be considered good for anyone but the people creating propaganda.


What examples do you have of the US government doing to CEOs what has happened to people like Jack Ma and many other public figures?

For China, there are so many examples of people doing 180s and being full of contrition after those interventions, it's hard to imagine anything but severe intimidation or worse happening behind closed doors.



A guy committing insider trading ain’t the same thing



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

Search: