DUMB SHIT
139 subscribers
2.74K photos
2.26K videos
21 files
152 links
Download Telegram
Forwarded from Daniel Spears
even though i don’t make that much money in terms of salary I plan on resigning with a golden parachute aka infecting the network with ransomware
πŸ₯°1
Box making in progress
static int mvwcreate_box(WINDOW *win, int y, int x, int height, int width, const chtype chars[6]) {
const chtype * realchars = chars;
if(chars == NULL)
realchars = (const chtype []){ACS_VLINE, ACS_HLINE, ACS_ULCORNER, ACS_URCORNER, ACS_LLCORNER, ACS_LRCORNER};

// Vertical lines
mvwvline(win, y, x, realchars[0], height);
mvwvline(win, y, x + width - 1, realchars[0], height);

// Horizontal lines
mvwhline(win, y, x, realchars[1], width - 1);
mvwhline(win, y + height - 1, x, realchars[1], width) - 1;

// Corners
mvwaddch(win, y, x, realchars[2]);
mvwaddch(win, y, x + width - 1, realchars[3]);
mvwaddch(win, y + height - 1, x, realchars[4]);
mvwaddch(win, y + height - 1, x + width - 1, realchars[5]);

// Yeah I'm not happy about the magic numbers either, but this combo of shit makes the box draw correctly

return 0;
}
Gimme a sec to make vibeo
Forwarded from NickR
Undiagnosed free will
Something terrible is going to happen tonight
😱1
DUMB SHIT
Something terrible is going to happen tonight
The only word that can even begin to grasp at this impending doom is calamity. A terrible, pure calamity
To sleep is an act of relinquishment, to accept what is coming. Time to die
πŸŽ‰1
i don't remember exactly where i got this, but if it makes tech people even if a tiny bit happy then idk have it
DUMB SHIT
Photo
tag yourself