Daniel Lawrence Lu

Results 20 comments of Daniel Lawrence Lu

It's running on a $5 Linode instance behind a cloudflare free tier. I can change the colour or you could just fork the project and run your own one (you...

surely a one-character typo fix in a warning message is [_de minimis_](https://en.wikipedia.org/wiki/De_minimis) and does not meet the threshold of originality needed to deal with all these licensing and copyright bureaucracy....

On Ubuntu 20.04 I also run into the issue that the [libembree-dev](https://ubuntu.pkgs.org/20.04/ubuntu-universe-amd64/libembree-dev_3.8.0+dfsg-1_amd64.deb.html) package on 20.04 does not provide `embree-config.cmake` (but the one in Ubuntu 22.04 [does provide this file](https://ubuntu.pkgs.org/22.04/ubuntu-universe-amd64/libembree-dev_3.12.2+dfsg-1_amd64.deb.html)). However,...

@JonathonLuiten if you're getting linker errors with `std::condition_variable`, it seems likely that your C++ toolchain/compiler is broken. On my Ubuntu 20.04 machine, I don't have that problem. Perhaps you can...

You can try to make sure that your `CC` and `CXX` environment variables aren't set to something strange. You can also try to `cmake -DCMAKE_CXX_FLAGS=-stdlib=libstdc++`

> Even if we implemented gaussian blur as separable convolution, we would still need to allocate `H * W * Kx * dtype` of memory and in your case it...

Not sure, but version mismatch wouldn't explain why the same `pup.txt` would look fine on Linux but not in macOS. https://gist.github.com/dllu/bb108d8365ffba191472635f4bc32c28 ![image](https://user-images.githubusercontent.com/14482624/149035324-9819431c-0715-4236-93a7-d4684cb568a5.png)

For now, you may be able to convert them to a bag containing packet messages using this unofficial tool: https://github.com/Krishtof-Korda/pcap-to-bag

Yeah my answer is outdated. The ouster example contains pcap replay tools now. It's also pretty easy to write a python script to do that.

That is a good hint. After turning off Game Mode, it worked, but after rebooting my computer, it stopped working again. I will debug a little further...