frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: InstaPodz – I made this to turn my boring commute into learning session

https://apps.apple.com/us/app/instapodz-ai-podcast-creator/id6744011584
2•AnsenHuang•28m ago•1 comments

Show HN: A 'Choose Your Own Adventure' written in Emacs Org Mode

https://tendollaradventure.com/sample/
125•dskhatri•13h ago•17 comments

Show HN: Improving search ranking with chess Elo scores

https://www.zeroentropy.dev/blog/improving-rag-with-elo-scores
159•ghita_•20h ago•53 comments

Show HN: 0xDEAD//TYPE – A fast-paced typing shooter with retro vibes

https://0xdeadtype.theden.sh/
95•theden•4d ago•24 comments

Show HN: Rqmts – Prioritize Requirements

https://apps.apple.com/us/app/rqmts-prioritize-requirements/id6748651044
2•indest•2h ago•0 comments

Show HN: Cobble – A hard daily word game

https://wilf.live/cobble/
21•wolfred•9h ago•15 comments

Show HN: BloomSearch – Keyword search with hierarchical Bloom filters

https://github.com/danthegoodman1/bloomsearch
60•dangoodmanUT•3d ago•12 comments

Show HN: The HTML Maze – Escape an eerie labyrinth built with HTML pages

https://htmlmaze.com/
60•kyrylo•2d ago•16 comments

Show HN:Convert text/image to 3D model in seconds,No Login Required

https://fast3d.io
4•blacktechnology•3h ago•3 comments

Show HN: An MCP server that gives LLMs temporal awareness and time calculation

https://github.com/jlumbroso/passage-of-time-mcp
81•lumbroso•20h ago•36 comments

Show HN: Shoggoth Mini – A soft tentacle robot powered by GPT-4o and RL

https://www.matthieulc.com/posts/shoggoth-mini
576•cataPhil•1d ago•105 comments

Show HN: Made Wheel of Names Without Registration

https://nameonwheel.com/
3•artiomyak•5h ago•0 comments

Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation

https://dataramen.xyz/
45•oleksandr_dem•23h ago•51 comments

Show HN: Timep – a next-gen profiler and flamegraph-generator for bash code

https://github.com/jkool702/timep
23•jkool702•2d ago•1 comments

Show HN: I built this to talk Danish to my girlfriend – works with any language

https://menerdu.vercel.app/
200•lil_csom•3d ago•107 comments

Show HN: Beyond Z²+C, Plot Any Fractal

https://www.juliascope.com/
99•akunzler•1d ago•26 comments

Show HN: We made our own inference engine for Apple Silicon

https://github.com/trymirai/uzu
174•darkolorin•1d ago•45 comments

Show HN: Bash.org MOTD for Terminal

https://github.com/graydot/bashorg-motd
3•graydot•11h ago•0 comments

Show HN: Quick Info on Cursor – Hoverless Tooltips for Keyboard-Only Coding

https://marketplace.visualstudio.com/items?itemName=developerjhp.quick-info-on-cursor
4•developerjhp•3h ago•0 comments

Show HN: Reviving a 20 year old OS X App

https://andrewshaw.nl/blog/reviving-genius
71•shawa_a_a•5d ago•31 comments

Show HN: Visualize Wikipedia link graph, opensourced

https://galaxy.wikiloop.org/
3•xinbenlv•10h ago•0 comments

Show HN: Clippy – a better pbcopy for macOS that handles files properly

https://github.com/neilberkman/clippy
33•nberkman•1d ago•14 comments

Show HN: ArchGW – An intelligent edge and service proxy for agents

https://github.com/katanemo/archgw/
114•honorable_coder•4d ago•15 comments

Show HN: Ten years of running every day, visualized

https://nodaysoff.run
931•friggeri•6d ago•480 comments

Show HN: I made a single landing page to serve all my unused domains

https://github.com/trizoza/nextjs-domain-lander
6•trizoza•11h ago•2 comments

Show HN: VS Code extension to edit the filesystem like a text buffer

https://github.com/ahrm/voil
67•hexomancer•4d ago•46 comments

Show HN: GitGuard - Painless GitHub PR Automations

https://gitguard.dev/
11•habosa•19h ago•4 comments

Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser

https://vidmix.app/ffmpeg-in-plain-english/
175•bjano•6d ago•46 comments

Show HN: Bedrock – An 8-bit computing system for running programs anywhere

https://benbridle.com/projects/bedrock.html
218•benbridle•6d ago•68 comments

Show HN: Doctor

https://merkoba.github.io/Doctor/
2•complex_city•16h ago•6 comments
Open in hackernews

Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation

https://dataramen.xyz/
45•oleksandr_dem•23h ago
I built DataRamen, a local-first SQL explorer that helps you get the data you need fast, without writing repetitive queries every time.

You run it locally from the CLI (no cloud version yet), connect your databases, and you're ready to go. The goal is to let you explore and query data like you would in a spreadsheet: intuitive, fast, and without friction.

Key features:

- Automatic joins & related data navigation: Right-click any row to instantly see related records in other tables (based on foreign keys or references).

