HackerTrans
トップ新着トレンドコメント過去質問紹介求人

squirrellous

118 カルマ登録 2 年前

コメント

squirrellous
·5 日前·議論
Research done by SonarSource, a company that sells static analysis products. This explains the focus on static analysis, among other things.
squirrellous
·10 日前·議論
Love to see someone implementing pathlib in c++. It is what stdfs could have been.
squirrellous
·22 日前·議論
Those three things you mentioned kind of live in the same niche - offline data storage and querying. In that world yes everything has become columnar since it’s just better. Row-oriented is still the solution for online streaming use cases.
squirrellous
·23 日前·議論
The last time I tried JJ it plainly refused to work with git LFS, which is kind of what OOP here is about (large files). Has that improved?
squirrellous
·29 日前·議論
If you don’t like what Anthropic is doing, stop paying them money. There’s plenty of competition to go around. They can’t keep this up for long if users flock elsewhere.
squirrellous
·先月·議論
One could argue the reinterpret_cast makes the intent more explicit which is a good thing.

That said I don’t have much against the use of void* or even char* here. If it works in C, it works in C++ just fine. std::span is not the right tool for this.
squirrellous
·先月·議論
I think there are situations where AI is good for quick advice, provided you _also_ have a professional to talk to if needed. I sometimes seek advice about dealing with difficult colleagues, or ask for opinions about things I said at work while a little emotional. These don’t affect my personal life that much so the stakes are lower.
squirrellous
·先月·議論
I am not very well versed here but I think due to the requirement for assembly and single-instruction commit, practical uses of rseq is generally very simple. It is nowhere near the usefulness of locks.
squirrellous
·先月·議論
IIUC rseq is similar to thread-local data with the additional benefit that it scales with number of CPU cores, not threads. However if you are an application developer and is able to control all the threads in an application, then rseq isn’t that superior.

I fully agree that rseq should be more easily available to Linux developers, though.
squirrellous
·先月·議論
This is the kind of comment I come to HN for. Thanks for teaching me something.
squirrellous
·2 か月前·議論
I’d guess that is what you get for training them on source code.

Also the I vs E axis feels meaningless in this case.
squirrellous
·2 か月前·議論
The point about feedback is spot on. However the generalization to system software seems a little sloppy. Something being system software doesn’t inherently make it more testable. You can have feedback-abundant and feedback-scarce pieces in both system and user-facing software.
squirrellous
·2 か月前·議論
Uhm what? All of those things are totally ordinary.
squirrellous
·2 か月前·議論
It’s shocking to me that you of all people should have financial issues. You are a legend in the community! By all means, take things closed source if it even just helps a little bit. As a profession we’ve all been hurt by over-sharing.
squirrellous
·2 か月前·議論
Both Facebook and Google internally use a custom version of mercurial, so I wouldn’t count it out just yet.
squirrellous
·2 か月前·議論
I feel like parent was referring to a culture of shipping small changes frequently, which tends to result in stacked PRs.
squirrellous
·2 か月前·議論
Stacked PRs is mostly a way to avoid thousand- or tens-of-thousands- LOC branches, which makes each PR meaningfully reviewable. You need a good code review process for it to become useful. It’s very pleasant once you are accustomed to it.

I’ve seen successful teams that regularly do reviews of massive PRs and feel this serves them well enough. I suspect it just places a lot more trust on the developers to get the details right so reviewers only look at larger design issues.

The language of choice is not relevant. Even before AI, one can accumulate thousands of lines of c++ easily.
squirrellous
·2 か月前·議論
Corporate reasons. AWS hasn't opened codex models to everyone yet.
squirrellous
·2 か月前·議論
Something that amazed me around the time Cider V was first introduced is that some folks have been at Google for so long, they have never used VSCode, and didn’t recognize the UI at all.
squirrellous
·2 か月前·議論
What do you find appealing about GCP? I occasionally hear positive sentiment like this but don’t entirely understand the reason, mostly because I haven’t used non-GCP clouds professionally. Is it just the least bad of all the big clouds?