Viewing profile — achilleasa
achilleasa
HN member- Joined
- Mon, Jun 12, 2017, 4:23 PM UTC
- HN karma
- 116
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About achilleasa
No profile information was provided.
Recent public activity
-
comment
Comment #22317269
Not sure how the code in action link is supposed to work. That is probably a general feature offered by Packt which is not used by this particular book.
-
comment
Comment #22280848
I had already set up an author-central account on amazon.co.uk but it seems like sales info (looks like it's US-only) is only available if you also sign up for an author-central ac…
-
comment
Comment #22274428
Apart than the fact that the editors were not native English speakers and I had to spend quite a bit of time reverting several of their editing changes, the whole process was gener…
-
comment
Comment #22272076
I totally get your point but dep was (for quite a bit) the official dependency manager experiment before the proposal for Go modules moved forward and is still hosted under the gol…
-
comment
Comment #22271807
I'd say it's more of a personal preference really. I have hit some issues trying to use Go modules in the past (although support for Go modules has admittedly improved vastly since…
-
comment
Comment #22271034
To be fair, I have included a section that extols the benefits of Go modules and hints that this is the way forward. However, for the book source code, I opted to use dep to make s…
-
comment
Comment #22270957
The first chapters focus exclusively on the SOLID design principles and best practices for testing and vendoring while the rest of the chapters get progressively more and more tech…
-
comment
Comment #22257193
Hi HN! After several months of intense writing and code debugging I have finally published my first book: Hands-on Software Engineering with Golang (link in title). I tried to diff…
- story
-
comment
Comment #14545061
Yes, the talk will be recorded and posted online with the slides and some getting started code.
-
comment
Comment #14541096
I take a slightly different approach for my implementation that allows me to use the standard go toolchain. I use nasm for the early ASM code and patch the go build tool's output (…
-
comment
Comment #14538921
Hi, I am the author of gopher-os. It started as a fun research project to learn more about the Go runtime internals and I didn't really expect it making it to HN. If you take a loo…