HN user

beberlei

967 karma
Posts16
Comments265
View on HN

I believe if you go down the rabbit hole of "mood playlists" and spotify created playlists, then you'll get a lot of tracks that they don't need to pay royalties for and that could probably include AI generated music.

If you are explictitly looking for music by specific artists, then you get their music obviously.

Its odd at first, but springs from economic principles, mainly sunk cost fallacy.

If you invest 2 days of work and did not find the root cause of a bug, then you have the human desire to keep investing more work, because you already invested so much work. At that point however its best to re-evaluate and do something different instead, because it might have a bigger impact.

Likelihood that after 2 days of not finding the problem, you wont find it after another 2 days is higher than starting over with another bug that on average you find the problem earlier.

Fight Chat Control 12 months ago

Came here to say the same thing, confused how a website like this can be made, the people behind it must have not understood how the EU works.

If Germany is listed as "Undecided" then this is in the Council. The 96 MPs are from a wide spectrum of parties and most of them will already be either for, or against this.

PHP 8.4 2 years ago

Just to set the record straight, Nikita is not the creator of the PHP JIT code, that is Dmitry and he is employed by Zend owned by Perforce working mostly on this.

This is due to how PHP and Sentry for PHP works. It sends out the data after every request to Sentry backend via HTTP. Depending on your network path to their servers, I have seen this take 10-100ms. This is different on how other APMs work for PHP, for example Tideways that I work on, or DataDog/NewRelic/Blackfire. They have a local agent running that accepts the data over socket/tcpip before sending it to the backend for processing.

The workaround in case of Sentry is to deploy the Sentry Relay in your network and send all data there.

Thats not what parent is saying. They are saying todays value of the known portfolio is not what is on the books due to interest and risk discounting the future value at which the bonds mature.

Either you sell everything now at the discounted value, leading to loss in deposits. Or you wait 10 years and pay everyone back their deposit then. Given current inflation a dollar now is only worth 50 cent in 10 years.

This discussion was 13 years ago, the project changed alot since then including its approach to self organization.

Tying back to this particular story, parse errors don’t include tokens anymore since PHP 8

Genuine question, Is the software not reliable? How often do you get paged?

We have 33-50% on call and noone complains because not a lot is happening.

I find your statement is slightly misleading, when there are just barely two handful green countries over the whole year and half of them have wind energy with at least 30% share, a few even as primary source.

SCIM is a sensible protocol and useful for syncing users and groups from central system to apps, syncing the clear text password is the problem, it should be used to sync user id and group membership only and the OpenId Connect performs the login.