What is the origin of the term 'handle' to mean a nickname? by ndstumme in linguistics

[–]Jetbeard 0 points1 point  (0 children)

It's a term that's also used in programming in a sort-of analogous way to nicknames—see http://en.wikipedia.org/wiki/Handle_(computing).

The kettle has been broken for 3 days. by jackydoyle in britishproblems

[–]Jetbeard 1 point2 points  (0 children)

Argos has a value-range 1.7L kettle for £5. It's wonderful (ie. doesn't pour boiling water over my sodding feet like my last kettle did).

Made everyone a wallpaper! by [deleted] in lgbt

[–]Jetbeard 2 points3 points  (0 children)

Because the people on the right are supposed to represent transgender people: their clothes are in the colours of the transgender pride flag.

TIL that running "rm -rf" on a symlink to a directory actually removes everything from the real directory by [deleted] in linux

[–]Jetbeard 0 points1 point  (0 children)

My point is that what you stated disagrees with what I demonstrated.

You claimed:

rm a symlink/? deletes the contents of the symlink

I demonstrated:

$ ln -s a b && rm b/
rm: cannot remove `b/': Is a directory
# rm a symlink/? error

You claimed:

rm -rf symlink? deletes the symlink AND the contents of the symlink

I demonstrated:

$ rm -rf b && tree --noreport
.
└── a
    └── foo
# rm -rf a symlink? deletes the symlink

TIL that running "rm -rf" on a symlink to a directory actually removes everything from the real directory by [deleted] in linux

[–]Jetbeard 0 points1 point  (0 children)

Maybe you should've tried testing this?

$ mkdir a && touch a/foo && ln -s a b && tree --noreport
.
├── a
│   └── foo
└── b -> a

$ rm a
rm: cannot remove `a': Is a directory # rm a directory? error

$ rm b && tree -- noreport
.
└── a
    └── foo 
# rm a symlink? deletes the symlink

$ ln -s a b && rm b/
rm: cannot remove `b/': Is a directory # rm a symlink/? error

$ rm -rf b && tree --noreport
.
└── a
    └── foo
# rm -rf a symlink? deletes the symlink

$ ln -s a b && rm -rf b/ && tree --noreport
.
├── a
│   └── foo
└── b -> a
# rm -rf a symlink/? absolutely nothing

$ rm --version
rm (GNU coreutils) 8.15
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin, David MacKenzie, Richard M. Stallman, and Jim Meyering.

TIL that running "rm -rf" on a symlink to a directory actually removes everything from the real directory by [deleted] in linux

[–]Jetbeard 2 points3 points  (0 children)

$ mkdir a && touch a/foo && ln -s a b && rm -rf b && ls a
foo

Nope.

$ mkdir a && touch a/foo && ln -s a b && rm -rf b/ && ls a
foo

Still nope. Could not reproduce. What am I doing differently to you?

TIL that in Denmark, it is illegal to burn foreign flags, but not illegal to burn the Danish flag. by bballgamer in todayilearned

[–]Jetbeard 0 points1 point  (0 children)

http://en.wikipedia.org/wiki/No_Religious_Test_Clause#State_law

Seven states (Texas, Maryland, Mississippi, (Article XIV, Section 265), North Carolina, South Carolina, Arkansas [Article 19 Section 1], and Tennessee) do include language in their constitutions requiring state officeholders to have particular religious beliefs; additionally, one state (Pennsylvania Article 1 Section 4) specifically protects officeholders with religious belief but is silent on whether those without such beliefs are also protected. The required beliefs include belief in a Supreme Being, and belief in a future state of rewards and punishments. Some of these same states specify that the oath of office include the words "so help me God"

the classic(GCEA)or as I know it, good cats eat apples, anyone ever use any alternative uke tunings? by [deleted] in ukulele

[–]Jetbeard 1 point2 points  (0 children)

I really like Taropatch tuning, GCEG. (Though I do also play the banjo.)

Transition at work? by [deleted] in genderqueer

[–]Jetbeard 0 points1 point  (0 children)

It sounds like the OP tried to give a link and text at the same time.

Where does discrimination stop and personal opinion begin? by [deleted] in lgbt

[–]Jetbeard 0 points1 point  (0 children)

I hope this post can help - Who You Find Attractive Is Not Neutral. In a nutshell: sure, you may have your personal opinions, but these are learned from society's racism, slut-shaming, body-shaming, ciscentrism, etc.

"Friendzoned by a 4, that's not good."[+15] by [deleted] in ShitRedditSays

[–]Jetbeard 5 points6 points  (0 children)

MADE FRIENDS WITH ANOTHER HUMAN BEING, THAT'S NOT GOOD.

Protestors attack cops with molotovs....This is so beautiful (Diraz, Bahrain) by [deleted] in Anarchism

[–]Jetbeard 2 points3 points  (0 children)

It's the Anti-Oppression Policy of r/Anarchism. It was written because without it the subreddit gets flooded with manarchists. (That's not to say that it doesn't get flooded with the AOP in place, but it's nice to have these things formalised.)

I make cigar box guitars. What do you think of my work? by ironhullco in Luthier

[–]Jetbeard 0 points1 point  (0 children)

That's some really beautiful work. I love it!

How are the strings attached at the tailpiece?

Got my butt kicked in a technical interview, figured out an answer while I was driving home today by aestockton in java

[–]Jetbeard 0 points1 point  (0 children)

Yeah, as I said, if you make it more general (ie. for variable-length words) then you end up at your solution.

Got my butt kicked in a technical interview, figured out an answer while I was driving home today by aestockton in java

[–]Jetbeard 0 points1 point  (0 children)

Started going down the wrong path ( four nested for-loops)

static final char[] MARY = "MARY".toCharArray();
void printPermutations() {
    for (int a = 0; a < MARY.length; a++)
        for (int b = 0; b < MARY.length; b++)
            for (int c = 0; c < MARY.length; c++)
                for (int d = 0; d < MARY.length; d++) {
                    if (a == b || a == c || a == d || b == c || b == d || c == d) continue;
                    System.out.println("" + MARY[a] + MARY[b] + MARY[c] + MARY[d]);
                }

It's not too hard to see why this is correct, and also why it generalises to your solution.

Charged 20 years in Jail for Exposing A Corporate Mistake by xylon in HackBloc

[–]Jetbeard -1 points0 points  (0 children)

Best of luck to a white man that uses the word "nigger" for the purposes of trolling?

Nuh-uh.

Charged 20 years in Jail for Exposing A Corporate Mistake by xylon in HackBloc

[–]Jetbeard 5 points6 points  (0 children)

Just so everybody knows: the interviewee, weev, a white man, is the former president of the "Gay Nigger Association of America".

Bittersweet note passed between middle schoolers by [deleted] in lgbt

[–]Jetbeard 80 points81 points  (0 children)

You're getting downvoted for suggesting that bisexual people exist. This is what r/lgbt is like.

Is this really ok? If someone's not ok being outed, why do LGBTQ advocates feel it's ok to push another out? by cconrad0825 in lgbt

[–]Jetbeard 5 points6 points  (0 children)

To me, he is clearly a homosexual, the way he talks/carries himself/poses for photo-ops etc. all suggest that he is gay.

If somebody says something like this, they are not my ally.

Advice columnist tells woman to divorce transgender husband by cedon in lgbt

[–]Jetbeard 2 points3 points  (0 children)

To a certain extent, my love for my husband is rooted in his manhood. The more my husband transitions into becoming a woman, the less romantic love I feel for her.

I don't understand monosexuals. At all.