HackerTrans
TopNewTrendsCommentsPastAskShowJobs

squirrellous

118 karmajoined قبل سنتين

comments

squirrellous
·قبل 5 أيام·discuss
Research done by SonarSource, a company that sells static analysis products. This explains the focus on static analysis, among other things.
squirrellous
·قبل 10 أيام·discuss
Love to see someone implementing pathlib in c++. It is what stdfs could have been.
squirrellous
·قبل 22 يومًا·discuss
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 يومًا·discuss
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 يومًا·discuss
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
·الشهر الماضي·discuss
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
·الشهر الماضي·discuss
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
·الشهر الماضي·discuss
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
·الشهر الماضي·discuss
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
·الشهر الماضي·discuss
This is the kind of comment I come to HN for. Thanks for teaching me something.
squirrellous
·قبل شهرين·discuss
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
·قبل شهرين·discuss
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
·قبل شهرين·discuss
Uhm what? All of those things are totally ordinary.
squirrellous
·قبل شهرين·discuss
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
·قبل شهرين·discuss
Both Facebook and Google internally use a custom version of mercurial, so I wouldn’t count it out just yet.
squirrellous
·قبل شهرين·discuss
I feel like parent was referring to a culture of shipping small changes frequently, which tends to result in stacked PRs.
squirrellous
·قبل شهرين·discuss
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
·قبل شهرين·discuss
Corporate reasons. AWS hasn't opened codex models to everyone yet.
squirrellous
·قبل شهرين·discuss
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
·قبل شهرين·discuss
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?