HackerTrans
TopNewTrendsCommentsPastAskShowJobs

htfy96

no profile record

Submissions

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

github.com
5 points·by htfy96·12 ngày trước·0 comments

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

github.com
2 points·by htfy96·2 tháng trước·0 comments

Checkpoint/Restore in Userspace (CRIU)

criu.org
3 points·by htfy96·2 tháng trước·0 comments

Enabling Monoglot Programming

humprog.org
3 points·by htfy96·2 tháng trước·0 comments

Trading Strategies (2018) [pdf]

smallake.kr
1 points·by htfy96·5 tháng trước·0 comments

comments

htfy96
·6 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 năm trước·discuss
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.