Live data from Hacker News

Viewing profile — breckognize

breckognize

HN member
Joined
Mon, Aug 03, 2009, 2:25 PM UTC
HN karma
526
Public activity
69 items

About breckognize

Founder/CEO of https://rowzero.io - World's fastest spreadsheet

Previously worked on S3

Recent public activity

  1. comment
    Comment #48761938

    Under the hood, S3's storage nodes are also built on a log-structured file system: https://cdn.amazon.science/77/5e/4a7c238f4ce890efdc325df8326... (Not posix compliant because it d…

  2. story
    Show HN: We built a billion row spreadsheet

    We're former AWS S3 engineers. Row Zero is "Google Sheets on steroids". We built it because we were frustrated with Excel's 1 million row limit and poor integration with cloud data…

  3. comment
    Comment #46192618

    Shameless plug: Row Zero has real enterprise traction. AWS uses us. 2B row limit, connected, eliminates the Excel security risk because it's hosted.

  4. comment
    Comment #44825028

    Kinda related - our product, rowzero.io, is a browser-based spreadsheet with a 2 billion row limit. We initially built the client as anyone would, using a div per cell. We tried to…

  5. comment
    Comment #44780895

    It's worth noting the author led the implementation of the file system at the bottom of S3.

  6. comment
    Comment #44309995

    And depth first search is just a stack!

  7. comment
    Comment #42257105

    To measure performance the author looked at latency, but most S3 workloads are throughput oriented. The magic of S3 is that it's cheap because it's built on spinning HDDs, which ar…

  8. comment
    Comment #42027609

    You should check out Row Zero ( https://rowzero.io ). We launched on HN earlier this year. Our CSV handling is the best on the market. You can import multi GB csvs, we auto infer y…

  9. story
  10. comment
    Comment #41344213

    I've been working on a better spreadsheet for a while now. https://rowzero.io is 1000x faster spreadsheet than Excel/Google Sheets. It looks and feels like those products but can o…

  11. comment
    Comment #40822436

    Similar to Amazon's Retail fulfillment infrastructure, the AWS supply chain infrastructure is definitely not a commodity.

  12. comment
    Comment #40680980

    We have private hosting available (in your VPC) for enterprise customers.

  13. comment
    Comment #40680927

    My apologies, that came off harsher than I intended. I've used xlwings in previous jobs to complete Excel automation tasks, so thank you for building it. xlwings is one of the proj…

  14. comment
    Comment #40677467

    We have some development desktop builds working. Is it something you'd pay for?

  15. comment
    Comment #40677183

    We built our spreadsheet ( https://rowzero.io ) from the ground up to integrate natively with Python. Bolting it on like Microsoft did, or as an add in like xlwings, just feels sec…

  16. comment
    Comment #40582111

    I think calling out Durability is a bit of a straw man. Most services get their durability from S3 or some other managed database service. So they're really only making the "do it …

  17. comment
    Comment #40558880

    If you like spreadsheets, check out https://rowzero.io . It looks and feels like Google Sheets and scales to 1B+ row data sets. We natively support Python and Parquet, and connect …

  18. comment
    Comment #40491553

    99.9%+ of data sets fit on an SSD, and 99%+ fit in memory. [1] This is the thesis for https://rowzero.io . We provide a real spreadsheet interface on top of these data sets, which …

  19. comment
    Comment #40291005

    Shameless plug: If you have bigger data sets, check out https://rowzero.io We scale up to hundreds of millions of rows and have native Python support. You can define functions in P…

  20. story
  21. comment
    Comment #40193853

    You should try http://rowzero.io . We connect directly to DBs and data warehouses, support Python natively, and scale up to hundreds of millions of rows. Lots of people use us for …

  22. comment
    Comment #40191523

    Kudos on the technical achievement. We considered the thick client approach you're doing, and one of the reasons we punted was because it was so hard. One really nice thing about y…

  23. comment
    Comment #40191324

    Shameless plug: If you have bigger data sets, check out rowzero.io. We implemented something like PySheets initially where the formula language was full Python. But we found the Py…

  24. comment
    Comment #39895722

    Graph of Daniel vs time: https://rowzero.io/workbook/CA82F353F7060CA9411A12EB

  25. comment
    Comment #39885582

    When I worked on S3, I was briefly responsible for reporting waste in the system. The basic equation was [Total Capacity of Hard Drives] - [# of bytes customers are paying for] * […