Live data from Hacker News

Viewing profile — q_revert

q_revert

HN member
Joined
Wed, Jun 06, 2012, 3:41 PM UTC
HN karma
638
Public activity
69 items

About q_revert

ocfinn.com

Recent public activity

  1. comment
    Comment #41002018

    I rushed mine, to the extent that my supervisor mentioned it to me a few years later... it was a reflection of my state of mind at the time, exhausted and overwhelmed.. if I ever g…

  2. comment
    Comment #40572194

    somewhat of an aside, but really enjoyed the scrolling dynamic on this site

  3. comment
    Comment #33718306

    despite having a phd in nonlinear dynamics, I struggle to wrap my head around most of this stuff... but I always found is deeply fascinating. In one system I studied we had a seque…

  4. comment
    Comment #32876433

    the extensibility of matplotlib is simply incredible to me. I've always found the main limiting factor to be my imagination, once I wrap my head around what I want a plot to look l…

  5. comment
    Comment #21036720

    exact analytical solutions are nice as a check against any numerical solutions imo. (checking the same calculations in multiple ways is handy for error catching ime)

  6. comment
    Comment #19705507

    because it's really hard, and they need to publish :) -- phd in physics

  7. comment
    Comment #18911131

    Having spent ~6 years studying nonlinear laser dynamics, it always amuses me to see bifurcation theory pop up on HN. https://neuronaldynamics.epfl.ch/online/Ch4.S4.html A fantastic…

  8. comment
    Comment #13842360

    doing the math is seldom enough ;) *KE == kinetic energy kinetic energy: "energy of an object is the energy that it possesses due to its motion. It is defined as the work needed to…

  9. comment
    Comment #13745287

    anonymous messages are sometimes very powerful, measurements that are easy to make are not necessarily the right ones to make sometimes you get snowed in, often you get snowed unde…

  10. comment
    Comment #13738466

    a spectacularly unbiased example, multiple measurements, experimental and simulated, of the same thing :) http://imgur.com/a/m2GRZ

  11. comment
    Comment #13691004

    a book, with some strikingly similar ideas: https://en.wikipedia.org/wiki/The_Gospel_According_to_Larry

  12. comment
    Comment #13434478

    Using a term like nonlinear science is like referring to the bulk of zoology as the study of non-elephant animals. — Stanislaw Ulam https://en.wikipedia.org/wiki/Nonlinear_system

  13. comment
    Comment #13207222

    I think this is the paper, which oddly isn't linked in the article: https://arxiv.org/abs/1509.01618

  14. comment
    Comment #12786279

    matplotlib. at times it can be tiresome, given the multitude of ways it's possible to do things, but it's always possible

  15. comment
    Comment #11515352

    I've only made two submissions. By some odd coincidence both made it to #1, which has scared me off making any further submissions for fear of ruining my perfect score! :D

  16. comment
    Comment #9481581

    As an Irish citizen I was wondering which countries our British counterparts could get to that we couldn't :) https://upload.wikimedia.org/wikipedia/commons/7/7b/Visa_req... https:…

  17. comment
    Comment #8464192

    I'm a physicist (semiconductor lasers), now doing tech support, it's a big change for me, but so far it's been great

  18. comment
    Comment #8463671

    I started work at google pretty recently, and expressed an interest in working on a particular project. I made some notes about some of my ideas, and was putting some stuff togethe…

  19. comment
    Comment #8345203

    Another vote for firefox OS here, I definitely think they're making a better effort than most in this space. The fact that firefox is targeting entry level devices in a serious way…

  20. comment
    Comment #8022431

    agreed, this is exactly the sort of thing for loops in shell are useful for.. incidentally, in zsh you can do this with for f (*.md) pandoc $f --to html > $f:r.html personally I fi…

  21. comment
    Comment #7679420

    > What's more, if I record a macro and run it, then realize after it that I want to do a small addition, I have to go through all the "setup" steps again - go back to the start, re…

  22. comment
    Comment #7666248

    http://i.imgur.com/Ueqq29i.png is what my current vimperator browsing window looks like (ff27), the new changes make this very difficult to replicate via changes to userChrome.css,…

  23. comment
    Comment #7553082

    the output of htop is almost distinguishable here http://static01.nyt.com/images/2014/04/08/business/Vulnerabl... "Companies scrambling to seal up their systems from hackers and go…

  24. comment
    Comment #6916589

    I use as my Easymotion leader.. https://github.com/Lokaltog/vim-easymotion it's well worth a look, gives you super quick fine grained movement similarly inoremap jj to take you fro…

  25. comment
    Comment #6754378

    and another reason to use zsh is the incredibly nice looping syntax, for example, this is the same as for fic (**/*(.)) doSomethingWith $fic I find the fact that it fits in a singl…