Live data from Hacker News

Viewing profile — wocram

wocram

HN member
Joined
Fri, Apr 03, 2015, 4:52 PM UTC
HN karma
196
Public activity
137 items

About wocram

No profile information was provided.

Recent public activity

  1. comment
    Comment #48653222

    Like secret lairs, they are trying to make products that some people will adore more than products everyone will like.

  2. comment
    Comment #48267854

    PRs very frequently contain more than 1 logical change.

  3. 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.

  4. 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…

  5. comment
    Comment #48015879

    Tcgplayer is mostly a marketplace, I don't think physical presence does anything for them.

  6. comment
    Comment #47157313

    Shouldn't you be able to answer that?

  7. comment
    Comment #46877640

    Being visible is useful, this is probably better suited for an ide than a hook or a daemon.

  8. 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.

  9. 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?

  10. 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…

  11. 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 …

  12. comment
    Comment #45858455

    This is a lot of words to say eat a plant-based/vegan diet.

  13. comment
    Comment #45706486

    Why is 90% enough?

  14. comment
    Comment #45677728

    I think jj is great, godspeed!

  15. 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.

  16. comment
    Comment #45085702

    https://github.com/jj-vcs/jj/discussions/3549 exists to simplify the tug workflow somewhat.

  17. comment
    Comment #45085620

    What is the replacement for `git branch --set-upstream-to`?

  18. comment
    Comment #45036999

    This was part of our Systems Engineering class, something like this: https://web.mit.edu/6.033/2014/wwwdocs/assignments/therac25....

  19. 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.

  20. 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…

  21. comment
    Comment #44373149

    I hope to not age out of trying out new tools other people like!

  22. comment
    Comment #44373145

    This and command duration if the command ran longer than 10 seconds are the most useful things to add.

  23. 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…

  24. 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.

  25. 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…