- Keyboard-driven UI: Hit N to jump to a table, F to filter, and so on, it’s optimized for speed so you can go from question to insight in seconds (this point is still in progress, I find it confortable, but the goal is to make it even better).

- Named tabs with saved queries: Keep multiple tabs open with different queries, useful for comparing or cross-checking data. Tabs are saved, so you can get back to your queries at any time.

- Instant edit & insert: One click to edit or add rows, no need to write full queries.

- Multi-DB support: Connect several databases and search across all of them.

- Search across all columns: Find what you need even if you don't know the exact column.

If you've ever felt slowed down by writing the same SQL over and over just to explore your data, this might save you a ton of time. I’d love feedback or suggestions, especially from folks who wrangle data often.

Find more information on https://dataramen.xyz

PS. don't be harsh on the logo, I did my best :)

Comments

mousetree•22h ago
Screenshots on the website would be very helpful. This sounds interesting, but would like to see what the actual UI is before setting anything up. It would also be good to link to the Github repo for the CLI part - I'm skeptical of giving an unknown tool access to my database without understanding what it's actually doing.
oleksandr_dem•21h 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, you're absolutely right about the lack of screenshots. I realize now how important that is for trust and clarity. I’m working on improving the landing page with proper visuals, and I’m also exploring the idea of a live demo using an in-browser SQLite DB — that should let people try it instantly without setup. It’ll take a bit of time, but it’s now high on the priority list. Appreciate the feedback!

socks•21h ago
is this chatgpt? your comments read like chatgpt output
yunohn•21h ago
Honestly, that comment really does not seem very chatGPT-like.
socks•21h ago
it screams it to me - wording such as "your concerns are valid", "yes, you're absolutely right..." and "I realize now how important...", and then usage of em-dash
oleksandr_dem•21h ago
As mentioned in another comment, I used ChatGPT to improve grammar and rewrite a bit my messages. I stopped using it since.
snickerdoodle12•20h ago
It's okay to be authentically you
zeroq•17h ago
Last time I was trying to be authentically me my response triggered a whole sub-thread about me using the word "subvention" and how funny Europeans sounds to Americans.

¯\_(ツ)_/¯

BrandoElFollito•4h ago
I have this too, many words I get from French and turn into English do exist in reality (they sound natural to me) and bam! there you have a snob who wants to show off :)
BrandoElFollito•4h ago
What is this obsession with the em-dash? For those who used LaTeX it is second nature, and a -- gets changed to an em-dash by a lot of editors or programs such as AutoHotkey
oleksandr_dem•21h ago
I do ask chatgpt to improve my messages, but the content is mine.
runlaszlorun•19h ago
I'd second the screenshot recommendation.

But def looks very interesting and i like the simple minimal design on mobile. Logo's great too. Congrats on getting it out there!

brap•22h ago
>GUI

Not a single screenshot on the page

tiku•22h ago
Yeah I hate lacking screenshots but now I'm going to try it, so probably a good thing haha
oleksandr_dem•22h 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 screenshots is definitely hurting the presentation (and I can see it in the bounce rate).

I'll prioritize getting some clear screenshots and maybe even a short demo video up soon. Thanks for pointing it out, appreciate the feedback.

scoot•21h ago
"Soon" being tomorrow, next week, next month? Just stating the obvious, but taking 30 minutes to do it now while you have traction on HN seems like a no-brainer.
oleksandr_dem•20h 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).
sunshine-o•21h ago
What a cool name !
oleksandr_dem•21h ago
Thanks! I was aiming for something fun and a little memorable — glad it landed well
koolba•21h ago
Where's the code? The NPM page says it is MIT licensed but I do not see any links to a source repo.

I think most people would be wary of running random npm modules to which they will be giving database credentials and passing through their actual data.

oleksandr_dem•21h 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 initially planned to open source it, but this feedback is making me seriously reconsider. At the very least, more transparency is clearly needed, and I’m thinking through the best way to approach that.

Curious though, would you feel any more comfortable if it were a packaged desktop app (with no source) instead of a CLI? Or is open code the baseline no matter the form?

koolba•21h ago
There's a big difference between a precompiled app from a company you've possibly heard of (which exists as an entity and could be sued for creating something malicous) v.s. some random guy on the internet.

I personally would not run an arbitrary binary from somebody I've never heard of on my local machine. And definitely not give it database credentials or access. I also think anybody that is willing to do so is insane. There's so much garbage and malware on npm, that something that is installed via the @latest on npm is arguably even worse. Even if it's fine now, there's no telling when one of its deps could be compromised too.

oleksandr_dem•21h 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.
giancarlostoro•16h ago
Companies have to start somewhere though, lots of software exists that never was open source. I think he needs to get his tool in the hands of people who review dev tools.
oleksandr_dem•15h 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 database with write permission, not having any guarantees it does the job it promises.

I could not agree more with him. This tool was born as a side project for my personal need, so I obviously use it without hesitation. But obviously, there is nothing to ensure you the tool won't drop your DB out of nowhere, or dumps your data somewhere else.

I think going open source will allow me to build some credibility for now.

PS. I use this tool daily, but I have to admit, in prod env I have read only user.

