kh1 | 3 years ago | on: SQLAlchemy 2.0 Released
kh1's comments
kh1 | 3 years ago | on: E-bike batteries have caused 200 fires in New York: ‘Everyone’s scared’
kh1 | 3 years ago | on: Python, Catastrophic Regular Expressions and the GIL (2013)
kh1 | 3 years ago | on: Append data to the url query
So I wonder how much demand there actually is for advanced features like this. When I need to make POST requests with queries and data, I would just use python because I most likely need to process the response (parse html, store json output to database, etc.).
Adding advanced features are nice, but IMO this might lead to over-engineering and it might be hard to maintain down the line.
kh1 | 3 years ago | on: Honda electric moped coming, intended to fit “50cc” category
kh1 | 3 years ago | on: UK Government Guidelines on Documenting APIs
Although tools like OpenAPI has its own place when it comes to documentation, should we maintain "intuitive" end-user documentation separately? I don't think this can be automated based on the code.
kh1 | 3 years ago | on: Managing Python Versions with Pyenv
I often have to debug not-so-tech-savvy colleagues' python scripts/environments.
If we used pyenv, I could picture me telling them that they forgot to switch system python environment.
kh1 | 3 years ago | on: Managing Python Versions with Pyenv
kh1 | 4 years ago | on: PipeWire 0.3.46
kh1 | 4 years ago | on: PipeWire 0.3.46
kh1 | 4 years ago | on: Playing with Matplotlib style sheets
ax.set_axisbelow(True) ax.grid(True, alpha=0.3)
kh1 | 4 years ago | on: Graphviz: Open-source graph visualization software
kh1 | 4 years ago | on: Graphviz: Open-source graph visualization software
kh1 | 4 years ago | on: Japan is holding back as the world rushes toward electric cars
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 prices)
Also PPP against US has been declining. [1]
[0] https://news.yahoo.co.jp/byline/fuwaraizo/20200519-00178444 [1] https://knoema.com/atlas/Japan/topics/Economy/Inflation-and-...
kh1 | 4 years ago | on: Japan is holding back as the world rushes toward electric cars
I think that explains why much gasoline "kei" cars (i.e. cars with less than 0.66 liter engine) are popular. They are much cheaper to buy, cheaper to maintain, etc.
kh1 | 4 years ago | on: Survey shows people no longer believe working hard will lead to a better life
kh1 | 4 years ago | on: CEO behind Japan’s best-performing stock says his secret is raising salaries
On the other hand, don't many western companies outsource IT work as well? Having never worked in US/EU tech industry, I don't see much difference when it comes to outsourcing. (hiring temp engineers is obviously different from outsourcing, but the concept must be the same)
kh1 | 4 years ago | on: WHO gives emergency approval to China’s Sinopharm coronavirus vaccine
> 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 recommending an upper age limit for the vaccine because preliminary data and supportive immunogenicity data suggest the vaccine is likely to have a protective effect in older persons. There is no theoretical reason to believe that the vaccine has a different safety profile in older and younger populations.
Does that mean something? Could one argue China is pushing WHO hard for political reasons?
I mean, many countries are desperate to get vaccines, but why have we bothered with tests with different age groups if "there's no theoretical reason" to conduct enough tests for certain people?
I'm not an expert in the field, so there's a chance the preliminary/supportive data does in fact prove the efficacy for older populations as well.
[1] https://www.who.int/news/item/07-05-2021-who-lists-additiona...
kh1 | 4 years ago | on: What's Salesforce? (2019)
kh1 | 5 years ago | on: English is relatively easy to learn, but not to master (2018)
But there's electronic dictionary on which you can draw to search for kanji.[1] I used one of these in high school.
[0] https://en.wikipedia.org/wiki/J%C5%8Dy%C5%8D_kanji [1] https://www.casio.com/content/dam/casio/product-info/locales...
Some github issues:
https://github.com/pandas-dev/pandas/issues/40686
https://github.com/pandas-dev/pandas/issues/40460
I'm not actively following how compatible pandas has become, but you should absolutely test your code if you want to upgrade to 2.0.