Viewing profile — skp1995
skp1995
HN member- Joined
- Sun, May 01, 2022, 2:31 AM UTC
- HN karma
- 421
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About skp1995
Recent public activity
-
comment
Comment #48927616
yup you can compile, we tested and made sure all the features work before posting
- story
-
comment
Comment #48141561
> The state of its Windows support is unclear to me. yeah this one is a bit weird, you can run the linux binary using WSL and that should work. We have a window flavor build but it…
-
comment
Comment #48141498
yes! we wanted to make sure that the binary works in your editors or via `-p`, no point in standing guard to how you would want to use it.
-
comment
Comment #48141486
hey I am the engineer who worked on the TUI and harness and happy to answer your questions. We worked quite heavily on the TUI, its written in ratatui and we did try to go the extr…
- story
-
comment
Comment #42984629
I does support o3-mini-high already, we use it for a few flows in the agent. What kind of SDK support are you looking for?
-
comment
Comment #42982763
Hey I am the coredev on sidecar. The reason you see autogenerated PRs is cause I am using our agents to write the code for the agent lol The big difference is the complete loop, ea…
-
comment
Comment #42639160
Hey! One of the creators of Aide here. ngl the total expenditure was around $10k, in terms of test-time compute we ran upto 20X agents on the same problem to first understand if th…
- story
- story
-
comment
Comment #42161104
I do have to ask, I have worked in codebases which used lifetimes and didn't lean into Rc/Arc and vice-versa. I used to think Arc/Rc was a shortcut to avoiding the borrow checker s…
-
comment
Comment #42161031
will keep that in mind going forward! The most recent ones which I have been hitting are around "higher-ranked lifetime error" I know my way around this now, which is to literally …
-
comment
Comment #42160949
Rust can be hard to get right because of the borrow checker. I had a similar situation happen to me where I went about refactoring the code to make borrow checker happy ... until t…
-
comment
Comment #42107956
I am missing the link to the thread, but diffusion models also give a very consistent output when prompted with `IMG_{number}` part of the reason could be the training data distrib…
-
comment
Comment #42079015
Thats a fair point, a significant part of our 4 person team had to skill up on the VSCode codebase to be able to meaningfully make changes to it. I would love to know your workflow…
-
comment
Comment #42078679
There is pinned context on the very top where you can pin the files which you frequently use. We will start including the open file by default in the context very soon (one of the …
-
comment
Comment #42077035
nothing https://github.com/codestoryai/ide/blob/0eb311b7e4d7d63676ad... we get back an undefined PosthogClient instead of populating it
-
comment
Comment #42075859
ugh.. in which case our platform detection code is not working as expected. We will look into that
-
comment
Comment #42075850
just a name resemblance, no relationship otherwise
-
comment
Comment #42075067
It supports all platforms, we took inspiration from the macos spotlight search widget for inline editing.
-
comment
Comment #42073222
that's a good metric to aim for... creating a full local index for 600k lines is pretty expensive but there are a bunch of huristics which can take us pretty far - looking at git c…
-
comment
Comment #42073084
JetBrains is very interesting, what are the best performing extensions out there for it? I do wonder what api level access do we get over there as well. For sidecar to run, we need…
-
comment
Comment #42073073
ohh inserting.. I tried it on couple of big repos and it was a bit of a miss to me. How large are the codebases on which you work? I want to get a sense check on where the behavior…
-
comment
Comment #42073061
how do you use the computer usage.. I do find it a very interesting API layer to play around with