Viewing profile — willberman
willberman
HN member- Joined
- Sun, Jan 05, 2020, 7:13 PM UTC
- HN karma
- 191
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About willberman
No profile information was provided.
Recent public activity
-
comment
Comment #25003922
+1 on vim with fzf and rg being enough for almost any task. I use that setup for most things and then when I need something with a little more syntactic awareness, I pop open my ID…
-
comment
Comment #24877022
I think problem is that your argument seems to come from a prior point of view, and doesn't assume good faith on the behalf of people working on smart contract problems (declaring …
-
comment
Comment #23268140
I don’t necessarily agree with either of those. Maybe a college tells me that a particular type of extra-curricular wasn’t valued as highly as I thought it was and I elect to pursu…
-
comment
Comment #23267823
There's still lots of relevant work to do deeper in the stack. It might just not be at large internet scale companies (I doubt this but lets assume it's true). Most every universit…
-
comment
Comment #23267687
I would prefer if schools just gave as concrete as possible feedback for why individual applicants are or are not admitted. i.e. Congrats, you got accepted. Your GPA ranked in the …
-
comment
Comment #23265249
Do you mind being specific on how there are no longer hard engineering problems to be solved?
-
comment
Comment #23210013
For any point of view on AI, I can probably find a decent number of non technical people who hold that POV. Technical illiteracy is a significant problem imo.
-
comment
Comment #23111216
Workflow on midsized personal project with editor that I'm comfortable with and have customized over the majority of time I've been programming: work. Look, obviously VS Code has e…
-
comment
Comment #23062689
Different things work for different people, but I'll give you my two cents. I got through college entirely through self study. What works for me is reading a textbook and re-writin…
-
comment
Comment #22884414
I’d give the same advice I’d give to understand anything remotely complicated. Pick a real goal you want to accomplish that the thing you want to understand is a good fit for. Main…
-
comment
Comment #22871830
Look at Chamath palihapitiya‘s description of social capital. This is what he states he’s attempting to address. The counter argument is addressed in a debate between Reid Hoffman …
-
comment
Comment #22857953
I use Ubuntu as my main os for programming. I run into a few kinks every now and then, and for that I keep around a Windows and a macOS box. I’d say that Ubuntu is a sane desktop t…
-
comment
Comment #22818363
It is essentially correct that the discussion on typing occurs at the least nuanced level of discourse. I've been at fault doing this myself. The distinction between different sort…
-
comment
Comment #22818081
I second the use of iots. It has a decent learning curve but is very worth it in the end.
-
comment
Comment #22810364
Could you share the 35 line library? I’m curious. I recently asked the Common Lisp subreddit why so many of their libraries lack extensive documentation and most agreed it is a war…
-
comment
Comment #22795402
I made the mistake of recommending standardization of development tooling at one point. Not one of my finer moments.
-
comment
Comment #22750753
Ha! I would agree that you might be taking it a bit too seriously. I was trying to make the point that sometimes things that might seem purposeless are useful simply because they a…
-
comment
Comment #22750659
Like most things in life, I believe the answer involves finding balance between the two :)
-
comment
Comment #22744207
M-x apropos tesseract
-
comment
Comment #22744117
"I think that it’s extraordinarily important that we in computer science keep fun in computing. When it started out it was an awful lot of fun. Of course the paying customers got s…
-
comment
Comment #22719368
Are you saying that the majority of the speed up is from caches and then there's a secondary, much smaller, speed up from the vectorization? Or are you saying all the speed up is f…
-
comment
Comment #22712784
I can see how this wouldn’t be covered in an undergrad cs education. I took only a single computer architecture class which was extremely limited in scope. The only reason I knew a…
-
comment
Comment #22712740
When I took data structures and algorithms, I believe almost every single lesson was concluded with the caveat that constants are important.
-
comment
Comment #22443378
Interestingly enough I think that the core of rdf (the subject predicate object triple) is a quite elegant abstraction for knowledge graph representation. I do agree that the layer…
-
comment
Comment #22441163
I have another comment on this thread that discusses the difference between research and engineering. The goal of this project is not to improve your google search results via the …