Live data from Hacker News

Viewing profile — eljost

eljost

HN member
Joined
Mon, Mar 20, 2017, 7:17 AM UTC
HN karma
14
Public activity
9 items

About eljost

No profile information was provided.

Recent public activity

  1. comment
    Comment #36163331

    Given the fact that infinity is expressed as sympy.oo in sympy makes the use of sympy.zoo somewhat consistent/unsuprising. Maybe the OP of the tweet was/is not aware of this use. I…

  2. comment
    Comment #35845455

    The audio also reminded me of the Fallout games.

  3. comment
    Comment #33882400

    Works fine w/ steam and "Proton Experimental" under "Linux 5.10.154-1-MANJARO #1 SMP PREEMPT Thu Nov 10 20:51:28 UTC 2022 x86_64 GNU/Linux". I had to install the package "sdl_ttf" …

  4. comment
    Comment #26082851

    You can use variables in the formats. >>> flt = 1.2345 >>> two = 2 >>> f"{flt:.{two}f}" '1.23'

  5. comment
    Comment #23400745

    As someone from Germany it seems very strange how casually he talks about being shot at, as if this is a normal thing.

  6. comment
    Comment #21522101

    Check out Zenodo [1]. It lets you generate DOIs for Github releases. [1] https://zenodo.org/

  7. comment
    Comment #20832178

    Actual atoms in molecules also vibrate all the time, so the provided bond length he talked about should be seen as an equilibrium bond length.

  8. comment
    Comment #17407794

    I'm a computational/theoretical chemist and use python extensivly. To me te question seems a bit poorly phrased. What is the goal of the course? Are they supposed to learn how to p…

  9. comment
    Comment #16911017

    Interesting article but just skimming through it some things stand out immediately: 1.) The first snippet isn't even valid python code as floats don't have a shape attribute. s = 0…