hallowtech | 12 years ago | on: Comcast About to Screw Customer's Charging for Bandwidth
hallowtech's comments
hallowtech | 12 years ago | on: Ask PG: Is HN experiencing server problems?
Yea, looks like its a custom CF page. I got the standard CF captcha screen when going to pastebin. Screenshot and HTML source below.
Screenshot: http://imgur.com/bylyqlM
hallowtech | 12 years ago | on: Ask PG: Is HN experiencing server problems?
hallowtech | 12 years ago | on: Ask PG: Is HN experiencing server problems?
hallowtech | 12 years ago | on: Ask PG: Is HN experiencing server problems?
hallowtech | 12 years ago | on: The San Francisco Exodus
http://www.thebolditalic.com/articles/1958-moving-to-san-fra...
http://www.thebolditalic.com/articles/2138-moving-to-san-fra...
hallowtech | 12 years ago | on: Samsung posts first ad for Galaxy Gear smartwatch [video]
"Dick Tracy calling Joe Jitsu... calling Joe Jitsu"
http://www.youtube.com/watch?feature=player_detailpage&v=vUx...
hallowtech | 12 years ago | on: Show HN: Goodbye Old Editor – Reinventing coding with the cloud
hallowtech | 13 years ago | on: US Navy to pay $1M to make Android more secure
hallowtech | 13 years ago | on: Are Bitcoins The Future?
hallowtech | 13 years ago | on: Official Hacker News T-Shirt
hallowtech | 13 years ago | on: Fabrice Bellard: Portrait of a super-productive programmer (2011)
I wonder how many people have started their programming experience on a TI calculator. I had the same way in with a TI-85.
hallowtech | 13 years ago | on: Fizz Buzz codegolf challenge in 15 languages
hallowtech | 13 years ago | on: Fizz Buzz codegolf challenge in 15 languages
hallowtech | 13 years ago | on: Fizz Buzz codegolf challenge in 15 languages
static String[] c = { "", "FizzBuzz", "Buzz", "Fizz" };
public static void main(String[] args)
{
for(int i = 1; i <= 100; i++)
{
c[0] = ""+i;
int f = ((int)Math.ceil((i%3)/3.0))+1;
int b = ((int)Math.ceil((i%5)/5.0))*2;
System.out.println(c[(f+b)%4]);
}
}hallowtech | 14 years ago | on: Our weekend hack on GoCardless - HipBucket
hallowtech | 14 years ago | on: Chrome Now Officially Lets You Open All Email Links In Gmail
hallowtech | 14 years ago | on: RIM should get in bed with Microsoft, Nokia style
hallowtech | 14 years ago | on: No New Accounts Today
hallowtech | 14 years ago | on: Show HN: Scroll Reddit