Viewing profile — ruslan_talpa
ruslan_talpa
HN member- Joined
- Tue, Mar 15, 2016, 2:21 PM UTC
- HN karma
- 460
- Public activity
- 339 items
- HN profile
- View on Hacker News ↗
About ruslan_talpa
From Database to UI: The All-in-One library suite for internal tools development with integrated authentication in your language of choice.
https://subzero.cloud/
ruslan.talpa [at] subzero [dot]
Recent public activity
-
comment
Comment #41945734
Spin up your hasura instance using a docker container in something like fly.io or whatever you use do run docker containers (you can email me if you want)
-
comment
Comment #41925338
I’ve got a lib/executable that you spin up and it gives you a rest api (read and write) for clickhouse if you are interested
- story
-
comment
Comment #40300675
Put them in a jar?
-
comment
Comment #40157229
Exactly what you describe but not free [1] 1. https://subzero.cloud/
-
comment
Comment #40049698
Interesting example. I was thinking about this more in the direction of "protecting the IP/investment" rather then "abuse the users" but i get your point. With the telegram example…
-
story
Ask HN: Does Anyone Use a "Closed Core" Software Model?
Hello HN, I'm exploring variations in software business models and came across what I'd call a "closed core" approach: the main system is proprietary, but all additional modules ar…
- story
-
comment
Comment #39848537
Sorry for the late reply, my email is in my profile (and the link to the product if you want to see before contacting me, though in would prefer to get in touch either by email or …
-
comment
Comment #39842231
This exists (commercial) https://subzero.cloud/
-
comment
Comment #39765043
I think i’ve built just that, can we get in touch? I would appreciate the feedback
-
comment
Comment #39571518
Over the time (as part of researching competition) i also hear a lot of fans of retool with rave review (though never specifics as to what they are using it for). And i get it's ap…
-
comment
Comment #39110451
* localStorage is small, volatile, OPFS is big/durable * main thread db vs main thread worker db: - firstly, sqlite with OPFS has to run in a webworker - even if it was possible to…
-
comment
Comment #39108890
in principle yes, i agree but one aspect the desktop apps lose, the distribution model. it's way easier to just say "go to this link" and the app is running (no install step, no ce…
-
comment
Comment #39108603
since this is basically running in a (modern) browser, doesn't it follow that it works on all platforms where there is a browser?
-
comment
Comment #39108518
although naively implemented [1] you write a migration in the new version 1. https://github.com/subzerocloud/my-way-track/blob/main/src/s...
-
comment
Comment #39108458
I was just made aware TursoDB has a version of their client [1] with the same underlying technology so it seems it might be possible to have the best of both worlds, interacting lo…
- story
-
comment
Comment #38994288
Weird seeing Oradea in a “top 10” list :) Drop me a line if you ever visit.
-
comment
Comment #38762210
You are wrong on both statements :) It does not stop working and this “customization” is easy.
-
comment
Comment #38506025
Exactly that (same api structure) https://docs.subzero.cloud/
-
comment
Comment #38056133
If by backend you mean your db (and not your python/rails code) and you want django admin functionality but with react on the frontend, check out https://subzero.cloud (ts lib), i …
-
comment
Comment #38056081
Unlike retool, you almost never need to touch backend because the system already provides 90% of your needs just by introspecting the database, you only implement super custom endp…
-
comment
Comment #38056069
I am building https://subzero.cloud If your data is in pg/mysql/sqlite/clickhouse this might work for you That is for js/ts stack
-
comment
Comment #38038968
what other stack would you pick if it also had admin?