HackerTrans
TopNewTrendsCommentsPastAskShowJobs

manlobster

no profile record

Submissions

Tekton, the ancient Greek word for artisan

en.wikipedia.org
4 points·by manlobster·vor 2 Jahren·2 comments

comments

manlobster
·vor 2 Jahren·discuss
[flagged]
manlobster
·vor 2 Jahren·discuss
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.
manlobster
·vor 2 Jahren·discuss
Generating the HTML in a container seems like a better solution than ditching the generator altogether.
manlobster
·vor 2 Jahren·discuss
True, but both of these are for relatively slow operations, where the performance of the error checking is relatively insignificant.
manlobster
·vor 2 Jahren·discuss
> 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 recommendation in the Go community? Seems like returning `bool` to indicate if the value was found is somewhat of a no-brainer, since it follows the familiar approach used for map lookups and type assertions.
manlobster
·vor 2 Jahren·discuss
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 employees aren't sure how they work.
manlobster
·vor 2 Jahren·discuss
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 for the most important thing you tend to do in a bash script, while providing fairly nice syntax for everything else.
manlobster
·vor 2 Jahren·discuss
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.
manlobster
·vor 2 Jahren·discuss
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.g. as a property of the cell account on mobile devices, or as a property of the user account on a laptop or desktop machine), and transmitted per-request (e.g. in a HTTP header).
manlobster
·vor 2 Jahren·discuss
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.
manlobster
·vor 2 Jahren·discuss
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 officially proctored examinations is that you get to try again repeatedly until you are successful.
manlobster
·vor 2 Jahren·discuss
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/.
manlobster
·vor 2 Jahren·discuss
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've come so far.
manlobster
·vor 2 Jahren·discuss
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 executives' offices for many hours, and had to be removed by the police. Some of the protestors also streamed their protest from within the offices of the notoriously confidentiality-obsessed company.

I don't buy the narrative that Google is cracking down on employee activism. It seems more like the activists in this instance went too far and were dealt with accordingly.
manlobster
·vor 2 Jahren·discuss
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.
manlobster
·vor 2 Jahren·discuss
I wonder why they didn't use bazel as their build system.
manlobster
·vor 3 Jahren·discuss
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?
manlobster
·vor 3 Jahren·discuss
Great! Love it!

Could you add a way to race other people to solve the puzzles?