HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SandmanDP

no profile record

comments

SandmanDP
·6 months ago·discuss
Had to look it up. Saw this right on the main page of nanomsg:

> This project has largely been superceded by the nng project. Users are encouraged to use nng if they are able. The nng project is wire compatible with this library, and supports a significant superset of capabilities.
SandmanDP
·6 months ago·discuss
> Currently, only Windows and Linux are supported by BBA-IPC, but if there is enough interest, cristian64 has already found another library that could let us support this in other operating systems.

For anyone curious, the cross-platform IPC library they’re considering is ZeroMQ. Draft pull request here: https://github.com/dolphin-emu/dolphin/pull/14046
SandmanDP
·8 months ago·discuss
Can you clarify what you’re referring to?
SandmanDP
·10 months ago·discuss
> This may not come as a surprise, but Linux (and with some tweaking even macOS) supports SLIP.

Anyone have any experience with SLIP for macOS? Curious if the author was actually able to make that work, I’ve been looking into something similar the past few weeks with no luck.
SandmanDP
·10 months ago·discuss
Does that mean there’s no culling for overlapping elements? Sorry, just trying to understand your response.
SandmanDP
·10 months ago·discuss
Are there any culling optimizations for unseen elements when layering SVG images? Looks like this isn’t an optimization that comes out-of-the-box with OpenVG and all the major web browsers needed to add this, so wondering what your solution is doing.