Live data from Hacker News

Viewing profile — devjam

devjam

HN member
Joined
Tue, Aug 12, 2014, 2:22 AM UTC
HN karma
147
Public activity
55 items

About devjam

No profile information was provided.

Recent public activity

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

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

  3. 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"

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

  5. comment
    Comment #45650120

    > Easiest day for engineers on-call everywhere I have three words for you: cascading systems failure

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

  7. comment
    Comment #44810830

    I see what you did there

  8. comment
    Comment #44156646

    There appears to be a link to an RFC1918 address on that page: http://192.168.4.56:5001

  9. comment
    Comment #43478545

    "Don't put your hand in the fire."

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

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

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

  13. 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

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

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

  16. 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:

  17. comment
    Comment #39300227

    Practical Extraction and Reporting Language

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

  19. 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?

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

  21. comment
    Comment #38802193

    Don't forget the companion isEven function: func isEven(n int64) bool { return !isOdd(n) }

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

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

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

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