HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DawsonBruce

no profile record

comments

DawsonBruce
·w zeszłym roku·discuss
The balance of rest is an important factor that I’ve understood the value of only later in my career. Pausing on a difficult engineering task at the end of the workday in favor of exercise or cooking dinner (or both) gives my mind and body time to reset it needs. Often answers or alternate approaches will materialize mid curl, crunch, or vegetable chop.
DawsonBruce
·w zeszłym roku·discuss
Huge fan of this tool for working on GUI implementations, ensuring the color choices and contrasts make sense for users that see GUIs differently than I do.
DawsonBruce
·w zeszłym roku·discuss
I use an M3 air for my personal machine which is used for c++ development and music production — it’s an excellent machine and I have yet to encounter a task that would require a MPB (at least for the type of work I am involved with).
DawsonBruce
·2 lata temu·discuss
IIRC, the US shot down some weather balloons in Jan-Feb 2023. Why not the same expediency with these drones?
DawsonBruce
·2 lata temu·discuss
Thanks for sharing this. I recently built something similar for a closed source project and am curious how I didn’t run across this library in my research.

Briefly: my implementation uses a templated RAII-style wrapper that persists objects in shared memory for as long as an instance of that object remains in scope. Once the last object goes out of scope, shared memory is freed. It works great so far. I’ll probably reference this library to compare implementations and see what I can learn. Thanks again.