Viewing profile — bereft_orange
bereft_orange
HN member- Joined
- Fri, Jul 05, 2013, 2:57 PM UTC
- HN karma
- 12
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About bereft_orange
No profile information was provided.
Recent public activity
-
comment
Comment #6754458
Do you go beyond public sources for you data? Commission research?
-
comment
Comment #6739502
OSS/GitHub is what let me crack into the industry without having a CS degree or particularly good contacts. I started learning to code a year or two ago, then started contributing …
-
comment
Comment #6727401
If you don't have an idea for a project (I totally didn't), find an open source project that you like, start contributing to it and get to the point where you can get accepted as a…
-
comment
Comment #6725749
Yes, the ability to rollback history more easily than paging through `git reflog` would be great . (in particular, if you rebase often you end up with a lot of cruft).
-
comment
Comment #6725599
how far does that go though? `git push --force --yes --yes-I-am-absolutely-sure --by-pushing-this-commit-I-agree-I-am-paying-attention`. Seems like `--force` is a succinct way to c…
-
comment
Comment #6663928
the decorator module also preserves function signature, which is nice (check out the FunctionMaker class - it's crazy )
-
comment
Comment #6316060
Saying that something will have the same language on client and server is misleading: javascript (and most other languages) have very simple syntax - it's more about the libraries …
-
comment
Comment #6240160
Is this actually true (or is it more the experience of a few people generalized to everyone)? How do you avoid this?
-
comment
Comment #6129870
That kind of rebase is great, because you are applying your work on top of the master branch (i.e., making the history read as it should be, that your set of commits was added on t…
-
comment
Comment #6029763
or just `s.split()`
-
comment
Comment #6029756
Certified newbie-programmer here: without HN, r/programming on reddit, and a few other places, there's no way I'd know about half the things I know now. When it comes to choose too…
-
comment
Comment #6006343
I'm not sure whether you are trying to learn to program in general or Python in particular, but you might try out something like ["Design of Computer Programs"]( https://www.udacit…
-
comment
Comment #5995128
2 things: 1. Care to post a default so it's possible to explore? Couldn't figure out a working combination. 2. When you hit an error, would be helpful if you kept the previous sele…