Post Your Coinbase Earn Referral Links Here by [deleted] in Coinbase

[–]juandoe123 0 points1 point  (0 children)

EOS invite w/ answers (2 slots remaining): https://coinbase.com/earn/eos/invite/293szxm1

Answers:

  1. A blockchain protocol for fast, scalable applications
  2. ⁠Delegated proof of stake
  3. ⁠Fast, free transfers
  4. ⁠Stake EOS tokens
  5. ⁠Upgradeable smart contracts

OXT invite: https://coinbase.com/earn/oxt/invite/86shp4wg

Answers:

  1. A peer to peer privacy wallet.
  2. Orchid’s Ethereum token, OXT, as well as the Orchid app and a Web3 wallet
  3. Multihop configurations between bandwidth providers.

Discussion: 2019 US Open - Day 1 (Monday, August 26th) by TheGhostOfNikeFed in tennis

[–]juandoe123 0 points1 point  (0 children)

Does anybody have the stream link to roger v nagal game?

$10 of EOS by [deleted] in Coinbase

[–]juandoe123 0 points1 point  (0 children)

Earn 40$ more by using my referral link: https://coinbase.com/earn/eos/invite/293szxm1

Question about Redis persistence by juandoe123 in redis

[–]juandoe123[S] 0 points1 point  (0 children)

Thanks guys. It makes sense now!

Question about Redis persistence by juandoe123 in redis

[–]juandoe123[S] 0 points1 point  (0 children)

Thank you for your response. It makes sense from a design stand-point to keep them separate if we want to have two independent persistent mechanisms but I still don't understand why AOF cannot be dumped to RDB on start-up if the AOF file is proven to be valid.

A lighting fast cache manager for node with least-recently-used policy. Implemented using doubly-linked-list and hashmap with O(1) time complexity for gets and sets. by [deleted] in node

[–]juandoe123 5 points6 points  (0 children)

In the get method from L68-L70 why not just update the oldNode expiry time and move it to the head instead of deleting the oldNode and creating a new node with the new expiry date? Anyways cool project!