HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ohnoesjmr

no profile record

comments

ohnoesjmr
·3 miesiące temu·discuss
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 user gets thrown to about:blank? That would break tons of websites.
ohnoesjmr
·3 miesiące temu·discuss
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 another tab (with an editor) in a tabbed terminal?

My ide supports multiple terminal tabs, plus is a project aware code viewer, and has the ability to run the project.

What would I gain by using this?
ohnoesjmr
·6 miesięcy temu·discuss
Why not just MCP? Feels like easier to implement and doesn't need a filesystem/root/admin perms?
ohnoesjmr
·6 miesięcy temu·discuss
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 will the compiler figure it out correctly for me and I can write my code without caring about this.
ohnoesjmr
·6 miesięcy temu·discuss
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"; std::string b = "world"; return {a, b}; // std::pair ``` I always assumed the compiler figures out that it can move these things?

If not, why not? My ide tells me I should move, surely the compiler has more context to figure that out?
ohnoesjmr
·6 miesięcy temu·discuss
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 every drive by contributor needs a license?
ohnoesjmr
·6 miesięcy temu·discuss
Looks super nice, will take it for a spin.
ohnoesjmr
·6 miesięcy temu·discuss
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, but even then I feel like the terminal experience is quite poor. You want to have a mobile native code, to check the code/read the plans. So far I have been using teamviewer to access my home desktop which works, albeit annoying to use, plus I don't have fancy notifications. Perhaps a web first approach with a mobile responsive web app would work, that shows the files of the project as well as the terminal.
ohnoesjmr
·7 miesięcy temu·discuss
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 an emulated environment.

They do effectively allocate an executable memory region, copy the machine code that was streamed into it, and jump to it.

I guess in this case the emulation is an actual vm, rather than "rewrite x86 instructions into arm" (don't know much about this subject, but assumed that was how rosetta worked)
ohnoesjmr
·9 miesięcy temu·discuss
Teradici is that, but too expensive for home users.
ohnoesjmr
·9 miesięcy temu·discuss
Does this support seekable compression?
ohnoesjmr
·9 miesięcy temu·discuss
The sequence diagram seems to have a mistake, the second writer somehow seems to know to create v124, only having observed v122.
ohnoesjmr
·10 miesięcy temu·discuss
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 struggle to gain traction, when it's gated by a credit card.