Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jpillora
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
jpillora
29d ago
This is the answer - software engineering and your job has changed - find the new mastery in it
2.
▲
by
jpillora
2mo ago
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 they do. But this does not scale. You can fit 100 buttons i
3.
▲
by
jpillora
9mo ago
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 downstream With multiple git ops pipelines however, they start
4.
▲
Why AI Can't Write Good Software
(blog.jpillora.com)
1 points
by
jpillora
11mo ago
|
1 comments
5.
▲
by
jpillora
11mo ago
This is not the Go way. This abstraction appears to come for free, but it does not.
6.
▲
by
jpillora
1y ago
Simple backoff ftw https://github.com/jpillora/backoff
7.
▲
An Ode to Mastery
(blog.jpillora.com)
5 points
by
jpillora
1y ago
|
0 comments
8.
▲
by
jpillora
2y ago
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 kernel. - WASM defines a portable binary format. WASM is
9.
▲
by
jpillora
2y ago
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 a single file, or a single stdlib function,
10.
▲
by
jpillora
2y ago
See also https://github.com/jpillora/md-tmpl
11.
▲
by
jpillora
2y ago
Please make a live demo version of this using only JavaScript and HTML :D
12.
▲
by
jpillora
2y ago
RIP Stefan
13.
▲
by
jpillora
2y ago
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. Performance is lost in packet wrapping/unwrapping, reduced MTU
14.
▲
by
jpillora
2y ago
Correct, it’s equivalent to ssh tunneling except there’s some HTTP/websocket wrappers around it
15.
▲
by
jpillora
2y ago
That’s exactly what it is, see releases
16.
▲
by
jpillora
2y ago
Tailscale is a virtual network device (works on L3, tun not tap device) whereas chisel just listens on ports (works on L4)
17.
▲
by
jpillora
2y ago
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 reader
18.
▲
by
jpillora
2y ago
Hey all, I’m the author of chisel. Feel free to send any questions my way
19.
▲
by
jpillora
4y ago
Relevant https://securitycryptographywhatever.buzzsprout.com/1822302/...
20.
▲
by
jpillora
5y ago
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 file hosting. Done: you now have TLS static website wi
21.
▲
by
jpillora
6y ago
Interesting, thanks for the reply
22.
▲
Ask HN: Is “GitHub, f*ck your name change” being suppressed?
3 points
by
jpillora
6y ago
|
3 comments
23.
▲
by
jpillora
6y ago
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 guessing you're running into issues with C d
24.
▲
by
jpillora
6y ago
This. And now begins the decline of x86 and Intel.
25.
▲
by
jpillora
6y ago
Demo shows root shell. So an attacker could simply install a RAT into /Library/LaunchDaemons and it's permanent.
26.
▲
by
jpillora
6y ago
Any know much about Nova, and how hard it would be to integrate the Go Language Server with it? seeing as it conforms to LSP
27.
▲
by
jpillora
6y ago
MikroTik have recent added support https://forum.mikrotik.com/viewtopic.php?f=1&t=165248
28.
▲
by
jpillora
7y ago
Do not use this. Full of Go anti-patterns.
29.
▲
A Go (Golang) package for building frictionless command-line interfaces
(github.com)
2 points
by
jpillora
7y ago
|
0 comments
30.
▲
by
jpillora
9y ago
See also https://www.sharedrop.io/ (WebRTC-based AirDrop clone)
More ›