Live data from Hacker News

Viewing profile — jrallison

jrallison

HN member
Joined
Sun, Dec 20, 2009, 5:44 AM UTC
HN karma
501
Public activity
81 items

About jrallison

No profile information was provided.

Recent public activity

  1. comment
    Comment #26951549

    "Just ignore the lidar in situations where lidar and vision conflict and you have the original decision." Then why have lidar? If it's only purpose is to agree with vision or you j…

  2. story
  3. comment
    Comment #13369949

    Finalized in go1.7 https://beta.golang.org/doc/go1.7#cmd_go

  4. comment
    Comment #10803145

    I have, quite often. :) I've always gotten the answer from officials "if you aren't competing with local workers, you're fine". As always, depends on the country. Further down the …

  5. comment
    Comment #10802827

    It's totally legal everywhere I've visited (and I don't know a country where it's illegal). Work visas are a thing because countries want to control the ability for foreigners to c…

  6. comment
    Comment #10802460

    Mostly Airbnb's, an occasional hostel/hotel if I didn't plan ahead. My routine when arriving in a new country would be to quickly find a place to stay and a coworking space, then e…

  7. comment
    Comment #10802389

    Did almost exactly this for all of 2014 (part of 2015). With a US citizenship, and visited 10 countries for a month+. Working remotely for a foreign corporation generally isn't aga…

  8. comment
    Comment #10598170

    It's not guaranteed to be atomic in failure conditions. Also, the biggest difference between Redis and Geode would be the "distributed" part, which involves maintaining these guara…

  9. comment
    Comment #9519618

    Sometimes, just maybe, the priority isn't to build something from scratch (however simple), but rather press a few buttons and move onto something more important.

  10. comment
    Comment #8737655

    That was my interpretation of your comment, but I'm still not sure I follow. In my understanding, by using RAID 0, any single disk failure will brick a node. Each node would then h…

  11. comment
    Comment #8734535

    A few reasons off the top of my head: 1) We're still interested in the nodes being as reliable as they can be. With RAID 5, we need two simultaneous disk failures to brick a node. …

  12. comment
    Comment #8732535

    With a replication factor of 2 (for fault tolerance), it's ~4.5 TB. FoundationDB requires SSD drives, which the best we can get efficiently in our data center is ~670 GB of usable …

  13. comment
    Comment #8731460

    Multi-key transactions means coordination. Coordination is not cheap. You'll be paying a hefty cost somewhere.

  14. comment
    Comment #8731210

    Don't know much about RAMCloud, but from the description: "Many more issues remain, such as whether we can provide higher-level features such as secondary indexes and multiple-obje…

  15. comment
    Comment #8731195

    Absolutely. Choosing the proper data model based on your access patterns is one of the best ways of keeping FDB performance high by reducing the likelihood of contention.

  16. comment
    Comment #8730629

    We've been using FoundationDB in production for about 10 months now. It's really been a game changer for us. We continue to use it for more and more data access patterns which requ…

  17. comment
    Comment #8606847

    Of course. I wasn't challenging the bond rating, just the parent's notion that user engagement isn't a valuable metric for Twitter.

  18. comment
    Comment #8606774

    It's not hypothetical. Twitter has significant revenue. When revenue is generated from eyeballs (ads), then yes, number of users and engagement is a valuable metric (yet not the on…

  19. comment
    Comment #8554587

    You're discounting the "very large scale" portion of your statement. What may seem fairly low value from the outside or consumer perspective is likely of huge value internally to e…

  20. comment
    Comment #8433523

    async != an incorrect system. Cash machines are a good example of an asynchronous, eventually consistent system that works. As is any well built eventually consistent data store. R…

  21. comment
    Comment #8432944

    It won't do well, but at least Antirez is up front about the shortcomings. The article itself states that Redis Cluster will lose acknowledged writes during partitions (no P), will…

  22. story
  23. story
  24. comment
    Comment #6648394

    Absolutely. Removing SPOFs and moving to a service oriented architecture has been a major focus for us over the last few months.

  25. comment
    Comment #6586868

    Of course, which was the main driver to moving to a compiled language. We just happened to choose Go :) I've done a lot of Java and C++ in the past, and wasn't looking to go back t…