Live data from Hacker News

Viewing profile — pitterpatter

pitterpatter

HN member
Joined
Tue, Aug 06, 2013, 5:54 PM UTC
HN karma
528
Public activity
121 items

About pitterpatter

No profile information was provided.

Recent public activity

  1. comment
    Comment #43697485

    Reminds me of a hang in the Settings UI that was because it would get stuck on an RPC call to some service. Why was the service holding things up? Because it was waiting on acquiri…

  2. comment
    Comment #41306247

    Sure, maybe we could have that conversation if noncompetes actually required that...but they don't

  3. comment
    Comment #41305494

    >Else trade secrets can easily be hired away from competition Misappropriating trade secrets is already a crime in several states and federally. >you are paid highly for the specif…

  4. comment
    Comment #40508478

    Yes, Rust supports annotating your types with a `#[repr(...)]` attribute to control how it gets laid out in memory. There's a "C" repr that gives you representations interoperable …

  5. comment
    Comment #37865506

    >A solution exists, and is nearly universally implemented: scroll wheels on a mouse, and scroll gestures on a trackpad. So you didn't read the article huh. The very first paragraph…

  6. comment
    Comment #36852962

    This sorta meshes with how I tend to think of cash. I essentially consider withdrawn cash as already "spent" the moment it leaves my account. So when I do get around to spending th…

  7. comment
    Comment #36640239

    >The second most recent was when Windows Store local repository become broken. Any attempt at resolving the issue failed using Windows provided tools. Yet again had to reinstall th…

  8. comment
    Comment #35347560

    At Apple's scale, an edge case is a question of when (and how often) not if.

  9. comment
    Comment #35085653

    >Could they have purchased the hardware instead? Probably Uh, from the article: >We use many off-the-shelf development boards and even provide support for a number of these boards …

  10. comment
    Comment #34796401

    >By creating a standard, and allowing multiple implementations, someone creating a new OS or a new CPU architecture can create their own implementation of the language without havi…

  11. comment
    Comment #34639304

    This is not entirely unique to Google either. I have an old MSN email account I can't get into even though I know the password. It wants me to verify via an old phone number I no l…

  12. comment
    Comment #34513533

    My guess is they wanted you to pay the higher CS tuition to take the CS classes. Math departments also tend to be a lot more lax in my experience. Case in point: I got sign-off to …

  13. comment
    Comment #34061594

    Edge is probably the one that annoyed me the most

  14. comment
    Comment #33664234

    The hypervisor framework doesn't provide a lot of extra things which are implemented by whatever VMM you're using. Qemu can also use Hypervisor.framework but you certainly wouldn't…

  15. comment
    Comment #32901628

    I mean, Windows on ARM (first 32bit and later 64) has been a thing for years now. I don't the issue is the architecture per se. What made the M1 Macbooks so good wasn't just becaus…

  16. comment
  17. comment
    Comment #31310887

    scapy was incredibly useful while I was writing some packet processing for just crafting test payloads and iterating quickly.

  18. comment
    Comment #31309212

    I have a .reg file that I run on every new install to remap Caps-Lock to Ctrl

  19. comment
    Comment #30763303

    That's generally true but the thing about Microsoft is that it's so huge I wouldn't be surprised at them being customers of a lot of SaaS offerings. Could be via an acquired compan…

  20. comment
    Comment #30715185

    It's hard to notice sometimes because the a struct FOO is often a typedef to whatever the latest version is in the SDK you're using (FOO1, FOO2, etc).

  21. comment
    Comment #30524016

    You can definitely do most if not all of that with WinDBG (which is distinct from the Visual Studio builtin debugger). The problem is there doesn't seem to be as much resources aro…

  22. comment
    Comment #30318505

    Support for using Hypervisor.framework on M1 Macs was added in 6.2: https://wiki.qemu.org/ChangeLog/6.2#Arm >On macOS hosts with Apple Silicon CPUs we now support the 'hvf' acceler…

  23. comment
    Comment #29998466

    So what happens if you have Google Voice with a legacy Google Apps account? https://workspace.google.com/intl/en_us/pricing.html shows that Google Voice is a separate add-on from G…

  24. comment
    Comment #29469412

    There's an open PR for ethernet support (albeit with a different board) that uses the smoltcp crate to provide a tcp/ip stack: https://github.com/oxidecomputer/hubris/pull/158

  25. comment
    Comment #29445983

    Generally when MSRC files security issues, they tend to get fixed quickly and across not just the current release but previous ones too.