Viewing profile — zeotroph
zeotroph
HN member- Joined
- Thu, Aug 02, 2012, 5:39 PM UTC
- HN karma
- 508
- Public activity
- 172 items
- HN profile
- View on Hacker News ↗
About zeotroph
No profile information was provided.
Recent public activity
-
comment
Comment #42872265
There is third, pytype (by google), which I found pretty good but it rarely gets mentioned. However, like the others it is slow, so I hope this one is fast and supports all the pyt…
-
comment
Comment #42096455
Looking at the nice demo, I think just defaulting to asking for confirmation if there is ambiguity, instead of dazzling the user with `mergiraf solve` magic would help; there is al…
-
comment
Comment #42032561
Ah, more complex than I thought: "venvstacks allows you to package Python applications and all their dependencies into a portable, deterministic format, without needing to include …
-
comment
Comment #42032551
And with just 3 layers: Runtime, Framework, Application. But at least you are not switching tools, and it presumably would prevent you from installing LARGE_v1.1, and then installi…
-
comment
Comment #41516960
That's just a `git pull --rebase` away (or set pull to never merge but rebase), and all the non-merged commits are rebased onto the new upstream, and while doing the rebase the alr…
-
comment
Comment #41509527
> Developers just aren't very good at doing this. GitHub provided a way to contribute, but also to avoid learning to rebase, thus making it more welcoming to devs who only know abo…
-
comment
Comment #41509438
> [GitLab] you can mark the PR to depend on another How much user interaction does that require, and how is this visualized in the review UI? Gerrit creates this dependency with a …
-
comment
Comment #41506936
Attention Set Makes me wonder what other git or dev-in-general blindspots I have.
-
comment
Comment #41506824
And just visually, GitHub wastes so much vertical space, so even trying to place what belong to which patchset becomes hard.
-
comment
Comment #41506789
There is one thing I miss on Gerrit when you push a stack of commits: A central place to talk about the whole of the stack, not just individual commits. This "big picture", but sti…
-
comment
Comment #41506767
That's exactly what Gerrit can do. When you push an x-b-c-d-e chain, these show up stacked in the UI, but you can easily cherry-pick b onto main (see that the CI passes, and the us…
-
comment
Comment #41506743
Right, for Graphite $20/dev/month is nothing (I wonder if Enterprise is less or more more than that...), considering an ounce of review (prevention) is worth a pound of bugfixes (c…
-
comment
Comment #41506652
From my interaction with the free part of GitHub, "diff soup" describes it very well. Does the paid version do anything better? What about GitLab, can this get near Gerrit? And the…
-
comment
Comment #41435629
> if car companies where the ones liable for fixing your car Sidenote: this one of the ideas behind Ida Aukens (controversial, and I would say misunderstood) "You will own nothing …
-
comment
Comment #41223162
There is also the rarely mentioned pytype from Google, written in Python. And pyright from Microsoft is written in Typescript, pyre at Facebook in OCaml. Last time I checked, these…
-
comment
Comment #41195361
That only seems to work on btrfs, XFS, (and maybe now or very soon) ZFS and bcachefs: "[duperemove] simply finds candidates for dedupe and submits them to the Linux kernel FIDEDUPE…
-
comment
Comment #40963901
> just say `arc diff` instead of `git push`. "just" - I bounced off Phabricator because I couldn't use native git tooling, and what mapped to where wasn't clear to me. The pure git…
-
comment
Comment #40963702
Good to hear, Gerrit does a lot of things right, see "stacked diffs" (or the realization that GitHub lacks these) now becoming more popular. And the patchset model is one important…
-
comment
Comment #40962076
How do you envision pushing/reviewing a branch of 3 cleanly separated commits (say: write failing test, fix code, refactor) into a repo with a fast-forward/no-merge policy? The end…
-
comment
Comment #40752292
I discovered CRIU in this video below (1h) "Container Migration and CRIU Details with Adrian Reber (Red Hat)", it has a live demo and the details about how much "user space" it rea…
-
comment
Comment #40327943
"Numerous others" which also support MFA, have some (Web)-UI and are also open source? I only know of DefGuard[1], which aspires to do a lot more. 1: https://github.com/DefGuard/de…
-
comment
Comment #40316354
Whoa, the line "Every save is uploaded, automatically [by default]" needs to qualify the non-default options. Can a company policy demand that? I hope there is a protocol-level, cl…
-
comment
Comment #40054299
Firefox View slowly getting more features, nice. I hope one day it supports the very real use case of using/abusing browser tabs as bookmarks. I know I am not the only one who keep…
-
comment
Comment #38634602
I was wondering why this material is so bad, it seems to be because it is mostly silica crystals. Without the resin holding it in place such a material wouldn't be possible. 90–93%…
-
comment
Comment #37577453
If I may ask, is this mirrorfs available somewhere? The demofs from nfsserve seems to create and server a pure in-memory fs tree if I read the sources correctly.