HN user

luke5441

256 karma
Posts0
Comments160
View on HN
No posts found.

We will up the defence spending until Trump doesn't have the "card" of removing Ukraine support anymore.

Then having a digital services tax starts looking like free money with few downsides to the EU. And the defence spending increases funding requirements.

The dependence would be eliminated by taxing it away.

Count Binface 10 days ago

Since it is a first-past the post system it would have been best if the other parties coordinated to only let the best party compete.

Having Count Binface as the only other candidate is IMO a second-best option.

The main blocker for this was that Trump extended this to the military domain. I.e., tax US hyperscalers and Ukraine does not get US weapons/information anymore. Becoming independent from the US in the military domain will take some work.

Wouldn't one be able to tell from basic research if a project is legit or not. E.g. looking how the developer handles support? If no HM does take OSS work into account, one other reason for publishing my code goes away. Might as well post it as freeware if I want to share it.

The difference if this is okay is how reliable the tool is. If it is a calculator or compiler it is okay. The example in the article also sounds okay (machine learning image classification), though I am not sure.

LLM output is unreliable, so we still need to judge it. If I want to be able to judge code, I must have worked with it to a certain extent. So the unreliable tool does not help me much if I don't want to accept the unreliability.

It's a fundamental problem with the technology. Either the training pushes it into the "exam answering mode" where it tries to guess at what you want to hear given the prompt.

Or the training pushes it into the "Google it yourself" annoyed forum user mode. Maybe that points out wrong assumptions. Maybe it hallucinates that the assumptions are wrong. That is IMO more annoying than the sycophantic one.

As OP says, this is probably a by-product of them trying to "fix" the problem where the user can question a correct answer and it starts to sycophantically correct itself.

Leaving Mozilla 1 month ago

IRC doesn't have offline messages and standardized user accounts.

Just looked it up and there is IRCv3 to fix this, but idk what the state of that is.

Insulting someone is a crime in Germany. We can debate and then change this of course. I wouldn't call this a fundamental issue. It is just what we as a society decided on. (Maybe I'm too "Ze rules are ze rules" here)

Idk what exactly happend. But somehow they got approval from court to collect evidence of the crime (electronic devices) via house search. As said, the harm caused by the house search was later deemed unproportional to the crime.

Yes, Google just removes them as a first step because this is the least amount of work for them. Theoretically there is an Google appeals process. After that it needs to go to court.

My guess is that often reviews are generalizing (easy mistake to make). E.g. they say "service is slow", when they should say: "When I was there on Thursday at noon service was slow for my table".

Even then we should be able to see things that previously were not possible because they took too much effort.

For example NPCs in games that have complexity that previously was not possible.

Good games often push the boundaries a bit, so should be a good example.

Of course now we can start arguing that there isn't a lot of investment into gaming currently, because it all goes into AI. Too bad.

PHP's Oddities 2 months ago

I think the biggest problem is that the main way to use it is as a HTTP response handler, whereas other languages are more general purpose. So when a developer wants to develop themselves outside of a HTTP response handler, they need to switch languages.

Of couse it can be argued that PHP can be used outside this one way as well, but even e.g. https://symfony.com/doc/current/mercure.html is using golang.