What happens if you make an infinite amount of typos in one place? Example: the Khmer word for Thursday ថ្ងៃព្រហស្បតិ៍. Somebody may not be sure whether it's written without the tondakheat at the end like ថ្ងៃព្រហស្បតិ or with. So they think "the more the better" and err on the safe side and put an infinite amount of tondakheats there.

I wrote a script that generates 2.4 Gbps of tondakheats:

#!/bin/bash
echo -n "ថ្ងៃ​ព្រហស្បតិ៍"
while true; do
yes "៍៍" \
| LC_ALL=C tr -d '\n'
done

When I run it on a terminal, the context switch load of the system increases from 3 kHz to 33 kHz and it starts to stutter. Sounds healthy.

#typo #infinite #infinity #khmer #khmerlanguage #thursday #script #linux #scheduler

🎲 RANDOM MOD FOR GAME Tales of Vesperia: Definitive Edition, Infinite Items https://www.nexusmods.com/talesofvesperiadefinitiveedition/mods/6

😈 Infinite Items mod for Tales of Vesperia: Definitive Edition gives you unlimited items, consumables, crafting mats and more.
Skip the grind: test builds, craft everything, flex on bosses or just experiment with game systems without restraint. It straight-up breaks progression and bala...

#SteamAndEpic #Items #Definitive #Vesperia #Infinite #Edition

🥳🎉 Behold! #Cate v1.0: The latest attempt to make #developers feel special by giving them an "infinite canvas" to doodle their bugs on. 😏 So strap in, folks, because now you can display all your #coding #disasters in one place while #GitHub tries to convince you that #AI can fix bad code. 🖥️💥
https://github.com/0-AI-UG/cate #v1.0 #infinite #canvas #HackerNews #ngated
GitHub - 0-AI-UG/cate: An infinite zoomable canvas for coding — editor, terminal, and browser panels in a spatial workspace.

An infinite zoomable canvas for coding — editor, terminal, and browser panels in a spatial workspace. - 0-AI-UG/cate

GitHub

The electronics/logic behind "while(1)" and "for(;;)

Up until recently, have been trying to validate user input by writing lengthy if-statetments nested in while-loops. I usually have the while-loop check that the function that takes input - for instance getchar() - is not EOF and the if-statement checking whether input is of the desired data type and/or size. But then I noticed people doing something similar with infinite loops while(1) and for(;;).

While I understand that these loops are infinite because there is no condition to check against in for(;;) and because the condition is always true in while(1), I wonder if there is a more pedagogical (?) way of expressing the same thing. Like a proof of concept, or like what’s going on at the electronic/logic level, if one were to draw this on a schematic with logic gates.

Or am I perhaps overthinking it and there is “simply” a signal/transistor somewhere that is always on/1/true/has the approproate votlage? Feels like “fooling” the machine by writing while(1) or for (;;) ….

#Infinite (2021)

A man discovers that his hallucinations are actually visions from past lives.
#PageToScreen #FilmMastodon

Infinite vs. Rebels Gaming – připravte se na napínavý souboj v mezinárodní ligové sérii! 🎮
- Obě dvojice trénují tvrdě a slibují nečekané taktické zvraty.
- Živé přenosy najdete na Livesport, takže žádný fanoušek nic nepropásne.

#eSports #Infinite #RebelsGaming #Livesport #gamingCZ

🔗 https://news.google.com/rss/articles/CBMiwAFBVV95cUxNcmZpWkh4Q2xFSk1Bc1U1SEhjS0tjclRVQjQ1QTN2X29BekZLUUNXTFVlTjZEZTJTeHBnZmVKWlF1dktqOGl6bnBEWGhyZUFxSlRCYVV1VWJNdFJfbU9RdlFWT0N3U3l5WjAwTFRkTGdhUXVzaG9jRFk0Z1RLams1ODcyTHQ1MFBjTUJTbDBFcEpuemNzcHM5YTdVRTNRNDQ2ODNhdGNMM1Zrd2dBR1hJQ2xDU0ppd3RoTXlEaWJWMEk?oc=5

Before you continue

#Reels served in #infinite #scrolling powered by #algorithms are the #opium of the century.

A tax should be imposed, as with #alcohol and legalized #drugs .

Additionally, #social service providers using #algorithms should be required to provide users with #data and access to the #algorithm (even without disclosing weights\source code) so that users can effectively test for #bias.

(Cover images, generated respectively with #ChatGPT, #mistral and #Gemini with the post as a prompt)

RE: https://mathstodon.xyz/@paysmaths/116596414654801170

Russell was my favourite #philosopher as a youngster, and it was only later that I realised he was also an important figure in my favourite #mathematics.

Dedekind's definition of infinite is: a set is #infinite if (and only if) it has the same size as a proper subset of itself.

"Same size" can be made precise too, but the intuition is clear: you can delete an element of something infinite, and it will still be infinite.

#math