Jump to content

abc123456789

Member
  • Posts

    37
  • Joined

  • Last visited

Reputation Activity

  1. Funny
    abc123456789 got a reaction from Slayerking92 in Question about Asus store   
    Hi, hoping I can get some help. I'm trying to contact sales support for ASUS UK. There doesn't seem to be a way to contact them without a serial number, which I don't have, because I haven't bought anything yet. 
     
    I want to check if a product ordered from the Asus store will come with the "in the box" extras that are listed on the tech specs page, because they aren't mentioned anywhere else. 
  2. Informative
    abc123456789 got a reaction from KhakiHat in Looking for reviews of HP Pavilion 15-eh0511sa 15.6" Laptop and laptop suggestions   
    Dad has one. He wants a laptop too
  3. Like
    abc123456789 reacted to GSTARR in Open Letter (Linus Going Down)   
    At the risk of being pretentious, I'll go ahead and respond as if this was directed at me.
     
    There was no need to make this, we all got your point with your first comment - My problem was with the passive aggressive dismissal you showed to somebody in your forums. That's something that any regular member was going to do, but I think most of the people on this forum would agree that you're no regular member.
    You then responded to me saying that y'all see this all the time - but that doesn't seem to be the case at all. Everybody is different, but I really feel like if you saw these and read them word for word everyday, there would come a time where you'd see this post, and dismiss it without saying anything, come back in ten minutes and look at the forum making fun of the person themselves.
     
    TL:DR You aren't supposed to be inhuman and not annoyed by these people, but I don't think you should have joined the crowd in pointing at them because the majority of this community does it for you already.
     
    I know you tried to end the whole conversation, and I'm sorry for dragging out the bad attitudes and feelings, but I felt like you missed the point, and I feel bad because I think I'm the one who made you feel like you 'ought to come up with a whole other post that's all formal and no messing around. I don't want to be the dick who goes around regulating behavior (ironic) but I think you know what I'm trying to say. Or you don't, oh well : /
     
  4. Agree
    abc123456789 got a reaction from Beskamir in Help with a [super] simple Python homework assignment?   
    you don't need '=' signs in the print command. It should be this:
     
    year = 1776
    if year > 2099:
        print('Distant Future')
    elif year > 1999:
        print('21st century')
    elif year > 1899:
        print('20th century')
    elif year < 1900:
        print('Long ago')
     
  5. Agree
    abc123456789 got a reaction from Froody129 in Help with a [super] simple Python homework assignment?   
    you don't need '=' signs in the print command. It should be this:
     
    year = 1776
    if year > 2099:
        print('Distant Future')
    elif year > 1999:
        print('21st century')
    elif year > 1899:
        print('20th century')
    elif year < 1900:
        print('Long ago')
     
  6. Agree
    abc123456789 got a reaction from Jasun in Help with a [super] simple Python homework assignment?   
    you don't need '=' signs in the print command. It should be this:
     
    year = 1776
    if year > 2099:
        print('Distant Future')
    elif year > 1999:
        print('21st century')
    elif year > 1899:
        print('20th century')
    elif year < 1900:
        print('Long ago')
     
×