static new ThreadLocal ai_postTriple_disabled; static Web ai_postTriple(T3 triple) { if (ai_cache_hasTriple(triple)) null; Web web = webFromTriple(triple); if (isTrue(ai_postTriple_disabled!)) print(" Would post: " + sfu(triple)); else postSoftwareMadeWeb(web); ret web; } static Web ai_postTriple(S a, S b, S c) { ret ai_postTriple(t3(a, b, c)); }