Viewing profile — iparaskev
iparaskev
HN member- Joined
- Wed, Mar 26, 2025, 4:01 PM UTC
- HN karma
- 172
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About iparaskev
Recent public activity
- story
- story
-
comment
Comment #48893137
I agree that in the end the most important thing is to have the correct mental model of the code, and there is no need to know every implementation detail if you can ensure with ot…
-
comment
Comment #48892911
He is the creator of redis.
-
comment
Comment #48830417
Have you tried using a purpose built pair programming app? Essentially these are tools with low latency screen sharing and remote control. Then you can pair-prompt in a call.
-
comment
Comment #48623523
I think it doesn't really matter if the fund manager was committing a fraud. The author had fun, met their spouse and just enjoyed life with the information they had at that point.…
-
comment
Comment #48540449
Still working on Hopp, an oss pair programming app. A few months ago we ported part of the frontend in rust, to work around the webrtc limitations imposed by webkit (Hopp is writte…
-
comment
Comment #47036475
Hi! Seeing how many maintainers and repos have issues with PRs made by bots, we decided to do something, and we started building cherry. We are doing a private beta and we'd love t…
- story
-
comment
Comment #47027249
The hobbit!
-
comment
Comment #46965371
> Biggest risk I've found building solo with AI isn't bad code — it's accepting plausible code without interrogating it Totally agree. While I am aware of the danger, sometimes I b…
- story
- story
- story
- story
-
comment
Comment #46281491
Working on migrating Hopp's [1] overlay window, which we use for drawing the remote cursors, from winit + wgpu to gpui. I used claude in the weekend to make a prototype and now I w…
-
comment
Comment #46086679
OP here, I didn't write the post, but found it interesting and posted it here. > So i understand correctly, they spend more even thought They can, optimize and spend less This is w…
-
comment
Comment #46086660
Indeed Tuple is a great product. The goal is to match their quality and make it the OSS alternative, it's still early though, and I am trying to get some feedback.
-
comment
Comment #46086460
What is your setup when pairing remotely? (Full disclosure I am building an OSS app for this purpose and just want to learn what is working for people)
- story
-
comment
Comment #45920038
With zed you can also share your screen in the editor which makes it a bit better, but still you can't take control of the other machine. IMO if you only care about coding doing it…
-
comment
Comment #45901601
While I like rust and use it for my own projects I agree 100% with you. No reason to replace sw that has been working perfectly for many years.
- story
-
comment
Comment #45727007
I see your point and I agree that pair programming code reviews give a lot of value but you could also improve and learn from comments that happened async. You need to have teammat…
-
comment
Comment #45693359
> this kind of interview is way harder to set up This is a good point. I will add a note in the post to highlight this.