Earlier quoted context omitted.
I literally write like the article on similar write ups, where do you think the AI's learned to write this way from. I really don't get the AI vibes from the actual writing of it
It gave me strong vibes too. It’s the writing style. I’ve seen OpenAI write just like this. Doesn’t mean it’s bad. There’s a few other markers. Note “silly” in quotes and over use if that word. Once would be enough. But also this is very very typical. The bolting and short quite direct and a bit repetitive statements “it absolutely does not solve “dumped a bag of candy on a messy kitchen table and took a dramatic iPh…
I made a programming language with M&Ms
41–43 of 43 posts
Re: I made a programming language with M&Ms
#42Earlier quoted context omitted.
“ As it turned out, there is nothing special about psychopaths when it comes to understanding or feeling empathy with others. ” https://www.psychologytoday.com/us/blog/fulfillment-at-any-a... But maybe it is like so often more about the contradictory definitions of “empathy”, and capability vs. willingness.
How I understand the article, is that they understand why others act in certain ways, they know the mechanism of empathy, but nothing here confirms that they are empathetic themselves. I think this article's conclusion is misleading.
Re: I made a programming language with M&Ms
#43Earlier quoted context omitted.
Great post, thanks for sharing it! When I saw the title, I thought of Lambda Calculus[0] and SKI combinators[1]. Given that there are "only six useful colors", I wonder if M&Ms could be used to implement them. 0 - https://en.wikipedia.org/wiki/Lambda_calculus 1 - https://en.wikipedia.org/wiki/SKI_combinator_calculus
Funny you mention that, because yes, a combinator-style encoding is probably a cleaner fit for the “only six colors constraint than my stack machine. I hacked together a tiny SKI-flavored M&M reducer as a proof of concept: B=S, G=K, R=I, Y=(, O=), and N... is a free atom, so `B G G NNN` reduces to `a2`. Gist: https://gist.github.com/mufeedvh/db930a423fdce8c1d8e495c7a3f...
I suppose the only question remaining is if peanut M&Ms are higher-kinded when contrasted with the chocolate-only nullary type.
:-D