HN user

lozenge

5,806 karma
Posts0
Comments2,206
View on HN
No posts found.

A lot of these pdfs contain steps which are optional or only apply in certain situations. Does that decrease the complexity because there are less steps to do? Or does it increase.. the cyclomatic complexity!

It is the em dashes and the excessive wordiness as well as a lot of "not this, but that".

Eg:

"Not dramatically. Just quietly. " -- This is filler words. Whether it's dramatic or quiet has no relevance to the point they're making.

It also loves threes: "Well-modelled, properly sourced, beautifully visualised to requirements" - again, all irrelevant. The point they're making is that it's measuring the wrong thing, not that "beautifully visual things can be incorrect".

"There’s a piece of this conversation that most leaders miss, and it’s the part I care about most" - this hook of "most people miss" it is very common in AI writing.

It really isn't. There is no official "Chinese Export" mark. And it's legal to use the real CE mark just to indicate that you (the manufacturer) believe the product complies with European regulations. Some manufacturers might not know or care what it means and just put it on anyway. And some manufacturers might put a version with the incorrect dimensions on their product. It still doesn't mean "Chinese Export".

I can understand Android (including the Linux kernel) being "too big" and "too separate" to go into Google3, but why Chromium? When it was forked from KHTML/WebKit it was probably not that big compared to the rest of Google's codebase.

You only need a couple of Active Directory and Exchange servers here and there. But who's using IIS or SQL Server these days? Sharepoint also seems to be on a downturn.

The UK banned disposable vapes, the suppliers now add a charging port and the ability to put in refills. The refills cost as much or more than the vapes so now people throw away the "reusable" vapes as if they were disposable.

They are targetting whatever has eyeballs. If people are looking for purchasing advice they have probably come from Google. So if Google is indexing the subreddit it is fair game. That means every subreddit that is not 18+, and Reddit also forbids marking a subreddit as 18+ when the contents isn't really 18+ (as this was a form of mod protest a few years ago).

That's a standard error clause. In the case PyImport_ImportModule threw a Python exception, you need to Py_DECREF any C local variables which are new references(not borrowed references) and return -1.

From the later call PyModule_AddObject, it's clear this code has come from the PyInit_ module initialisation function. This code is running on import of the C extension to initialise the "FruitEnum" module attribute. https://docs.python.org/3/c-api/extension-modules.html#c.PyI...

The relevant market here is the creators not the consumers. As a creator you have no choice but to accept whatever fees Apple, Google, Steam etc set. Or whatever rates Spotify pays you per stream. The fact you "could" host your own website is irrelevant when the reality is nobody will visit it.

Google Antigravity 8 months ago

The Copilot extension uses proposed APIs, meaning it's on an allowlist bundled with VS Code. Roo likely enables these early. The API can stay proposed for years before Microsoft opens it up to third party users.

Google Antigravity 8 months ago

There's also Eclipse Che. They wrote a web based IDE from scratch and made it compatible with VS Code extensions but also provided extra APIs.