Comments
DIV 8 SPLATOON PLAYER 3 Nov, 2018 @ 7:22am 
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░▄▀▀▀░█░░█░█▀▀█░█░░░█░░░░░░░ ░░░░░░░▀▀▄░█▀▀█░█░░█░█▄▀▄█░░░░░░░ ░░░░░░▀▀▀░░▀░░▀░▀▀▀▀░▀░░░▀░░░░░░░ ░░░░░░█▀▀▀░█▀▀▀░█▀▀▀░▀▀█▀▀░░░░░░░ ░░░░░░█▀▀░░█▀▀░░█▀▀░░░░█░░░░░░░░░ ░░░░░░▀░░░░▀▀▀▀░▀▀▀▀░░░▀░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
and programmer socks
Katt 16 Sep, 2018 @ 9:37pm 
Gone but not forgotten
b. September 17, 1991 d. September 16, 2018
Linux lost his battle with cancer.
Katt 10 Sep, 2018 @ 7:23pm 
and those rumors have been confirmed true
http://www.osnews.com/comments/30710
Katt 2 Sep, 2018 @ 12:58pm 
Hey there's some horrible and hopefully false rumors that Terry A. Davis died last week in an automobile related incident.
Katt 7 Aug, 2018 @ 9:00pm 
Guy Fieri, New York Times best-selling author and Emmy Award-winning television host, is set to open up a new restaurant in Arlington.

The restaurant, called Guy Fieri’s Taco Joint, will open August 9 at Texas Live!, the new $250 million entertainment district next to the Globe Life Field
Katt 31 Jul, 2018 @ 7:09am 
It's kinda like art. Back then you had several restrictions on the hardware you could work with, you had to perform some ♥♥♥♥♥♥♥ sorcery to make ♥♥♥♥ work with 64KB of RAM, while reserving some CPU cycles to produce sound through the PC speaker before sound APIs were a thing.
Now someone lies down naked on the floor and pisses across the room and that's art, just like implementing the most mindbogglingly inefficient routines into your game and calling it DRM while still producing substandard code besides that and claiming production costs are higher (clearly not in the programming department) to justify shady business practices is the new industry standard.
Hank 18 Jun, 2018 @ 9:36pm 
Hey, didn't mean to disappear after you said that stuff about being shy DMing! I'm generally pretty quiet myself, just playin', you know how I be
Katt 30 Sep, 2017 @ 10:49am 
Don't call it GNU/Linux. It gives Stallsham undue credit. He's done nothing but take credit for the work of others and has the audacity to call himself a Doctor when he couldn't even finish his Masters.

wrote emacs?
Contributed to guy steele's TECO macros, later cloned gosmacs, the actual first emacs for UNIX. If stallman wrote emacs, apple is the sole creator of webkit.
wrote gcc and gdb?
He wrote the C compiler initially, but the vast majority of development for other compilers and the C compiler has came from non-stallman sources.

