HackerTrans
TopNewTrendsCommentsPastAskShowJobs

profquail

no profile record

comments

profquail
·vor 4 Monaten·discuss
SIG is hiring for some roles in Sydney: https://careers.sig.com/global-experienced
profquail
·vor 2 Jahren·discuss
Pennsylvania has oil and was formerly a British colony: https://en.wikipedia.org/wiki/Pennsylvania_oil_rush
profquail
·vor 3 Jahren·discuss
https://en.wikipedia.org/wiki/Synecdoche
profquail
·vor 3 Jahren·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
·vor 3 Jahren·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
·vor 3 Jahren·discuss
WinFsp (FUSE for Windows) has an NFS driver: https://github.com/winfsp/nfs-win
profquail
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·discuss
I think it’s more like Gandiva or DataFusion (both from the Apache Arrow project).
profquail
·vor 4 Jahren·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
·vor 4 Jahren·discuss
There’s also a company here in Philadelphia that makes custom split-flap displays: https://www.oatfoundry.com/
profquail
·vor 4 Jahren·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...
profquail
·vor 5 Jahren·discuss
https://en.wikipedia.org/wiki/Fermat's_Last_Theorem
profquail
·vor 5 Jahren·discuss
Hoogle is pretty neat — you can search by type signature and it’ll find matching APIs from hackage packages: https://hoogle.haskell.org/

Source: https://github.com/ndmitchell/hoogle
profquail
·vor 5 Jahren·discuss
Now could be a good time to make this change, in coordination with HPy: https://github.com/hpyproject/hpy

I agree though — it’s tempting to keep extending and stretching the language to be something it was never designed for; but at some point it’s been stretched so far it loses the properties that made it attractive to start with. I like Python, but some of the things people are using it for now, they should really consider another language instead, and write a Python wrapper on top of that if they must use it from Python.
profquail
·vor 5 Jahren·discuss
The Opal webcam ($300) looks fairly similar in specification to the new(ish) Dell UltraSharp webcam ($200): https://www.dell.com/en-us/shop/dell-ultrasharp-webcam/apd/3...

What is Opal offering over the Dell webcam for the extra $100?
profquail
·vor 5 Jahren·discuss
Lisp machines had hardware/OS-based garbage collection ~40 years ago: https://en.m.wikipedia.org/wiki/Lisp_machine