Viewing profile — olup
olup
HN member- Joined
- Fri, Nov 29, 2019, 7:03 AM UTC
- HN karma
- 227
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About olup
No profile information was provided.
Recent public activity
-
comment
Comment #49166522
Also, one can improve domain expertise with the help of the LLM, to becomme a better part of the LLM harness.
-
comment
Comment #48336951
Having implemented a skill to connect teams to our admin system, we ended up recording it as a Mcp. the Mcp exposes only doc grep and api calls so it's completely useless in itself…
-
comment
Comment #48054364
I feel that a lot in my side projects: maybe one should keep the half-baked AI repo for oneself and rather share what the experiment, the thesis, and the learning from the building…
- story
-
comment
Comment #47667953
I use handy all day long as a software engineer, and recommended it to all of my team members. I love it.
-
comment
Comment #47504113
A bit tangential to the article themes, but I feel in some workplaces that engineering velocity has gone up while product cycles and agile processes have stayed the same. People en…
-
comment
Comment #46846085
My team is asking the same. We are using jj with great success but tools like auto claude are designed around git and git worktrees. It's a shame - at least with git backend we can…
-
comment
Comment #46845925
I wanted the same extension but more steerable and open source, so I built open jj recently https://github.com/olup/open-jj
-
story
Show HN: I Claude coded a small open-source jj VSCode extension
There were only 2 of them; one was not awesome for me to use, and the other one is not open source, and I felt it lacked some features. So I made a third one, mainly for me. Early …
- story
-
comment
Comment #44872502
I can't relate more. I am also prone to ophthalmic migraines and have the same tendency to not be thirsty, to the amazement of the people I usually trek or live with. Only recently…
-
comment
Comment #43903530
I am a father of two, and I could not have penned that any better.
-
comment
Comment #43099316
It's Counter Strike of course
-
comment
Comment #42977733
Famous french radio program about lives and experience, like the moth meets Bourdieu. For this episode, they wrote and made the voices all in ai, relating to the Paris ai submit. T…
- story
-
comment
Comment #42695261
On the prompt side, it's very simple, and can probably be done in a variety of ways. How we did it is to prepare a prompt with multiple "user" messages. The first one gives the ins…
-
comment
Comment #42695028
Poster here. We would have loved that, and it was one of our first proposal - a QR code or some kind of marker. However, the client is understandably very controlling on the aesthe…
-
comment
Comment #42660185
First time for me posting this kind of story - I thought it would make an interesting case on solving a hard computer vision problem with a crafty product engineer team.
- story
-
comment
Comment #42526037
I just loved the wooden spirograph thing I got my 5yo daughter for Christmas (she does too, what fun). But then I thought making it an app to start exploring how those shapes work …
- story
-
comment
Comment #42455367
We have an openai account for the company, so I mainly use gpt4o or 4o mini with supermaven and cline. I think Claude 3.5 works even better.
-
comment
Comment #42454172
I use supermaven and cline with my own API key, a setup superior to cursor imo. Tried to go back to gh copilot yesterday but couldn't bear it for a full workday, and reverted to my…
-
comment
Comment #42406307
We, as many players, have custom pipelines on embedding. We don't split docs based on chunk size but do semantic chunking and chunk augmentation. We embed everything with two embed…
-
comment
Comment #42406272
Interesting but we process documents before embedding them, and have specific requirements for the embedder. Having developed a couple of page to markdown myself, I think the bigge…