Viewing profile — Randor
Randor
HN member- Joined
- Wed, Mar 20, 2019, 4:14 AM UTC
- HN karma
- 292
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About Randor
No profile information was provided.
Recent public activity
-
comment
Comment #49253998
Have a look at https://github.com/ThorOdinson246/whatisit-nl2sh It seems to get shell scripts right most of the time.
-
comment
Comment #44822616
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, onl…
- comment
-
comment
Comment #42647706
That was a long read. Just be happy that you never had to deal with Trigraphs. https://learn.microsoft.com/en-us/cpp/c-language/trigraphs?v...
-
comment
Comment #42640512
A brilliant idea, maybe all software should block DLL without English names. Could even incorporate the new technique into the operating system.
-
comment
Comment #42633356
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 r…
-
comment
Comment #42630415
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.
-
comment
Comment #41961655
Looks like Moonshine is competing against the Whisper-tiny model. There isn't any information in the paper to see how it compares to the larger whisper-large-v3.
-
comment
Comment #41921828
No, if I remember correctly it was a local beverage company. It wasn't unusual for Microsoft to back local businesses. I remember a very talented Indian software engineer that left…
-
comment
Comment #41892383
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…
-
comment
Comment #41890656
> I don't know what that means. It seems like some dubious math with percentages. I would start by downloading a 1.58 model such as: https://huggingface.co/HF1BitLLM/Llama3-8B-1.58…
-
comment
Comment #41890352
The energy claims up to ~70% can be verified. The inference implementation is here: https://github.com/microsoft/BitNet
-
comment
Comment #41889961
I know you guys are joking, but there use to be a Microsoft energy drink, that was only available to employees. https://www.google.com/search?q=Microsoft+employee+Talking+R... The …
-
comment
Comment #41802460
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 endpoint…
-
comment
Comment #41802292
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 t…
-
comment
Comment #41022248
As a former member of the Windows Update software engineering team, I can say this is absolutely false. The updates are signed.
-
comment
Comment #40842693
Thanks, not often we see Knuth erratas. :)
-
comment
Comment #39284601
It's working for me. It's probably due to the high traffic from posting the site here on HN.
-
comment
Comment #39087406
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 modi…
-
comment
Comment #39087314
Would it be correct to call Bluesky a "federated multi-cloud"?
-
comment
Comment #39087125
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 …
-
comment
Comment #38282090
Yep, Z3 can do exactly this using BitVec and passed to prove() or just compare the expressions directly..
-
comment
Comment #37885744
>> 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 se…
-
comment
Comment #37883192
>> 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 …
-
comment
Comment #35520326
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…