HackerTrans
TopNewTrendsCommentsPastAskShowJobs

happyweasel

138 karmajoined 9 năm trước

comments

happyweasel
·Hôm qua·discuss
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 ngày trước·discuss
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 ngày trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
In the early 1990s, C++ had not yet been standardized by ISO, so your argument doesn’t apply to that period.
happyweasel
·5 tháng trước·discuss
Let's see how this unwrap()s in production scnr
happyweasel
·7 tháng trước·discuss
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 tháng trước·discuss
does your gtx 1060 help in any way for the NAS use case?
happyweasel
·9 tháng trước·discuss
>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 tháng trước·discuss
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
·năm ngoái·discuss
vcpkg it
happyweasel
·5 năm trước·discuss
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 năm trước·discuss
Write your core app in cross-platform C++, decoupling the UI (maybe using MVP or similar approaches), then switch to another platform.