Click here to Skip to main content
15,886,919 members
Home / Discussions / Spam and Abuse Watch
   

Spam and Abuse Watch

This board allows members to report the accounts of spammers and others who abuse the forums in order to give other members the chance to vote to close the offending account.

 
GeneralSpammer from moderation queue (Member 16005208 | Lavya Hair Design) Pin
Graeme_Grant15-May-23 17:20
mvaGraeme_Grant15-May-23 17:20 
GeneralMember 16005109 is a spammer Pin
PIEBALDconsult15-May-23 13:50
mvePIEBALDconsult15-May-23 13:50 
GeneralMember 16005112 is a spammer Pin
PIEBALDconsult15-May-23 13:50
mvePIEBALDconsult15-May-23 13:50 
GeneralMember 16005077 is a spammer Pin
PIEBALDconsult15-May-23 12:49
mvePIEBALDconsult15-May-23 12:49 
GeneralNotorious computer science troll, Pete Olcott Pin
harold aptroot15-May-23 11:19
harold aptroot15-May-23 11:19 
GeneralRe: Notorious computer science troll, Pete Olcott Pin
PIEBALDconsult15-May-23 12:50
mvePIEBALDconsult15-May-23 12:50 
GeneralRe: Notorious computer science troll, Pete Olcott Pin
Richard Deeming15-May-23 21:21
mveRichard Deeming15-May-23 21:21 
GeneralRe: Notorious computer science troll, Pete Olcott Pin
polcott18-May-23 15:54
polcott18-May-23 15:54 
Although people have very consistently treated me very badly what I have been saying is clearly correct software engineering.

Can D simulated by H terminate normally?
The x86utm operating system based on an open source x86 emulator. This system enables one C function to execute another C function in debug step mode. When H simulates D it creates a separate process context for D with its own memory, stack and virtual registers. H is able to simulate D simulating itself, thus the only limit to recursive simulations is RAM.

C
01 int D(int (*x)())  
02 {  
03  int Halt_Status = H(x, x);  
04  if (Halt_Status)  
05    HERE: goto HERE;  
06  return Halt_Status;  
07 }  
08  
09 void main()  
10 {  
11  H(D,D);  
12 }

Execution Trace
main() calls H(D,D) that simulates D(D) at line 11

keeps repeating:
simulated D(D) calls simulated H(D,D) that simulates D(D) at line 03 ...

Is this clear enough to see that D correctly simulated by H can never terminate normally? (because D remains stuck in recursive simulation)

I never mentioned this next part in any of my questions because it extends beyond the scope of software engineering.

Quote:
For any program H that might determine whether programs halt, a "pathological" program D, called with some input, can pass its own source and its input to H and then specifically do the opposite of what H predicts D will do. No H can exist that handles this case.
Wikipedia: Halting Problem

ADDENDUM
By showing the above at the software engineering level with fully operational code there cannot be any gaps in reasoning that occur when examining these things at the Turing Machine level. Once these things are fully understood at the software engineering level then they can be applied to the Peter Linz (Turing machine based) Halting Problem proof on pages 1-2 of this paper: Simulating (partial) Halt Deciders Defeat the Halting Problem Proofs It is easy to see that these two examples are isomorphic once the software engineering of the above example is fully understood.

modified 20-May-23 11:15am.

GeneralRe: Notorious computer science troll, Pete Olcott Pin
harold aptroot18-May-23 16:03
harold aptroot18-May-23 16:03 
GeneralRe: Notorious computer science troll, Pete Olcott Pin
polcott19-May-23 4:12
polcott19-May-23 4:12 
GeneralRe: Notorious computer science troll, Pete Olcott Pin
PIEBALDconsult19-May-23 3:42
mvePIEBALDconsult19-May-23 3:42 
GeneralRe: Notorious computer science troll, Pete Olcott Pin
polcott19-May-23 4:23
polcott19-May-23 4:23 
Generaljohan peter is a spammer Pin
PIEBALDconsult15-May-23 8:48
mvePIEBALDconsult15-May-23 8:48 
GeneralSlotbot: Member 16004951 Pin
PIEBALDconsult15-May-23 8:01
mvePIEBALDconsult15-May-23 8:01 
GeneralMember 16004909 is a spammer Pin
PIEBALDconsult15-May-23 7:22
mvePIEBALDconsult15-May-23 7:22 
GeneralSpam would be article ("[DELETED]| Unbiased Ratings and Buying Guides" , sadirul islam 2023) Pin
OriginalGriff15-May-23 6:17
mveOriginalGriff15-May-23 6:17 
GeneralMember 16004737 is a spammer Pin
PIEBALDconsult15-May-23 5:21
mvePIEBALDconsult15-May-23 5:21 
GeneralSpammer from moderation queue (Member 16004703) Pin
OriginalGriff15-May-23 3:18
mveOriginalGriff15-May-23 3:18 
GeneralSpammer from moderation queue (Nee[DELETED]) Pin
OriginalGriff15-May-23 3:18
mveOriginalGriff15-May-23 3:18 
GeneralSpammer from moderation: Member 16004620 Pin
Richard MacCutchan15-May-23 1:59
mveRichard MacCutchan15-May-23 1:59 
GeneralSpammer from moderation queue (Member 16004571) Pin
OriginalGriff15-May-23 0:21
mveOriginalGriff15-May-23 0:21 
GeneralSpammer in JavaScript forum (Tammy Gombez) Pin
Richard Deeming15-May-23 0:06
mveRichard Deeming15-May-23 0:06 
GeneralSpam would-be article (Web Development Company ... | Member 16004543) Pin
Richard Deeming15-May-23 0:02
mveRichard Deeming15-May-23 0:02 
GeneralSpam would-be article (Amplify Your Online Presence ... | Link R*cket) Pin
Richard Deeming15-May-23 0:01
mveRichard Deeming15-May-23 0:01 
GeneralSpammer from moderation queue (Member 16004507) Pin
OriginalGriff14-May-23 23:06
mveOriginalGriff14-May-23 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.