Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bobbyi_settv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bobbyi_settv
5y ago
It's not just --help. When you checkout a specific commit and are now in detached HEAD state, you are by default given the message If you want to create a new branch to retain commits you create, you may do so (now or later)
2.
▲
by
bobbyi_settv
5y ago
That technique doesn't work (as well) when you want a single "else" block that is used when either of the conditions is false, which I think is pretty common for this sort of conditional
3.
▲
by
bobbyi_settv
5y ago
How is this command from the page: # Lint a Helm chart # Good to put in pre-merge checks $ helm template . | kubeval - different/ better than "helm lint" ( https://helm.sh/docs/helm/helm_li
4.
▲
by
bobbyi_settv
5y ago
Worse, the klein bottles did nothing to remove my black heads
5.
▲
by
bobbyi_settv
5y ago
The Mac equivalent of xclip -i is pbcopy
6.
▲
by
bobbyi_settv
5y ago
> Whats the difference between having sex and being a sexual predator? I don't think it's necessary to answer this because "sexual predator" was literally Noah's description of himself and his behavior (in those
7.
▲
by
bobbyi_settv
5y ago
If I CMD+R on Hacker News, it reloads the page. If I do it on outlook.office.com, it starts drafting a reply to the email I have selected. Reload button does the same thing everywhere.
8.
▲
by
bobbyi_settv
5y ago
I guess they're going for technically correct since 100% is indeed "a portion"
9.
▲
by
bobbyi_settv
5y ago
It's somewhat ambiguous because Unicode has a code block for actual runes which are not the same as the "runes" you're talking about https://en.wikipedia.org/wiki/Runic_(Unicode_block)
10.
▲
by
bobbyi_settv
5y ago
Microsoft's compiler did not support C99 for a long time because they did not really think of it as a C compiler or a C/ C++ compiler; it is a C++ compiler. Its support for C90 was explained as being maintained "for historica
11.
▲
by
bobbyi_settv
5y ago
As the press release says, menthol was "the last allowable flavor". It's not the government banning one specific flavor because it is popular with black people. It is the government first banning every flavor except the one
12.
▲
by
bobbyi_settv
5y ago
The fact that it can be unlocked with a picture doesn't mean it has no security. The main use case for phone locking is that you leave your phone in a cab, a bar or wherever else in public and someone picks it up later. That person isn
13.
▲
by
bobbyi_settv
5y ago
Could this lead to people intentionally violating terms to try to get their account terminated so that they can get money back for every in app purchase, etc, they've ever made?
14.
▲
by
bobbyi_settv
5y ago
Did the word "compression" get cut off due to title length? Or is it intentionally being compressed in the original title as a meta-joke? Turns out it's the former
15.
▲
by
bobbyi_settv
5y ago
> One of the big open questions is "are APIs copyrightable?" The court skirted that question, and instead focused on whether it was fair use: Doesn't deciding that it's fair use specifically mean that they think it i
16.
▲
by
bobbyi_settv
6y ago
I need to get in the habit of using those. I tend to do ct<space>
17.
▲
by
bobbyi_settv
6y ago
ci also can take a number for nesting level. For example, c2i( will change within the second level of surrounding parens rather than the innermost
18.
▲
by
bobbyi_settv
6y ago
Tom Wilson later gained some internet fame for this song: https://www.youtube.com/watch?v=iwY5o2fsG7Y
19.
▲
by
bobbyi_settv
6y ago
It doesn't just buy safety. It also makes it possible to include null bytes inside of strings.
20.
▲
by
bobbyi_settv
6y ago
Keep a dream journal. Meaning, when you wake up each morning, immediately write down everything from your dreams. Everyone says they can't do this because they don't remember their dreams, but if you start trying to do it, you wil
21.
▲
by
bobbyi_settv
6y ago
I rarely actually do it because f and t motions, possibly with a number, can usually handle these cases. For example, c3tA to change up to but not including the third capital A after the current position
22.
▲
by
bobbyi_settv
6y ago
The non-barbarian way to avoid counting characters when there's no convenient motion is visual mode. Hit v, then hit l until you've highlighted the part you want to change, then hit c to start changing it.
23.
▲
by
bobbyi_settv
6y ago
An opponent being able to remove one of your lands with small creature removal or any ping effect or -1/-1 counter is scary. It sees play (I think) in Legacy and Commander where there are a bunch of specific powerful ways to abuse it (
24.
▲
by
bobbyi_settv
6y ago
Definitely disagree. There are other successful games that use deckbuilding as an element of a larger game (in the vein of Clank or Quest for El Dorado), but no pure deckbuilding game has come close to overtaking Dominion as top dog. If we
25.
▲
by
bobbyi_settv
6y ago
Maybe it's for portability. The /proc filesystem doesn't exist on every OS supported by gdb.
26.
▲
by
bobbyi_settv
6y ago
It's just for historical/ backwards compatibility reasons. These types have been part of Python from before it had classes. Today, they are classes and can be subclassed, etc, but too much code relies on their existing names to ch
27.
▲
by
bobbyi_settv
6y ago
> We encourage you to evaluate moving to a container runtime that is a full-fledged implementation of CRI (v1alpha1 or v1 compliant) as they become available. So Docker is deprecated, but no replacement is yet available?
28.
▲
by
bobbyi_settv
6y ago
Even if you don't care if someone hacks your Google account, the rest of care when we start getting deluged with spam from that Gmail address.
29.
▲
by
bobbyi_settv
6y ago
I think the idiomatic way is with weakref https://docs.python.org/3/library/weakref.html Particularly note "finalize provides a straight forward way to register a cleanup function to be called when an object
30.
▲
by
bobbyi_settv
6y ago
Until very recently, I thought they wrote all the episodes without outside involvement, but then I recently came across this clip where Bill Hader talks about being part of a "South Park retreat" where they bring people to brainst
More ›