If Texas has acorn, grass and a low humidity climate year around where the hams can be dried in optimal conditions, I can't see why they wouldn't succeed. This is just about salting the right ham type and letting it dry…
If he ran two marathons in one week then he was weakened/unrecovered IMO.
Obviously not
Intrusive lists are very different beasts than lists by value. There are less allocations involved (perf and points of failure), values can be inserted on different lists without new allocations, deletion is O(1),…
Fighting environmentalv issues with extra consumption may not be a good idea. Manufacturing a vehicle pollutes a lot. Up to 50% of the enviromental costs of a vehicle seem to happen at manufacturing time.…
That we are polluting is beyond doubt. Deforestation, mining, nuclear accidents... all these are real problems that need no additional backing science or guvernamental panels, yet they hardly get the spotlight in mass…
Example: PACKAGE_native_append += "something". "append" is a keyword, but the "native" is just a separate list of native packages, yet both are appended to a variable name separating it by underscores. They use the same…
Some people downvoting you may be lacking skills to detect that this, even if partly true, is a joke. For me it was good.
Notice that if I remember correctly, you can generate bytecode on the PC (by using the luajit command) and have the resulting bytecode loaded through the C API on your device as if it were a regular script.
I don't know if luajit runs in your device, but vanilla luajit supports generating and loading bytecode. https://luajit.org/running.html
I know about a small western company acquired by a big Chinese multinational where Linux firmware devs are working on Windows boxes with no internet. Firewalled. The company policy is to not allow internet on machines…
Maybe the source was compressed audio instead of flac/wav? Edit: the source is an mp3, which removes audio frequencies based on perception/masking with other frequencies. It's perfectly normal that it is showing…
Exactly. If it did the job why showing the enemy (and the world) all your cards, so they can learn your most advanced tricks? It's better to keep some advanced techniques for the next target than to expose them with no…
The human and animals, when in nature, follow the night/day cycles, not an artificial clock time meant to synchronize an industrial society. IMO it's fine, and even natural, to have different time on winter and summer,…
I did exactly the same on my two loggers, as a C literal is always read only and unique, passing a printf-like string is passing a pointer. The it's just a matter of adding validation and passing the arguments in a…
But worst case latency, the most interesting property of an async logger is still unaffected I guess...
Lack of knowledge on glog
Author of mini-async-log and mini-async-log-c here. https://github.com/RafaGago/mini-async-log https://github.com/RafaGago/mini-async-log-c I wrote both some time ago and AFAIK they were the fastest, how does nanolog…
Author of mini-async-log and its C variant here. Some time ago I wrote a benchmark for different loggers, but it uses an old version of Nanolog. https://github.com/RafaGago/logger-bench
If Texas has acorn, grass and a low humidity climate year around where the hams can be dried in optimal conditions, I can't see why they wouldn't succeed. This is just about salting the right ham type and letting it dry…
If he ran two marathons in one week then he was weakened/unrecovered IMO.
Obviously not
Intrusive lists are very different beasts than lists by value. There are less allocations involved (perf and points of failure), values can be inserted on different lists without new allocations, deletion is O(1),…
Fighting environmentalv issues with extra consumption may not be a good idea. Manufacturing a vehicle pollutes a lot. Up to 50% of the enviromental costs of a vehicle seem to happen at manufacturing time.…
That we are polluting is beyond doubt. Deforestation, mining, nuclear accidents... all these are real problems that need no additional backing science or guvernamental panels, yet they hardly get the spotlight in mass…
Example: PACKAGE_native_append += "something". "append" is a keyword, but the "native" is just a separate list of native packages, yet both are appended to a variable name separating it by underscores. They use the same…
Some people downvoting you may be lacking skills to detect that this, even if partly true, is a joke. For me it was good.
Notice that if I remember correctly, you can generate bytecode on the PC (by using the luajit command) and have the resulting bytecode loaded through the C API on your device as if it were a regular script.
I don't know if luajit runs in your device, but vanilla luajit supports generating and loading bytecode. https://luajit.org/running.html
I know about a small western company acquired by a big Chinese multinational where Linux firmware devs are working on Windows boxes with no internet. Firewalled. The company policy is to not allow internet on machines…
Maybe the source was compressed audio instead of flac/wav? Edit: the source is an mp3, which removes audio frequencies based on perception/masking with other frequencies. It's perfectly normal that it is showing…
Exactly. If it did the job why showing the enemy (and the world) all your cards, so they can learn your most advanced tricks? It's better to keep some advanced techniques for the next target than to expose them with no…
The human and animals, when in nature, follow the night/day cycles, not an artificial clock time meant to synchronize an industrial society. IMO it's fine, and even natural, to have different time on winter and summer,…
I did exactly the same on my two loggers, as a C literal is always read only and unique, passing a printf-like string is passing a pointer. The it's just a matter of adding validation and passing the arguments in a…
But worst case latency, the most interesting property of an async logger is still unaffected I guess...
Lack of knowledge on glog
Author of mini-async-log and mini-async-log-c here. https://github.com/RafaGago/mini-async-log https://github.com/RafaGago/mini-async-log-c I wrote both some time ago and AFAIK they were the fastest, how does nanolog…
Author of mini-async-log and its C variant here. Some time ago I wrote a benchmark for different loggers, but it uses an old version of Nanolog. https://github.com/RafaGago/logger-bench