Live data from Hacker News

Viewing profile — manlobster

manlobster

HN member
Joined
Fri, Aug 25, 2023, 6:20 PM UTC
HN karma
172
Public activity
31 items

About manlobster

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #41270182

    [flagged]

  3. comment
    Comment #41228983

    Golang is sometimes considered a simple language, but it's not really beginner-proof like Java was designed to be. It's a good idea to spend time learning it thoroughly.

  4. comment
    Comment #40847885

    Generating the HTML in a container seems like a better solution than ditching the generator altogether.

  5. comment
  6. story
  7. comment
    Comment #40542043

    True, but both of these are for relatively slow operations, where the performance of the error checking is relatively insignificant.

  8. comment
    Comment #40541457

    > Here's one of them, which follows a common recommendation in the Go community to use a sentinel error to represent the "value not found" condition. Is this really a common recomm…

  9. comment
  10. comment
    Comment #40450321

    Do OpenAI employees actually get equity in the company (e.g. options or RSUs)? I was under the impression that the company awards "profit units" of some kind, and that many employe…

  11. comment
    Comment #40436968

    I don't love the $...$ syntax for executing commands. Using $ as a string delimiter is very strange to my bash-accustomed eyes. It's a shame that they provided such weird syntax fo…

  12. comment
    Comment #40310767

    Why does everyone need to live in Palo Alto? There's housing elsewhere. If we built more housing in Palo Alto, it wouldn't be such a nice place to live.

  13. comment
    Comment #40300827

    It's not clear to me that every site would have to perform age verification themselves. Seems like the "I am a minor" flag could be managed at the client operating system level (e.…

  14. comment
    Comment #40293789

    I think it would be better if this was a code generator similar to `protoc` for gRPC, so we don't have to learn yet another implementation language.

  15. comment
    Comment #40288952

    You could view the trial-by-Leetcode that people undergo when they switch jobs every 4 years or so as a form of relicensing. One advantage that the current setup has over officiall…

  16. comment
    Comment #40254170

    Looks like all the heavy lifting is being done by webllm [0]. What we have here is basically one of the demos from that. [0] https://webllm.mlc.ai/ .

  17. comment
    Comment #40253844

    It's truly amazing how quickly my browser loads 0.6GB of data. I remember when downloading a 1MB file involved phoning up a sysop in advance and leaving the modem on all night. We'…

  18. comment
    Comment #40218036

    Googler protests in the past have typically been walk-outs and other outdoor gatherings. This protest took place within the offices. Some of the protestors occupied senior executiv…

  19. comment
    Comment #40127986

    This seems like a reasonable use of the preprocessor to me. I've seen similar use in high-quality codebases. I wonder why the author is so disgusted by it.

  20. comment
    Comment #39489090

    I wonder why they didn't use bazel as their build system.

  21. comment
  22. comment
  23. comment
  24. comment
    Comment #38961219

    I worked at Google when the daycare was introduced. At the time, it was so expensive that very few employees could afford to use it. Was that still the case recently?

  25. comment
    Comment #38923474

    Great! Love it! Could you add a way to race other people to solve the puzzles?