Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ohnoesjmr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ohnoesjmr
5mo ago
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 webs
2.
▲
by
ohnoesjmr
6mo ago
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?
3.
▲
by
ohnoesjmr
8mo ago
Why not just MCP? Feels like easier to implement and doesn't need a filesystem/root/admin perms?
4.
▲
by
ohnoesjmr
8mo ago
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 a
5.
▲
by
ohnoesjmr
8mo ago
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}
6.
▲
by
ohnoesjmr
8mo ago
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?
7.
▲
by
ohnoesjmr
9mo ago
Looks super nice, will take it for a spin.
8.
▲
by
ohnoesjmr
9mo ago
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 qu
9.
▲
by
ohnoesjmr
9mo ago
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 ex
10.
▲
by
ohnoesjmr
11mo ago
Teradici is that, but too expensive for home users.
11.
▲
by
ohnoesjmr
1y ago
Does this support seekable compression?
12.
▲
by
ohnoesjmr
1y ago
The sequence diagram seems to have a mistake, the second writer somehow seems to know to create v124, only having observed v122.
13.
▲
by
ohnoesjmr
1y ago
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.
14.
▲
by
ohnoesjmr
1y ago
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 takes a ts file as a string and returns a ts file as a string s
15.
▲
by
ohnoesjmr
1y ago
Wonder how well this propagates down to subqueries/CTE's
16.
▲
by
ohnoesjmr
1y ago
Whats wrong with jinja?
17.
▲
by
ohnoesjmr
2y ago
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 close the IDE, as it takes 30mins to open.
18.
▲
by
ohnoesjmr
2y ago
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 backend) became a thing. One difference is that I write
19.
▲
by
ohnoesjmr
2y ago
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 connection (whether its req or resp), unreco
20.
▲
by
ohnoesjmr
2y ago
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 to how much of a ux improvement it would have bee
21.
▲
by
ohnoesjmr
3y ago
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 internet. The whole thing is too magical, and
22.
▲
by
ohnoesjmr
3y ago
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 parameterise the custom runs (i.e., run an ad-hoc repor
23.
▲
by
ohnoesjmr
3y ago
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 loop.
24.
▲
by
ohnoesjmr
3y ago
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 where the crash happened, just some boiler pl
25.
▲
by
ohnoesjmr
3y ago
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 mid 30s, but I'm still quite good at those
26.
▲
by
ohnoesjmr
3y ago
I've tried Redis-on-flash (enterprise version), and performance was very poor. Its just lsmt underneath and suffers from all the usual lsmt issues. In the end we went with Aerospike which actually while backed by NVMe, outperforms redi
27.
▲
by
ohnoesjmr
3y ago
They are not shipping the crack. They are shipping their own binary that has been modified by the crack.
28.
▲
by
ohnoesjmr
3y ago
Maybe its just me, but I'd always pick gRPC, a lot less headaches than the community (un)maintained codegen for some random language.
29.
▲
Deliveroo lays off 9% of staff
(deliveroo.co.uk)
2 points
by
ohnoesjmr
4y ago
|
0 comments
30.
▲
by
ohnoesjmr
4y ago
I really wish someone worked on something like this for C#. There are large C# monoliths out there with 100+ projects per solution, where VS simply does not work (as in you can't open a solution), and Rider takes 30mins to load the sol
More ›