Live data from Hacker News

Viewing profile — contextfree

contextfree

HN member
Joined
Sun, Apr 11, 2010, 2:32 PM UTC
HN karma
1,900
Public activity
1,029 items

About contextfree

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #49042931

    On Windows, UWP was supposed to solve this (by blocking apps from taking focus directly, but having the OS/shell create an app window immediately on launch and give focus to it) bu…

  3. comment
    Comment #49011134

    Yes, trying to communicate (or watching others try to communicate) about these topics is incredibly frustrating because it's pretty much impossible to make any progress without int…

  4. comment
    Comment #48997695

    Yeah I've written some docs using the following process: 1. Throw some notes, PR links, etc. into copilot and ask for a first draft 2. Go back and forth for a while asking for revi…

  5. comment
    Comment #48997408

    But I feel like over the last ~10 years there's been a trend back towards learning more about them (e.g., with Rust and new C# features, or with C++ Win32 programming becoming a co…

  6. comment
    Comment #48911287

    I still take a lot of handwritten notes? Sometimes while using AI even

  7. comment
    Comment #48911236

    Yeah, I've always tried to train myself to do calculations in my head as much as reasonably possible when learning about mathematical objects, etc. Like when I was learning linear …

  8. comment
    Comment #48903799

    Metal Gear Solid 2 sort of

  9. comment
    Comment #48902629

    I guess the argument is that, while it's the same whether the user asks for "give me page 3" or "give me scrollbar Y coordinate 2160", the user is more likely to do the first or at…

  10. comment
    Comment #48827523

    That is about consumer copilot not M365 copilot

  11. comment
    Comment #48827506

    Roslyn API basically lets you plug in to the C# compiler or use parts of it so that you can get the same view of the abstract syntax tree, typechecking, flow analysis, etc. that th…

  12. comment
    Comment #48823199

    A dumber but related habit I've gotten into is that if I want to use AI to do some sort of refactoring on a C# codebase, instead of asking it to edit the code directly I ask it to …

  13. comment
    Comment #48801502

    Seeing this makes me think of the controls from the original arcade version of Street Fighter 1.

  14. comment
    Comment #48742171

    Windows has been gradually "undocking" more and more stuff from the main OS install into separately updatable/restartable/etc components for a while.

  15. comment
    Comment #48726403

    The post doesn't really define the problem this is supposed to solve for "builders". FWIW, Microsoft's official attempt at solving this problem? seems to be "Windows developer conf…

  16. comment
    Comment #48726312

    Windows doesn't have any modern version of .NET installed by default though, only old .NET Framework versions

  17. comment
    Comment #48726292

    They already have this problem, Windows includes .NET Framework 4.x but not any modern version of .NET

  18. comment
    Comment #48690608

    No he was correctly factoring in afterlife time dilation

  19. comment
    Comment #48615374

    WinUI2/UWP was heavily adopted internally though?* Most Windows shell UI and built-in apps use it at this point. * (at least within the Windows organization; maybe not so much in o…

  20. comment
    Comment #48615302

    it's a reasonable-sounding inference (if your only context is that there's a "new" Media Player and it's taking more memory) that doesn't apply in this particular case. A joke can …

  21. comment
    Comment #48613392

    I think Groove Music/Media Player is C# though

  22. comment
    Comment #48612571

    1. It does not use HTML/JS. It is a fully "native" app (at least if C# counts as native) written with C# and UWP/WinUI2 XAML. Actually, Xbox Music in Windows 8.x had a web tech bas…

  23. comment
    Comment #48612530

    The Media Player the article about is a fully "native" app though (at least if you count C# as native). The Windows8.x version (Xbox Music) was web tech based; it in turn was a res…

  24. comment
    Comment #48612523

    The rebrand of Groove Music to Media Player was a Windows 11 thing, so it sort of did ship a "new" media player. It also still ships the old one though (as "Windows Media Player Le…

  25. comment
    Comment #48612491

    This app is a reskinned Groove Music, it was mostly written back in the early Windows 10 days (2014-2017) and long predates Copilot/etc. Even the Windows 11 rebrand as Media Player…