Viewing profile — jpillora
jpillora
HN member- Joined
- Thu, Jun 20, 2013, 12:03 PM UTC
- HN karma
- 103
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About jpillora
No profile information was provided.
Recent public activity
-
comment
Comment #48866690
This is also true from the inverse. Making every tool visible may feel good to some users. They sit in their F16 cockpit, and they like having all those buttons, and knowing what t…
-
comment
Comment #46493374
The problem with git ops only manifests after it’s become a standard within an org: With 1 git ops pipeline, it’s fine, it’s the human merge gate, it’s doing its job protecting dow…
- story
-
comment
Comment #45727933
This is not the Go way. This abstraction appears to come for free, but it does not.
- comment
- story
-
comment
Comment #44142770
Simple backoff ftw https://github.com/jpillora/backoff
- story
-
comment
Comment #43021962
They're different things, solving different problems: - Containers are wrappers for binaries. Any binary can be contained, and when run, it gets a constrained (fake) view of the ke…
-
comment
Comment #42416043
If you’re a Java dev, and you try to force Java-isms into Go, you’re gonna have a bad time. The Go philosophy http://go-proverbs.github.io/ pays off less in the short term, within …
-
comment
Comment #41953918
See also https://github.com/jpillora/md-tmpl
-
comment
Comment #40395619
Please make a live demo version of this using only JavaScript and HTML :D
-
comment
Comment #40110108
RIP Stefan
-
comment
Comment #39956379
You’re right, that’d be a better test - and I think the gap between chisel and crowbar would grow even more. Chisel is effectively doing ssh tunnelling, with extra layers. Performa…
-
comment
Comment #39956318
Correct, it’s equivalent to ssh tunneling except there’s some HTTP/websocket wrappers around it
-
comment
Comment #39956313
That’s exactly what it is, see releases
-
comment
Comment #39956307
Tailscale is a virtual network device (works on L3, tun not tap device) whereas chisel just listens on ports (works on L4)
-
comment
Comment #39956284
I was tempted to play the cat and mouse AV detection game though decided against it. It’s open source and with effort, one can make it avoid detection, but I’ll leave that up the r…
-
comment
Comment #39956273
Hey all, I’m the author of chisel. Feel free to send any questions my way
- story
-
comment
Comment #34078176
Relevant https://securitycryptographywhatever.buzzsprout.com/1822302/...
-
comment
Comment #27101696
Port forwarding is fairly simple. All routers should support it. Forward port 443 to local-rpi-ip-address:443. Setup caddy/traefik. Create A record to public ip. Enable tls. Enable…
-
comment
Comment #26500959
Interesting, thanks for the reply
-
story
Ask HN: Is “GitHub, f*ck your name change” being suppressed?
"GitHub, f*ck your name change" https://news.ycombinator.com/item?id=26487854 currently has 3113 points (highest voted I've seen in a long time) and is only 16 hours old, however i…
-
comment
Comment #26337930
I use Docker (preview) on my M1 everyday for work and it's great. You can run `aarm64` containers natively, or you can emulate, for example, with `--platform linux/amd64`. I'm gues…