Live data from Hacker News

Viewing profile — bredman

bredman

HN member
Joined
Thu, Jul 05, 2012, 7:31 PM UTC
HN karma
115
Public activity
35 items

About bredman

No profile information was provided.

Recent public activity

  1. comment
    Comment #11842396

    IMO it's not that bad, people are used to paying locksmiths that much when locked out of houses or vehicles.

  2. comment
    Comment #8612455

    The one constant that seems to come up in all these founder stories is that you better love what you're doing. There's no guarantee that your new business will be successful or pro…

  3. comment
    Comment #8473403

    It's not as easy as it could be but you can accomplish aggregate pushdown by using executor hooks in your FDW. As an example I'd point you to our (Citus Data) recent work on doing …

  4. comment
    Comment #8237803

    Thanks, I haven't looked at Udacity much so I'll give that look. I like using Python as it's a bit practical. To clarify her goal isn't to land a job, just to learn a new skill and…

  5. comment
    Comment #8237782

    Thanks! Reminding myself of her feedback I think that pacing might be a significant issue which is something I hadn't considered too much (oddly). She's someone that has lots of co…

  6. story
    Ask HN: Best online programming class for newbies?

    My wife has never programmed before but is trying to learn. She's started taking the online CS50X course (https://www.edx.org/course/harvardx/harvardx-cs50x-introduction-computer-1…

  7. comment
    Comment #8064092

    "So the government can have a monopoly in a space" - always a good reason to ban a successful private enterprise.

  8. comment
    Comment #7918804

    Interesting but the devil is in the details with systems like this and the article doesn't go into much of that. I do like the decision to separate AtlasDB from the underlying K/V …

  9. comment
    Comment #7917142

    The business implications of this are interesting. In my opinion this is another warning shot that if you don't open source your business someone else may just do it for you. If I …

  10. comment
    Comment #7884080

    Interesting, I've have had the exact opposite experience for #2. If there's a movie, or TV show that I want to watch I'd rather pay $5 to watch it than just be told it's not availa…

  11. comment
    Comment #7852754

    The benchmarks use cstore_fdw which is a columnar store that is accessed via the PostgreSQL foreign data wrapper system. ICMS is a different implementation of a columnar store for …

  12. comment
    Comment #7848896

    If you use cstore_fdw with PostgreSQL you can use the full PostgreSQL SQL dialect for querying your table. However, we don't currently support writing to your cstore_fdw table usin…

  13. comment
    Comment #7847248

    Actually CitusDB, which we also produce, does distribute data and queries across a PostgreSQL cluster. You can see some performance comparisons of using cstore_fdw on CitusDB in th…

  14. comment
    Comment #7847193

    Ben from CitusData here. At a high level columnar stores are good for analytical workloads and not great for OLTP workloads. Some reasons for this: * cstore_fdw currently only supp…

  15. comment
    Comment #7780642

    To clarify, you can already pay to watch past seasons of Game of Thrones on Amazon Video on Demand in the US. It's just not included for free with Prime which as I understand is th…

  16. comment
    Comment #7752014

    For those curious here's a similar post from ~4 years ago: https://news.ycombinator.com/item?id=1411937

  17. comment
    Comment #7744427

    In the article there's a screenshot that strongly implies the ads will be coming via email ("this consent supersedes any prior email unsubscribe notification I may have with AT&T")…

  18. comment
    Comment #7721276

    I love the "I LOVE ENGAGING WITH BRANDS" text in the screenshot.

  19. comment
    Comment #7664659

    This was released on March 28th: http://googlecloudplatform.blogspot.com/2014/03/announcing-g... Guess this is just on the front page because of XKCD about the other Google DNS pro…

  20. comment
    Comment #7471663

    I feel like they have to stop at some point but I agree this would make much more sense than something like Oculus Rift. I can imagine lots of great ways to integrate this into Fac…

  21. story
  22. comment
    Comment #7439062

    Am I the only one that's not that impressed by 2 hours of downtime a year? I've worked at other companies where I was responsible for running a service and 2 hours of downtime a ye…

  23. comment
    Comment #7439058

    I think this means not all outages tracked affected all users equally. Some users would have seen more or less downtime than the 2 hours mentioned.

  24. comment
    Comment #7361092

    Could someone explain DJB's point to me: Cryptographers are certainly not responsible for this superstitious nonsense. Think about this for a moment: whoever wrote the /dev/random …

  25. comment
    Comment #7305988

    IMO this is the most widely trusted standard benchmark: http://www.tpc.org/information/benchmarks.asp . However not everyone publishes benchmarks and there are a number variations …