Have a look at https://github.com/ThorOdinson246/whatisit-nl2sh It seems to get shell scripts right most of the time.
Microsoft allows you create a second "login only" account username to access your e-mail and other services. I was having the same problem as you but much worse. Check into it, only takes a few minutes to setup.
A brilliant idea, maybe all software should block DLL without English names. Could even incorporate the new technique into the operating system.
It's a very common security technique to avoid being targeted by malware. I believe even the Microsoft KSLDriver drops randomly named DLL and device drivers along with creating a randomly named system service. Uses 8…
Some horrible code in there too: https://searchfox.org/mozilla-central/source/toolkit/xre/dll... Indiscriminate blocking of any DLL in the world with 12/6 hex digit filenames.
Yeah, I get what you're saying but both are challenging the current MatMul methods. The L-Mul paper claims "a power savings of 95%" and that is the thread topic. Bitnet proves that at least 70% is possible by getting…
The energy claims up to ~70% can be verified. The inference implementation is here: https://github.com/microsoft/BitNet
Yes, it was me that backported some of that telemetry to both Windows 8.1 and Windows 7, circa 2015 when I was working on the WU team but we used WER to upload that to our endpoints. I don't think there was any…
What Windows 7 telemetry are you referring to? Other than WER, there was no telemetry in Windows 7 to my knowledge. There was an update a few years ago that back ported telemetry to Windows 7 right before the final…
As a former member of the Windows Update software engineering team, I can say this is absolutely false. The updates are signed.
Thanks, not often we see Knuth erratas. :)
It's working for me. It's probably due to the high traffic from posting the site here on HN.
No worries. We faced some of the the same choices when we were designing the Windows 10 Delivery Optimization service. We initially based it off the Bittorrent protocol with a modified BEP30. I think MSDN just says…
Would it be correct to call Bluesky a "federated multi-cloud"?
Took me a minute to figure out what you are saying. Then I realized you are referring to the 16pi^3/15 surface area ratio of a 7-sphere. After n>7 it does seems to infinitely move towards zero. But the heat equasion is…
Yep, Z3 can do exactly this using BitVec and passed to prove() or just compare the expressions directly..
>> our internally developed algorithms out-performed Kalman Could you tell me more about this? What other algorithms are used for position tracking and motion estimation. I have seen various ML models... RNN/DNN used.…
>> Do anyone here have industry experience where Kalman Filters is actually used in prod? Yes, ship/vessel navigation software heavily use Kalman Filters. Especially on the inputs received from the various position…
I can assure you that I perfectly understand the bug and corresponding patch/fix. The patch fixes Event Tracing for Windows (ETW) and how it allocates temp buffers. The speculation about SQLite at the top of that…
The modes "Allow Execution" at 0x2 and "Query User" at 0x5 are both documented in the UEFI security spec.
I don't know why SimCity and just a few titles are getting media attention on this. There perhaps a dozen more games and quite a few applications that were being patched at runtime. At Microsoft this eventually became a…
As the blog correctly identifies, the WPAD specification is still in draft: https://datatracker.ietf.org/doc/html/draft-ietf-wrec-wpad-0... In other words there really isn't a standard to follow. You can't add features…
Hmmm, Not sure how effective it will be against the latest NLP tools. You can also generate writings in the same style as others.
Do you have any plans for supporting other binary executable file formats?
I looked through the code and I don't see anything new at all. Looks similar to the dozens of other thread pools I've reviewed over the years. The author is a physicist. Looks like he just decided to publish about his…
Have a look at https://github.com/ThorOdinson246/whatisit-nl2sh It seems to get shell scripts right most of the time.
Microsoft allows you create a second "login only" account username to access your e-mail and other services. I was having the same problem as you but much worse. Check into it, only takes a few minutes to setup.
A brilliant idea, maybe all software should block DLL without English names. Could even incorporate the new technique into the operating system.
It's a very common security technique to avoid being targeted by malware. I believe even the Microsoft KSLDriver drops randomly named DLL and device drivers along with creating a randomly named system service. Uses 8…
Some horrible code in there too: https://searchfox.org/mozilla-central/source/toolkit/xre/dll... Indiscriminate blocking of any DLL in the world with 12/6 hex digit filenames.
Yeah, I get what you're saying but both are challenging the current MatMul methods. The L-Mul paper claims "a power savings of 95%" and that is the thread topic. Bitnet proves that at least 70% is possible by getting…
The energy claims up to ~70% can be verified. The inference implementation is here: https://github.com/microsoft/BitNet
Yes, it was me that backported some of that telemetry to both Windows 8.1 and Windows 7, circa 2015 when I was working on the WU team but we used WER to upload that to our endpoints. I don't think there was any…
What Windows 7 telemetry are you referring to? Other than WER, there was no telemetry in Windows 7 to my knowledge. There was an update a few years ago that back ported telemetry to Windows 7 right before the final…
As a former member of the Windows Update software engineering team, I can say this is absolutely false. The updates are signed.
Thanks, not often we see Knuth erratas. :)
It's working for me. It's probably due to the high traffic from posting the site here on HN.
No worries. We faced some of the the same choices when we were designing the Windows 10 Delivery Optimization service. We initially based it off the Bittorrent protocol with a modified BEP30. I think MSDN just says…
Would it be correct to call Bluesky a "federated multi-cloud"?
Took me a minute to figure out what you are saying. Then I realized you are referring to the 16pi^3/15 surface area ratio of a 7-sphere. After n>7 it does seems to infinitely move towards zero. But the heat equasion is…
Yep, Z3 can do exactly this using BitVec and passed to prove() or just compare the expressions directly..
>> our internally developed algorithms out-performed Kalman Could you tell me more about this? What other algorithms are used for position tracking and motion estimation. I have seen various ML models... RNN/DNN used.…
>> Do anyone here have industry experience where Kalman Filters is actually used in prod? Yes, ship/vessel navigation software heavily use Kalman Filters. Especially on the inputs received from the various position…
I can assure you that I perfectly understand the bug and corresponding patch/fix. The patch fixes Event Tracing for Windows (ETW) and how it allocates temp buffers. The speculation about SQLite at the top of that…
The modes "Allow Execution" at 0x2 and "Query User" at 0x5 are both documented in the UEFI security spec.
I don't know why SimCity and just a few titles are getting media attention on this. There perhaps a dozen more games and quite a few applications that were being patched at runtime. At Microsoft this eventually became a…
As the blog correctly identifies, the WPAD specification is still in draft: https://datatracker.ietf.org/doc/html/draft-ietf-wrec-wpad-0... In other words there really isn't a standard to follow. You can't add features…
Hmmm, Not sure how effective it will be against the latest NLP tools. You can also generate writings in the same style as others.
Do you have any plans for supporting other binary executable file formats?
I looked through the code and I don't see anything new at all. Looks similar to the dozens of other thread pools I've reviewed over the years. The author is a physicist. Looks like he just decided to publish about his…