Viewing profile — manlobster
manlobster
HN member- Joined
- Fri, Aug 25, 2023, 6:20 PM UTC
- HN karma
- 172
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About manlobster
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #41270182
[flagged]
-
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.
-
comment
Comment #40847885
Generating the HTML in a container seems like a better solution than ditching the generator altogether.
- comment
- story
-
comment
Comment #40542043
True, but both of these are for relatively slow operations, where the performance of the error checking is relatively insignificant.
-
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…
- comment
-
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…
-
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…
-
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.
-
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.…
-
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.
-
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…
-
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/ .
-
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'…
-
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…
-
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.
-
comment
Comment #39489090
I wonder why they didn't use bazel as their build system.
- comment
- comment
- comment
-
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?
-
comment
Comment #38923474
Great! Love it! Could you add a way to race other people to solve the puzzles?