Live data from Hacker News

Viewing profile — lastcanal

lastcanal

HN member
Joined
Wed, Jan 18, 2012, 6:26 AM UTC
HN karma
12
Public activity
8 items

About lastcanal

No profile information was provided.

Recent public activity

  1. comment
    Comment #8163353

    Then they'd need some very powerful mining equipment! Bitcoin uses merkel trees to ensure transactions in blocks never change.

  2. comment
    Comment #7642778

    OVH has a big datacenter outside Montreal. http://www.ovh.com/ca/en/vps/

  3. comment
    Comment #7491250

    It uses LevelDB as the storage engine and lets you configure the cache parameters from the configuration file. leveldb: # in MB cache_size: 500 # in KB block_size: 32 # in MB write…

  4. comment
    Comment #7484198

    I don't have any production experience with it, but I did load the entire Bitcoin Testnet blockchain into it without issue. In Redis the same dataset required ~6 gigs of RAM.

  5. comment
    Comment #7484170

    The major advantage (depending on your use case) is that your dataset is not limited to the size of your available memory.

  6. comment
  7. story
  8. comment
    Comment #6870535

    Take a look at Lamernews ( https://github.com/antirez/lamernews ). It is written in Ruby by the author Redis. It uses Redis as the primary database. Here is it in action: http://la…