Live data from Hacker News

Viewing profile — kh1

kh1

HN member
Joined
Fri, Feb 05, 2021, 5:36 PM UTC
HN karma
67
Public activity
25 items

About kh1

No profile information was provided.

Recent public activity

  1. comment
    Comment #34542287

    If you use pandas with SQLAlchemy, you should be aware that pandas might not be fully compatible with SQLAlchemy 2.0 yet. Some github issues: https://github.com/pandas-dev/pandas/i…

  2. comment
    Comment #33627445

    Assuming it is ebikes that cause these fires, the scary thing is that residents may use water to put out fire without knowing what could happen.

  3. comment
    Comment #33594580

    The gif showing the backtracking is cool. I wonder if there's similar tool for python.

  4. comment
    Comment #33547092

    When I use curl, it's mostly when I need to check header or to trace requests in the network, for which I just use -vvv. Simple one-off stuff. So I wonder how much demand there act…

  5. comment
    Comment #33500791

    But there are people who ride illegal ebikes that go faster than 24km/h and I have never seen them getting caught

  6. comment
    Comment #31467352

    This looks great, but many orgs use auto-generated documentations for client libraries (e.g. OpenAPI), which IMO doesn't give you easy-to-understand introduction/overview. And I've…

  7. comment
    Comment #31327034

    Thanks. IMO changing system python versions might confuse some people. I often have to debug not-so-tech-savvy colleagues' python scripts/environments. If we used pyenv, I could pi…

  8. comment
    Comment #31326508

    I always have different python versions on system level (`$ sudo apt install python3.7 python3.8 python3.9 python3.10`) and use virtualenv to manage versions for each project (`$ v…

  9. comment
    Comment #30373454

    Interesting you and others use Bitwig, which I've never even considered using before. Maybe I should pay broader attention.

  10. comment
    Comment #30372789

    What DAW do you use? I tried Ardour but gave up because MIDI experience wasn't good compared to Cubase.

  11. comment
    Comment #30193325

    Indeed that does make charts look better. I do this for grid line: ax.set_axisbelow(True) ax.grid(True, alpha=0.3)

  12. comment
    Comment #29968829

    Oh I did take a quick look at the repo but didn't notice it was in the SQL. Thank you!

  13. comment
    Comment #29967703

    That looks really cool. Would you possibly share the script?

  14. comment
    Comment #28266338

    I meant arguments I see in Japan. In fact, car price movement is different in Japan, steadily rising since the 90s. [0] (Written in Japanese; The second chart is CPI-adjusted car p…

  15. comment
    Comment #28264449

    Aside from the points mentioned in the article, I see a lot of arguments about economy: Real income isn't rising while cars are getting more and more expensive. Just checked the pr…

  16. comment
    Comment #27515313

    I just looked at graphics, but that's comparing minimum wage against various goods, isn't it? So it would be interesting to see the comparison between median wage and rent, etc. Fr…

  17. comment
    Comment #27179783

    Very true, especially hiring "Scrum-experts/Agile coaches" and cheap engineers from outside. Based on my experience, they don't have good understanding of the business, so business…

  18. comment
    Comment #27078318

    According to WHO [1]: > Few older adults (over 60 years) were enrolled in clinical trials, so efficacy could not be estimated in this age group. Nevertheless, WHO is not recommendi…

  19. comment
    Comment #27017468

    Is it just me or does the Apex screenshot look better than many enterprise websites we see nowadays?

  20. story
  21. comment
    Comment #26610977

    When you finish middle school, you're supposed to learn most of kanjis used in real life.[0] At that point it's pretty rare to encounter kanjis that are completely foreign to you. …

  22. comment
    Comment #26610286

    I think you should start with easy ones. IIRC kids take small tests in class every semester at elementary school (like 50-150 kanjis per test). Those kanjis are the easy ones and t…

  23. comment
    Comment #26609384

    As a Japanese, I agree with you. When friends who are learning the language ask me questions, I sometimes can't even answer them. So I end up saying "that's just how we say/use it"…

  24. story
    Ask HN: How to bridge the gap between business and IT

    The generalists vs specialists discussion [1] for some reason reminded me of a question I had for a long time: how to bridge the gap between business and IT. I work in finance indu…

  25. comment
    Comment #26129861

    True. The problem is people share the bug tracking spreadsheet over email, and you have to find out the latest version from inbox. I still don't know what the best solution could b…