Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oleksandr_dem
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: DataRamen, navigate your DB without a single line of SQL (no AI)
1 points
by
oleksandr_dem
6mo ago
|
0 comments
2.
▲
by
oleksandr_dem
1y ago
Unfortunately I don't have much experience with Go, I did try it for the sake of trying it, and I see your point, it is a bit more complicated to write code compared to JS/TS (two languages I know very well) or even Java (disclaim
3.
▲
by
oleksandr_dem
1y ago
I'm not doubting DHH skills as web developer, actually, the reason I've dedicated my time listening to the podcast and writing this post is because I kind-of see his point. However, during my 10 years career (which is nothing comp
4.
▲
Ask HN: DHH on Lex, a multi-hour ode to Ruby on Rails, but is it any good?
1 points
by
oleksandr_dem
1y ago
|
5 comments
5.
▲
by
oleksandr_dem
1y ago
Sure, if the product fits the market needs, some people will start using (and I can see there was an increase in CLI installations yesterday from NPM). So hypothetically yes, you can build trust overtime (Navicat has over 20 years of develo
6.
▲
by
oleksandr_dem
1y ago
Before I posted this, opensourcing this tool was something I would do in the far future. However, based on all the different threads, it is clear that in order to gain some trust I have to go opensource sooner rather than later.
7.
▲
by
oleksandr_dem
1y ago
I don't have much to showcase in the CLI department (in case of DataRamen CLI is just to start the local server), but the tool looks great.
8.
▲
by
oleksandr_dem
1y ago
Sure thing, I have to polish it a bit before getting any more exposure, once it is in a presentable state I will push it on Super Launch as well.
9.
▲
by
oleksandr_dem
1y ago
Makes sense. Following all the feedback in this post I will have to make a lot of changes, I will also think on this one. But you are probably right, incorporating the app as part of the CLI might make sense. I have a question: assume I mov
10.
▲
by
oleksandr_dem
1y ago
Yeah, the entire presentation is a mess, I should've worked more on this side. I see your concern about running it locally and then visiting a remotely hosted webapp. The way it works is that app.dataramen.xyz will call a localhost ser
11.
▲
by
oleksandr_dem
1y ago
> Companies have to start somewhere though, lots of software exists that never was open source I think koolba's point was not as much about the tool being open-source as it is for a tool that runs on your machine and accesses your d
12.
▲
by
oleksandr_dem
1y ago
Hi guys, thanks for all the feedback. After reading all the comments, I can see there are two big issues here: - The code is not open-sourced, and some people don't trust running it locally - The landing page does not clearly show/
13.
▲
by
oleksandr_dem
1y ago
It uses the CLI to connect to the database. When you start the tool, it creates a server on your localhost (localhost:4466), and acts as: - Local database: it stores some stuff locally, like saved queries or DB configurations - Query runner
14.
▲
by
oleksandr_dem
1y ago
This looks closer to something like Retool (an internal tooling builder), but yes, there is an overlap on some features
15.
▲
by
oleksandr_dem
1y ago
Yes, you can publish an NPM package without having a repository linked to it. Technically you can inspect the source code using "Code" feature on NPM, but in this case it is minified. You can see a lot of stuff tho (ex: query used
16.
▲
by
oleksandr_dem
1y ago
Not yet, but following the comments on this post I will likely open source the codebase. It will help to both improve trust in the product and provide a place to report issues publicly. This seems like a yargs compatibility issue (I kind of
17.
▲
by
oleksandr_dem
1y ago
I did a lot of things wrong this time (I should've seen coming all the negative feedback I got). The lesson I learned is not rushing things. I will likely have to get a step back and to rethink some stuff (including landing page).
18.
▲
by
oleksandr_dem
1y ago
As mentioned in another comment, I used ChatGPT to improve grammar and rewrite a bit my messages. I stopped using it since.
19.
▲
by
oleksandr_dem
1y ago
Hi, yes, the dev.to post is a bit outdated. > I would like to see sqlite support Indeed, it is something I'm planing to add, but following all the feedback I got so far this will have to wait (landing page needs some work, plus a lo
20.
▲
by
oleksandr_dem
1y ago
I see your point. Since it's unlikely that I'll become a trusted entity anytime soon, open-sourcing it is probably the right thing to do to build some credibility.
21.
▲
by
oleksandr_dem
1y ago
Yes, a lot of people have complained about this, and I totally get it, I messed up the presentation part. Improving the landing page will likely be my top priority following this post.
22.
▲
by
oleksandr_dem
1y ago
I do ask chatgpt to improve my messages, but the content is mine.
23.
▲
by
oleksandr_dem
1y ago
You're right, and you're not the only one who's raised this, totally fair concern. As a developer myself, I get why running a CLI tool that touches your databases without access to the source is a hard sell. I hadn’t initiall
24.
▲
by
oleksandr_dem
1y ago
Thanks! I was aiming for something fun and a little memorable — glad it landed well
25.
▲
by
oleksandr_dem
1y ago
Totally understandable, your concerns are valid. I will have to figure out the CLI part, I would prefer to keep it private (at least for now), but I get it that people don't want to provide DB access to a completelly new tool. And yes,
26.
▲
by
oleksandr_dem
1y ago
You're absolutely right, I really dropped the ball on that. This is my first time launching a product like this, and I focused so much on building and writing the post that I overlooked the importance of visuals. The lack of screenshot
27.
▲
Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation
(dataramen.xyz)
48 points
by
oleksandr_dem
1y ago
|
54 comments