Live data from Hacker News

Viewing profile — workingandtired

workingandtired

HN member
Joined
Fri, Jul 25, 2014, 4:47 PM UTC
HN karma
40
Public activity
19 items

About workingandtired

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #9533536

    Yeah, you're right. FizzBuzz does test a programmers mindset and it's pretty clear she didn't meet those expectations. I was focusing on a tiny aspect of it. The main point I was t…

  3. comment
    Comment #9533326

    Yeah, you're right about that. I was just trying to explain how you can work in an environment and make websites, but not necessarily grasp a full understanding of the language you…

  4. comment
    Comment #9533285

    Yeah, I guess I didn't quite make my point clear. All I meant was that it's easy to work inside frameworks without truely understanding the language. I wasn't "comparing" myself to…

  5. comment
  6. comment
    Comment #9533009

    Like I mentioned below, as a self taught web programmer, it was years before I came across a modulus in a real-world situation. I feel like it's understandable to not have a 100% g…

  7. comment
    Comment #9532949

    To be fair, I was a self taught programmer (albeit PHP) and I was on my second or third programming job before I came across a modulus in the wild. It's really simple basic program…

  8. comment
    Comment #9532832

    I do the same, and it's pretty common. I feel like the point of the post is that if that is what a company expects, they should outline it in the initial job description to prevent…

  9. comment
    Comment #9532822

    I don't disagree with you that the job expected programming in their candidate. Nor should she have rationalized away the two lines that mentioned Javascript in description. Howeve…

  10. comment
    Comment #9531884

    I don't think it's necessary for the post. I figured the comments would be a nice place for it if people were curious.

  11. comment
    Comment #9531834

    I could be wrong, but I believe the post that he's referring to as inspiration is this one: https://css-tricks.com/tales-of-a-non-unicorn-a-story-about-... A pretty interesting sto…

  12. comment
    Comment #9519009

    Quick tip/Easter egg. Wrapping the text in parenthesis allows you to do triplets.

  13. story
  14. comment
    Comment #9413890

    From the wikipedia page for nation [ http://en.wikipedia.org/wiki/Nation ]: The word "nation" is sometimes used as synonym for: State (polity) or sovereign state: a government whic…

  15. comment
    Comment #9285683

    Well, if you have any additional questions or need a direction to start in, I'd be more than willing to help. From your basic description, the simplest way to be to just have strai…

  16. comment
    Comment #9285162

    The fortunate thing is that you have a fair amount of options when it comes to technologies for a web app. I personally have used php for years and have been working extensively wi…

  17. comment
    Comment #8650757

    The lead programmer at my last job encouraged us to use it as a way to make sure our conditionals & foreach loops (PHP programmer) weren't doing too much. If we had to use braces, …

  18. comment
    Comment #8650710

    It's a C-style language syntax option. If it's only a single line in after the if, the braces are optional. I've also seen it in C++ and PHP. Whether or not it's sloppy is up for d…

  19. story