Viewing profile — amitu
amitu
HN member- Joined
- Thu, Mar 12, 2009, 10:12 PM UTC
- HN karma
- 403
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About amitu
Email: amitu@fifthtry.com
Recent public activity
-
comment
Comment #44134792
So you can write SQL queries[1] in fastn documents, create dynamic urls[2], get request data[3], or write backend in wasm[4]. The input to sql queries are passed using bind paramet…
-
comment
Comment #44126240
Completely agree, unfortunately the cool stuff is done by iroh team, so right now you can browse their docs: https://www.iroh.computer/blog/iroh-dns .
-
comment
Comment #44126230
We are using iroh, so you can start with https://www.iroh.computer/blog/iroh-dns , and checkout their docs to understand how iroh itself works. The malai stuff is relative not very…
-
comment
Comment #44126207
We are built on top of https://www.iroh.computer/blog/iroh-dns , and iroh uses the public key as the node identifier. Unfortunately the iroh id is 64 char long, which can not be us…
-
comment
Comment #44126165
It's open source. Or not depending on any company[1]. The overall malai/kulfi project is quite different than these projects, malai itself can be compared with these two maybe. [1]…
-
comment
Comment #44126143
You are on the right track, this is bastion like setup, but without needing another ssh host. This is one layer on top of SSH, so all SSH security applies for ssh over kulfi, but y…
-
comment
Comment #44126121
Looks like you got sucked into the fastn world. It's an open source full stack web development programming language we have created: fastn.com. We are building some fastn powered f…
-
comment
Comment #44126094
Since its built in Rust, we can call it rus(t)-malai also :-)
-
comment
Comment #44126087
So let's see, I am Amit Upadhyay, I am the (solo) founder and CEO of FifthTry, which is YC W21 company (we also have some other seed investment). We started with a documentation to…
-
comment
Comment #44109302
Yes, we are currently using iroh provided relay servers. malai will soon connect with any relay server, so in future you can use ones provided by us, or run your own.
-
comment
Comment #44109228
fastn is an ingredient to kulfi project. fastn.com is a full stack programming language we (FifthTry, Inc, the company behind these) have built, and it is the web server that is go…
-
comment
Comment #44108992
We are using iroh[1] internally, so the question is does iroh support these things? The quickest way to answer this would be to test it. Can you help me with what kind of setup wou…
-
comment
Comment #44108908
Kulfi is the official name of the project, and the name of the "peer to peer internet" "id52/identity based internet", so kulfi net. Kulfi App is going to be a browser like Google …
-
comment
Comment #44107998
malai: cream that forms on top of milk when it cools down, its a flavor of kulfi. kulfi: a milk based ice cream / desert. Nothing to do with networking etc, just a desert I enjoyed…
-
comment
Comment #44107818
Kulfi is a network (peer to peer) which support http/https even tcp can be sent over kulfi. Kulfi App is a web browser that talks kulfi protocol natively, so you can open kulfi:// …
-
comment
Comment #44107764
Unlike tailscale/ngrok, malai is completely open source, does not rely on any company provided infrastructure (we have a http bridge to bridge http/tcp with http/kulfi at *.kulfi.s…
-
story
Show HN: Malai – securely share local TCP services (database/SSH) with others
malai is a peer to peer network, and is a dead simple to share your local development HTTP server, without setting up tunnels, dealing with firewalls, or relying on cloud services.…
-
comment
Comment #43848741
I strongly believe peer to peer is superior over centralized architectures that are commonplace today. If things are peer to peer, there is no central entity, then open source trul…
-
comment
Comment #43848543
Wireguard is def comparable to iroh, so you are correct. We could have used Wireguard to build malai had malai been in Golang. iroh is wireguard for Rust (and slightly better becau…
-
comment
Comment #43847038
Edited: fix a typo and clarify public vs key pair. Unlike ngrok, and they are a great product, I have used them for years, we are completely open source. Further we are peer to pee…
-
story
Show HN: Malai – Share your dev server (and more) over P2P
We built Malai to make it dead simple to share your local development server over peer-to-peer, without setting up tunnels, dealing with firewalls, or relying on cloud services. Wi…
-
comment
Comment #37320124
We are building fastn[1], a programming language for authoring web content. This language is optimised for non developers, and can be easily learned by content team, marketing team…
-
comment
Comment #36828097
This is not fair summary of the situation. Panics can be “caught”, most Rust web framework will catch panic when handling a http request and return 500, leaving other requests unaf…
-
story
Tell HN: Don't Link to GitHub Template Repo's /Generate URLs
Github allows you to mark a repository as a template repository. E.g., [1]. A template repository can be used to quickly create a repository, and used by all sorts of project start…
-
comment
Comment #36610909
That is a Github issue. If you mark a repository on Github as template repository, they create this nice green button, "Use this template", which links to ` /generate`, but this bu…