451 градус по фаренгейту, блин.PAS
Ln 1, Col 1
{ ======================================================== }
{* 451 градус по фаренгейту, блин.PAS - (c) 2026 *}
{ ======================================================== }

program ArticleViewer;

uses Crt, Dos;

const
  ArticleTitle = ' 451 градус по фаренгейту, блин.PAS';
  ArticleDate = ' 23-08-2026';
  ArticleDesc = '';
  ImagePath = ' /img/borland_post_img4.png';
  TextPath = ' 451 градус по фаренгейту, блин.PAS.TXT';

var
  F : Text;
  LineStr : string[160];
  Regs : registers;

{ -------------------------------------------------------- }
{* Процедура вывода графики *}
{ -------------------------------------------------------- }
procedure LoadAndDrawImage(FileName : string);
begin
  TextColor(10); { Green }
  WriteLn('[OK] Loading image: ' + FileName);
  { Имитация вызова прерывания BIOS для смены режима }
  Regs.AX := $0013; { 320x200x256 (VGA) }
  Intr($10, Regs);
  WriteLn('[OK] VGA Mode initialized.');
  WriteLn('[OK] Image rendered in memory.');
  { Пауза, чтобы увидеть "графику" }
  Delay(500);
  Regs.AX := $0003; { Возврат в текстовый режим }
  Intr($10, Regs);
end;

{ -------------------------------------------------------- }
{* Процедура вывода текста из файла *}
{ -------------------------------------------------------- }
procedure PrintArticle(FileName : string);
begin
  Assign(F, FileName);
  {$I-} Reset(F); {$I+}
  if IoResult <> 0 then begin
    WriteLn('[ERR] File not found: ' + FileName);
    Exit;
  end;
  
  TextColor(11); { Light Cyan }
  WriteLn('--- ' + ArticleTitle + ' (' + ArticleDate + ') ---');
  TextColor(10); { Green }
  WriteLn(ArticleDesc);
  WriteLn;
  TextColor(7); { Light Gray (основной текст) }
  
  while not Eof(F) do begin
    ReadLn(F, LineStr);
    WriteLn(LineStr);
  end;
  Close(F);
end;

{ -------------------------------------------------------- }
{* Основное тело программы *}
{ -------------------------------------------------------- }
begin
  ClrScr;
  TextColor(10);
  WriteLn('Turbo Pascal 7.0 (c) 1983-2026');
  WriteLn('System initialized. Checking data files...');
  Delay(300);

  LoadAndDrawImage(ImagePath);
  PrintArticle(TextPath);

  TextColor(14); { Yellow }
  WriteLn;
  WriteLn('[OK] End of file. Press any key to return to menu...');
  ReadKey;
end.
INS
NUM
HDD
386SX
4MB RAM
Compiling MICROBLOG.PAS...
Ready
F1Help
F2Save
F3Open
F4Clear
F5Zoom
F6Next
F7Trace
F8Step
F9Make
F10Menu
12:34:56 C:\BLOG> _ Free mem: 2,124,288 bytes
Compiling
MAIN.PAS
Compiling...
Lines: 0
Compile Status
Compile successful
Code: 0000 bytes
Data: 0000 bytes
Stack: 0000 bytes
OK
C:\BLOG\ARTICLES\> type current_post.md
Article Image

Крупнейшая открытая библиотека «Anna’s Archive» бьёт тревогу: ИИ-компании массово скупают физические книги, разрезают их и сканируют для обучения нейросетей, а оригиналы уничтожают. Это делают, чтобы получить монополию на редкие знания и избежать судебных исков за авторские права. Библиотека призывает 10 миллионов волонтёров по всему миру сканировать книги до того, как их уничтожат, и выкладывать в открытый доступ. «Это гонка со временем, иначе знания навсегда останутся на частных серверах», — заявляют организаторы.

Комментарий (коротко):

Проблема — ИИ-фирмы скупают и уничтожают уникальные печатные книги, чтобы их конкуренты не могли использовать те же данные для обучения. Это создаёт монополию на знания.

