Live data from Hacker News

Viewing profile — leighmcculloch

leighmcculloch

HN member
Joined
Wed, Jun 04, 2014, 5:11 PM UTC
HN karma
69
Public activity
32 items

About leighmcculloch

https://leighmcculloch.com

Recent public activity

  1. story
  2. comment
    Comment #37118470

    The article doesn't discuss one of the most significant differences between building in Go and Rust: tooling.

  3. comment
    Comment #37057722

    > Tools that use the GOPROXY protocol as a crutch What does the article mean that using the Go proxy protocol is a crutch?

  4. comment
    Comment #36595095

    This quote had me too. Too real.

  5. comment
    Comment #36456179

    Go downloading a toolchain is not any different to dustup downloading the version of rust that is in a toolchain toml file. At least with Go it will presumably only download offici…

  6. comment
    Comment #34225693

    Continuing to work on the soroban-sdk[1] and soroban wasm environment[2], but after spending last year completely immersed in Rust, which was exhilarating learning experience, I'm …

  7. comment
    Comment #34180030

    Some prior discussion about why turn on TCP_NODELAY: https://jvns.ca/blog/2015/11/21/why-you-should-understand-a-... John Nagle's comments about it: https://news.ycombinator.com/it…

  8. comment
    Comment #33335837

    In several places it is mentioned as a Rust library, but I don't see any links to it. Using google search I'm not finding a Rust library named "Turbo". Is the library open source, …

  9. comment
    Comment #28836988

    No port mapping, the ports are available on the IP of the VM. Volume mounts are supported by multipass, but dockerhost doesn't set them up automatically, yet!

  10. comment
    Comment #28836606

    Rancher's, and Podman's, efforts on Mac are exciting, but you can also just run the Docker daemon in a VM on Mac and install the free docker CLI using homebrew. This is what I do u…

  11. story
  12. comment
    Comment #23385388

    Stellar Development Foundation | Non-Profit | San Francisco, Remote (US, Canada) | Engineering Stellar is an open network for storing and moving money. The Stellar Development Foun…

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #12332114

    +100 Go is super boring and that it's a selling point. Code is a tool, not a device for entertainment. I'm yet to meet a 20+year developer who is wowed by extensive/unique/complex …

  21. comment
    Comment #11850468

    Australia has very little immigration to the US it seems.

  22. comment
    Comment #11838550

    I added unicode and emoji for fun which is where the YAGNI reference came from. I doubt many websites accept them, even Google don't. But you're welcome to give it a go: randstr -c…

  23. comment
    Comment #11835352

    I've been learning go and this is my first CLI app. There's definitely some YAGNI in this.. cough emoji cough ..but supporting unicode/emoji led me to expressing the charsets as an…

  24. story
  25. comment
    Comment #11418728

    Here's my process: 1. Open a PR when you're ready for review. The PR should have the following attributes, which make PRs fast to review, and reduces the back and forth since the r…