Viewing profile — lowboy
lowboy
HN member- Joined
- Wed, Dec 07, 2011, 10:37 PM UTC
- HN karma
- 1,003
- Public activity
- 555 items
- HN profile
- View on Hacker News ↗
About lowboy
No profile information was provided.
Recent public activity
-
comment
Comment #46175813
It does via snapshot.auto-track https://docs.jj-vcs.dev/latest/config/#paths-to-automaticall...
-
comment
Comment #46149905
Being responsible for something while having little/no control is so demoralizing & infuriating.
-
comment
Comment #45686983
If you're looking to model git branches as much as possible with jj bookmarks and assume that: - the working copy has a bookmark pointing to it - there's some ancestor with a bookm…
-
comment
Comment #45682680
Ah, yes that reading of the “work is invisible” is likely.
-
comment
Comment #45676061
> You can't do jj this, jj that, jj other, jj undo, jj undo, jj undo AFIACT You can as of v0.33.0[0]. Previous behaviour was that `jj undo; jj undo` would leave you where you start…
-
comment
Comment #45675132
Another good sales pitch is `jj undo`[0]. It puts the repo back to previous state, regardless of what the mutative operation was. It's a powerful and simple safety net that unlocks…
-
comment
Comment #45558959
Your response conflates the categories of people and ignores that statements like "people..." can mean "(some|most|all) people..." in casual writing/speech. It is not a fair respon…
-
comment
Comment #44832678
Your metrics for community success might be misaligned with those of the community stewards. There's more room for interpretation in "all backgrounds, genders, and experience level…
-
comment
Comment #44820091
I haven't seen any of the previous iterations of the conversation, nor have I had a chance to try Gleam (though it is on my short list!). > greeting curious potential new users wit…
-
comment
Comment #44819252
> It's impossible to prevent people who you disagree with from using a language True, but the message on the website starts with "As a community...", and speaks to participation in…
-
comment
Comment #44712635
by default, snapshots only get created on (most) `jj` invocations the watchman integration runs snapshots on filesystem changes[0], so every time a tracked file changes on disk, a …
-
comment
Comment #43617622
Oops :)
-
comment
Comment #43616394
Not parent, but for me it was a couple hours of reading (jj docs and steve's tutorial), another couple hours playing around with a test repo, then a couple weeks using it in place …
-
comment
Comment #42818448
Zed has the least uncanny valley of any vim emulation that I've tried. Switching is not feasible for me until they get mini.surround[0] and Flash.nvim[1], particularly Flash's tree…
-
comment
Comment #42512392
> remember that debugging extension? Firebug was a godsend.
-
comment
Comment #42185188
Pinning to exact versions has been supported in npm for most, if not all of its life. That’s the usual way to do things in most teams working on app code I’ve been a part of (as op…
-
comment
Comment #42183997
Well, the article is about npm, a package manager for node. Vendoring dependencies into source is a choice, albeit one that I don't often reach for.
-
comment
Comment #42041911
Nope. And not sure how you made the leap there from me giving context into my environment and equipment and how I was perceiving some text on the screen.
-
comment
Comment #42041858
Good distinction between light grey setting and perception (I was speaking to the former). Maybe on your screen/OS/browser for a given font, a setting of #000 would start at (perce…
-
comment
Comment #42038904
Semantics, but the #5e636a (39% lightness) text of Neo4j and #1c1e21 (12% lightness) of RabbitMQ aren't what I would consider _light_ grey. That would be up in the #bbb-eee range, …
-
comment
Comment #42036873
Do you have a recent example of a professional designer doing “light-grey text on a white background”? Because the designers I’ve worked with would never ship that. But maybe I’ve …
-
comment
Comment #42018954
React enables declarative UI code instead of imperative. That's one of its biggest values. Even in the terminal, especially as the complexity of a tool increases.
-
comment
Comment #41896495
I haven’t had the chance to use Svelte in even a semi-serious project. From what I’ve tracked, Runes allow for better handling state complexity and allowing finer grained explicit …
-
comment
Comment #41430663
I’ve been Colemak for 11 years. For quick things ( For longer I just set the OS to Colemak and then back again when I’m done. Win/Mac has Colemak and Dvorak built in. I hope most l…
-
comment
Comment #39698579
This has great discoverability for other eng teams ime. Duplication of components across multiple product teams is a drag on velocity and a major pain when you want to update brand…