Live data from Hacker News

Viewing profile — ChristianJacobs

ChristianJacobs

HN member
Joined
Tue, Jun 13, 2023, 7:01 AM UTC
HN karma
180
Public activity
22 items

About ChristianJacobs

No profile information was provided.

Recent public activity

  1. comment
    Comment #48218042

    You're not wrong there. The late stage (compilation wise) of template instantiation doesn't help either, as so much context has been built up. The art of debugging C++ compiler out…

  2. comment
    Comment #48217898

    Great news! As someone who's moving back to a C++ job after having worked with Rust for several years now, the error message parsing is one of the things I've been dreading the mos…

  3. comment
    Comment #48084552

    Bambu showed their true colours last year when they would've eliminated offline access altogether if not for public outrage. You don't own your Bambu printer, you're leasing it at …

  4. comment
    Comment #47875183

    LegalEagle[0] covered this shitshow in great detail with solid commentary. Can recommend. [0]: https://youtu.be/x-QcbOphxYs This is when from when Jones' lawyer sent a copy of his …

  5. comment
    Comment #47523434

    Thumbs up for both of them, but I must say that DeltaHedra has become my new favourite FreeCAD content creator. Especially after he started using his own voice. His old content was…

  6. comment
    Comment #47476332

    Next FIFA peace price for you!

  7. comment
    Comment #47193102

    I don't think this is off-topic for HN at all. They point fingers at what's a clear issue in the tech industry with the endless subscriptions model. You'll own nothing, and you'll …

  8. comment
    Comment #47058047

    LinkedIn is a masquerade ball dressed up as a business oriented forum. Nobody is showing their true selves, everyone is either grinding at their latest unicorn potential with their…

  9. comment
    Comment #47057966

    You apparently did not read the article. "Morged" is a word the LLM that ripped off the article author's diagram hallucinated.

  10. comment
    Comment #46802413

    I am quite obviously blind, but I still stand by my sentiment. I would rather have a "bad" but honest PR body than a machine translated one where the author isn't sure about what i…

  11. comment
    Comment #46802213

    This seems fair, tbh. And I fully agree on the policy for issues/discussions/PRs. I know there will probably be a whole host of people from non-English-speaking countries who will …

  12. story
  13. comment
    Comment #46379371

    That's the neat trick - it isn't...

  14. comment
    Comment #46031255

    Not really. It's just "unwrap(" instead.

  15. comment
    Comment #45916458

    Have you tried Pocket-ID? I use it for my home server with LLDAP as the identity provider.

  16. comment
    Comment #44622667

    I switched to AeroSpace from Yabai because I had to disable parts of SIP for certain functions (such as switching workspaces with keybindings from SKHD), and that didn't feel right…

  17. comment
    Comment #44051364

    You're looking for `.expect()`, available on both Option and Result.

  18. comment
    Comment #44004096

    Same as a friend of mine who works for NAV. There's a whole lot of long-ass variable and function names because they use the Norwegian name for whatever they are calculating. It ma…

  19. comment
    Comment #42734794

    Can wholeheartedly recommend swapping the sticks on the joycons with hall-effect ones from Gulikit. Made an immense difference for mine who were suffering from drift.

  20. comment
    Comment #42478047

    > looking to zig as a C replacement rather than Rust Rust isn't a "replacement for C", but an addition to it. It's a tool that Torvalds et. al. has recognised the value of and thus…

  21. comment
    Comment #42073812

    I'm not the target audience for this, given that I don't post gaming videos online or share them with friends, but I think it's very nice how Valve is continuously creating cool ne…

  22. comment
    Comment #42004070

    Not the parent poster, but in my experience - yes. I mainly program in C++, and the past 5 years or so of writing Rust has drastically changed the way I write code (in general). So…