Show HN: Nobie – an Excel-compatible runtime for agents and humans
41–50 of 79 posts
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#42Some features I think are pretty cool: - We can render pixel perfect PNGs and PDFs (native vectorized PDFs) - You can pass an xlsx, inputs, and output cells, and get a JSON API from any excel workbook - You can pipe a postgres query into an xlsx file, and then run excel formulas over it - You can pretty easily setup a `git diff` helper for xlsx files that shows you the changes you care about - We have a built-in term…
Can I use CLI to convert an .xlsx to PDF? What sort of pagination do you support? Can the page expand to contain the entire sheet? Can you split into physical pages given page size?
We do not yet support editing print layout, so you can't adjust the pagination / change the page size in / with Nobie yet, but that will come soon :)
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#43[flagged]
When you use codex / claude in our built-in terminal, the agents get very high signal context about the workbook and what you're doing in it.
As far as I'm aware, Nobie is the the best spreadsheet for agentic use-cases explicitly because they don't have to guess anymore.
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#44Some features I think are pretty cool: - We can render pixel perfect PNGs and PDFs (native vectorized PDFs) - You can pass an xlsx, inputs, and output cells, and get a JSON API from any excel workbook - You can pipe a postgres query into an xlsx file, and then run excel formulas over it - You can pretty easily setup a `git diff` helper for xlsx files that shows you the changes you care about - We have a built-in term…
Since you offered... I'm curious about the rendering technology behind it. I'm working on a web app with a spreadsheet interface, and I'm using a standard canvas-rendered grid.
You obviously have different design constraints, so it would be interesting to see how they shaped your solution.
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#45Earlier quoted context omitted.
Is this because your free customers bring their own ai/tokens?
Yeah, we're not providing subsidized AI to people. It costs us nothing to give people a great, computer-use friendly, native spreadsheet app
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#46Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#47Some features I think are pretty cool: - We can render pixel perfect PNGs and PDFs (native vectorized PDFs) - You can pass an xlsx, inputs, and output cells, and get a JSON API from any excel workbook - You can pipe a postgres query into an xlsx file, and then run excel formulas over it - You can pretty easily setup a `git diff` helper for xlsx files that shows you the changes you care about - We have a built-in term…
Gave it a spin and it feels really polished! Since you offered... I'm curious about the rendering technology behind it. I'm working on a web app with a spreadsheet interface, and I'm using a standard canvas-rendered grid. You obviously have different design constraints, so it would be interesting to see how they shaped your solution.
You didn't ask a specific question, but it basically comes down to getting really good at calculating layout fast, getting good at figuring out how to incrementally maintain your rendered view, then getting really good at figuring out how to optimally use the hardware you're targeting.
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#48Earlier quoted context omitted.
Yeah, we're not providing subsidized AI to people. It costs us nothing to give people a great, computer-use friendly, native spreadsheet app
How does that work, do you not pay the developers who build and maintain this software?
I linked in this thread, and Matt replied above in this thread, but we charge companies making >$100M in revenue for using Nobie to provide a service to users, or for using it to help train models.
Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#49Re: Show HN: Nobie – an Excel-compatible runtime for agents and humans
#50I noticed that the page does not provide uninstall instructions for the sh installation method. Could you please provide them?
- Delete `/usr/local/bin/nobie`
- If you're on mac, you also need to delete the .app from `/Applications`