Viewing profile — kh1
kh1
HN member- Joined
- Fri, Feb 05, 2021, 5:36 PM UTC
- HN karma
- 67
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About kh1
No profile information was provided.
Recent public activity
-
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…
-
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.
-
comment
Comment #33594580
The gif showing the backtracking is cool. I wonder if there's similar tool for python.
-
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…
-
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
-
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…
-
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…
-
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…
-
comment
Comment #30373454
Interesting you and others use Bitwig, which I've never even considered using before. Maybe I should pay broader attention.
-
comment
Comment #30372789
What DAW do you use? I tried Ardour but gave up because MIDI experience wasn't good compared to Cubase.
-
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)
-
comment
Comment #29968829
Oh I did take a quick look at the repo but didn't notice it was in the SQL. Thank you!
-
comment
Comment #29967703
That looks really cool. Would you possibly share the script?
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #27017468
Is it just me or does the Apex screenshot look better than many enterprise websites we see nowadays?
- story
-
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. …
-
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…
-
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"…
-
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…
-
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…