Viewing profile — squirrellous
squirrellous
HN member- Joined
- Fri, Dec 13, 2024, 4:26 AM UTC
- HN karma
- 122
- Public activity
- 126 items
- HN profile
- View on Hacker News ↗
About squirrellous
No profile information was provided.
Recent public activity
-
comment
Comment #49166945
Well, did they hire you? Don’t leave us hanging!
-
comment
Comment #48974245
Here are some that come to mind right now: https://research.swtch.com/ https://danluu.com/ https://apenwarr.ca/log/
-
comment
Comment #48968147
My first thought as well. Debugging is actually a decent use case of AI.
-
comment
Comment #48915530
These days I am of the opinion that we don’t need a real IDL. Instead one should choose a “primary language” and define the schema in that language. All other language bindings are…
-
comment
Comment #48879839
Honest question - why isn’t the following document [1] a standard? Is it too loosely specified? [1] https://protobuf.dev/programming-guides/encoding/
-
comment
Comment #48801071
Research done by SonarSource, a company that sells static analysis products. This explains the focus on static analysis, among other things.
-
comment
Comment #48743306
Love to see someone implementing pathlib in c++. It is what stdfs could have been.
-
comment
Comment #48598862
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-or…
-
comment
Comment #48579597
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?
-
comment
Comment #48502343
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.
-
comment
Comment #48459347
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…
-
comment
Comment #48378728
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 c…
-
comment
Comment #48355354
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 th…
-
comment
Comment #48350813
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 …
-
comment
Comment #48303115
This is the kind of comment I come to HN for. Thanks for teaching me something.
-
comment
Comment #48274106
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.
-
comment
Comment #48262620
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. …
-
comment
Comment #48222067
Uhm what? All of those things are totally ordinary.
-
comment
Comment #48216162
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 b…
-
comment
Comment #48174787
Both Facebook and Google internally use a custom version of mercurial, so I wouldn’t count it out just yet.
-
comment
Comment #48159352
I feel like parent was referring to a culture of shipping small changes frequently, which tends to result in stacked PRs.
-
comment
Comment #48155852
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…
-
comment
Comment #48143340
Corporate reasons. AWS hasn't opened codex models to everyone yet.
-
comment
Comment #48129217
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 a…
-
comment
Comment #48083979
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 profes…