Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I read it as a "functions" ("scripts") host similar to AWS Lambda or Azure Functions with a better overall UI especially for notebook/REPL-driven development.

I've been automating a lot of tasks in multiple languages including Python with Azure Functions last few years, and I find this tool interesting to some of my use cases (though not immediately applicable because of existing cloud commitments, as such things go). I have at times thought that it would be great if I had a "Notebook view" of the Python Functions in Azure (preferably with strong git integration) to make some Data Scientist workflows easier. I've also had times where it might be nice when a cache needs to be "kicked" or a cleanup process run if I had a simple automated GUI for certain Function invocations or queue message drops that I could point a Business Analyst to.

In the first use case, I'm aware that Azure offers Notebook workspaces and there is some flow between building a test Notebook environment and then eventually migrating some of the code into a Functions app; but it is definitely not a streamlined all-in-one product and instead requires piecing together a bunch of semi-related ones and hopping back and forth between multiple different Azure resources. It also doesn't help that there seem to be fork between "general Notebook environments" and "ML Notebook environments" that seems more artificial than natural and complicates standing anything up in the first place. (Which is to say currently we aren't really using any of Azure's Notebook tools because they are too complicated and divorced from the use cases we need them. Every now and then I circle back around to explore them and the complexity just makes me angry.) This tool seems to already have some better ideas to approach that workflow and I'm curious to watch it, at the very least if it encourages Microsoft to up their game in competition with it.

As for the other use case, I know Azure Functions has almost all of the reflection metadata it needs to offer better tools here even in Python and Typescript already, but its Code/Test tool is definitely underpowered compared to the metadata it already has. It would be interesting to see if this new project provides competitive fire there.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: