HN user

aspirin

100 karma
Posts11
Comments29
View on HN

In professional contexts as a software developer you will manage just fine with just English. Free time context and true integration to society will require learning Finnish. But you can take your time with that.

I’m a Finn.

Curious what ”The cycle removal algorithm only uses the reference counts and the object content” means in practice. Is it based on some well known algorithm?

Currently there is nothing to stop mappers using tags in wrong ways. It should just be flat out impossible. If a field/tag isn't defined in the schema, it could not be used. The range of values should be limited in the same way, too.

Im my opinion the biggest problem is the data model (or lack of). Tags i.e. key-value pairs are used to add properties to geometry. Mappers use different combinations of keys/values to describe the same thing. The post touches on this, but does not offer solutions other than adding "layers".

There should be a strict schema that would be community managed through some process.

It makes me sad to see the AST go. I was thinking of writing my own WASM compiler just for fun, purely as an AST transformer.

Its funny how most of the WASM tools still use s-experssions as the text format. How does that even work, now that the AST is history?

WASM isn't related to JavaScript in any way. Maybe you were thinking of asm.js?

You cannot access the browser APIs from WASM so there is no tight coupling with the browser environment. I think non-browser use could make definately sense.

Couldn't you do it with transaction isolation levels? for example in Postgres "BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;"

Inside the transaction you will see only changes made within the transaction.

I believe he means that in digital games the model stays hidden most of the time. You only see the inputs and outputs.

In physical games the players have to enact the model themselves by following the rules at every step. Without exact knowledge of the model, the gameplay cannot even start.

In some cases this rule could be bad for customers, too. In Finland uncapped 4G data with monthly price is the norm, and if the carrier cannot charge extra for data roaming in other EU countries, it can only lead to higher prices or discontinuation of uncapped data. Carriers still have to pay each other roaming fees after this rule is in place, right?

There is something wery odd about Newcomb’s Problem. If the Predictor can predict my choice with 100% accuracy, it's not really a choice, is it? Free will does not exist in this scenario, and therefore I cannot meaningfully choose between one or both boxes. The question is nonsensical.