HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roknovosel

no profile record

Submissions

I Built a Movie Recommendation Agent to Solve Movie Nights with My Wife

rokn.io
4 points·by roknovosel·5 months ago·0 comments

Building a Movie Recommendation Agent

rokn.io
3 points·by roknovosel·6 months ago·0 comments

Show HN: Movieagent.io – An agent for movie recommendations (with couple mode)

movieagent.io
25 points·by roknovosel·6 months ago·7 comments

comments

roknovosel
·6 months ago·discuss
Thank you for the feedback, I agree that the journey is a bit too slow at the moment.
roknovosel
·6 months ago·discuss
Can you try again? I tried it, and it should work now. It hanged due to a bug in my Letterboxd parsing code.
roknovosel
·6 months ago·discuss
I'm having some issues accessing Letterboxd at the moment. Working on a fix now.
roknovosel
·6 years ago·discuss
Hey, what kind of things do you dislike about the CodeReview SE and what would you like to see in an improved code review system?
roknovosel
·6 years ago·discuss
I've had an idea for some time now to create a website that would act as a better codereview.stackexchange.com. It would incorporate some of the features of the GitHub Pull Request system like inline commenting and reactions.

I arrived at this idea from two directions. The first direction is that I sometimes try to code review some of the questions over at CodeReview SE, and the whole thing feels unergonomic. I dislike scrolling up and down to check the code and constantly losing track of the things I'm reviewing. This is where I think inline commenting would help. Also, there is not a lot of room for discussion. You only get those comments below the review, where you only have a few characters to argue your point. The second direction is that I produce code snippets (programming homework, short snippets at work, etc.) which I would like to submit for review. I don't always want to submit it to the entire internet for review. I just want to get a private link to the code review, which I can share with my colleagues so they can review it. Kind of like a reviewable PasteBin.

Some of the features I would like to add: importing files from GitHub for reviewing and users could import their unanswered CodeReview SE questions for another review.