Viewing profile — data_hope
data_hope
HN member- Joined
- Wed, Nov 25, 2015, 4:02 PM UTC
- HN karma
- 47
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About data_hope
No profile information was provided.
Recent public activity
-
comment
Comment #14561034
The effect in the data (unless it isn't random fluctuation. At the moment I'd go with the assumtion that it is a genuine correlation, as the effect is present over all subgroups), …
-
comment
Comment #14347225
The best discussions are usually marked off topic or 'no good fit" or "not of use for future readers"
-
comment
Comment #14279323
I can tell apart from whick village around my home village comes from just by hearing them say the word "eier" (eggs).
-
comment
Comment #14279283
as a european, in canada and the US I was constantly confused by directions. america uses street names and cardinal directions (turn north on I-??? then west on ...). europeans thi…
-
comment
Comment #14241180
I wonder how different / similar these romance languages are, compared to the reference frame I have: German dialects. German dialects can be mutually unintelligible, young germans…
-
comment
Comment #14168932
line spacing of the gutenberg-latex-typeset version is terribly enlarged. It's a disease... Who can read that?
-
comment
Comment #14130341
> The name "Ukraine" (Ukrainian: Україна Ukrayina > [ukrɑˈjinɑ]) derives from the Slavic words "u", meaning > "within", and "kraj", meaning "land" or "border". > Together, "u+kraij…
-
comment
Comment #14125005
I started to write a toy compiler in OCaml. I had some previous experience with Haskell, but in no way an expert. I.e. no category theory background, only shallow exposure to monad…
-
comment
Comment #13922149
Not if the merge commits just say `merged branch ....`.
-
comment
Comment #13922146
But kind of it was also the tooling. Most svn projects I worked on were trunk-based and thus integrated much tighter than git feature-branch based code. However, the times I merged…
-
comment
Comment #13922133
especially with very small commits, I find small commits to be tedious and error prone (sometimes the software doesn't even build because the developer distributed two not-so-indep…
-
comment
Comment #13922108
indeed, if the commits are individually reviewable it is nicer. To the contrary however often these small commits can be a bit messy. Sometimes you'll find commits that are reverte…
-
comment
Comment #13922085
neat
-
comment
Comment #13922074
Changing public history is bad, because it makes collaboration and two devs working on one branch harder. But I do not see a problem with rewriting history on a branch, if (and onl…
-
comment
Comment #13922023
excellent
-
comment
Comment #13921972
> I'd wager BDFL prefers the CPython implementation because it's probably simpler. Also, it supports tons of targets and is super simple to build. At a EuroPython Keynote, the BDFL…
-
comment
Comment #13889714
I think you can do that in a merge commit, sort of. The more I think about it, the stranger a strong aversion to rewriting commit history for clarity is. In university if I did som…
-
comment
Comment #13889622
My personal, subjective impression: Commits are getting smaller and smaller nowadays. As in: In the subversion days, many people commited only few times a day, sometimes not for se…
-
comment
Comment #13876167
ah you are right, probably there is a blue right-turn only sign (I just thought about the Grünpfeil depicted in the illustration image).
-
comment
Comment #13874819
Funnily enough, there is precedent, that a red light can be ignored if it doesn't change for 5 minutes. And I really doubt that there isn't a way to regulate the crossing without a…
-
comment
Comment #13744955
I'd like to add, that with IKEA you know what you can expect in terms of quality, sturdiness and usability. You know it's not the best, but you also know that it'll survive a few y…
-
comment
Comment #13539038
Does it support virtual environments that are within a vagrant machine? That is a use case that I hardly find integrated in IDE's (other than pycharm) and so I usually quickly go b…
-
comment
Comment #13237976
http://majutsushi.github.io/tagbar/ ?
-
comment
Comment #13185350
Uh, I think every TDD "expert" makes it pretty clear, that there are cases where tests-first might not be the best option.
-
comment
Comment #13169417
interesting, reading your comment, I would never guess that we are speaking about the same book. I found it to be more of a guidebook to precise communication with colleagues and m…