2014

Pages: 12
closed account (N36fSL3A)
Yea, it's that time.
closed account (Dy7SLyTq)
meh... still 2013 here
Yeah, I had 2014 about 8 hours before this post :)
TOO MUCH VODKA YESTERDAY!
closed account (13bSLyTq)
in 2014......................
closed account (3hM2Nwbp)
I resolute to finish all of my half finished projects. (Yeah right...)
in 2014......................
I will learn something new, which is one of the flowing or all of them: C# or java, Qt, a functional programming language, multithreading (not "launch a thread" thing but concepts like mutexes, synchronization...) and maybe a functional language.

Oh, and the main thread of my life this year is:
1
2
3
4
5
6
7
8
9
10
DWORD WINAPI main_thread(void *lp)
{
LIFE *l=(LIFE*)lp;

l->finish_school();
l->get_good_exam_grades();
l->get_into_uni();

return 0; // termnat.. wait, no
}
In 2014, I resolve to not freak out so much every time I see a substandard variable, and every other programmer should too :P
ChEErS tO 2Ol4
Happy New Years folk! Resolve to COMPLETELTY wrap my brain around c++ in the coming months and FINISH my 1st RPG...
closed account (Dy7SLyTq)
get start on my jit compiler again (i doubt i could finish it in a year)
finish my python irc client
get started learning encryption/security (which is what i want my major to be on)
@Null
Your life depends on the WinAPI? Oh boy.

@Resolutions
I resolve to not make any resolutions that I won't keep besides this one. I also resolve to finally get Linux Mint working on my Mac.

-Albatross
closed account (Dy7SLyTq)
I also resolve to finally get Linux Mint working on my Mac.

oooboy... that must be a fun one
Your life depends on the WinAPI? Oh boy.

as long as his wife, family, and friends arent *nix he should be fine
@Albatross: fixed.
1
2
3
4
5
6
7
8
9
#include <thread>
void main_thread(LIFE *l)
{

l->finish_school();
l->get_good_exam_grades();
l->get_into_uni();

}
1
2
3
4
5
6
void main_thread(LIFE*);
int main()
{
    main_thread(nullptr);
    return 0;
}
...why were these all reported?

-Albatross
Troll Smell.
closed account (N36fSL3A)
SpoonLicker must be back.
Still 2001 to me.
closed account (N36fSL3A)
Way to revive a dead thread.
Still 2001 to me.

Why?

Way to revive a dead thread.

The more apt word is "necroposting".
Last edited on
Pages: 12