Viewing profile — mattbriggs
mattbriggs
HN member- Joined
- Fri, Mar 04, 2011, 2:44 AM UTC
- HN karma
- 194
- Public activity
- 117 items
- HN profile
- View on Hacker News ↗
About mattbriggs
[ my public key: https://keybase.io/mbriggs; my proof: https://keybase.io/mbriggs/sigs/g-hqXx4m8xj1dmh59Ef8aewPjNBaFS9_4DyrJKIO_hk ]
Recent public activity
-
comment
Comment #9652751
My mother has a doctorate in social work, they have an idea in her field of "Critical Reflexivity". The idea being that theory and frameworks are vitally important to learn, but at…
-
comment
Comment #9649765
One of my weaknesses is being terrible at writing :-) I am trying to get passed it. Thanks for the feedback, I think I fixed them all.
- story
-
comment
Comment #4801854
For me personally (working at a ruby startup in Toronto), this is the breakdown of people currently working in dev 1 white female 3 chinese canadian males 1 japanese canadian male …
-
comment
Comment #4801799
I know of a handful of non white male programmers who are vocal and prominent members of the community, they exist, but they are hugely in the minority. That is the problem, what y…
-
comment
Comment #4010450
you could probably just precompile your extension
-
comment
Comment #4008725
vims extensibility is a commonly cited positive, but I totally do not understand it, since pretty much every editor imaginable is extensible in similar fashion, and pretty much all…
-
comment
Comment #4008477
out of curiosity, is js going to be your "elisp"?
-
comment
Comment #3981813
It is a special case in other languages, in lisp it is one of a very few highly consistent rules
-
comment
Comment #3971669
>How do you modify small chunks of templates and then check how it looks in the browser without leaving your editor https://github.com/weavejester/hiccup >and how is that a propert…
-
comment
Comment #3970913
When was the last time you ran your web server through erb, and modified small chunks of code, then checked how they worked without leaving your editor? I'm a professional rails de…
-
comment
Comment #3964190
I think 10% is pretty generous. More like 0.005%, maybe.
-
comment
Comment #3964093
IMO if you are going to learn vim or emacs, you should drop the training wheels like janus/prelude/esk once you start getting comfortable with things.
-
comment
Comment #3964087
IMO the only great vim emulator is evil mode for emacs :)
-
comment
Comment #3964082
Text objects are the core of editing though, stuff like z or all the g commands are more situational. I replace the contents of a string (ci"), delete a word (daw), copy the conten…
-
comment
Comment #3964072
IMO once you get past knowing the core stuff on an editor, the next frontier is scripting. If you would consider yourself advanced in vim, I would suggest starting to learn VimL
-
comment
Comment #3959340
I think the eventual consistency is what narrows riaks use case. Only heard good things about it though
-
comment
Comment #3959327
Schemaless would let you add/remove a field easily. What is hard is if you need to restructure things, which is also probably a more common occurence in a document db then a relati…
-
comment
Comment #3957868
What surprised me was the whole node thing. Js in the browser being super hot was pretty predictable
-
comment
Comment #3956883
"no schemas" means "schema in the application layer". sometimes its nice for the additional flexibility, but its never as reliable.
-
comment
Comment #3956863
Perl and Python are both in the "pending someone mentioning something they did that noone else has done before" part of the page, they aren't considered part of the list.
-
comment
Comment #3956838
beyond that, children really don't have a sexuality until at least puberty. There is no such thing as "voluntary" pedophilia.
-
comment
Comment #3956831
its not an allegation when you link to richardstallman.org. What he said was "Dutch pedophiles have formed a political party to campaign for legalization. I am skeptical of the cla…
-
comment
Comment #3927014
if comma first confuses a dev more then half a second or so, they really aren't that good. First time I saw comma first was from a DBA about 10 years ago who swore by it, and it ha…
-
comment
Comment #3926999
It's not about omitting semi-colons, it is about treating special cases as special cases. I just wrote something about the goals of NPM style, and how it can help debug those nasty…