Viewing profile — 3uclid
3uclid
HN member- Joined
- Mon, Jan 22, 2018, 6:14 PM UTC
- HN karma
- 160
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About 3uclid
Recent public activity
-
comment
Comment #22242131
Nice -- they market the company as "made by former Google and Apple engineers", but built the product with...an intern? Lmao.
-
comment
Comment #22241615
Checked their LinkedIn and the employees who work there. The founder is non-technical and there are two developers: one who is a "back-end intern" and the other is a front-end deve…
- comment
- comment
-
comment
Comment #17145739
For context, I'm in university, but during one of my internships, a lot of the older developers always seemed to use awk/sed in really powerful ways. At the same time, I noticed a …
-
comment
Comment #17135961
...sure, but I would rather have a Twitter feed with daily programming tips and anecdotes from industry experts, rather than snarky replies to people with differing political opini…
-
story
Ask HN: Tech-related Twitter handles?
I've noticed that a lot of tech people on Twitter mainly post about politics/inequity in the tech field and I was wondering if there any tech figures that actually tweet about tech…
-
comment
Comment #16944064
Which company?
-
comment
Comment #16880173
Not trying to be inflammatory here, but is there a reason why all the co-founders are women?
-
comment
Comment #16867717
>Interior design wouldn't solve all these problems, but the aesthetic of a kindergarten or hipster daycare certainly exacerbated them. LOL, that's an amazing description.
- comment
-
comment
Comment #16821040
Side note: FB also developed a string library to replace std::string ( https://github.com/facebook/folly/blob/master/folly/FBString... ). Here's a video from explaining the motivat…
-
comment
Comment #16757334
Do you write C++ by chance? ;)
- comment
-
comment
Comment #16536827
That's a pretty useless answer. It's easy to use C++, but in a non-idiomatic or C-style way. I think the OP is aware of this problem and is looking for concrete examples of modern …
-
comment
Comment #16525551
Yeah, still in school (3rd year). I have intern experience, but it seems like these type of positions are way too advanced for me at the moment. Just unsure how to progress...
-
comment
Comment #16523782
Unrelated: as a CS undergrad, I read this article and was immediately inspired. This is definitely the type of work I want to be doing when I graduate (infrastructure engineering).…
-
comment
Comment #16430624
I certainly agree. However, if OP is simply referring to learning the typical algorithms presented in an undergraduate CS course, then linear algebra isn't a strict prerequisite.
-
comment
Comment #16430081
No, I don't believe so (from my experience as a CS undergrad).
-
comment
Comment #16320317
Would you recommend CS 343? I'm disappointed the course teaches μC++ rather than referencing C++11 threading support.
-
comment
Comment #16206526
University of Waterloo also recommends Three Easy Pieces as a supplementary text for their OS course.