Earlier quoted context omitted.
The trend of self-censoring words like 'dead' and 'kill' appears to be relatively new, motivated by TikTok and YouTube algorithms, but spilling over into the general internet.
Correlation is not causation but I challenge anyone to come up with a different cause: https://trends.google.com/trends/explore?date=all&q=tiktok,u... https://trends.google.com/trends/explore?date=all&q=unalive&...
Asking Gemini 3 to generate Brainfuck code results in an infinite loop
51–60 of 97 posts
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#52-> runs it in Gemini fast instead of thinking
....
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#53Why would anyone feel compelled to use AI to write such a short blog post? Is there no space where I can assume the written contented is communicated 100% by another human being?
I am sorry if it appears that it was written by AI - I wrote a draft and used AI to assist me since English, is not my first language. I asked it only to format but it has seemed to change the tone and the expressions too '.'
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#54> Brainf*ck is the antithesis of modern software engineering. There are no comments, no meaningful variable names, and no structure That's not true. From the little time I've spent trying to read and write some simple programs in BF, I recall good examples being pretty legible. In fact, because the language only relies on those few characters, anything else you type becomes a comment. Linebreaks, whitespace, alphanum…
For those who want to try it, there’s always the https://raku.org module…
use Polyglot::Brainfuck;
bf hi {
++++++++[>++++[>++>+++>+++>+
+>+>->>+[>.>---.+++++++..+++.
>>.>+.>++.
}
say hi.decode; # Hello World!
bf plus-two {
,++.
}
say plus-two(buf8.new: 40).head; # 42Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#55Earlier quoted context omitted.
Chilling effects. Western culture is taken over by American Puritian values thanks to the globlaisation of the media.
Puritans were English protestants. I think you mean to say it's being taken over by European values.
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#56Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#57Too bad it can't explain why it does the same thing with actual English.actual English.actual English.actual English.actual English.actual English.
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#58Earlier quoted context omitted.
Correlation is not causation but I challenge anyone to come up with a different cause: https://trends.google.com/trends/explore?date=all&q=tiktok,u... https://trends.google.com/trends/explore?date=all&q=unalive&...
I agree, although I was referring to asterisks like de*d and k*ll (or censoring with black bars, or using emojis) - euphemisms of course have always been part of language evolution.
Sidenote, I wish all websites supported markdown properly and not a custom weird subset they found convenient.
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#59Gemini Pro neither as is nor in Deep Research mode even got the number of pieces or relevant squares right. I didn't expect it to actually solve it. But I would have expected it to get the basics right and maybe hint that this is too difficult. Or pull up some solutions PDF, or some Python code to brute force search ... but just straight giving a totally wrong answer is like ... 2024 called, it wants its language model back.
Instead in Pro Simple it just gave a wrong solution and Deep Research wrote a whole lecture about it starting with "The Geometric and Cognitive Dynamics of Polyomino Systems: An Exhaustive Analysis of Ubongo Puzzle 151" ... that's just bullshit bingo. My prompt was a photo of the puzzle and "solve ubongo puzzle 151"; in my opinion you can't even argue that this lecture was to be expected given my very clear and simple task description.
My mental model for language models is: overconfident, eloquent assistant who talks a lot of bullshit but has some interesting ideas every now and then. For simple tasks it simply a summary of what I could google myself but asking an LLM saves some time. In that sense it's Google 2.0 (or 3.0 if you will)
Re: Asking Gemini 3 to generate Brainfuck code results in an infinite loop
#60Whereby I don’t know if it was a real infinite loop because I cancelled the session after 10 minutes seeing always the same "thoughts" looping