Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wocram
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
wocram
8d ago
This is not limited to non technical users. Plenty of people don't care to switch between models and just pick the latest model.
2.
▲
by
wocram
17d ago
What does this say about humans?
3.
▲
by
wocram
18d ago
Most people have only a handful of job experiences to think through how things work or should work, so articles like this help broaden one's perspective.
4.
▲
by
wocram
3mo ago
Like secret lairs, they are trying to make products that some people will adore more than products everyone will like.
5.
▲
by
wocram
4mo ago
PRs very frequently contain more than 1 logical change.
6.
▲
by
wocram
4mo ago
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.
7.
▲
by
wocram
4mo ago
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 very well. https://github.com/jj-vcs/j
8.
▲
by
wocram
5mo ago
Tcgplayer is mostly a marketplace, I don't think physical presence does anything for them.
9.
▲
by
wocram
7mo ago
Shouldn't you be able to answer that?
10.
▲
by
wocram
8mo ago
Being visible is useful, this is probably better suited for an ide than a hook or a daemon.
11.
▲
by
wocram
8mo ago
It depends on what you're publishing to, but works with most other tools by using a bookmark for each publish target.
12.
▲
by
wocram
9mo ago
There are numerous other ways to publish games. Is it really rent-seeking to own and maintain the most popular game publishing platform?
13.
▲
by
wocram
10mo ago
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 used.
14.
▲
by
wocram
10mo ago
&& 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 behaviors are wrong.
15.
▲
by
wocram
10mo ago
This is a lot of words to say eat a plant-based/vegan diet.
16.
▲
by
wocram
11mo ago
Why is 90% enough?
17.
▲
by
wocram
11mo ago
I think jj is great, godspeed!
18.
▲
by
wocram
1y ago
In git remote branches have no notion of an upstream branch either, it's a fully local construct you end up responsible for annotating.
19.
▲
by
wocram
1y ago
https://github.com/jj-vcs/jj/discussions/3549 exists to simplify the tug workflow somewhat.
20.
▲
by
wocram
1y ago
What is the replacement for `git branch --set-upstream-to`?
21.
▲
by
wocram
1y ago
This was part of our Systems Engineering class, something like this: https://web.mit.edu/6.033/2014/wwwdocs/assignments/therac25....
22.
▲
by
wocram
1y ago
Carbon is just trying to bring a rust-like edition to cpp, there's no reason for non cpp users to Carbon.
23.
▲
by
wocram
1y ago
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 that.
24.
▲
by
wocram
1y ago
I hope to not age out of trying out new tools other people like!
25.
▲
by
wocram
1y ago
This and command duration if the command ran longer than 10 seconds are the most useful things to add.
26.
▲
by
wocram
1y ago
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 noise that seems to be ther
27.
▲
by
wocram
1y ago
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.
28.
▲
by
wocram
1y ago
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 the dependency, waiting for a release, bumping the version of
29.
▲
by
wocram
1y ago
Nix is great until you're rebuilding multiple packages that are slow to build without incrementality (eg. C++ or Rust).
30.
▲
by
wocram
1y ago
Why multiple manyrepos over a single monorepo?
More ›