Time |
S |
Nick |
Message |
00:01 |
|
sivoais |
should just be 750 MB... ? If you encode each nucleotide base (AGCT) to two bits, iirc |
00:03 |
|
pdurbin |
huh. I wouldn't know. There's a guy who put his 23andMe data on GitHub. not sure how big it is |
00:04 |
|
sivoais |
there's also something called epigenetics which is all the changes that occur to gene expression that is not encoded in DNA sequence itself |
00:07 |
|
pdurbin |
ok |
00:08 |
|
pdurbin |
https://github.com/msporny/dna |
00:09 |
|
pdurbin |
oh, not 23andMe looks like. "extracted using the Illumina OmniExpress Plus Genotyping Beadchip" |
00:12 |
|
sivoais |
hehe, 24 MB. It's just regions that commonly vary between person to person <https://en.wikipedia.org/wiki/Single-nucleotide_polymorphism> |
00:13 |
|
sivoais |
it's all really interesting stuff (to me) :-P |
00:13 |
|
pdurbin |
:) |
00:14 |
|
sivoais |
Some day I'd like to study this stuff, but I'd need to automate the lab work. I'm just horrible at doing all the lab protocols consistently. |
00:16 |
|
pdurbin |
maybe more practice would help. dunno |
00:19 |
|
sivoais |
hmm, it looks like the web is getting closer and closer to GUIs... reminds me of using layout managers... :-P |
00:20 |
|
sivoais |
Yeah, practice would help. |
00:22 |
|
sivoais |
I turned an IPython notebook into POD using a really simple script I hacked up a few days ago <http://rawgit.com/zmughal/iperl-to-markdown-to-pod-test/master/20150209_IPerl_display_demo_hackitup.html> |
00:23 |
|
sivoais |
<https://github.com/zmughal/iperl-to-markdown-to-pod-test/blob/master/hack-it-up.pl> |
00:23 |
|
sivoais |
I'm hoping that will be a good way to write certain kinds of documentation :-) |
00:29 |
|
sivoais |
hmm, it looks like I will need to patch Markdown::Pod |
00:56 |
|
pdurbin |
sivoais: closer to GUIs in what way? |
01:01 |
|
sivoais |
pdurbin: having a layout managers (like this constraints CSS) and widgets (like Polymer) |
01:11 |
|
pdurbin |
yeah |
01:12 |
|
pdurbin |
I dunno. In that podcast he seemed to say it would be better to build web pages with constaint-based layouts. He seems to really like how it's done on iOS with Swift. |
01:13 |
|
pdurbin |
I'm not so good at GUIs. Doing a little Android dev to see how it's done there. |
01:22 |
|
sivoais |
I'm not very good at them either. All mine end up being very keyboard-driven :-P |
01:32 |
|
pdurbin |
I suspect a little mobile dev would cure you of that. :) |
02:03 |
|
sivoais |
hahah, perhaps! I really long for the days of my Palm V and its stylus. The UIs there felt much more responsive even though it lacked multitouch |
02:06 |
|
sivoais |
I ended up cracking the screen on mine when I fell off my bike :-P |
02:10 |
|
pdurbin |
I'm pretty sure my old Palm V is in my basement somewhere. The little fold out keyboard that plugs into it too. |
02:19 |
|
* sivoais |
is reading code-snippets from a Korean blog and now wants to run the posts through Google Translate |
02:19 |
|
sivoais |
the test data in Markdown::Pod is in Korean <https://github.com/keedi/Markdown-Pod/blob/develop/t/mkd/2011-12-01.mkd> |
02:25 |
|
pdurbin |
heh. "THERE'S MORE THAN ONE WAY TO DO ME" |
02:33 |
|
sivoais |
:-P |
02:36 |
|
pdurbin |
if you use Chrome, it'll prompt you to translate. pretty nice |
09:21 |
|
|
tumdedum_ joined #sourcefu |
11:07 |
|
|
aditsu joined #sourcefu |
11:41 |
|
|
aditsu joined #sourcefu |
12:33 |
|
pdurbin |
I knew about this already: https://help.github.com/articles/checking-out-pull-requests-locally/ |
12:33 |
|
pdurbin |
but https://news.ycombinator.com/item?id=9051220 is pretty amazing |
12:34 |
|
pdurbin |
GitHub provides a special pulls remote "namespace" on the upstream repo, so you can add it as a fetch pattern to your .git/config like so: |
12:34 |
|
pdurbin |
[remote "upstream"] |
12:34 |
|
pdurbin |
url = https://github.com/neovim/neovim.git |
12:34 |
|
pdurbin |
fetch = +refs/heads/*:refs/remotes/upstream/* |
12:34 |
|
pdurbin |
fetch = +refs/pull/*/head:refs/pull/upstream/* |
12:34 |
|
pdurbin |
Then when you `git fetch --all`, you will have ALL pull requests available in your local repo in the local pull/ namespace. To check out PR #42: |
12:34 |
|
pdurbin |
git checkout -b foo refs/pull/upstream/42 |
12:34 |
|
pdurbin |
via https://twitter.com/hgomez/status/566882830832390144 |
12:37 |
|
pdurbin |
similar info at http://stackoverflow.com/questions/6022302/pull-requests-from-other-forks-into-my-fork/20058691#20058691 |
12:53 |
|
* pdurbin |
leaves a comment |
15:22 |
|
pdurbin |
and tweets about it: https://twitter.com/philipdurbin/status/566955754935312384 |
15:41 |
|
|
sivoais joined #sourcefu |
16:27 |
|
sivoais |
RE: PRs and GitHub... I was thinking about using <https://github.com/ingydotnet/git-hub> after seeing ingy use it when we did some pair programming |
16:32 |
|
pdurbin |
That's cool but I feel like https://github.com/github/hub is the more official one. |
16:33 |
|
sivoais |
yeah, it is :-P Though I'm not sure why it's written in Go, hahah |
16:34 |
|
sivoais |
git-hub is just shell script :-) |
16:36 |
|
sivoais |
also, more Unix-y. It supports piping data. :-D |
16:37 |
|
pdurbin |
nice |
20:20 |
|
pdurbin |
interesting: https://medium.com/on-coding/the-unexpected-costs-of-third-party-login-cda41c087653 |
22:12 |
|
pdurbin |
seems like a nice read: http://www.thoughtworks.com/insights/blog/rest-api-design-resource-modeling |
22:13 |
|
pdurbin |
via http://irclog.greptilian.com/rest/2015-02-15 |