Vasiliy Tereshkov

Results 122 comments of Vasiliy Tereshkov

@Mazdaywik Да, задания посмотрел: многие из них даже не на уровне синтаксиса, а на уровне лексики. И наконец-то прочитал записку к проекту по портированию BeRo на Linux. Внутренности BeRo оказались...

@tinyBigGAMES After having submitted several subsequent versions of _xdpw.exe_ to Microsoft for analysis, I for the first time observe that a minor change to the executable file does _not_ cause...

The latest version of _xdpw.exe_ again causes a false alarm, but now with another sort of "trojan". Microsoft claims that their Windows Defender "uses artificial intelligence (AI) to identify new...

@tinyBigGAMES Yes, the probability of false alarms has decreased, but it's not the end of the story. I still observe false alarms with AVG and sometimes with Acronis and Avast....

@tinyBigGAMES probably you can add new definitions to system.inc: ``` AnsiChar = Char; PAnsiChar = PChar; ShortString = string; ``` and then remove the `$IFDEF`s. Anyway, I still think that...

Great! Would you like to be added as a contributor/maintainer to my repository or maintain your fork?

Anyway, I've invited you as a collaborator. I don't quite understand whether GitHub gives you the rights to commit directly (not via pull requests), but I personally encourage you to...

So I suppose that using `commit()` is very dangerous, `donate()` being safer. But even with `donate()`, I get neither a compile-time error, nor a run-time panic when trying to use...

Perhaps any attempt to `commit()` or `donate()` something that is not owned should be a run-time error as well.