Live data from Hacker News

Bloomberg chief editor: We publish too many mediocre and long enterprise stories

talkingbiznews.com

161–170 of 206 posts

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#161

Earlier quoted context omitted.

As you scroll that's more opportunities to show you ads.

Sure for the sites that show ads. But I'm taking about the ones where they literally just put the story in to rank higher in search results. The ones just doing it to share their recipe.

It doesnt have to be a conscious process for everyone. It could be that google just prefers to show you pages with these patterns even if most pages dont. Or could be writers that dont do this quit because no one reads them.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#162
post #10
post #7

Articles in The Economist are usually a better investment of my time. I was originally introduced to the magazine by a teacher in high school, but I've come to learn that many other people weren't as fortunate. https://www.economist.com/

Bill Gates has said The Economist is the only magazine he reads cover-to-cover as it makes him think critically about the world.

when did he say that?

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#163

Earlier quoted context omitted.

I find it to slavishly neoliberal. That (or in its older guise, free-trade principles) is literally a founding premise of the newspaper: PROSPECTUS: of a weekly paper, to be published every Saturday, and to be called THE ECONOMIST, which will contain ... First.—ORIGINAL LEADING ARTICLES, in which free-trade principles will be most rigidly applied to all the important questions of the day—political events—and parliame…

Slavishly neoliberal is not the same as free trade. Adam Smith, whom they model themselves after, was against rentier activity, The Economist is not. The UK is presently embroiled in negotiating all kinds of trade agreements as part of Brexit, and none of the countries will be signing a reciprocal "free trade" agreement between the two, it's a pipe dream. In addition, Smith would have been appalled at the UK running…

