Just some feedback: the landing page dimensions are all out of order. There's a horizontal scrollbar under the "sneak peak" section. Never a good thing. The spacing between the heading and the hero image is far too wide.
Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
31–40 of 221 posts
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#32I had three minutes, clicked tutorial and got a modal asking me to sign up. Left the page.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#33The concept of Python-based spreadsheets was explored by Resolver One[1], a defunct proprietary desktop app that was discontinued ~10 years ago[2]. It seems a web version of the app has been published in open-source[3] but that too has been EOL. [1] https://web.archive.org/web/20120211201410/http://www.resolv... [2] https://www.resolversystems.com [3] https://github.com/pythonanywhere/dirigible-spreadsheet
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#34This is a platform as a service?
How does the frontend work with the backend, it’s all backend and magic stuff to reflect it on the frontend?
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#35can it handle a million rows? 10M? believe it or not this is my biggest problem with Sheets, and while Excel does better it's still capped at 1M
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#36can it handle a million rows? 10M? believe it or not this is my biggest problem with Sheets, and while Excel does better it's still capped at 1M
SQlite could be enough, and it's comparable to a spreadsheet in that it is well suited to a single-file single-user local-DB scenario, yet can still handle large quantities of data.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#37Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#38I had three minutes, clicked tutorial and got a modal asking me to sign up. Left the page.
With pay-per-use services propping up around AI, I'm sensing that asking users to sign up before trial will become inevitable. 1. Is this a HN only phenomenon or is there a significant drop-off in general because of the signup requirement? 2. If the drop-off is general, how are you planning to handle AI pay-per-use credit tracking without signup?
So much stuff is released every day, I don’t want to be bothered creating an account and giving my info to everything on the internet. Give me a good demo and if I’m interested I’ll sign up.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#39I may be wrong, but most people that know python have already understood there's better ways to code than spreadsheets. Also, at least where I live, not even Google could undermine Excel's dominance. PS: I'm convinced I was indeed wrong after reading replies, because I didn't consider the interaction of coders with no coders, and this tool may indeed be useful. Nevertheless I maintain these cultural changes are very…
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#40"Python for Data Analysis 2nd ed" (Wes McKinney, 2018)