HN user

eterevsky

1,361 karma
Posts1
Comments463
View on HN
Deno Desktop 1 month ago

Within OS consistency is much less of thing a thing than Web design conventions. Windows by itself has had several different UI frameworks over the years, so different "native" Windows programs can look completely different from each other.

MAI-Code-1-Flash 2 months ago

They are comparing it to Haiku 4.5. Not Opus, not Sonnet, but Haiku, the smallest Anthropic model, 3 versions old.

You can absolutely negotiate to work 4 days weeks and get 80% salary. I've been working like this for the last 3-4 years.

I think whether any text is written with the help of AI is not the main issue. The real issue is that for texts like police reports a human still has to take full responsibility for its contents. If we preserve this understanding, than the question of which texts are generated by AI becomes moot.

XSLT RIP 8 months ago

In all seriousness, XSLT looked stillborn even 25 years ago when it was introduced.

This article seems to argues from the way scientific discoveries are made by humans. It seems to me that its gist is similar to some article from the 80s that claims that computers will never play good chess, or an article from the 2000s that claims the same for go.

The general shape of these arguments is: "Playing chess/go well, or making scientific discoveries requires specific way of strategic thinking or the ability to form the right hypotheses. Computers don't do this, ergo they won't be able to play chess or make scientific discoveries".

I don't think this is a very good frame of reasoning. A scientific question can take one of the following shapes:

- (Mathematical) Here's a mathematical statement. Prove either it or its negation.

- (Fundamental natural science) Here're the results of the observations. What are the simplest possible model that explains all of them?

- (Engineering) We need to do X. What's an efficient way of doing it?

All of these questions could be solved in a "human" way, but it also possible to train AIs to approach them without going through the same process as the human scientists.

If we achieved local maximum at something, the only way to progress is to make a big leap that brings you out of it. The trouble is that most of such big leaps are unsuccessful. For every case like you are describing there are probably hundreds or thousands of people who tried to do it and ended up with something worse than the status quo.

ZIP codes are a simple approximation, which does their job good enough in most cases.

The alternatives that the author suggests are much more complicated, both in terms of the implementation and in terms of convincing the user to give you their full address.

To be precise, JSON was a replacement for XML, not the other way around. And the problem with XML was that it's way to verbose and difficult to write by hand, so it's exactly the opposite of the direction YAML/JSON5/... are taking.

This entirely depends on the subscription fee, doesn't it? The amount of ad revenue that the service is getting for you is limited, even accounting for the fact that as a paying user you might push the price of ads up a bit.

If you set the subscription fee above this value, you as a service will be better off regardless of the advertizers.

It is always possible to have several tiers of subscriptions, a cheap tier with some additional feature and ads, and a higher tier with no ads at all.

I am perfectly willing to pay extra to support a website or service that I'm using, but only if it removes all ads.

Because for that to make sense you need to have some strong evidence that the resulting status quo will be better for consumers than the present situation. You don't break monopolies just for the sake of breaking monopolies. You do that to avoid locking into some suboptimal outcomes for consumers.

I also judge code quality at the interviews that I perform. I just give the candidates time to improve their code after they come up with something working.

So the article says that Freeman Dyson calculated that only one graviton capture event would happen per billion years in a detector the size of the Earth. The new experiment however proposes to use 15 kg of super-cooled Beryllium.

My question is: what's the difference between the proposed Beryllium slab and Dyson's theoretical detector?

Rewriting Rust 2 years ago

I would gladly switch to a Rust fork without async. Even though this article is not about async per se, it’s clear that async makes most of the described problems worse.