Viewing profile — bobbyi_settv
bobbyi_settv
HN member- Joined
- Wed, Jun 05, 2013, 3:10 AM UTC
- HN karma
- 1,472
- Public activity
- 313 items
- HN profile
- View on Hacker News ↗
About bobbyi_settv
No profile information was provided.
Recent public activity
-
comment
Comment #28028182
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 comm…
-
comment
Comment #27934089
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 condi…
-
comment
Comment #27740288
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/hel…
-
comment
Comment #27690765
Worse, the klein bottles did nothing to remove my black heads
-
comment
Comment #27623493
The Mac equivalent of xclip -i is pbcopy
-
comment
Comment #27583441
> 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 him…
-
comment
Comment #27566327
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 everywh…
-
comment
Comment #27547988
I guess they're going for technically correct since 100% is indeed "a portion"
-
comment
Comment #27534796
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_bl…
-
comment
Comment #27297799
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…
-
comment
Comment #26986811
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 governmen…
-
comment
Comment #26946430
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 i…
-
comment
Comment #26937722
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?
-
comment
Comment #26906774
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
-
comment
Comment #26704534
> 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 sp…
-
comment
Comment #26433205
I need to get in the habit of using those. I tend to do ct
-
comment
Comment #26433193
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
-
comment
Comment #26364779
Tom Wilson later gained some internet fame for this song: https://www.youtube.com/watch?v=iwY5o2fsG7Y
-
comment
Comment #26349831
It doesn't just buy safety. It also makes it possible to include null bytes inside of strings.
-
comment
Comment #26325836
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…
-
comment
Comment #26287464
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 aft…
-
comment
Comment #26286010
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 hi…
-
comment
Comment #26058278
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 th…
-
comment
Comment #25961585
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 g…
-
comment
Comment #25947238
Maybe it's for portability. The /proc filesystem doesn't exist on every OS supported by gdb.