Live data from Hacker News

Viewing profile — ohnoesjmr

ohnoesjmr

HN member
Joined
Mon, Mar 13, 2017, 9:07 PM UTC
HN karma
180
Public activity
98 items

About ohnoesjmr

No profile information was provided.

Recent public activity

  1. comment
    Comment #47771206

    What about SPAs tho? Some of the state is in the URL, and as the user fills the form, you might push state to undo last step of the form. Does this mean that in this context the us…

  2. comment
    Comment #47602007

    Maybe I'm daft, I watched the video, and I just didn't understand what this is, or why I'd use it. Seems like just tabs of claude code, plus markdown viewer which can just be anoth…

  3. comment
    Comment #46582134

    Why not just MCP? Feels like easier to implement and doesn't need a filesystem/root/admin perms?

  4. comment
    Comment #46579205

    Sure, but by the sound of the article, the compiler won't do the right thing? Effectively, I'm a c++ novice, should I ever sprinkle move (under the constraints of the article)? Or …

  5. comment
    Comment #46577532

    Do I really need care about this? I really hoped that I can just not bother wrapping things in std::move and let the compiler figure it out? I.e. if I have ``` std::string a = "hi"…

  6. comment
    Comment #46532640

    I actually emailed about this after reading this thread, got a warm response from a person, which did not make this any clearer. I want to use it in an OSS project, does that mean …

  7. comment
    Comment #46494107

    Looks super nice, will take it for a spin.

  8. comment
    Comment #46492589

    I do want a setup like this, however, most of my development is on Windows which means license cost is usually higher than the cost of the VM. I could run vm's on my home machine, …

  9. comment
    Comment #46286357

    The anti-cheat streams executable code into the client, and that code is mostly for detecting tampering with the game, injected modules, etc. Not sure they care about it running in…

  10. comment
    Comment #45724565

    Teradici is that, but too expensive for home users.

  11. comment
    Comment #45499898

    Does this support seekable compression?

  12. comment
    Comment #45497271

    The sequence diagram seems to have a mistake, the second writer somehow seems to know to create v124, only having observed v122.

  13. comment
    Comment #45133225

    I guess could be a good contender for replacing spark, however, I suspect the fact spark is free and open source, which forms a community around it, means that dpolars might strugg…

  14. comment
    Comment #44680714

    Is there a solution to get ts compiler embeddable into c++ project that uses v8, so it could compile the code on the fly? Seems tsc itself requires node, but surely an api that tak…

  15. comment
    Comment #43764874

    Wonder how well this propagates down to subqueries/CTE's

  16. comment
    Comment #43647919

    Whats wrong with jinja?

  17. comment
    Comment #41938083

    I work on a almost 20 year old C# monolith, with 1000+ projects per solution. It doesn't even load in VS or VSC. Rider needs 16GB of ram, but manages to open it. I try to never clo…

  18. comment
    Comment #41938021

    I use both Rider (for mixed c++/c#) projects and CLion for C++ only. I feel that Rider is somehow better than CLion at c++, even after CLion Nova (Intellisense based on Resharper b…

  19. comment
    Comment #40966258

    Pretty much this. I always found it crazy how zmq gained any traction at all. "Oh, I have a req/resp workload" - one of the sides restarts, goes out of rhythm with the state of the…

  20. comment
    Comment #40090268

    I've heard about MPTCP back in 2013. It made so much sense back then, when mobile apps were not that robust to networks changing, I assumed it's going to get adopted in no time due…

  21. comment
    Comment #39269188

    I still haven't figured out how to bring in a deno "app", a cli tool, into an air-gapped environment. There is literally zero docs and everything assumes you are connected to the i…

  22. comment
    Comment #39211858

    Can you name some? I've been looking for software in that space, a thing that runs cronjobs, with ability to kick off adhoc runs from some UI, see what is running, and if possible …

  23. comment
    Comment #38764947

    You'd still have lines referring to a callback you've writtem. I found it that with coroutines, not even a single stackframe refers to my code , other than the one starting the loo…

  24. comment
    Comment #38763736

    Is it just me, or the worst part of coroutines is lack of tooling around them? Whenever I get a crash in a coroutine, the "stacktrace" is totally useless and doesn't actually show …

  25. comment
    Comment #38755739

    I always have some game to play. Usually it's some multiplayer FPS shooter and doesn't require long term commitment or investment (CsGo2, Apex Legends, 20min matches). I'm in my mi…