sort taglines

This commit is contained in:
John Bowdre 2023-08-20 08:29:35 -05:00
parent c288446265
commit 5581911e97

View file

@ -12,70 +12,70 @@ palette = "runtimeterror"
title = "runtimeterror" title = "runtimeterror"
logo = "images/broken-computer.svg" logo = "images/broken-computer.svg"
taglines = [ taglines = [
"[ESC]:q!",
"array index out of bounds",
"bad file descriptor",
"better living through less shitty code", "better living through less shitty code",
"broken pipe",
"bugs are like onions, they have layers", "bugs are like onions, they have layers",
"bugs, uh, find a way", "bugs, uh, find a way",
"calm that panicked kernel",
"cannot access private member declared in class",
"class/struct has no member named undefined",
"connection reset by peer",
"converting caffeine to bugs which sometimes work",
"creating new and exciting bugs", "creating new and exciting bugs",
"cyclic dependency detected",
"destructor cannot be overloaded",
"directory not empty",
"division by zero",
"error: could not stat or open file",
"expression has no effect",
"file descriptor in bad state",
"from chatgpt with bugs",
"from the creators of 'undefined is not a function'",
"function does not return a value",
"host key verification failed",
"houston, we have a bug", "houston, we have a bug",
"i ain't afraid of no code", "i ain't afraid of no code",
"i see null pointers",
"i'm not a real programmer",
"keep your friends close, but your breakpoints closer",
"may the code be with you",
"ship things and breakfast",
"there's no place like $HOME",
"tonight we test in prod",
"why did it have to be bugs",
"you can't handle the exception",
"i'm the one who debugs",
"calm that panicked kernel",
"i opened vi and i can't get out", "i opened vi and i can't get out",
"[ESC]:q!", "i see null pointers",
"i'd tell you a udp joke but", "i'd tell you a udp joke but",
"that's a layer 8 problem", "i'm in ur codez, fixin ur bugz",
"while (true) { bugs++; }", "i'm not a real programmer",
"from the creators of 'undefined is not a function'", "i'm the one who debugs",
"from chatgpt with bugs", "invalid assignment",
"invalid username or password",
"no such file or directory",
"segmentation fault (core dumped)",
"the system is down",
"read-only file system",
"kernel panic - not syncing: attempted to kill init",
"out of memory: kill process or sacrifice child",
"directory not empty",
"broken pipe",
"permission denied (publickey)",
"error: could not stat or open file",
"write error: no space left on device",
"bad file descriptor",
"resource temporarily unavailable",
"unable to open display",
"invalid option", "invalid option",
"host key verification failed", "invalid username or password",
"file descriptor in bad state", "keep your friends close, but your breakpoints closer",
"connection reset by peer", "kernel panic - not syncing: attempted to kill init",
"stale nfs file handle", "may the code be with you",
"no such file or directory",
"out of memory: kill process or sacrifice child",
"permission denied (publickey)",
"pointer arithmetic on non-pointer type",
"put that in your tar pipe and send it", "put that in your tar pipe and send it",
"you're not in the sudoers file. this incident will be reported", "read-only file system",
"resource temporarily unavailable",
"segmentation fault (core dumped)",
"ship things and breakfast",
"stale nfs file handle",
"sudo make me a sandwich", "sudo make me a sandwich",
"syntax error: unexpected end of file", "syntax error: unexpected end of file",
"syntax error: unexpected token", "syntax error: unexpected token",
"variable has already been declared", "that's a layer 8 problem",
"unexpected token", "the system is down",
"function does not return a value", "there's no place like $HOME",
"division by zero", "tonight we test in prod",
"pointer arithmetic on non-pointer type", "unable to open display",
"invalid assignment",
"undefined reference to function", "undefined reference to function",
"array index out of bounds", "unexpected token",
"class/struct has no member named undefined", "variable has already been declared",
"cannot access private member declared in class", "while (true) { bugs++; }",
"cyclic dependency detected", "why did it have to be bugs",
"expression has no effect", "write error: no space left on device",
"i'm in ur codez, fixin ur bugz", "you can't handle the exception",
"destructor cannot be overloaded", "you're not in the sudoers file. this incident will be reported",
"converting caffeine to bugs which sometimes work",
] ]
# Sidebar: social links # Sidebar: social links