Live data from Hacker News

Viewing profile — jpillora

jpillora

HN member
Joined
Thu, Jun 20, 2013, 12:03 PM UTC
HN karma
103
Public activity
52 items

About jpillora

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. story
  4. comment
    Comment #45727933

    This is not the Go way. This abstraction appears to come for free, but it does not.

  5. comment
  6. story
  7. comment
    Comment #44142770

    Simple backoff ftw https://github.com/jpillora/backoff

  8. story
  9. 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…

  10. 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 …

  11. comment
    Comment #41953918

    See also https://github.com/jpillora/md-tmpl

  12. comment
    Comment #40395619

    Please make a live demo version of this using only JavaScript and HTML :D

  13. comment
    Comment #40110108

    RIP Stefan

  14. 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…

  15. comment
    Comment #39956318

    Correct, it’s equivalent to ssh tunneling except there’s some HTTP/websocket wrappers around it

  16. comment
    Comment #39956313

    That’s exactly what it is, see releases

  17. 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)

  18. 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…

  19. comment
    Comment #39956273

    Hey all, I’m the author of chisel. Feel free to send any questions my way

  20. story
  21. comment
    Comment #34078176

    Relevant https://securitycryptographywhatever.buzzsprout.com/1822302/...

  22. 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…

  23. comment
    Comment #26500959

    Interesting, thanks for the reply

  24. 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…

  25. 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…