Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
raylu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
raylu
10mo ago
I've thought about using https://github.com/dlvhdr/diffnav for that
2.
▲
by
raylu
1y ago
I'm having a hard time understanding your question. are you asking how people who are unfamiliar with git and jj should mentally model a stack of PRs? and that this is a problem because it's intimidating for them when an expert (i
3.
▲
by
raylu
1y ago
the thing about rebasing/cherry-picking (including just popping the stash) in git is that you only have 2 choices: fix the conflict now or abandon the entire rebase/cherry-pick with jj, you have the option to fix half of it and co
4.
▲
by
raylu
1y ago
`jj op` has `log` to show you the op log, `show`/`diff` which work like their non-op versions, and `jj op restore` which is sorta like `git reset --hard HEAD@{whatever}` but for your whole repo state
5.
▲
by
raylu
1y ago
wait what? bitbucket will merge a PR from your feature branch onto the base branch even if it's not fast-forward from the base branch. as long as you use the "squash" or "rebase" option on the PR interface (instead
6.
▲
by
raylu
1y ago
`git rebase -i` lets you reorder one branch of commits easily in a stacked PR workflow, after the bottom PR merges, you now want to rebase the whole stack atop the main branch. if that's 3 PRs, that's 3 branches, 3 rebases one thi
7.
▲
by
raylu
1y ago
I ran into this at first on a large-ish repo. watchman fixed it: https://jj-vcs.github.io/jj/latest/config/#filesystem-monito...
8.
▲
by
raylu
5y ago
it feels like we're conflating two issues here: fixing the bug on time and paying out the researcher. at the point where the bug is too complicated to fix within SLA and the exception has been escalated to senior leadership, surely the
9.
▲
by
raylu
5y ago
much smaller, less wealthy companies attract far fewer reports
10.
▲
by
raylu
5y ago
Good thing you sold immediately when they vested.
11.
▲
by
raylu
6y ago
Don't jump to conclusions too fast about a reduced example to demonstrate a problem. I probably originally had 2 expressions that evaluated to booleans. I may have been using `is` to check that the type of one was actually a bool rathe
12.
▲
by
raylu
6y ago
IIRC, I originally had 2 expressions that evaluated to booleans that I was comparing. I don't remember if I had parens, but I do remember being deeply confused once there were no parens.
13.
▲
by
raylu
6y ago
But also, those high ladders of abstraction support some pretty cool software...
14.
▲
by
raylu
6y ago
Oh, hi! Yeah, that was a real head-scratcher.
15.
▲
Why is Postgres EXPLAIN ANALYZE slow in Docker for Mac?
(benchling.engineering)
4 points
by
raylu
7y ago
|
0 comments
16.
▲
by
raylu
7y ago
> Why? What even was the point in making them 'typed' then? To prevent you from passing a String as a String[Zipcode].
17.
▲
Enforcing Transitive Constraints in SQL
(benchling.engineering)
10 points
by
raylu
8y ago
|
0 comments
18.
▲
by
raylu
12y ago
Nullsec is dominated by the nullsec alliances, and big battles, which are the only thing non-EVE media reports on, happen almost exclusively in nullsec.
19.
▲
by
raylu
13y ago
Yeah, but if you have a test suite you add Python 3 and silence the existing failures. They likely already know where a lot of their failures are going to be even without tests. The effort involved in fixing those known failures alone is
20.
▲
by
raylu
13y ago
That's quite a glorified view of tests. You can have the best test coverage in the world backed by a great CI culture but if porting something is a huge time investment, it may still be a huge time investment. Maybe there's one 2.
21.
▲
by
raylu
13y ago
See every organization still running on XP ? They may be sentence to death in 3 month, that may be the hardest way learn it. See that place running COBOL? Yeah, that's your bank.
22.
▲
by
raylu
13y ago
libx264 doesn't provide a decoder. Did you mean H.264?
23.
▲
by
raylu
13y ago
I find it difficult to imagine that anyone would actually believe the two are equivalent, but maybe I've just been hanging around HN-types too much.
24.
▲
by
raylu
13y ago
Reminds me of http://mod16.org/hurfdurf/?p=12 .
25.
▲
by
raylu
13y ago
"since they're all held to a reasonable minimum standard." Except the ones that are too big to fail right? https://bugzilla.mozilla.org/show_bug.cgi?id=647959
26.
▲
by
raylu
13y ago
If you have a compiled project, files that aren't tracked include all of your intermediate .o files, for example. If you `grep -r` the wrong way, it may traverse the .git directory.
27.
▲
by
raylu
13y ago
I assume you've already considered using gvim?
28.
▲
by
raylu
13y ago
The problem isn't making changes to the source. The monoculture or de-facto standards come up because those are the rendering engines used by users . You can make WebKit or Trident a billion times better but it won't matter to we
29.
▲
by
raylu
13y ago
I was using "your" in the third-person, a quirk of the English language that is too late to fix. Configuration should not be able to cause your software to segfault. Configuration shouldn't be software. And, in case it'
30.
▲
by
raylu
13y ago
If every page was similar to this one, the web would be plainer and simpler. It seems that you seem to think this is a bad thing by characterizing it as "bleak and characterless." I think it would just be a whole lot less stupid :
More ›