Post count...

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post count...

Post by Solar »

This is my 5959th post. With this, my post count equals Pype.Clicker (to whom I bow in reverence, a shame he doesn't visit here anymore).

I feel old.

...

{silence}

...

Ah well.

Do we throw a party on my 6000th post, or what? 8)
Every good solution is obvious once you've found it.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Post count...

Post by Combuster »

Well, I *am* in Germany mid-august. Maybe... :)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: Post count...

Post by gerryg400 »

Solar wrote:This is my 5959th post. With this, my post count equals Pype.Clicker (to whom I bow in reverence, a shame he doesn't visit here anymore).

I feel old.

...

{silence}

...

Ah well.

Do we throw a party on my 6000th post, or what? 8)
Solar, you're too old to party.

And where is Pype ?
If a trainstation is where trains stop, what is a workstation ?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Post count...

Post by Combuster »

As far as I know, Pype's in the french alpes hiding from world's insanity. That or he switched careers. I only really know why he left, not whereto.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

Re: Post count...

Post by qw »

If age is measured in post counts, then some geezers remain babies for the rest of their days.

Anyway Solar, congratulations. Looks like an anniversary to me.
guyfawkes
Member
Member
Posts: 93
Joined: Mon Jul 18, 2011 9:47 am

Re: Post count...

Post by guyfawkes »

Pype.Clicker the best mod Mega Tokyo and OSdev has had, he is so mist :cry:
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Re: Post count...

Post by JackScott »

guyfawkes wrote:Pype.Clicker the best mod Mega Tokyo and OSdev has had, he is so mist :cry:
Stop it, you're making my eyes all cloudy.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Post count...

Post by Solar »

BAM.

#6000.

Code: Select all

PPPP      A     RRRR    TTTTT   Y   Y   !!
P   P    A A    R   R     T     Y   Y   !!
P   P   A   A   R   R     T      Y Y    !!
PPPP    A   A   RRRR      T       Y     !!
P       AAAAA   RR        T       Y     !!
P       A   A   R RR      T       Y    
P       A   A   R  RR     T       Y     !!
No flowers, please. Instead, I welcome contributions to my care insurance fund. :twisted:

(Gosh, I have to update that 10-year-old avatar...)
Every good solution is obvious once you've found it.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Post count...

Post by Combuster »

Now you really deserve that nice cup of wisdom tea :D
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
xenos
Member
Member
Posts: 1118
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: Post count...

Post by xenos »

Congratulations! Even though some people here may think that 0x1800 or even 0x2000 posts will be an even better occasion for a party than the strange number of 0x1770 ;)

Combuster, are you already at the party? ;)

Code: Select all

Party* party = new Party(Solar);

while(true)
{
    party->addGuest();
    party->removeDrunkGuests();

    if(party->getGuestCount() == 0)
        break;

    if(party->getGuestCount() <= Solar->getHomeSize())
        continue;

    party->extendToGarden();
}

Solar->cleanHome();
delete party;
(I'm almost sure you'll find a mistake in this code...)
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Post count...

Post by Solar »

XenOS wrote:(I'm almost sure you'll find a mistake in this code...)
Two, actually:
  • It should be party->removeDisorderlyGuests(), not party->removeDrunkGuests(). I don't care about blood alcohol level as long as you don't get rude, stain the floors or break furniture. 8)
  • As Combuster (who actually visited me a couple of weeks ago - thanks for the cup and the cakes!) will attest, getHomeSize() returns a ridiculous number already, and party->extendToGarden() will most likely keep that loop from terminating. Which is not a bad thing per se, but I doubt my funds and / or your livers can keep up with a non-terminating party. :twisted:
Every good solution is obvious once you've found it.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Post count...

Post by Combuster »

Solar wrote:As Combuster will attest, party->extendToGarden() will most likely keep that loop from terminating.
Sufficient space to maintain a small flock of sheep. The world would probably not be big enough for sheep and the gardener :twisted:.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: Post count...

Post by Chandra »

Combuster wrote:As far as I know, Pype's in the french alpes hiding from world's insanity. That or he switched careers. I only really know why he left, not whereto.
I'm really interested to know why he left in the first place, may I?
@Solar: knock knock, uninvited guest in the party.
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Post count...

Post by Solar »

Chandra wrote:I'm really interested to know why he left in the first place, may I?
I'd bet on the #1 killer of computer projects: Graduation from university.
Every good solution is obvious once you've found it.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Post count...

Post by Combuster »

Well, unfortunately his original comment is illegible, but it boiled down to being fed up with the mess that is x86 and trying to keep up with it. That doesn't exclude the presence of contributing reasons such as the one Solar mentioned, but it was the argument he came with.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Locked