Readit News logoReadit News
amir-h commented on Enough AI copilots, we need AI HUDs   geoffreylitt.com/2025/07/... · Posted by u/walterbell
amir-h · a month ago
I love this analogy.

I've been particularly feeling like this regarding AI code reviewers recently - I don't want a copilot that will do their own review, I want a hud that will make it easier for me to understand the change.

I've been toying with crafting such a code review tool as a side project recently: https://useglide.ai

amir-h commented on Show HN: Devbox – Easy, predictable shells and containers   github.com/jetpack-io/dev... · Posted by u/robrich
amir-h · 3 years ago
Looks really nice! I'm wondering though whether this is luring me into a dangerous complexity cliff.

It seems easy to start using, but will I run into some issues a few months down the line like a package that's not available through Nix, or some Nix issue, and then I'm back to dealing with Nix's complexity only that I got there while staying clueless about Nix.

amir-h commented on Microsoft 3D Movie Maker Source Code   github.com/microsoft/Micr... · Posted by u/aaronbrethorst
amir-h · 3 years ago
Seems like each source file has a comment saying:

Primary Author : *** Review Status: Reviewed

I wonder what was their process for version control and code review back in the day?

amir-h commented on Stacked changes: how FB and Google engineers stay unblocked and ship faster   graphite.dev/blog/post/DT... · Posted by u/tomasreimers
amir-h · 4 years ago
GitHub allows stacking PRs you send PR1 to master and PR2 is a pull request to PR1's branch, the diffs look good, and when PR1 is merged GitHub automatically changes its target branch to master.
amir-h commented on Show HN: ChangeSets – group PRs across multiple Git repos   blog.mergequeue.com/chang... · Posted by u/spriha
amir-h · 4 years ago
Nice (: Gerrit has been offering this for some time now, nice to have it for GitHub as well: https://gerrit-review.googlesource.com/Documentation/cross-r...
amir-h commented on Pants 2.8 adds Go support: Build Go, Python, Shell, Docker with less boilerplate   blog.pantsbuild.org/golan... · Posted by u/stuhood
amir-h · 4 years ago
Great to see that Pants is moving forward even after Twitter migrated to Bazel!

I'm curious which big companies are using Pants v2 these days?

amir-h commented on Ask HN: How is Netflix able to prevent screenshots on Chrome?    · Posted by u/the42thdoctor
amir-h · 4 years ago
That's probably DRM protected content, it's not Javascript hack but a mecahnism that's built in deeper. A high level overview of how it works on Android is here(the secure texture part):

https://source.android.com/devices/graphics/arch-st#st_vid_p...

I'm not sure what the implementation is on Chrome/Desktop; probably something similar.

u/amir-h

KarmaCake day43February 27, 2018View Original