Live data from Hacker News

Viewing profile — lh_mouse

lh_mouse

HN member
Joined
Mon, Aug 25, 2025, 9:13 AM UTC
HN karma
2
Public activity
4 items

About lh_mouse

A C++ Criticizer

Recent public activity

  1. comment
    Comment #48094152

    mingw-w64 uses Microsoft C ABI except `long double`. However the C++ ABI is derived from Itanium C++ ABI, which results in a mixture. 64-bit Cygwin/MSYS2 uses a modified MS ABI whe…

  2. story
  3. comment
    Comment #45036354

    I think it's not correct to say 'Wine is an emulator', as its name suggests it isn't. Both programs are x86-64 and they run natively; they just call different APIs, backed by glibc…

  4. story
    How can a mutex in Wine be faster than a native one on Linux

    System information * CPU: 11th Gen Intel Core i7-1165G7 * System: Linux Mint 22.2 * Kernel: 6.11.0-1014-lowlatency (no ntsync) * Sys libc: GNU C library 2.39 * Wine: 9.0 * Compiler…