Причина — суд признал использование книг для обучения ИИ «добросовестным использованием», но компаниям выгоднее физически уничтожить оригиналы, чем делиться ими.

Решение — массовое сканирование силами волонтёров (даже по 1 книге с человека) и загрузка в открытый архив, чтобы сохранить информацию для всех.

Суть одной фразой:
«ИИ-корпорации сжигают библиотеки, чтобы владеть знаниями — нужно успеть оцифровать всё до их прихода».

ссылка на источник:тыц


World's largest open library calls for volunteers to scan and preserve physical books as AI companies buy, scan, and destroy them — Anna's Archive says ‘time is running out’ as ‘knowledge is permanently monopolized on private servers’
Jowi Morales
5–6 minutes

Members of the world's largest 'truly open library in human history' have issued a worldwide call to volunteers, begging them to scan and upload books online to prevent AI companies from obtaining and destroying huge quantities of books. The Anna's Archive appeal follows multiple reports that large AI companies are buying up books to train AI models, often resulting in the destruction of the works.

According to the blog post, the problems started when Anthropic was hit with a $1.5 billion penalty as it settled a copyright infringement lawsuit from 2024. This settlement is the largest amount ever in a copyright case, with the AI tech firm paying $200 per title based on its collection of 7 million pirated books stored in a central library. However, that same ruling affirmed that the use of existing works to train AI models is fair use. This opened the floodgates for AI firms, which started buying up books online to scan and destroy them.

Independent bookstores all across Europe are seeing a trend like this, where they receive random, relatively large orders that are shipped to local addresses. While orders like these still come through in the digital age, especially from institutional buyers looking to fill out new libraries, they say that most “legitimate” orders often come with coordination and negotiation, not just a straight purchase order. Aside from that, the suspicious orders also include books that no one would buy today, like “Pass Your Driving Test, 2018 Edition” and “The Eddie Hobbs Guide to your SSIA.” An investigation revealed that some of the books are sent to an Amazon processing facility, where workers cut off their spines and feed them into industrial scanning machines.

Unfortunately, this method of scanning destroys the books, meaning the printed record is erased in favor of a digital one. There are non-destructive methods of scanning these materials, like using a V-shaped scanner that follows the natural curve of the book binding, but it’s likely that this method is slower and more expensive compared to just stripping out the spine and feeding it into an automatic scanning machine. The blog also says that destroying the original material means that competitors could not use these very same books to train their AI models, giving the original buyer an advantage, especially if the book that is destroyed is a rare one with no other copies in the world, and that it also avoids legal risks.

Using these books, especially those published before 2022, which are said to be “untouched by machines,” comes with legal and ethical issues, but the bigger concern of many is that the destruction of this material could lead to a monopoly of knowledge. If the original copy no longer exists, the knowledge stored in it would only be available to the AI company that scanned it, and anyone else who wants to gain access to it would have to pay for the privilege unless the company shares the original for free (although this would come with its own legal issues). Aside from that, it would probably only be available in processed form if access is limited through the AI model, as most LLMs will not produce it verbatim for fear of copyright restrictions, which is why the author said, “Knowledge is permanently monopolized on private servers.”

This fear has led to the callout for volunteers to scan books and upload them to Anna’s Archive. “If every person scans a book, and there are 10 million volunteers worldwide, we can obtain 10 million pieces of invaluable wealth,” the blog post said. It also added that uploaders of small scans are often recognized and awarded lifetime membership to the shadow library. Those who want to conduct large-scale scans and upload many titles can reach out to the archive for support, as the archive says that it “can help pay for the scanning fees and other rewards.”

“This is a race against time,” the author said in the Anna's Archive blog post. “Our ideal is to scan and upload all the world’s publications before publishers completely block knowledge, and before AI companies scan and destroy all the world’s books and papers.”

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.
_ [EXECUTED SUCCESSFULLY]