Pathetic life of Software Engineer

Pages: 1... 34567
m4ster r0shi, you dan't call end of discussion like that. Seriously... not cool.

Hadronization is spontaneous, but that doesn't mean it doesn't absorb energy. We don't know all the details, but we do know that a system tends to move toward the lowest level of potential energy (usually entropy is higher at that point, but not always), and that the system may even overcome barriers to get to that lower level. A perfect example of that is a siphon.

-Albatross
Bazzy wrote:
Hadron Colliders pull quarks out of Hadrons

Was that a reply to me? HCs is an artificial way to do this and it does consume a lot of energy to do this. I meant that quarks in nature are always found as parts of a hadron.

Albatross wrote:
Hadronization is spontaneous, but that doesn't mean it doesn't absorb energy.

Ok, I thought you weren't convinced about the first one. Yes, maybe you are right about the rest.
Ok, I thought you weren't convinced about the first one.


I probably mistyped at some point... I should start writing my posts in C++. That's perfect... I think I'll start doing that.

char sig[] = {'A', 'l', 'b', 'a', 't', 'r', 'o', 's', 's'};
@Albatross
You should use std::string instead of c-string.

char sig[] = {'A', 'l', 'b', 'a', 't', 'r', 'o', 's', 's'};
You don't have a terminating null character.

char sig[] = "Albatross";


hehe, just foolin' around
My name is indefinite. :)

-Albatross

P.S.- I'm not typing that out again, and I'm definitely not going to type my posts in C++. I'll be typing them in Java. O_o
System.out.println("Like this? Albatross");
m4ster r0shi wrote:
quarks in nature are always found as parts of a hadron.
In the early Universe the energy was so condensed that hadrons could not form. All the mass was in the form of free quarks and other similar particles
We don't see free quarks on Earth but that doesn't mean that they cannot be found naturally in other parts of the Universe
http://en.wikipedia.org/wiki/Quark%E2%80%93gluon_plasma
1
2
3
4
chrisname.ask(blackcoder41, "Isn't that C#?");

while(!(blackcoder41.has_responded()))
        chrisname.do_something_else();
Last edited on
@chrisname - I'm amused :)
Hooray!

Hehehehehe
1
2
3
delete Mythios;
state amusement_state = NotAmused;
Mythios = new GravityCat(amusement_state);
Last edited on
1
2
blackcoder41.respond(chrisname, "No, it's really java?);
blackcoder41.Sleep(); 


 
delete Mythios;
error: type `class Mythios' argument given to `delete', expected pointer


 
chrisname.panic("it looks like C# to me...");
Chrisname panic -- not syncing: it looks like C# to me...


Definition of Mythios:
programmer* Mythios = new programmer();
Therefore I think you'll find my code correct. :)
Last edited on
albatross.say("@chrisname's last post: \nDOH!");

albatross.printsig;
echo "Why are people posting in code?";
tortillahead.reply_to("I guess someone thought it would be fun.\nWhich it is.");

albatross.printsig.custom("Life is like a box of chocolates. Some people absolutely hate chocolate.");
Last edited on
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#include <string.h>
using namespace std;

char hidden_message[]="wkh#rqh#zkr#vwduwhg#lw#zdv#wkdw#ihdwkhuhg#jx|$";

int main()
{
    int len=strlen(hidden_message);
    for (int i=0; i<len; i++) cout << char(hidden_message[i]-3);
    cin.get();
    return 0;
}
Last edited on
@Albatross,
There's an awful lot you could tell about a person by their shoes. Where they're going. Where they've been. I've worn lots of shoes. I bet if I think about it real hard I could remember my first pair of shoes.

@m4ster r0shi,
I especially like the way that code won't compile because you didn't declare strlen :)

Having said that, illegible, non-sensical code is very fun to write: http://pastebin.com/pxR5furq
Edit: moved to pastebin -- too long
Last edited on
I especially like the way that code won't compile because you didn't declare strlen :)

Uh... Ok, I fixed it...

http://pastebin.com/pxR5furq

Nice! :)
Last edited on
I'm still amused :) - this thread has been a good read.
1
2
3
4
blackcoder41.shout_out("I'm late in this forum");

blackcoder41.talk(Albatross, "You can't just call tortillahead's protected  or maybe private reply() method");
Pages: 1... 34567