HackerTrans
TopNewTrendsCommentsPastAskShowJobs

profquail

no profile record

comments

profquail
·4개월 전·discuss
SIG is hiring for some roles in Sydney: https://careers.sig.com/global-experienced
profquail
·2년 전·discuss
Pennsylvania has oil and was formerly a British colony: https://en.wikipedia.org/wiki/Pennsylvania_oil_rush
profquail
·3년 전·discuss
https://en.wikipedia.org/wiki/Synecdoche
profquail
·3년 전·discuss
Another option is to build your own. You could buy a small ARM board like a NanoPi R6S (<$100) with 2.5GbE ports and run pfSense on it.
profquail
·3년 전·discuss
Are you using Windows’ built-in Powershell? If so, are you allowed to install the newer Powershell Core (based on .NET Core)? The latter has a lot of fixes and improvements compared to the built-in Powershell.
profquail
·3년 전·discuss
WinFsp (FUSE for Windows) has an NFS driver: https://github.com/winfsp/nfs-win
profquail
·4년 전·discuss
zlib-ng also has adler32 implementations optimized for various architectures: https://github.com/zlib-ng/zlib-ng

Might be interesting to benchmark their implementation too to see how it compares.
profquail
·4년 전·discuss
The complicated number encoding scheme you mentioned is a hexfloat: C has them too.

Hexfloat can be really useful when you need precise/exact floating-point constants for numerical methods. Without them, you end up having to do more-complicated hacks to preserve exact constant values when code gets compiled, or you have to live with compilers (sometimes) subtly altering constants.

I wish more languages supported hexfloats.
profquail
·4년 전·discuss
Your idea for the secret to prevent spoofing is interesting and reminiscent of the verification secret in the SCTP packet header: https://en.m.wikipedia.org/wiki/SCTP_packet_structure
profquail
·4년 전·discuss
I think it’s more like Gandiva or DataFusion (both from the Apache Arrow project).
profquail
·4년 전·discuss
M-DISC: https://en.m.wikipedia.org/wiki/M-DISC

They’re special DVD and Blu-ray discs designed for long-term storage. DVD and Blu-ray are so widely used, it seems likely you’d be able to find some equipment in 30 years that could still read them.
profquail
·4년 전·discuss
There’s also a company here in Philadelphia that makes custom split-flap displays: https://www.oatfoundry.com/
profquail
·4년 전·discuss
If you want to do set thread-core affinity in a cross-platform way, hwloc is a good approach: https://www.open-mpi.org/projects/hwloc/doc/v2.7.0/a00166.ph...