bob_george33's comments

bob_george33 | 11 years ago | on: Game about squares

This would probably be the issue I have on my desktop then. For some reason, chrome thinks I have a touchscreen...

bob_george33 | 12 years ago | on: Ask HN: What's your speciality, and what's your "FizzBuzz" equivalent?

Not sysadmin specifically, but when I was working as a computer technician, questions we would ask to scope out the skills of people were along the lines of:

Q: "Something you have no experience with has broken and won't do a basic function, how will you go about fixing it?" A: Research, ask someone else etc.

Q: "X is missing their password for a system we have no admin rights on. How are you going to fix this?" A: Recovery Tools. Format device and set it up again. Use JS/Developer tools to get it in plain text from the browser.

bob_george33 | 12 years ago | on: Ask HN: If you have had a FTTN broadband rollout, how is it?

I haven't experienced FTTH yet, but reports from people who do have it seem really good.

I have however worked supporting both FTTP and FTTH on a private network. In my experience, FTTH was so much simpler to diagnose. If there was an issue you would check the exchange, and their house. The Fiber converters we had where tiny compared to the ones NBNCo offers too.

The FTTN users where a lot harder to deal with. All the network equipment is still fairly young (under 10 years iirc), but we would still get cables from the pits that needed to be rerun. Our nodes supported 4 houses at most. Though most of them only had 1 or 2 users attached to them.

bob_george33 | 13 years ago | on: PHP Tips and Tricks - Codular

Using Ternary Operators you can make a fizzbuzz program in 2 lines or less.

This post reminded me of them and it'll help me neaten up some of my code. Thanks!

page 1