HN user

Kafka

245 karma

[ my public key: https://keybase.io/jonelf; my proof: https://keybase.io/jonelf/sigs/dCHC8PfORlVzdGCyjCLOwaTPix8gTGKjykrPNk8Kd_M ]

Posts12
Comments38
View on HN

Tried it on a Mac mini of age but still a Core 2 Duo. It was very slow in Google Chrome. If it's moving smoothly on more modern computer I guess It's time to upgrade.

On another note, I believe that this is why native still is around.

In Ruby:

  # Ethiopian Multiplication
  # usage: ruby em.rb 673 7
  m, n = ARGV.map(&:to_i)
  product = 0
  while m >= 1
    puts "%4d : %4d %s" % [m, n, m.even? ? "Ignore" : ""]
    product += n unless m.even?
    m = m / 2
    n = n * 2
  end
  puts "Product: #{product}"
https://gist.github.com/3660240

"Even in 1969 the AI lab had a direct news feed from the New York Times. And on-line text chatting between users, with video support was possible"

That was what I thought he was aiming for to but then he, out of nowhere, suddenly praised PHP. I'm 99% sure that I don't have to check out PHP again to see if it's really something about it that I've missed.

Wonderful slides! I hope there will be video further on.

I didn't like "It is critical to remember that play is not exercise." and to improve it I would like to add something like "But it's totally fine if your exercise feels like play. If your exercise is fun it's so much easier to do".

I'll get straight to the elephant in the room and I'm even ignorant enough to ask it before I tried to find out myself (though at gun point I would lean more towards one that the other). Is it homoiconic?

It depends on how many servers you are willing to run. When you have 500 million users, and a decent amount of them, accesses your site multiple times a day, CPU cycles per request starts to count.

I have a programming, computer security, and cryptography blog and it seems that that crowd either doesn't have, or runs another browser, Macs as often as the TechCrunch crowd.

Firefox 27,725 45.15%

Chrome 16,856 27.45%

Internet Explorer 6,191 10.08%

Safari 6,085 9.91%

Opera 2,165 3.53%

Mozilla Compatible Agent 1,395 2.27%

Mozilla 418 0.68%

Konqueror 185 0.30%

Opera Mini 126 0.21%

SeaMonkey 107 0.17%

OS:

Windows 35,928 58.51%

Linux 10,855 17.68%

Macintosh 10,709 17.44%

iPhone 1,726 2.81%

Android 926 1.51%

iPad 625 1.02%

not set 181 0.29%

iPod 159 0.26%

FreeBSD 88 0.14%

SunOS 69 0.11%

17% Mac users (even more if you count iPhone, iPad, & iPod) but still only 10% Safari.