Viewing profile — jhillyerd
jhillyerd
HN member- Joined
- Mon, Jan 01, 2018, 7:28 PM UTC
- HN karma
- 85
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About jhillyerd
No profile information was provided.
Recent public activity
-
comment
Comment #39569237
Location: Redmond, WA Remote: Yes Willing to relocate: No Technologies: Primarily Go; also have experience with Rust, Python, Java, JavaScript, Elm, Nix LinkedIn: https://www.linke…
-
comment
Comment #32694435
I think this is true for Nix in the deployment/ops space, where debugging a broken build can be very frustrating. Language improvements are going to be less useful for app develope…
-
comment
Comment #31585560
I've started running Nomad in my homelab, and it is a great piece of software. Although I feel like the question is sort of flawed, if you want to learn Kubernetes, you are going t…
-
comment
Comment #31512093
If you end up not liking (or not wanting to learn) k8s, check out Hashicorp's Nomad. I set it up recently, it's great for a homelab, and a bit more flexible than k8s because it can…
-
comment
Comment #23846439
Yes, please. The first couple paragraphs of this PR I thought I was reading about Riot Games renaming themselves.
-
comment
Comment #21896087
Not true, Sonos works in a mesh, so all Sonos devices need to talk to each other, and to the controller app on phone or PC.
-
comment
Comment #21208217
+1. It's been years since I used Gentoo, but I felt like it broke me, or required some sort of intervention once a month. Arch was much better, more like once every few months. So …
-
comment
Comment #19457497
If you are alright with running a single piece app that provides webmail, SMTP, POP, and REST, you might be interested in my project: http://www.inbucket.org/ It's really targeted …
-
comment
Comment #18753286
I found the headings a bit weird to read, and apparently my brain thought the GIFs were ads, because I didn't notice them at all.
-
comment
Comment #18511454
I'd say yes; there are many times I've ssh'd into a server and wanted to do a quick edit where I don't have my vimrc; not going to bother to install it. Complexity increases when y…
-
comment
Comment #17995134
Google is also a very good learning opportunity; there is lots of training available to employees, you will be working with very talented people, and will get to see how the planet…
-
comment
Comment #17008090
Author/maintainer here. I see someone else posted Inbucket four years ago, but it's changed a lot since then. Website: https://www.inbucket.org/ GitHub: https://github.com/jhillyer…
- story
-
comment
Comment #16682048
The module spec lets you put the minimum version in it; so the scenario you raise in your second paragraph would not happen. The import paths are just there to allow you to have bo…
-
comment
Comment #16433281
Boiler plate in my example would be everything that needs to be written for a class in Java, not specific to sorting: new file, imports, getters, setters etc. compared to a few lin…
-
comment
Comment #16414733
I think this article is a great illustration of the things a Java developer will struggle with while they are learning Go. I no longer write Java, and I now view many of these as s…
-
comment
Comment #16277248
After using fish for 3 years, I'm finding there is very little reason to have my login shell maintain backwards compatibility with bash. The only time I run into issues is when a c…