davidkircos | 2 years ago | on: Ask HN: What non-AI products are you working on?
davidkircos's comments
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
If a spreadsheet was built today... it would support modern programming languages, be fast, multiplayer from day 1, have a great API, speak with databases natively,
This is what we are building!
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
Quadratic is always free for individuals, and we will be paid for Teams, which will be shared folders that we are launching in a couple of weeks.
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
Every other service can be scaled horizontally today. However, the Rust services are very efficient at processing traffic, and a single node can handle significant usage.
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
davidkircos | 2 years ago | on: Quadratic – Figma-for-Spreadsheets – Is Multiplayer
Today, we launched real-time Multiplayer on Product Hunt!
Quadratic is built using WebGL and Rust WASM. We built our multiplayer service from scratch in Rust to handle large amounts of data smoothly. For smooth rendering of a large grid of data, cells and text are rendered using low-level WebGL for performance. If you are interested in the technical details, check us out on GitHub (https://github.com/quadratichq/quadratic/)
What do you think? Can we make a spreadsheet that developers actually enjoy using?
davidkircos | 2 years ago
Unlike other spreadsheets, Quadratic has an infinite canvas (like Figma). As a result, you can pinch and zoom to navigate large data sets, and everything renders smoothly at 60fps.
Today, we launched real-time Multiplayer on Product Hunt!
Quadratic is built using WebGL and Rust WASM. We built our multiplayer service from scratch in Rust to handle large amounts of data smoothly. For smooth rendering of a large grid of data, cells and text are rendered using low-level WebGL for performance. If you are interested in the technical details, check us out on GitHub (https://github.com/quadratichq/quadratic/)
What do you think? Can we make a spreadsheet that developers actually enjoy using?
davidkircos | 2 years ago | on: Building the coordinate system for an infinite spreadsheet
davidkircos | 2 years ago | on: Building the coordinate system for an infinite spreadsheet
Do you love it hate it, would love to hear feedback!
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
Google Sheets does not have pinch to zoom. Maybe Excel does on some platforms, it doesn't on 365. The only other spreadsheet I know with decent pinch to zoom support is Numbers on mac.
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
Here is how we manage cell dependencies https://github.com/quadratichq/quadratic/blob/main/src/grid/...
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
davidkircos | 3 years ago | on: Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)
Access controls will allow you to set who can edit and who can view. We also want to have a mode where you can edit, but only in your own fork.
https://github.com/quadratichq/quadratic