HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kodra

no profile record

投稿

Ask HN: Why Medium fell out of fashion?

1 ポイント·投稿者 kodra·3 年前·4 コメント

コメント

kodra
·3 年前·議論
Patreon creators actively voted against crypto.
kodra
·3 年前·議論
The issue is that "less restrictions on horny stuff" means "more restrictions from payment processors" nowadays. Doubly so if you're a Russian platform like Subscribestar is.
kodra
·3 年前·議論
Why do you feel stupid? There is absolutely zero discoverability.

But you should've probably discovered View -> Update Speed :)
kodra
·3 年前·議論
Is it tho? Lambda calculus looks as abstract as these to me. And it was from about a century ago.
kodra
·3 年前·議論
This is what happens when your guidelines become dogmas.
kodra
·3 年前·議論
Political friendliness (n.)
kodra
·3 年前·議論
I guess it's a terminology thing. As someone from a C# background, not all keywords are reserved words. Only new reserved words break backward compatibility.

C# has added some keywords (record, and, or) without breaking backwards compatibility.
kodra
·3 年前·議論
You mean new reserved words? For example, I'm quite sure when C# added "record" it didn't break backward compatibility, as old code that uses "record" as a variable name still compiles.
kodra
·3 年前·議論
By the same logic, fare evasion is "metro company's problem to deal with".

It technically is, but if someone makes a programmer's salary and still jumps over turnstiles, I consider it a big red flag over their personality.
kodra
·3 年前·議論
Why can't it add keywords? Adding a new keyword doesn't break backward compatibility. It breaks "forward compatibility."
kodra
·3 年前·議論
Interesting to see the first two comments in this thread have the opposing opinions on backward compatibility. I guess it depends on how deeply Python cut you.
kodra
·3 年前·議論
The title: Inside the Decline of Stack Exchange

The content: A random guy looked at Google trend charts and fabricated some conclusions.

The opposite of "inside".
kodra
·3 年前·議論
Someone should feed an LLM all the Joel on Software articles and ask it to comment on Stack Overflow.

But a serious question: is Joel still in charge of SO? Has he retired?
kodra
·3 年前·議論
I found it interesting (and kinda worrisome) that some fine-tuned Llama 2 models are trained with GPT-4 generated data. So if GPT-4 got something wrong, the error would propagate to a lot open source models.