Aleksiej's Blog

Blog

Welcome to my blog about programming, machine learning, philosophy, and sociology.
Tag cloud  All words

Another run is faster

It's no secret that the processor has a cache with 1,2,3 levels. But what will be the efficiency when we run the same code twice. From a philosophical point of view, there is an ideal situation when the time complexity of the second run will be close to O(1). But the ideal situation is unattainable. It was decided to conduct an experiment.

It is proposed to prepare arrays ranging in size from 1 megabyte to 20 megabytes. And for these arrays, it is proposed to run the same algorithm twice in a pipe.

data[0] = 17
for i := 1; i < size; i++ {
    data[i] = data[i-1] + 3
}                
code in github.com

The results of the comparison are shown in the diagram.

Conclusion.

The cache greatly facilitates re-computation. If the computing structures are small, then the gain can be up to x2 for a given processor.

Dlaczego nie ma możliwości nauczenia kogoś matematyki?

Krótko mówiąc, nie można myśleć za kogoś. Myślenie to proces, którego nie da się perfekcyjnie trenować. Na przykład odrabianie lekcji może mieć wpływ tylko na wykonanie podobnej lekcji. Zupełnie nowe problemy są prawie niemożliwe do pokonania bez zdolności matematycznych. Jeśli chodzi o to, co uczeń może, poprzez indukcję, dedukcję oraz abstrakcję poszerzyć kręg rozwiązywanych problemów, to zjawisko pochodzi ze zdolności matematycznych. Dydaktyka matematyczna sama w sobie nie jest tu skuteczna. Oprócz tego, że uczeń wykonuje jedno zadanie, rozwiązuje je, a następnie wykonuje inne, nie ma innej formy uczenia się. Cały proces uczenia się matematyki wygląda dokładnie tak, jakby Münchhausen postanowił wyciągnąć się z koniem z bagna. Bierze się za włosy i wyciąga. Albo, jak w zdecydowanej większości przypadków, nie wyciąga. A najlepszym zachowaniem nauczyciela matematyki jest sytuacja, w której nauczyciel w niczym nie przeszkadza uczniowi. Bo nie ma możliwości skutecznego nauczenia kogoś matematyki.

How to use the program Data Entry

This video demonstrates the basic capabilities of the Data Entry program.
  1. Creating interval numeric and other variables.
  2. The verifiable entry of variable values.
  3. Exporting to SPSS. Save the template with a password.

Little Linux experimentation with laptop AN515-46-R70A

I wanted to install linux on my acer laptop. But my laptop has BIOS version 1.03. In official site I saw that the latest version is 1.07. There is a Windows executable file only. Looking ahead: I tried to use wine in Ubuntu to run this file. But it failed. Firstly, I had to install Windows. But which USB boot solution is chosen? On the advice of my friend, I have chosen Ventoy. As it turned out, the BIOS firmware should reboot in DOS mode without the Windows environment. It was funny. After Ventoy prepared the flash card on Ubuntu, it looked as empty, but it was bootable. I saved the ISO Windows and Linux files for the installations to the flash drive through a simple copy operation. After these manipulations, I started experimenting. I downloaded the new versions of Endless OS, Linux Mint, Ubuntu and Manjaro. I read that someone sells a laptop like mine with Endless OS. Therefore, I hoped to install this operating system successfully. But it failed. This OS is not even started. Then I successfully started Manjaro. I really like this OS. This operating system is very ergonomic and functional. But I saw it not worked with my Wi-Fi device. I connected to LAN and did not see the problem in time. There are many options for choosing a Linux kernel in Manjaro. I have chosen version 6.0.0, but Wi-Fi didn't work yet. Linux Mint has the similar problem. Besides, the web camera didn't work either. I decided to stop on Ubuntu. Because, the Wi-Fi worked well.

Conclusions
Linux Endless OS Linux Mint Manjaro Ubuntu
ISO eos-eos4.0-amd64-amd64.220406-204708.base.iso linuxmint-21-cinnamon-64bit.iso manjaro-kde-21.3.7-220816-linux515.iso ubuntu-22.04.1-desktop-amd64.iso
Mediatek MT7921 WiFi No information Not working Not working Working
Internal web camera Quanta ACER HD User Facing No information Not working Not working Not working
External web camera Sunplus Innovation Aukey-PC-LM1E No information No information No information Working

Der süße Brei

das Zitat
Es war einmal ein armes frommes Mädchen, das lebte mit seiner Mutter allein, und sie hatten nichts mehr zu essen. Da gieng das Kind hinaus in den Wald, und begegnete ihm da eine alte Frau, die wußte seinen Jammer schon und schenkte ihm ein Töpfchen, zu dem sollt es sagen „Töpfchen, koche,“ so kochte es guten süßen Hirsenbrei, und wenn es sagte „Töpfchen, steh,“ so hörte es wieder auf zu kochen. Das Mädchen brachte den Topf seiner Mutter heim, und nun waren sie ihrer Armuth und ihres Hungers ledig und aßen süßen Brei so oft sie wollten. Auf eine Zeit war das Mädchen ausgegangen, da sprach die Mutter „Töpfchen, koche,“ da kocht es, und sie ißt sich satt; nun will sie daß das Töpfchen wieder aufhören soll, aber sie weiß das Wort nicht. Also kocht es fort, und der Brei steigt über den Rand hinaus und kocht immer zu, die Küche und das ganze Haus voll, und das zweite Haus und dann die Straße, als wollts die ganze Welt satt machen, und ist die größte Noth, und kein Mensch weiß sich da zu helfen. Endlich, wie nur noch ein einziges Haus übrig ist, da kommt das Kind heim, und spricht nur „Töpfchen, steh,“ da steht es und hört auf zu kochen; und wer wieder in die Stadt wollte, der mußte sich durchessen.

Meine Fragen:
  1. Warum hat das Mädchen ihr Zauberwort nicht mit ihrer Mutter geteilt?
  2. Warum hat das Mädchen ihren süßen Brei nicht zuerst mit allen geteilt?
  3. Warum hat die alte Frau nur mit dem Mädchen geteilt (nicht mit allen)?
Immerhin kann das Töpfchen unendlich viel Brei kostenlos kochen.