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

happyweasel

138 カルマ登録 9 年前

コメント

happyweasel
·昨日·議論
Porting perfectly working C code that has been in production for decades (and has a great track record wrt to security fixes) to rust is more or less an obfuscation challenge.
happyweasel
·9 日前·議論
Same ,I switched to cursor. I told it how to invoke msbuild and it can edit away without needing a native Visual studio plugin.. no problems at all. Target language c++
happyweasel
·22 日前·議論
wow, basic stuff c++ had since the 80s. congrats. clap, clap, clap. now can someone please make this app that is running with -Xmx360m not use 700mb of resident memory ? asking for a friend.
happyweasel
·2 か月前·議論
You go to the gym to lift. Not to talk. You may talk shortly if it is related to something you need to continue your workout. Apart from that you do not talk. End of story.
happyweasel
·3 か月前·議論
Used this kind of font for output on the 320x200 screen all of the time in the late 80s while coding 68k asm on the Atari St
happyweasel
·3 か月前·議論
In the early 1990s, C++ had not yet been standardized by ISO, so your argument doesn’t apply to that period.
happyweasel
·5 か月前·議論
Let's see how this unwrap()s in production scnr
happyweasel
·7 か月前·議論
hmm how can I reuse this useful Go library in python... Oh I can't.. hmm and how can I reuse this useful java library in php ? Oh I can't. Oh and which of the programming languages you mentioned can and do use C libraries? All of them.

Reminds me of that coworker who thought that OpenCV was basically written in python.
happyweasel
·7 か月前·議論
does your gtx 1060 help in any way for the NAS use case?
happyweasel
·9 か月前·議論
>BUT there's another piece that makes or breaks these tools... whether they can >build a community around them and stick around for years...

Why ? who cares? if the tool solves the problem, you need a community maintain it. And that's it.
happyweasel
·10 か月前·議論
Oh, let me guess... The protests were organized by groups that get their funding from the NED or other Western sponsored NGOs ? (Asking for a friend)
happyweasel
·昨年·議論
vcpkg it
happyweasel
·5 年前·議論
Might be of interest: https://www.youtube.com/watch?v=Puio5dly9N8&t=587s IMHO bjarne's comment sums it up nicely ...

"Use ints until you have a reason not to. Don't use unsigned unless you are fiddling with bit patterns, and never mix signed and unsigned.."
happyweasel
·7 年前·議論
Write your core app in cross-platform C++, decoupling the UI (maybe using MVP or similar approaches), then switch to another platform.