Viewing profile — wocram
wocram
HN member- Joined
- Fri, Apr 03, 2015, 4:52 PM UTC
- HN karma
- 196
- Public activity
- 137 items
- HN profile
- View on Hacker News ↗
About wocram
No profile information was provided.
Recent public activity
-
comment
Comment #48653222
Like secret lairs, they are trying to make products that some people will adore more than products everyone will like.
-
comment
Comment #48267854
PRs very frequently contain more than 1 logical change.
-
comment
Comment #48267805
https://github.com/jj-vcs/jj/discussions/3549 let's you change this behavior. I think the idea is that branches/bookmarks aren't as necessary as they are with git.
-
comment
Comment #48267778
jujutsu presents the same amount of power with fewer ideas, eg. There is no staging area. It adds new features, like jj undo. The un-learning curve is steep if you already know git…
-
comment
Comment #48015879
Tcgplayer is mostly a marketplace, I don't think physical presence does anything for them.
-
comment
Comment #47157313
Shouldn't you be able to answer that?
-
comment
Comment #46877640
Being visible is useful, this is probably better suited for an ide than a hook or a daemon.
-
comment
Comment #46602350
It depends on what you're publishing to, but works with most other tools by using a bookmark for each publish target.
-
comment
Comment #46370097
There are numerous other ways to publish games. Is it really rent-seeking to own and maintain the most popular game publishing platform?
-
comment
Comment #46100468
Level 1 is using nix to install packages, which you can do by writing a flake like. The arguments probably come from the fact that flakes are 'experimental', but de facto widely us…
-
comment
Comment #45858588
&& is not a pointer to a pointer, it's a temporary value. There is a huge amount of cognitive overhead in normal cpp usage because over time we have found that many of the default …
-
comment
Comment #45858455
This is a lot of words to say eat a plant-based/vegan diet.
-
comment
Comment #45706486
Why is 90% enough?
-
comment
Comment #45677728
I think jj is great, godspeed!
-
comment
Comment #45094799
In git remote branches have no notion of an upstream branch either, it's a fully local construct you end up responsible for annotating.
-
comment
Comment #45085702
https://github.com/jj-vcs/jj/discussions/3549 exists to simplify the tug workflow somewhat.
-
comment
Comment #45085620
What is the replacement for `git branch --set-upstream-to`?
-
comment
Comment #45036999
This was part of our Systems Engineering class, something like this: https://web.mit.edu/6.033/2014/wwwdocs/assignments/therac25....
-
comment
Comment #44748942
Carbon is just trying to bring a rust-like edition to cpp, there's no reason for non cpp users to Carbon.
-
comment
Comment #44373158
I also have very few always on segments, and many conditional segments that only show up when useful. Host shows when I'm not on the usual, user when I'm not me, and stuff like tha…
-
comment
Comment #44373149
I hope to not age out of trying out new tools other people like!
-
comment
Comment #44373145
This and command duration if the command ran longer than 10 seconds are the most useful things to add.
-
comment
Comment #44373137
Choosing which segments to show is the main the to configure. It's even one of the preset example to hide versions: https://starship.rs/presets/no-runtimes I agree there's a lot of…
-
comment
Comment #44123027
With git you can accomplish this with submodules (eg. Main private repo with public submodules, or vice versa), but they are unpopular because they are fairly tedious to use.
-
comment
Comment #44123006
What do you do when you need a 1 character change in a dependency? This added friction means you will do something unsavory to rush out a fix for yourself instead of fixing it in t…