Viewing profile — dovholuknf
dovholuknf
HN member- Joined
- Fri, Oct 29, 2021, 2:47 AM UTC
- HN karma
- 68
- Public activity
- 93 items
- HN profile
- View on Hacker News ↗
About dovholuknf
No profile information was provided.
Recent public activity
-
comment
Comment #48571161
I appreciate your thoughtful reply and I didn't think you were tossing any shade for what it's worth. I was just arguing that to me, both are "app embedded". IMO, the fact that tra…
-
comment
Comment #48569343
At this time OpenZiti still operates in relay pattern. All your traffic travels through an OpenZiti router. It's also a zero trust overlay so having an external server is important…
-
comment
Comment #48560663
OpenZiti has numerous SDKs. If you are a developer and you can integrate an SDK into your application, it 100% is application-embedded. It is incorrect stating that it can't be app…
-
comment
Comment #48373161
FINALLY. This is actually exciting to me... Mind you the linux ports (cygwin, msys2, git bash) are all great to have and I make sure one version or the other is always on my path b…
-
comment
Comment #47801835
Tailscale and Wireguard are great. I'm an OpenZiti maintainer and I've written/spoken about application embedded zero trust for many, many years. Still it seems most devs don't thi…
-
comment
Comment #47075137
That's good to know. Can you point me to the peer relay code? I'd like to look at what and how it works. thanks!
- story
-
comment
Comment #45954441
You are correct, zrok doesn't support mutual TLS. zrok is the free offering that NetFoundry supports so it's easy to see why you looked there for information. The productized versi…
-
comment
Comment #43961736
The project I am a maintainer on, OpenZiti is an open source project that has high-quality MacOS, iOS, Windows, Android and linux clients https://openziti.io/docs/learn/introductio…
-
comment
Comment #43303341
Maintainer here. Yes. The routers and the controller will have a port that can accept mTLS traffic.
-
comment
Comment #43289463
> "feeling like it's not a good fit for me, and indiehosters in general." Maintainer here so I'm gonna be biased with this hot take, but I really don't agree with this particular s…
-
comment
Comment #43281451
Couple of additional small notes (maintainer here) > In a similar sense, why should enterprises trust OpenZiti? you don't have to. It's open source - so you go look at all the code…
-
comment
Comment #42046237
OpenZiti maintainer here if anyone has any questions.
-
comment
Comment #41484460
The post demonstrates how to build a very simplistic ssh client using the Golang standard library and the golang.org/x/crypto extended packages. After that, it demonstrates how to …
- story
-
comment
Comment #41332585
I poked at it a bit but there was no free trial period. I know a bunch of people are using OpenZiti and zrok for Jupyter notebooks in general... Here's a blog I saw not long back t…
-
comment
Comment #41332333
I don't actually know. I'll go poke with Runpod for a few and see :)
-
comment
Comment #41332047
Interesting idea. I'm not very well-versed in training models or LLMs or even Jupyter Notebooks, but the comment about port forwarding SSH caught my eye since I work on a free, ope…
-
comment
Comment #41257782
OpenZiti maintainer (zrok sometimes). It depends on your definitions of peer to peer. the private sharing functionality is peer-to-peer at the application level using a zero trust …
-
comment
Comment #39974921
Very neat. Lots of similar tools listed on https://github.com/anderspitman/awesome-tunneling . Seems similar to zrok.io, ngrok, cloudflare tunnels, tailscale funnels and zrok altho…
-
comment
Comment #38925668
Yes it's very similar to ngrok or to tailscale funnels or to cloudflare tunnels because it's a SaaS offering that someone (my employer in this case) hosts for free for the world to…
-
comment
Comment #38925651
"better"? I mean that's up to you. It's quite similar that's for sure, doing largely the same sort of thing but it all depends on how you use it. zrok is fully open source and full…
-
comment
Comment #38894202
Play Minecraft with friends without needing to open a hole in your firewall and for free. All open source too.
- story
-
comment
Comment #38817965
It might be more similar to zrok's caddy integration where you can get "fancier" than just delivering files? Blot is trying to do different stuff than zrok is it seems. Like, it's …