TekTonic HTML source - LOL
Seems that page and the VPS page use that nice side table, however whomever coded it must have thought otherwise. I think if I were to go with them to design a website, I'd order the swear-free package
-Brian
8 Replies
I didn't want to wade through raw HTML to see what it was, so the short-cut to see it more easily:
$ wget http://www.tektonic.net/resellers.php
$ grep '<\!--' resellers.php
I know, I'm lazy.
@tronic:
Pretty funny.
:) I didn't want to wade through raw HTML to see what it was, so the short-cut to see it more easily:
$ wget http://www.tektonic.net/resellers.php $ grep '<\!--' resellers.php
I know, I'm lazy.
;)
This one's just as quick/lazy:
lynx --source http://www.tektonic.net/resellers.php | grep "<\!--"
> linux-2.6.11.9/arch/mips/kernel/irixioctl.c: * irixioctl.c: A fucking mess…
linux-2.6.11.9/arch/mips/kernel/sysirix.c:/* 2,191 lines of complete and utter shit coming up… */
linux-2.6.11.9/arch/mips/pci/pci-ip27.c: * IOC3 is fucked fucked beyond believe …
linux-2.6.11.9/arch/sparc/kernel/head.S: * Sun people can't spell worth damn. "compatability" indeed.
linux-2.6.11.9/arch/sparc/kernel/process.c: /* fuck me plenty */
linux-2.6.11.9/arch/sparc/kernel/sunos_ioctl.c: /* Binary compatibility is good American knowhow fuckin' up. */
linux-2.6.11.9/arch/sparc/lib/checksum.S: * give up. I'm serious, I am going to kick the living shit
linux-2.6.11.9/arch/sparc64/kernel/pci_common.c: * there must be a damn good reason for it.
linux-2.6.11.9/arch/sparc64/kernel/traps.c: /* Why the fuck did they have to change this? */
linux-2.6.11.9/arch/sparc64/lib/checksum.S: * are two fold. Firstly, they cannot pair with jack shit,
linux-2.6.11.9/arch/sparc64/mm/ultra.S: * in Microelectronics who refused to fix this shit.
just some examples
grep -R -E '(fuck|shit|damn)' * | less