So, yes, understanding and admitting that both definitions and adherances to ideologies shift over time (see the remarkable and sad descent of, say, H.L. Mencken's American Mercury, or for that matter, the party of Lincoln), my larger point was that The Economist was literally founded on the notion of promoting a specific economic orthodoxy. (Not uncommon among periodicals of the time, and since.) Many people seem surprised on learning this, as I was, some years back. The fact that the newspaper makes that prospectus so prominently visible is itself notable.

Whether or not neoliberalism is the One True Descendant of Adam Smith is a notion up for debate, though there's a fair argument to be made that neoliberal adherants position it as such.

I've my own views of what Smith actually advocated (based in large part on reading him). Though I would be pressed to find where he specifically inveighs against long-term national deficit spending. I would argue that monetary policy has evolved considerably since Smith.

My third paragraph though is decidedly secondary to my first.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#164
post #27
post #7

Articles in The Economist are usually a better investment of my time. I was originally introduced to the magazine by a teacher in high school, but I've come to learn that many other people weren't as fortunate. https://www.economist.com/

I find that Economist articles about things I don't know much about are great. But the more I know about the topic, the less I think of the article. It isn't just the spin; sometimes you can guess whom they were talking to and whom they weren't by how wrong and they way they get something wrong.

I have the same reaction to the stories on topics I'm familiar with, and it makes me distrust all the stories on other topics as well. There is a certain air or authority and erudition to the writing style, but I'm not sure it's warranted.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#165
post #116

Earlier quoted context omitted.

And IMO it's gotta much worse since Crichton said that do to online style publishing encouraging newspapers to be even looser with fact checkers and always trying to publish things ASAP over trying to publish something that is interesting, informative and/or factually corrective.

Some of it is rush to publish. But it's also that most readers here and elsewhere won't pay for subscriptions and will also do their best to avoid even the mediocre monetization provided by digital advertising. It's hard to support investigative reporting and fact checkers.

It's hard to support investigative reporting and fact checkers.

When the bad drives out the good, it's no surprise that no one wants to pay for the bad.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#166
post #154
post #143

Earlier quoted context omitted.

Aren't prose recipes a kind of program source-code; and aren't the underlying ideas of their steps, algorithms? The law says you can copyright source code, but not a program's underlying algorithmic semantics[1]. What I'm talking about here, is effectively "extracting the semantics of someone else's source code/recipe, in a way where humans are "firewalled off" from the particulars of the original prose of the code/r…

True. But in this case, you'd have to ensure you went through the process of truly re-implementing the algorithm of the recipe, and stripping out all non-algorithmic components of the instructions. For example, a step in an icing recipe[1] may say something like: Gradually beat in just enough milk to make frosting smooth and spreadable. If frosting is too thick, beat in more milk, a few drops at a time. If frosting b…

> The only "algorithmic" component to that step is that you add milk. The fact that you do so gradually, use a beater during the process, how you identify when you've added enough, how to correct for deviations in viscosity of the mixture, etc are all part of the "source code" rather than the algorithm and wouldn't be something you could republish without being considered a derivative work.

I would disagree. Here's what I learned from your quoted paragraph, expressed in pseudo-Prolog:

- beatInto(FrostingMixInBowl, Milk, $BeaterSpeed) => increaseQty(FrostingMixInBowl, Milk).

- beatInto(FrostingMixInBowl, IcingSugar, $BeaterSpeed) => increaseQty(FrostingMixInBowl, IcingSugar).

- invProportional(viscosity(FrostingMixInBowl), absorbancyPerUnitTime(FrostingMixInBowl)).

- nonNewtownianViscosity(FrostingMixInBowl).

:. invProportional(absorbancy(FrostingMixInBowl), $BeaterSpeed). // implication from standard library

:. require(maxThreshold($BeaterSpeed)). // implication from standard library

- invProportional(viscosity(FrostingMixInBowl), AmbientHumidity).

- invProportional(viscosity(FrostingMixInBowl), AmbientTemperature).

- proportional(viscosity(FrostingMixInBowl), currentQty(FrostingMixInBowl, Milk)).

- invProportional(viscosity(FrostingMixInBowl), currentQty(FrostingMixInBowl, IcingSugar)).

- target(viscosity(FrostingMixInBowl), centiPoise(10000)). //see https://www.globalpumps.com.au/list-of-typical-viscosities

...and then some stuff about how much frosting we're making here, but without the context required to translate those figures into absolute extruded surface area.

Anyway, do you see what I'm getting at with this? We're describing a system of dynamic constraints. What you generate from this "knowledge base" is an action plan that routes you through the system of dynamic constraints to achieve the target (in this case, icing of a specified absolute viscosity.) The constraints are generative, where constraints asserted together produce further constraints, and those constraints can be translated into structured-text warnings like:

• "the icing is too thick to absorb milk at faster than N mL per second; if you introduce it faster than that, the milk will bounce off the surface of the icing rather than absorbing, and probably splatter you in the face."

• "beating the icing too fast shears/aerates it, increasing its viscosity, making it unable to absorb anything, meaning that anything introduced to the icing will bounce off the surface of the icing and splatter you in the face."

Such a system also allows the resolution of ambiguities, where instead of saying "if the icing is too thick", it can know the variables that affect viscosity, and so just ask you to set those variables (i.e. the ambient temperature and rH value for your kitchen) either in your user preferences or at the recipe header; and take that into account to compute initial quantities for ingredients that should produce a viscosity in no need of further adjustment. (But it could also generate the structured text explaining what actions it knows about for this step that increase and/or decrease viscosity — you know, just in case you messed up and didn't follow its perfect robot plan.)

Note that this isn't super out-there tech. People build models that do these computations all the time. Which people? The operational engineers in charge of the day-to-day operations of baked-good and candy factories.

I'm just suggesting, in essence, a generalized domain-specific abstract machine for modelling all such problems in an easy way (rather than rebuilding it half from scratch in spreadsheets each time), such that you could just as easily describe the dynamic-constraint system underlying a steak as one underlying a Mars bar.

...and then using all that just to emit recipe prose. :P

(But you could also use it as the "mental model" a multi-purpose robotic kitchen could use to generate action plans, of course.)

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#167
post #95
post #22

Earlier quoted context omitted.

> It’s almost like they’re continuing to pretend that their giant journalistic screwup doesn’t exist It's exactly like. They did not publish a retraction because they stand behind what they wrote. But as long as they keep it short...

They stand behind what they wrote despite every company mentioned publicly insisting the claims were BS, despite no evidence being presented then or now, despite the fact that it actively hurts their integrity? Why would they do that?

That's a million dollar (or more) question I guess. But seeing how they stand behind such nonsense I can't help but call into question every single one of their articles. Every one of them could be "The Big Hack" and I wouldn't know it because it might be outside of any field I could make a reasonable assessment in, and they'd never retract it.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#168
post #148

Earlier quoted context omitted.

I’ve heard this several times, but as far as I know this only means a person wouldn’t be able to copy the whole work, but that they’d still be absolutely allowed to extract/copy the recipe itself (in the form of the ingredients and the steps needed to make the food)

I can't speak to other forms of copyrights, but literary copyrights also protect derivative works[1]. It'd likely be hard to prove for isolated incidences or sufficiently generic recipes, but but if someone extracted and republished recipes en masse, you could establish that they're deriving those recipes from your works and violating your copyright. Edit: See my comment here[1] for more details and an example of the…

I would be very surprised if extracting a non-copyrightable recipe out of a copyrightable longer text wouldn't qualify as fair use.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#169

The point of the chief editor is so true that I'm surprised to read that from them. I have noticed that a lot of times with this kind of web media. - You have a clickbait title like this: "How a normal guy managed to hack WallStreet with a simple pen" - Then, you have one page of interesting introduction on the topic but without the reply to the title question. "In november 2018, WallStreet was busy with the introduc…

This is merely a consequence of SEO. Have you tried searching for recipes? It's absolutely miserable. I don't need irrelevant life stories-- show me the ingredient list and instructions.

SEO gaming is an existential threat to Google. If they can't even help me find non-pathological writeups of basic recipes, they've got some big problems.

Re: Bloomberg chief editor: We publish too many mediocre and long enterprise stories

#170

Earlier quoted context omitted.

Blame Google. A few years ago, it started prioritizing pages that had a high word count. So SEOs had no option but to pad up their pages with filler content. I've personally seen a page go from #20 to #2 just by adding 1000 extra words of content.

It's more than that. Google tracks how long you stay on a page whenever you use the back button to go back to the search results. The longer you stay on that page, the better the page will rank so once everyone figured it out, we started getting all that useless fluff before recipes because it increases the time spent on pages.

Jesus we need to free this technology from corporate control.
Post reply on HN