HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zambal

no profile record

comments

zambal
·w zeszłym roku·discuss
I could be wrong, but the sentence "Flix precisely tracks the purity of every expression in a program." together with some examples of function definitions without the purity/impurity annotation, gave me the impression it's optional, because the compiler can infer it on its own most of the time.
zambal
·w zeszłym roku·discuss
I don't think it's actually a problem. Taste can guide the direction skill needs to go.
zambal
·w zeszłym roku·discuss
If you fail to see the difference, maybe study the subject matter a little more?
zambal
·w zeszłym roku·discuss
Indeed, if I'm not mistaken Netflix at least used to use (and commit to kernel) FreeBSD on content servers because of its superior sendfile performance
zambal
·w zeszłym roku·discuss
But in that case it's hard to argue that llm's are cheap in comparison to search (the premise of the article)
zambal
·w zeszłym roku·discuss
Don't know if it was intentional, but your ramble reminded me of the lyrics of Losing my edge by LCD Soundsystem. However, as someone who also experienced most of this stuff, it was a fun read either way :)
zambal
·2 lata temu·discuss
This comment is very misplaced. I'm Dutch and I wrote my comment not because the retailer is German, but because it are desktop CPU sales figures from a single retailer whose customers seem to be primarily gamers.
zambal
·2 lata temu·discuss
Yeah, the title feels a bit misleading, because it's only true in a very narrow context.
zambal
·2 lata temu·discuss
The subject is the ability to make accurate up to date maps out of satellite imaginary. I fail to see how this is a counter argument against that.
zambal
·3 lata temu·discuss
A bit pedantic I guess, but that still uses some syntactic sugar (optional brackets and keyword syntax). Removing all syntactic sugar would look like this:

    defmodule(Foo, [{:do, def(:bar, [{:do, "baz"}])}])
Even aliases (like Foo) are also a kind of syntactic sugar for a specific type of atom (Foo is actually the atom :"Elixir.Foo")