keysdev•19h ago
Didnt realize one can submit nmp without source? Is this really the case?
koolba•19h ago
You mean npm? Of course. There's no requirement the software being published have source or even be open source. It doesn't even have to be javascript. You can publish anything you'd like as long as it has a package.json.
oleksandr_dem•19h 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 to inspect database, endpoints, etc...), but obviously it is not as easy to read as not bundled source code (not to mention you can use WASM, which is unreadable).
gavinray•21h ago
I'd like to know what it looks like before investing my time in using a GUI tool.

Neat idea on paper though!

oleksandr_dem•21h 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.
kigiri•21h ago
You can find screenshots here: https://dev.to/9zemian5/tired-of-writing-sql-just-to-explore... (might be outdated, didn't test the tool)

On my part, I would like to see sqlite support and screenshots on the mainpage, also not a big fan of running an unknown command on my data.

Since you run locally, any value of having the frontend loaded from a website instead of just opening it in localhost ?

oleksandr_dem•21h 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 lot of people are having concerns regarding CLI tool not being open sourced)

> any value of having the frontend loaded from a website instead of just opening it in localhost ? I want the CLI package to be as small as possible, and including 600kb React bundle in it is the exact oposite of small. Moreover, the idea in the future is for you to be able to connect to any host (be it cloud, localhost or selfhosted) from the same page (for example I have company self hosted server and a local server for my local databases).

cuuupid•19h ago
Sounds very nice but doesn't seem to support Node v22 :/

``` Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/cupid/.bun/install/global/node_modules/yargs/index.mjs not supported. ```

Is there a GitHub or similar where issues can be reported?

oleksandr_dem•19h 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 expected it to be problematic), I will probably switch to commander to handle CLI.

akoculu•19h ago
nice work + cool name, congrats!
747-8F•19h ago
Saving this; may prove its utility in enterprise BU analysis.
googoloid•18h ago
So this uses the local cli tool to allow your hosted code to connect to the db? Sounds a bit sketchy to me
oleksandr_dem•18h 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: when you run a query in the webapp it will call your localhost server, which will connect to the database and execute the SQL statement

It is technically possible to host it elsewhere, but I wouldn't recommend it (there is no documentation).

googoloid•15h ago
Your instructions say to go to https://app.dataramen.xyz/, which definitely isn't the locally hosted server. You might want to change that (and disclose if the local server makes data available to websites outside localhost, which the current instructions seem to imply)
oleksandr_dem•15h 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 server (running on your machine, there is no remote code executed) to connect to the database. So all the data stay on your local machine, plus some webapp stuff stored in browser localstorage.

I went for this setup for essentially 2 reasons:

- I didn't want to ship webapp as part of the CLI tool due to the webapp size (it uses React, so the bundle is 800kb or so, while the entire local server code is 45kb).

- In the long term I want the users being able to connect to multiple servers from one webapp. For example you may have a local server running to interact with your local DB, but at the same time you might have configured a remote self hosted server within your company VPN.

It is a weird setup, but you end up doing weird things when you run an app on $0.00 budget

googoloid•14h ago
Ok so it does work as I understood originally.

If the CLI allows your domain to connect to it and do arbitrary DB queries, it's definitely not something I could trust. Even if I knew you to be perfectly respectable, your hosting could get hacked and then there would be a pipeline for an attacker to my DB.

It's a reasonable way to do some things, but I definitely feel this cannot be called local-first, since it explicitly allows and expects external domains to connect to it.

The bundle size is no issue whatsoever for a cli tool for devs, it's only really a problem when serving via the internet.

oleksandr_dem•14h 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 moved the webapp into the CLI (so now everything is localhost), would you prefer using a CLI + webapp or an actual app you have to install (no more CLI, you open the app and do your stuff)?

googoloid•13h ago
I think for me, either would work but in different contexts: - as an npm package for convenience for a node project, so i can just add an npm script to launch it on a local db - for more general personal use, a flatpak-distributed app would be preferred (installing npm packages globally is a hassle)

I would want the source to be open for either case though (like others have mentioned too).

oleksandr_dem•13h 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.
nikita2206•18h ago
A similar and bigger product I am aware of is Directus: https://directus.io/docs/getting-started/overview
oleksandr_dem•18h ago
This looks closer to something like Retool (an internal tooling builder), but yes, there is an overlap on some features
oleksandr_dem•18h 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/explain what DataRamen is and how it works

I should've seen it coming. I will take the following actions to tackle these problems:

1) Open-source the CLI code. There are no super sophisticated algorithms behind it, so no need to keep it private.

2) Improve the landing page with screens and videos to showcase its features.

In addition to this, I will keep working on new features. I saw multiple comments mentioning SQLite support. Since it is possible to run SQLite directly in the browser, I might as well use it as a live demo where you can try the tool with a dummy DB without installing it locally (can't promise it, I have to see the feasibility of this project).

quesera•13h ago
Check out asciinema for easy creation of CLI demos.

https://asciinema.org/

oleksandr_dem•13h 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.
adi_hn07•14h ago
Seems like a really cool project !! Do launch it on https://superlaun.ch , would love to have DataRamen there.
oleksandr_dem•14h 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.