Live data from Hacker News

Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

github.com

11–20 of 63 posts

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#12
post #10

That looks cool. Are there any similar tools? Did not have seen something like that before.

The most famous is arguably Snorkel, which started with an open-source library as a research project. We used that a lot ourselves, but the library by now is deprecated.

We aim to extend on that idea by providing something that comes as close to a programmable interface for data-centric tasks as possible, and do so via open-source.

There are lots of cool tools out there btw. in that area. Definitely worth to have a look at a landscape (haha idea for the next HN post incoming I guess :D)

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#13
This actually seems like a major leap forward in a really underloved space. Congratulations on your release.

If anyone is remotely interested in data-labelling/exploration, I would definitely recommend checking this out, it has some really exciting features, for example, built-in zero shot classification for heuristics/baselines: https://docs.kern.ai/docs/building-zero-shot-classifiers

I'm also really impressed with the architecture! Very neat.

Not affiliated with the project, just very pleased to see something like this as an open source release.

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#14

Microsoft has a fork of VS Code called Azure Data Studio. It's made for DB queries and notebooks: https://github.com/Microsoft/azuredatastudio

> Microsoft has a fork of VS Code called Azure Data Studio

It's pretty buggy, and they haven't made much progress on fixing the bugs. I've used it pretty much since it came out - I do Microsoft SQL Server & Postgres work on my Mac - and the thousands of open issues on a relatively new product say something:

https://github.com/microsoft/azuredatastudio/issues

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#15

Looks very promising! Are you planning to release it as an application?

Hey, thanks! :) What exactly do you mean with application? You can just pull the repository. As mentioned in the installation section, it is quite easy to start the app on your local host.

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#17
post #13

This actually seems like a major leap forward in a really underloved space. Congratulations on your release. If anyone is remotely interested in data-labelling/exploration, I would definitely recommend checking this out, it has some really exciting features, for example, built-in zero shot classification for heuristics/baselines: https://docs.kern.ai/docs/building-zero-shot-classifiers I'm also really impressed with…

I really think that too. This space is driven by non open-source labeling tools without any possibility for customization. really appreciate that we see something like that as an open-source project. Will definitely bring this space in the right direction.

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#19
post #13

This actually seems like a major leap forward in a really underloved space. Congratulations on your release. If anyone is remotely interested in data-labelling/exploration, I would definitely recommend checking this out, it has some really exciting features, for example, built-in zero shot classification for heuristics/baselines: https://docs.kern.ai/docs/building-zero-shot-classifiers I'm also really impressed with…

No post body was provided.

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#20
post #13

This actually seems like a major leap forward in a really underloved space. Congratulations on your release. If anyone is remotely interested in data-labelling/exploration, I would definitely recommend checking this out, it has some really exciting features, for example, built-in zero shot classification for heuristics/baselines: https://docs.kern.ai/docs/building-zero-shot-classifiers I'm also really impressed with…

team member of kern.ai here

> I’m also really impressed with the architecture! Very neat.

thank you very much for your feedback, really appreciate it :) We work hard on the architecture of the product and are wrapping our heads constantly around how to make things faster, more stable, and scalable, which is much fun to do for such a data-intensive application. We are open to constructive feedback on our tool so please feel welcome to join our community on discord https://discord.gg/JzA3zDH2

Post reply on HN