HackerTrans
トップ新着トレンドコメント過去質問紹介求人

htfy96

no profile record

投稿

VNote: A pleasant note-taking platform in native C++

github.com
5 ポイント·投稿者 htfy96·12 日前·0 コメント

VNote, a Qt-based, free and open source note-taking application

github.com
2 ポイント·投稿者 htfy96·2 か月前·0 コメント

Checkpoint/Restore in Userspace (CRIU)

criu.org
3 ポイント·投稿者 htfy96·2 か月前·0 コメント

Enabling Monoglot Programming

humprog.org
3 ポイント·投稿者 htfy96·2 か月前·0 コメント

Trading Strategies (2018) [pdf]

smallake.kr
1 ポイント·投稿者 htfy96·5 か月前·0 コメント

コメント

htfy96
·6 か月前·議論
Not true. China is definitely adopting AI more universally than western countries, and I have friends in China losing designing jobs due to AI. They remain optimistic as (1) the society typically doesn't blame the technology advancement (2) they switched to an AI powered content creator (fortune telling and meme videos) and continued to make money
htfy96
·6 か月前·議論
https://hai.stanford.edu/ai-index/2025-ai-index-report

> In countries like China (83%), Indonesia (80%), and Thailand (77%), strong majorities see AI products and services as more beneficial than harmful. In contrast, optimism remains far lower in places like Canada (40%), the United States (39%), and the Netherlands (36%).
htfy96
·6 か月前·議論
Note that most countries in the list are developed countries.

In a separate research at https://www.bloomberg.com/news/articles/2025-06-20/trust-in-... , people found that low income countries have higher trust in AI.
htfy96
·8 か月前·議論
Correct. As someone who maintain a 16-year-old C++ code base with new features added every day, The status quo is the best incremental improvement over deep copy semantics.

There are better choices if everything is built from scratch, but changing wheels from a running car isn't easy.
htfy96
·7 年前·議論
Nope. It's only true when all your code use safe subset/built upon a perfectly correct unsafe base (which is inevitable in a project like Chromium) with correct usage. Otherwise a single misused external call with unsanitized value can ruin all of your security guarantee.