HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iparaskev

172 karmajoined w zeszłym roku
https://iparaskev.com/

Submissions

Cherry, a filter for AI generated PRs

cherry.gethopp.app
2 points·by iparaskev·5 miesięcy temu·1 comments

Is human collaboration the answer to the skill formation risks by AI?

gethopp.app
2 points·by iparaskev·5 miesięcy temu·1 comments

Compiling Rust to readable C with Eurydice

lwn.net
2 points·by iparaskev·5 miesięcy temu·0 comments

15 Months, 20k Visitors in the last 6, and 0 Product-Market Fit

gethopp.app
1 points·by iparaskev·5 miesięcy temu·0 comments

15 Months, 20k Visitors, and 0 Product-Market Fit

gethopp.app
2 points·by iparaskev·6 miesięcy temu·0 comments

I know we're in an AI bubble because nobody wants me

petewarden.com
87 points·by iparaskev·7 miesięcy temu·62 comments

Sudo-Rs Affected by Multiple Security Vulnerabilities – Impacting Ubuntu 25.10

phoronix.com
6 points·by iparaskev·8 miesięcy temu·4 comments

Casey Muratori: I can always tell a good programmer in an interview

gethopp.app
102 points·by iparaskev·9 miesięcy temu·166 comments

You Still Need to Think

calv.info
4 points·by iparaskev·9 miesięcy temu·0 comments

Making a Modern Metal/D3D12/Vulkan RHI

amelieheinrich.com
3 points·by iparaskev·9 miesięcy temu·0 comments

Hacktoberfest shouldn't be AI generated PRs

iparaskev.com
4 points·by iparaskev·9 miesięcy temu·0 comments

Benefits of choosing email over messaging

spinellis.gr
183 points·by iparaskev·9 miesięcy temu·157 comments

Desktop Deep Linking Avoid Browser Popup Blocks

gethopp.app
2 points·by iparaskev·9 miesięcy temu·0 comments

comments

iparaskev
·3 dni temu·discuss
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.
iparaskev
·20 dni temu·discuss
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.
iparaskev
·26 dni temu·discuss
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 written in tauri), which caused some stability issues. Now the app is more stable again but we are still making improvements and fixes.

https://github.com/gethopp/hopp
iparaskev
·5 miesięcy temu·discuss
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 to hear your thoughts on how to solve this without discouraging legitimate junior developers. What kind of heuristics do you currently use manually that we could automate?
iparaskev
·5 miesięcy temu·discuss
The hobbit!
iparaskev
·5 miesięcy temu·discuss
> 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 become lazy and something slips.

> Adding AI to the mix might make it a harder sell, not easier.

100%. I think teams that already pairing could try something like this.
iparaskev
·7 miesięcy temu·discuss
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 want to make a gpui app, which will replicate all of our requirements, in order to see what is missing and if I need to contribute upstream. I am planning to write a blog post when the migration is over.

[1] https://github.com/gethopp/hopp
iparaskev
·7 miesięcy temu·discuss
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 what I understand as well, we could utilise the hw better today and make things more efficient but instead we are focusing on making more. TBH I think both need to happen, money should be spent to make better more performant hw and at the same time squeeze any performance we can from what we already have.
iparaskev
·7 miesięcy temu·discuss
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.
iparaskev
·7 miesięcy temu·discuss
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)
iparaskev
·8 miesięcy temu·discuss
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 in the editor is the best approach, you get zero latency and have all the context that you need (most of the times). But if you want to do more, like opening the browser for whatever reason, or teaching how to use a specific cli, etc, then taking control works better.

If you liked pop you might like gethopp.app, which is an OSS pair programming app (full disclosure I am the co-maintainer). Unfortunately because we have chosen tauri for the frontend we can only support macos and windows, but I am working on a solution for Linux too.
iparaskev
·8 miesięcy temu·discuss
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.
iparaskev
·9 miesięcy temu·discuss
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 teammates, who are willing to put effort to review your patch without having you next to them to ask questions when they don't understand something.
iparaskev
·9 miesięcy temu·discuss
> 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.
iparaskev
·9 miesięcy temu·discuss
Yes you are certainly right that it will be much harder the more years of experience you have.

That said, I think that someone could remember a few things for past projects when preparing for an interview. Of course doing that on the spot might be very hard.
iparaskev
·9 miesięcy temu·discuss
This is good point. I thought of including this but decided against it at the last minute. I will update the article to briefly mention this, because I also think it is becoming a problem. Thanks for the suggestion.
iparaskev
·9 miesięcy temu·discuss
This is a valid point. But I think there is merit on working for a few days with a potential hire in order to see how good of a fit they are to you and you to them. You reduce the chances of having a false positive hire.
iparaskev
·9 miesięcy temu·discuss
I agree that is hard to remember every little detail for every project you have worked on, but I can definitely recollect how I approached the biggest problems on almost every project. Usually these are the ones worth talking about.
iparaskev
·9 miesięcy temu·discuss
With a buddy of mine we have built Hopp, which is an oss pair programming app, https://github.com/gethopp/hopp. Feel free to pass by our discord server if you want help with self hosting.