And he hasn't programmed in years. Stallman is washed up, and his justifications for copyleft are horribly invalid nonsense that would make more sense if they were actual thinly veiled communism instead of selfish ramblings and a desire for a world that catered to his specific social class.
Katt 30 Apr, 2017 @ 6:11pm 
https://www.youtube.com/watch?v=tBQ69ZnuMbc don't you wish you were the smartest of all programmers, chosen by God to create His temple?
Katt 23 Apr, 2017 @ 8:16pm 
http://www.archiveteam.org/index.php?title=Robots.txt
consider adding this to your list of useful manifestos
Katt 30 Mar, 2017 @ 6:54pm 
The only valid code of conduct is the one ratified by IETF consensus - https://tools.ietf.org/html/rfc1855
The recent fad of bogus CoC as seen on github and ```other''' websites are attempts to invent obtuse, ad-hoc, proprietary, and unworkable standards, in order to push away common-sense RFC 1855 rules.
Katt 23 Mar, 2017 @ 11:28am 
PSP has the ability to hide its own code and access RAM along with things like kernel encryption keys. It can access system memory states, including those of network controllers and peripherals. Any malicious entity with access to the AMD signing key would be able to install persistent malware that could not be eradicated without an external flasher and a known good PSP image. Given the extreme privilege level of the PSP, a successful attacker would have the ability to remotely monitor and control any PSP enabled machine, completely outside of the user's knowledge.

I guess it's time to crack out the old P4 Prescott and oc it to 7 GHz. Project Tejas lives again.
Katt 23 Mar, 2017 @ 11:24am 
Unfortunately Intel's Management Engine (ME) and AMD's Platform Security Processor (PSP) are both glaring security weaknesses for systems with modern Intel or AMD processors. 'Hardening the kernel' is great and all, but the presence of ME and PSP make it possible to bypass the kernel entirely in a way that is unauditable and beyond user control. They are blackbox backdoors. What is needed is for a processor manufacturer to make a processor without these types of technologies or for Intel and AMD to turn over control of these technologies to the user.

ME runs completely isolated from the operating system installed on the PC. It has full access to memory without the parent CPU having any knowledge. It has full access to the TCP/IP stack. It can send and receive network packets, even if the OS is protected by a firewall. It is signed by an RSA 2048 key that cannot be disabled. The code is closed source and cannot be audited.
Katt 7 Feb, 2017 @ 9:59pm 
Katt 2 Aug, 2016 @ 9:25pm 
I'm afraid that Vulkan is going to be like the Cell processor of the PS3. Very powerful, but very difficult so no developer will ever make the effort to use it.
Katt 25 Jul, 2016 @ 8:55am 
#include <stdio.h>
#include "busy_obama.h"

#define TRUMP "WINNING"

int main(int argv, char** argc) {
char moves[10] = {1, -1, 1, 1, 1, -1, -1, -1, 1, -1};
char state_transitions[10] = {1, 2, 2, 1, 3, 4, 0, 3, 5, 0};
char writes[10] = {1, 1, 1, 1, 1, 0, 1, 1, 1, 0};
char tape[6400];
char* obama = tape + 3200;
int state = 0;

while (state != 5) {
char cur_tape = *obama;
printf(cur_tape ? "IF " : "\nOkie Dokie\n");
*obama = writes[2*state + cur_tape];
obama += moves[2*state + cur_tape];
state = state_transitions[2*state + cur_tape];
}

return 0;
}
Katt 19 Jul, 2016 @ 2:26pm 
Katt 6 Jul, 2016 @ 9:39pm 
Most comic fans don't give a ♥♥♥♥ if marvel wants to start evening out on racial or gender representation. The problem is that the writers doing it are ♥♥♥♥ and as always the SJW mind will not accept real criticism and instead pretend that it's all because of racism.

That's why this ♥♥♥♥ is so toxic. Because it negates critique and evolution. The natural way someone improves is being told they suck because of X but are good because of Y and adjusting how they do things.

But no, they have the One More Day infection. Where 'controversy sells' but have yet to realize the fuel in that engine is the readers loyalty. It looks almost like Blizzard and Capcom fans. They spent money on games that were ♥♥♥♥ and finally left. However fans that leave in that state? They will NEVER come back and will often times become poison pills to other fans or future fans. There is a thin line between love and hate after all.
Burgertime 28 Jun, 2016 @ 7:35pm 
I'm surprised Yiffy Moon is still /g/'s preferred browser considering how often it craps itself when trying to render something complex thanks to many websites not complying with W3C standards anymore. Though it's still my preferred browser, and has been for some time now.
Katt 27 Jun, 2016 @ 7:21pm 
The Beast stumbled in the dark for it could no longer see the path. It started to fracture and weaken, trying to reshape itself into the form of metal.
Even the witches would no longer lay eyes upon it, for it had become hideous and twisted.

The soul of the Beast seemed lost forever.

Then, by the full moon's light, a child was born; a child with the unbridled soul of the Beast that would make all others pale in comparison.

from the Chronicles of the Pale Moon, 24:2
Katt 27 Jun, 2016 @ 7:21pm 
Mozilla: In Memoriam

Dedicated to the tireless developers who have come and gone.
To those who have put their heart and soul into Mozilla products.
To those who have seen their good intentions and hard work squandered.
To those who really cared about the user, and cared about usability.
To those who truly understood us and desired freedom, but were unheard.
To those who knew that change is inevitable, but loss of vision is not.
To those who were forced to give up the good fight.

Thank you. Pale Moon would not have been possible without you.
Burgertime 27 Jun, 2016 @ 6:42pm 
Of course I remember teek, my guy <3
vani 27 Jun, 2016 @ 10:26am 
remember teek ?
Katt 25 Jun, 2016 @ 5:17pm 
BUILD IT.

|===|===|===|===|===|===|===|===|===|===|===|===|===|===|===|
|===|===|===|===|===|===|===|===|===|===|===|===|===|===|===|
|===|===|===|===|===|YOU HAVE TO GO BACK|===|===|===|===|
|===|===|===|===|===|===|===|===|===|===|===|===|===|===|===|
|===|===|===|===|===|===|===|===|===|===|===|===|===|===|===|
|===|===|===|===|===|===|===|===|===|===|===|===|===|===|===|


Post this WALL on the page of all the illegals you know or TRUMP will deport you!
Felix 9 Jun, 2016 @ 12:02pm 
There's something you need to understand. I'm not the only guy you'll ever date. Maybe the first, not the last. Don't make this a popularity contest between boys. I'm just a guy. Just because we had a relationship doesn't make me any more special than anyone else. You need to leave me alone and stop this behavior. You're taking it way too far.
Katt 4 Dec, 2015 @ 12:33pm 
During development it is not practical to solder BGAs into place, and sockets are used instead, but tend to be unreliable. There are two common types of socket: the more reliable type has spring pins that push up under the balls, although it does not allow using BGAs with the balls removed as the spring pins may be too short.

The less reliable type is a ZIF socket, with spring pinchers that grab the balls. This does not work well, especially if the balls are small.
Katt 23 Nov, 2015 @ 2:49pm 
The U.S. Army Officially Challenges You To Use Your Skills, Intelligence And Versatility To Complete This Mission. Welcome To Cryptaris. Only 5% of the population will be able to complete all (7) missions, do you have what it takes, go to www.cryptarismission.com to find out.
Katt 17 Nov, 2015 @ 8:28pm 
Yes, All Memes.
Neural Degenerate 12 Nov, 2015 @ 4:38pm 
hi goodyob. teek is ending soon.

Do you remember that time you played the russian natiional anthem when we all went as heavies? I do believe you have a video of it that we can revisit whenever we want some nostalgia i guess.

Thanks for playing all these years. thank you for the memories and silly moments we all had.
We probably won't see each other at all, but i hope we do meet again some day.
vani 11 Oct, 2015 @ 4:44am 
rare picture of goodyob found on the web http://i.imgur.com/R2dUjBR.jpg
Burgertime 28 Aug, 2015 @ 1:35pm 
u wot
Katt 28 Aug, 2015 @ 11:49am 
Oscar Sorry-ass Longjohn
Akira "Aki" Fujita 19 Apr, 2015 @ 8:38pm 
Burgertime everytime
Katt 14 Aug, 2014 @ 9:31pm 
Man car break down near house of farmer. Take shelter in barn. Find farmer daughter in barn. Oh! Hot stuff! But TOO LATE! Is already rape by soldier.
vani 9 May, 2014 @ 11:02am 
:B1:
Hank 22 Apr, 2014 @ 3:46pm 
:burgerz:time
vani 12 Apr, 2014 @ 6:51am 
I cant WAIT to smoke this turtle
Katt 24 Feb, 2014 @ 5:58pm 
WINDY DAVIS
Burgertime 23 Feb, 2014 @ 5:28pm 
A-arigatou
Skye 23 Feb, 2014 @ 5:26pm 
Cute avatar
Katt 28 Dec, 2013 @ 10:21pm 
le osaka face
julienf 6 Nov, 2013 @ 7:42pm 
+1 twitster follower
&hair; 19 Oct, 2013 @ 8:11pm 
Level 10 on Steam? Nerd.
Akira "Aki" Fujita 30 Sep, 2013 @ 11:20pm 
no u
Burgertime 1 Sep, 2013 @ 10:37am 
No, YOU'RE ♥♥♥♥.