Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
isbadawi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
isbadawi
4y ago
A workaround I've used sometimes to retrigger CI is to do `git commit --amend --no-edit --reset-author`. This changes the sha by changing the author timestamp. Then you can force push it to the PR branch
2.
▲
by
isbadawi
5y ago
There's an item on their roadmap to allow commenting on unchanged lines: https://github.com/github/roadmap/issues/456
3.
▲
Pull Request File Tree Feedback
(github.com)
103 points
by
isbadawi
5y ago
|
73 comments
4.
▲
by
isbadawi
5y ago
I think the person you're replying to is saying that "fully implement every unit test up front" does not describe TDD. With TDD you continuously alternate between writing tests and writing production code. It's not like
5.
▲
by
isbadawi
5y ago
There must be a typo somewhere in your comment, I don't understand how 350/week for 5 months is better than 500/month.
6.
▲
by
isbadawi
5y ago
This seems to be covered by the new ability to extend issues with custom fields.
7.
▲
by
isbadawi
5y ago
I guess you have to be careful not to return inside of these :)
8.
▲
by
isbadawi
5y ago
I don't understand why you wouldn't be able to, especially given "a million years" to learn whatever you need to learn. Why does it feel inaccessible to you?
9.
▲
by
isbadawi
6y ago
It makes sense to me that merge commits would "contain changes" (i.e. that a merge commit's tree would have content that is not in either parent's tree), otherwise how else would you represent the result of resolving mer
10.
▲
by
isbadawi
6y ago
ripgrep isn't a 1:1 rewrite of grep. It's a different program.
11.
▲
by
isbadawi
6y ago
The government decides all the time that some people should be punished. It's the justice system.
12.
▲
by
isbadawi
6y ago
What are these quotes from?
13.
▲
by
isbadawi
6y ago
It's fine to take issue with charged language like the word "stolen", which can be interpreted in different ways; maybe you interpret that as "I won the vote count but the votes were changed", but it could also be r
14.
▲
by
isbadawi
6y ago
These aren't accusations of voter (or election) fraud in the same sense as was being claimed for 2020. From your second link: > During the tour's stop Friday in Seattle, Clinton pointed to FBI Director Christopher Wray's w
15.
▲
by
isbadawi
6y ago
But in this scenario, the news station is not providing enough information for the citizen to develop an informed opinion. I guess there's room for a service like that that just has raw video (as one element of a wider media ecosystem)
16.
▲
by
isbadawi
6y ago
If this hypothetical political candidate is saying something that's not true (or is disputed), and news station B just runs a raw video of their speech, you could argue it's favoring that candidate by allowing their message to spr
17.
▲
by
isbadawi
6y ago
Has the comment you're replying to made you change your interpretation of the clip?
18.
▲
by
isbadawi
6y ago
Just to clarify, Donald Trump called them "Clinton News Network". I think it's a little misleading to say they just "got the nickname".
19.
▲
by
isbadawi
6y ago
Here is a question posed by the article: IT’S HARD TO DETERMINE the extent to which Facebook caused this hyperpartisanship or simply stumbled into it. Did Facebook cultivate more extreme beliefs or simply take what was already simmering an
20.
▲
by
isbadawi
6y ago
Which subreddit are you referring to? Based on your description, it surely can't be /r/fatpeoplehate.
21.
▲
by
isbadawi
6y ago
https://en.wikipedia.org/wiki/Project_Veritas Just fyi, Project Veritas has a decade-long track record of intentionally putting out misinformation.
22.
▲
by
isbadawi
6y ago
What would make it better for podcasts? Just curious, I use it for podcasts and have no major complaints. Any alternatives you suggest?
23.
▲
by
isbadawi
6y ago
http://hateangular.blogspot.com/
24.
▲
by
isbadawi
6y ago
I've always read "a surge" as synonymous with "an increase", which could be expected or unexpected depending on the context.
25.
▲
by
isbadawi
7y ago
The parent's point is about the metric of "death rate for severe cases", which is ambiguous depending on how you define severe. You could pick a definition of severe such that the death rate is 100%, but that wouldn't be
26.
▲
by
isbadawi
7y ago
https://twitter.com/awprokop/status/1025484876278112261
27.
▲
by
isbadawi
10y ago
Effect is correct here.
28.
▲
by
isbadawi
10y ago
You configure your editor to expand a tab into four spaces.
29.
▲
by
isbadawi
11y ago
It's self, not __self__ (it has never been __self__). Double underscore names are used for special methods, which are typed relatively rarely, the most common probably being __init__.
30.
▲
by
isbadawi
11y ago
There was a nice talk about feature toggles at RubyConf 2015: https://www.youtube.com/watch?v=rBBLMmr9e-k
More ›