Viewing profile — ohnoesjmr
ohnoesjmr
HN member- Joined
- Mon, Mar 13, 2017, 9:07 PM UTC
- HN karma
- 180
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About ohnoesjmr
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #46582134
Why not just MCP? Feels like easier to implement and doesn't need a filesystem/root/admin perms?
-
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 …
-
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"…
-
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 …
-
comment
Comment #46494107
Looks super nice, will take it for a spin.
-
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, …
-
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…
-
comment
Comment #45724565
Teradici is that, but too expensive for home users.
-
comment
Comment #45499898
Does this support seekable compression?
-
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.
-
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…
-
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…
-
comment
Comment #43764874
Wonder how well this propagates down to subqueries/CTE's
-
comment
Comment #43647919
Whats wrong with jinja?
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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 …
-
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…