Viewing profile — place1
place1
HN member- Joined
- Wed, Jun 15, 2016, 11:50 AM UTC
- HN karma
- 40
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About place1
No profile information was provided.
Recent public activity
-
comment
Comment #30054262
wg-access-server was a hobby project i put together because I was interested in wireguard and wanted something for my home network. i opensourced it so that others could see it and…
-
comment
Comment #24927524
For what it's worth GRPC-Web is a pretty nice solution here. My team generates backend stubs from our GRPC spec which allows us to jump right to implementing our business logic. Fr…
-
comment
Comment #24816884
Thanks for the kind words. I'd be happy to hear more about the rough edges and the nice-to-haves you're after in more detail in a github issue :D
-
comment
Comment #24814498
> wireguard is itching for a nice ui or cli tool for managing configs.... if anyone knows one please let me know... I'm been writing wg-access-server[1] which is an open source all…
-
comment
Comment #22735142
I never even thought about using a DNS based tunnel for this problem. Amazing.
-
comment
Comment #22735133
I'm a big fan of Wireguard. I wrote wg-access-server [1] as an all-in-one wireguard VPN solution. I recently added some docs [2] and support for deploying with Helm. I'd love some …
-
comment
Comment #22177795
This is awesome news. I’ve been using my self written access server deployed as a docker container at my home for ages now with no problems at all. Wg is a pleasure to use and thei…
-
comment
Comment #21426874
I'm also working on something like this https://github.com/place1/wireguard-access-server It's mostly a hobby project but it'll run a userspace wireguard implementation (boringtun)…
-
comment
Comment #19672104
I can't zoom in or out on this website, and it's huge by default on my monitor... out of curiosity, how does that even happen? do they use JS to change the font size when the windo…
-
comment
Comment #18314872
Is it though? Hosted k8s clusters make deploying a single app just as simple as heroku or elasticbeanstalk, but you still have the flexibility to deploy more. For a small team it's…
-
comment
Comment #17773050
Yes, I quite liked this about Rust's `Result` and `Option` type and using monads in general but I don't think Golang could achieve this pragmatically without generics.
-
comment
Comment #16616289
How does this scale once you have multiple developers/teams and an automated CI/CD process in place? Could you elaborate on how to manage this manual step (potentially for multiple…
-
comment
Comment #16417604
This is really good. Cheers!
-
comment
Comment #15769422
I used to have an ISP that seamed to throttle bittorrent traffic. Is there anything people can do to get around this type of behaviour?
-
comment
Comment #14831825
Is this a Enterprise edition only feature? From reading it seems this is the case which is a shame because it feels like a pretty basic feature but also really useful to small CE u…
-
comment
Comment #14676860
Type errors might not be the biggest issue up-front when writing new frontend code, but refactoring JS becomes really hard as the LOCs grow. Typescript (static typeing in general) …
-
comment
Comment #14175471
I often try to ask 'why' and 'what if' questions. Maybe I just suck at talking to people but they often become defensive and think i'm trying to question their solutions when i'm r…
-
comment
Comment #13398704
Fair enough and very true! I suppose web-components are 'react like' in a way though so maybe it's already happening.
-
comment
Comment #12658872
So i'm young. What makes JSPs bad, why aren't you using them anymore and what are you using instead?