bert hubert
bert hubert
...solved by moving to 64 bits calculations where required, clarifying signedness and adding asert to catch problems
If used on https://medium.com/@bert.hubert/dont-drop-the-hint-communicating-with-technical-people-4539d43b6b4f it emits: ``` # (Don’t) drop the hint: communicating with technical people This post is a subset of the presentation “Escaping the data center — tales...
Don't get me wrong with all these tickets, they are because I like what I am seeing. I might also PR this up. But, only binding to a 'port' is...
I can report basic functionality on Linux using g++ 5.1, on 4.9 the C++ 2014 support is too weak it appears. This is all fine but it would be great...
As we read a packet with the DNSMessageReader, it might be fun to be able to modify the TTL of records we pass by. This is quite a common usecase...
This is a copy of suggestions from @kempniu within a now merged PR ## `basic.md` ``` 457 Any authoritative server which does not implement 'zones' in this way will 458...
Hi - I note that Intra (as downloaded from google play store yesterday) on Android 8.1 does not use TLSv1.3 - is this by design? It seems v1.3 would have...
Despite claims in the code, the NavmonMessage transmitter deals badly with timeouts, except during connect, where we handle them well. The timeout is not hooked up to the ReadBuffer class,...
BeiDou geostationary satellites emit D2 messages, which we don't parse yet. It also looks difficult, an initial attempt failed. Documentation may not match what we receive, or we just don't...
Newer GPS L2C should also be parsed, and we don't right now. These are very different messages.