Systems engineer and C++ programmer.
template <class C, class R, class… Args>
R (* GetFn (R (C::*m) (Args…))) (void *, Args…) {
typedef R (C::* MemFn) (Args…);
typedef R (* RegFn) (void *, Args…);
constexpr auto x = sizeof (MemFn) - sizeof (RegFn);
...
template <class C, class R, class… Args>
R (* GetFn (R (C::*m) (Args…))) (void *, Args…) {
typedef R (C::* MemFn) (Args…);
typedef R (* RegFn) (void *, Args…);
constexpr auto x = sizeof (MemFn) - sizeof (RegFn);
...
www.youtube.com/shorts/6quxP...
www.youtube.com/shorts/6quxP...
And the results are quite harrowing!
94 million calls per seconds vs. 355 M/s.
Must be a bug in the benchmark, right?
github.com/tringi/win64...
And the results are quite harrowing!
94 million calls per seconds vs. 355 M/s.
Must be a bug in the benchmark, right?
github.com/tringi/win64...
I tried: The latest version of WAC does exactly NOTHING more than than virtmgmt.msc. So why the fuck would I?
I tried: The latest version of WAC does exactly NOTHING more than than virtmgmt.msc. So why the fuck would I?
This fucking site LOL, LMAO even.
This fucking site LOL, LMAO even.
By using massgrave scripts.
On my completely legitimate installation.
By some magic and googling I found that HRESULT of c004f011 in FACILITY_ITF reported by CMIADAPTER (in CBS.log) means licensing data broke...
By using massgrave scripts.
On my completely legitimate installation.
By some magic and googling I found that HRESULT of c004f011 in FACILITY_ITF reported by CMIADAPTER (in CBS.log) means licensing data broke...
Do not keep the screens on if the user locks the workstation.
Arguably it's something Windows should be doing. The power requests should apply only when the relevant desktop is active, but it is what it is.
issues.chromium.org/issues/44310...
Do not keep the screens on if the user locks the workstation.
Arguably it's something Windows should be doing. The power requests should apply only when the relevant desktop is active, but it is what it is.
issues.chromium.org/issues/44310...
11 drives, 58 TB total.
Alder Lake N100, 10GbE + 2×2.5GbE connectivity.
44 W in idle, 70 W when copying to/from one of the RAID 5. The 750W PSU was overkill, but hey, it has 92% efficiency.
11 drives, 58 TB total.
Alder Lake N100, 10GbE + 2×2.5GbE connectivity.
44 W in idle, 70 W when copying to/from one of the RAID 5. The 750W PSU was overkill, but hey, it has 92% efficiency.
template <typename T>
std::string function (T p) {
auto r; 👈
if constexpr (std::is_integral_v <T>) {
r = sub1 (p); // returns 'int'
r <<= 4;
} else {
r = sub2 (p); // returns 'float'
r /= 12.3f;
}
r += 123;
return std::to_string (r);
}
template <typename T>
std::string function (T p) {
auto r; 👈
if constexpr (std::is_integral_v <T>) {
r = sub1 (p); // returns 'int'
r <<= 4;
} else {
r = sub2 (p); // returns 'float'
r /= 12.3f;
}
r += 123;
return std::to_string (r);
}
It doesn't even attempt to get window's small icon, the WNDCLASSEX.hIconSm. Instead it searches Start shortcuts for that EXE, and extracts small icon from that.
So in order to have nice crisp small icon on the Taskbar, the app needs to have a Shortcut in Start menu.
It doesn't even attempt to get window's small icon, the WNDCLASSEX.hIconSm. Instead it searches Start shortcuts for that EXE, and extracts small icon from that.
So in order to have nice crisp small icon on the Taskbar, the app needs to have a Shortcut in Start menu.
I remember reporting bugs and issues via Feedback Hub for Technical Preview releases that are still NOT fixed in the latest Insider builds of Windows 11.
I remember reporting bugs and issues via Feedback Hub for Technical Preview releases that are still NOT fixed in the latest Insider builds of Windows 11.