Viewing profile — devjam
devjam
HN member- Joined
- Tue, Aug 12, 2014, 2:22 AM UTC
- HN karma
- 147
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About devjam
No profile information was provided.
Recent public activity
-
comment
Comment #48230687
While Apple does make nice hardware and appear to be listening to their users in that respect, don't forget that Tahoe has not been particularly well-received.
-
comment
Comment #46397210
While I agree with your sentiment, the actual quote is subtly different, which changes the meaning: "Think of how stupid the average person is, and realize half of them are stupide…
-
comment
Comment #46065979
That was my first thought too! but then realised Allan Border has a double L, while the app's name is "Alan"
-
comment
Comment #45991305
Nothing is in its "final form" today. I'm a long time SWE and in the last week, I've made and shipped production changes across around 6 different repos/monorepos, ranging from Pyt…
-
comment
Comment #45650120
> Easiest day for engineers on-call everywhere I have three words for you: cascading systems failure
-
comment
Comment #45060490
> ... Feedly that pretend to care about RSS but layer on features unrelated to the protocol I've been using Feedly since Google killed reader, and while I like the RSS functionalit…
-
comment
Comment #44810830
I see what you did there
-
comment
Comment #44156646
There appears to be a link to an RFC1918 address on that page: http://192.168.4.56:5001
-
comment
Comment #43478545
"Don't put your hand in the fire."
-
comment
Comment #43478513
I've been using McFly [1] recently, and like it a lot. > McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your work…
-
comment
Comment #41306865
As was also pointed out in the TFA, while you may not be "marking people down" because of unfamiliarity with syntax, an interviewee who has more experience with the language (and i…
-
comment
Comment #39965499
I agree, nice and thick, with lots of butter! Don't listen to the advice in the article :-) > The trick is not to spread it thickly like peanut butter; instead, you take about a qu…
-
comment
Comment #39462566
And if your main.go is in a sub-directory, e.g. cmd/pathto/cli/main.go: $ go run ./cmd/pathto/cli
-
comment
Comment #39378913
From the Wikipedia entry: > After his death Machiavelli's name came to evoke unscrupulous acts of the sort he advised most famously in his work, The Prince. He claimed that his exp…
-
comment
Comment #39356631
Save, open FTP/SCP client, copy to webserver, maybe poke/restart a service via SSH, back to browser, refresh... dammit, error, rinse repeat. We're certainly spoiled having formatti…
-
comment
Comment #39356429
What a gem! And a few more from the HTML source: As well as a style tag missing a closing '>' on the page template:
-
comment
Comment #39300227
Practical Extraction and Reporting Language
-
comment
Comment #39115708
Sure, I understand that from the POV of making your code explicit. Personally I have always tended towards, for example: var x string when initializing empty (zero-value) vars, ver…
-
comment
Comment #39114787
The author used: sum := float32(0) Over Go's zero-value default initialization e.g. var sum float32 A nit stylistically but wondering if there was a good reason to do so?
-
comment
Comment #38810157
I feel the same way. My commits on a PR are always rebased as I go, into one or two or at most three neat changes. Meanwhile (some) others I work with seem to have no problem creat…
-
comment
Comment #38802193
Don't forget the companion isEven function: func isEven(n int64) bool { return !isOdd(n) }
-
comment
Comment #38800708
> The fact that the Python REPL provides a helpful hint seems like extra effort to make your life easier. I agree; Python is actually helping you out here, since just typing `exit`…
-
comment
Comment #38693779
I’m bemused by these sorts of disparaging comments that come from people who seem to have no real world experience running Go applications at scale. It’s entirely possible to run a…
-
comment
Comment #38539988
A huge time-saver for me when adding table-driven test boilerplate in Go has been using gotests[0] to generate the template. If you use VSCode with the Go extension it's already av…
-
comment
Comment #37033406
Chips. Although very occasionally you will hear crisps. Often "hot chips" (french fries), as distinct from a "packet of chips" (crisps), but it's contextual: e.g. a Schnitzel with …