markisus
No user record in our sample, but markisus has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Show HN: Real-Time Gaussian Splatting (github.com)
LiveSplat is a system for turning RGBD camera streams into Gaussian splat scenes in real-time. The system works by passing all the RGBD frames into a feed forward neural net that outputs the current scene as Gaussian…
- Show HN: Zig Without Unused Variable Errors (github.com)
I hacked the flag --allow-unused into the Zig compiler to turn off the unused variable error.
- Show HN: Zig Without Unused Variable Error (github.com)
In Zig, unused variables are errors, which many users find frustrating. I found this patch https://github.com/ziglang/zig/issues/335#issuecomment-10138... which removes unused variables. I forked Zig and put in this…
-
I just received my Samsung Galaxy Buds2 Pro Earbud headphones. The item was supposed to be new. The manufacturer's box looked normal except the security seal was broken. I looked inside and it was completely empty. I no…
- Show HN: Hacking C++ to support Structure of Arrays (github.com)
Using my very primitive abilities with template metaprogramming, I put together a structure of arrays (SOA) class for C++. The point of SOA is that it can be cache friendlier.
-
pytagmapper is a python3 SLAM library for square fiducial tags in the style of AprilTag and ArUco tags. Given a set tags with unknown poses, and a set of pixel detections in images from unknown camera views, pytagmapper…
- Is Eigen slow at multiplying small matrices? (stackoverflow.com)
- We Learned the Wrong Way to Matrix Multiply (blog.biro.ai)
- Software Foundations (softwarefoundations.cis.upenn.edu)