HackerTrans
TopNewTrendsCommentsPastAskShowJobs

angus-g

no profile record

comments

angus-g
·4 miesiące temu·discuss
It has become river-classic: https://codeberg.org/river/river-classic
angus-g
·5 miesięcy temu·discuss
That's kind of the way Tangled works, right? Although it's Yet Another Platform so it's still a little bit locked in...
angus-g
·5 miesięcy temu·discuss
There are realtime systems for traffic analysis. I know of Addinsight, e.g. https://news.addinsight.com/bluetooths-leap-forward-the-evol...
angus-g
·w zeszłym roku·discuss
I assume a cycle of write bug -> fix bug -> get paid until they can afford a new car!
angus-g
·w zeszłym roku·discuss
How does Gerrit manage this? Are the comments associated with the source content, instead of commits?
angus-g
·w zeszłym roku·discuss
Here's a guy playing with a supercritical CO2 pressure vessel on a table (seems a little brave to be shaking something at such high pressures!) https://www.youtube.com/watch?v=2d7RGQMCX24
angus-g
·w zeszłym roku·discuss
> Would not recommend working in aviation

Why not?
angus-g
·2 lata temu·discuss
There is a Help->Rules link on all of the puzzles linked here. It can be a little tricky to decipher them if you're coming to them completely brand new, however. I mostly use them as a refresher.
angus-g
·2 lata temu·discuss
Maybe a PS/2 touchpad that is triggering (a bunch of) interrupts? Not sure how hardware interrupts work with RT!
angus-g
·2 lata temu·discuss
I actually had a concurrency bug that I was able to capture with rr: an MPI job where I only ran rr on rank 0 and managed to figure out where a different send/recv ordering was causing issues. In fact, it was also a Python model that ties in with a lot of native code generation, so quite a complex issue.