Avatar

Kazumara

Kazumara@discuss.tchncs.de
Joined
0 posts • 160 comments
Direct message

He uninstalled systemd, now his computer is not doing systemd things anymore by his retelling. Seems like it worked fine. Yet he asks for a solution of a problem. Maybe he needs to state the problem.

permalink
report
reply

When I visit places, tasting the food is a big part of the interesting experience to me.

permalink
report
parent
reply

so, my alarm company replaced it. installed the new smoke detector yesterday and… it just went off again.

Nice theory but it’s disproven by OP’s initial text

permalink
report
parent
reply

Yes, sure, but norimee is right, they can’t arrest you. If they do arrest you for it, it’s false improsinment and they’ll get arrested instead.

permalink
report
parent
reply

I’m not sure we’re thinking of the same hypothetical here…

I’m saying if you bring chicken to the cinema, and the staff (citizens) arrest you for it, they are beyond wrong. Because it’s oviously not illegal to bring chicken to the cinema, only against policy and therefore it would be false imprisonment.

All they can really do is ask you to leave, and if you don’t they can call the police, or maybe, depending on the law in that jurisdiction, they could then legally detain you for said trespassing. But certainly not for breaking their policy in the first place.

permalink
report
parent
reply

Who here really has the time to stand, think and waste in the shower?

People not in a drought. It’s been quite wet here in Switzerland recently :-D

permalink
report
reply

The techradar article is terrible, the techcrunch article is better, the Flow website has some detail.

But overall I have to say I don’t believe them. You can’t just make threads independent if they logically have dependencies. Or just remove cache coherency latency by removing caches.

permalink
report
reply

You don’t use it for the rule-set and allowable moves, but to score board positions.

For a chess computer calculating all possible moves until the end of the game is not possible in the given time, because the number of potential moves grows exponentially with each further move. So you need to look at a few, and try to reject bad ones early, so that you only calculate further along promising paths.

So you need to be able to say what is a better board position and what is a worse one. It’s complex to determine - in general - whether a position is better than another. Of course it is, otherwise everyone would just play the “good” positions, and chess would be boring like solved games e.g. Tic-Tac-Toe.

Now to have your chess computer estimate board positions you can construct tons of rules and heuristics with expert knowledge to hopefully assign sensible values to positions. People do this. But you can also hope that there is some machine learnable patterns in the data that you can discover by feeding historical games and the information on who won into an ML model. People do this too. I think both are fair approaches in this instance.

permalink
report
parent
reply

The lede by OP here contains this:

[…] addition to Xcode 16 […] is a feature called Predictive Code Completion. Unfortunately, if you bought into Apple’s claim that 8GB of unified memory was enough for base-model Apple silicon Macs, you won’t be able to use it

So either RecluseRamble meant that development with a feature like predictive code completion would work on 8 GB of RAM if you were using Linux or his comparison was shit.

permalink
report
parent
reply