qid int64 1 74.7M | question stringlengths 12 33.8k | date stringlengths 10 10 | metadata list | response_j stringlengths 0 115k | response_k stringlengths 2 98.3k |
|---|---|---|---|---|---|
85,238 | Whenever I get a checkup with my eye doctor, they have me sign a consent-to-treat form. I never gave it a second thought. This last visit, though, the front desk attendant was distracted when I arrived. They knew I was there waiting, but forgot to have me sign. They called me for my appointment, I finished, paid, check... | 2022/10/11 | [
"https://law.stackexchange.com/questions/85238",
"https://law.stackexchange.com",
"https://law.stackexchange.com/users/37913/"
] | If they do a treatment which you didn't consent to and harm you they risk being sued. As such, they get you to sign a consent form to prove you agreed to the treatment and were informed about what was going on and any material risks.
They had implied verbal consent from you which is enough legally, but there's a risk ... | All medical providers have to have insurance. **Malpractice insurance** is often reported to be very costly. As a potential strategy for reducing malpractice claims, the insurance companies could give a discount to all the doctors who agree to receive such a written consent from all the patients.
The rituals setup by ... |
85,238 | Whenever I get a checkup with my eye doctor, they have me sign a consent-to-treat form. I never gave it a second thought. This last visit, though, the front desk attendant was distracted when I arrived. They knew I was there waiting, but forgot to have me sign. They called me for my appointment, I finished, paid, check... | 2022/10/11 | [
"https://law.stackexchange.com/questions/85238",
"https://law.stackexchange.com",
"https://law.stackexchange.com/users/37913/"
] | One vital word is missing from here: **informed** consent.
This means the health care provider has given you the relevant information about risks etc., which is precisely the sort of thing that you *wouldn't* otherwise know, so that when you decide, you know what you're actually choosing to consent to. Such consent sh... | All medical providers have to have insurance. **Malpractice insurance** is often reported to be very costly. As a potential strategy for reducing malpractice claims, the insurance companies could give a discount to all the doctors who agree to receive such a written consent from all the patients.
The rituals setup by ... |
38,098 | If I were wanting to drive i.e. industrial relays which require 24v from a Microchip PIC what would I need to look at in terms of a general transistor circuit (and it's pitfalls when driving such a component). | 2012/08/16 | [
"https://electronics.stackexchange.com/questions/38098",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9851/"
] | A very simple and integrated solution may be the [NUD3160](http://www.onsemi.com/PowerSolutions/product.do?id=NUD3160). Basically the same footprint as a discrete MOSFET or transistor but with inbuilt protection for both the input and output. | I recently did something very similar to this as a beginner, and found MOSFETS very useful. You need a 24V source from somewhere to switch your relay, which should be connected across the drain-source pins of the MOSFET. You apply a voltage to the Gate pin (using the pinout from your PIC), and this essentially switches... |
38,098 | If I were wanting to drive i.e. industrial relays which require 24v from a Microchip PIC what would I need to look at in terms of a general transistor circuit (and it's pitfalls when driving such a component). | 2012/08/16 | [
"https://electronics.stackexchange.com/questions/38098",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9851/"
] | I personally would follow stevenvh's answer only I would move R2 to the pic side of R1. The reason for this is R1 and R2 are acting as a voltage divider and therefore you are not getting the full pic voltage on to the gate pin of the MOSFET. by moving R2 to the other side of R1 you'll get the full voltage at the gate p... | I recently did something very similar to this as a beginner, and found MOSFETS very useful. You need a 24V source from somewhere to switch your relay, which should be connected across the drain-source pins of the MOSFET. You apply a voltage to the Gate pin (using the pinout from your PIC), and this essentially switches... |
38,098 | If I were wanting to drive i.e. industrial relays which require 24v from a Microchip PIC what would I need to look at in terms of a general transistor circuit (and it's pitfalls when driving such a component). | 2012/08/16 | [
"https://electronics.stackexchange.com/questions/38098",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9851/"
] | A very simple and integrated solution may be the [NUD3160](http://www.onsemi.com/PowerSolutions/product.do?id=NUD3160). Basically the same footprint as a discrete MOSFET or transistor but with inbuilt protection for both the input and output. | I personally would follow stevenvh's answer only I would move R2 to the pic side of R1. The reason for this is R1 and R2 are acting as a voltage divider and therefore you are not getting the full pic voltage on to the gate pin of the MOSFET. by moving R2 to the other side of R1 you'll get the full voltage at the gate p... |
1,050,754 | I'd like to have sound output simultaneously from my PC's front and rear jack sockets.
This used to work fine with Ubuntu 12, but I now have Ubuntu 14.04 and it's one or the other.
So far I have tried changing the levels in alsamixer in the CLI, no joy.
However, I notice that in the alsamixer, the entry labelled,... | 2016/03/09 | [
"https://superuser.com/questions/1050754",
"https://superuser.com",
"https://superuser.com/users/550690/"
] | I have discovered the solution, I do not know how this worked:
1. Install gnome-alsamixer (I did it via the CLI).
2. In the gnome-alsamixer GUI, play about with the various mutes and sliders, then set them to what you want them to be.
Both the front and rear audio jacks now output sound (to my PC speakers and my hi-f... | Right - the solution seems to be: using the CLI,start **Alsamixer** (*the Gnome-alsamixer GUI doesn't seem to work for this*) and disable the **Auto-Mute**. Sound comes out from front and rear jacks now. Suh-weetah! I can hear "I Am The Black Gold Of The Sun" by The Rotary Connection in glorious double stereo. |
27,360 | In real time project, who provides BDD scenarios (cucumber feature file) to be automated? Is it already provided by the business or QA person has to write it? | 2017/05/20 | [
"https://sqa.stackexchange.com/questions/27360",
"https://sqa.stackexchange.com",
"https://sqa.stackexchange.com/users/25224/"
] | This depends who you let write them. It is not like there is a rule whom should write them.
At least the "[Feature:](https://github.com/cucumber/cucumber/wiki/Feature-Introduction)" part of the BDD should be written by a business person as user-story format is from a business perspective. The "Scenario:" examples coul... | Preferrably, the feature files are not provided but are created in a collaborative effect between tester, developer and product owner. Commonly referred as the [three amigos concept](https://inviqa.com/blog/bdd-guide). See also thoughts on this from the creators of cucumber <https://cucumber.io/blog/2014/03/03/the-worl... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Somewhat fitting (but probably wrong):
>
> Proton, Neutron and Electron. They are all being 'bonded' to form an element, but do not have the a conscious to think or detest. Their parents are mass and charge.
>
>
> | Hilarious lateral-thinking answer: it's a marriage between
>
> **Three People Were** (a woman), who together with her siblings formed a gang called **They Three**.
>
>
>
and
>
> **Each Other**, nicknamed **All Men They** (a man).
>
>
>
*Three people were getting married to each other,*
Well, obviously!
... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | [lateral-thinking]
This has been invalidated by an edit to the riddle stating explicitly that it is not a consanguineous marriage.
>
> Technically, they could be just three human males getting married. You're not polygamous until after you're married and, at this moment, they're only getting married. Homosexuality... | Is it
>
> Male triplets in the womb, perhaps conjoined?
>
>
>
>
> They are married to each other in the sense of "any close or intimate association or union". It is an asexual relationship and they would share the same two parents. It appears to meet all the requirements. However, conjoined triplets are incred... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Partial Answer! Could it be something in the form of:
>
> An alliance? With three leaders that are all male, of three countries that all originated from one original country?
>
>
>
Nothing comming to my mind, but someone may be better at history than I am if this is the correct path. | My best guess :
>
> A man with multiple personality disorder had a sex change and married his adopted brother. The "marriage" is a genuine marriage, but is between a man, a (newly-made) woman with the same parents but no blood relation, and the male alter-ago of the transexual. No clue about the chromosome part, may... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Are they
>
> Canadians?
>
>
>
The 3 people are
>
> The French, the English and the native American
>
>
> | Is it
>
> Male triplets in the womb, perhaps conjoined?
>
>
>
>
> They are married to each other in the sense of "any close or intimate association or union". It is an asexual relationship and they would share the same two parents. It appears to meet all the requirements. However, conjoined triplets are incred... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Partial Answer! Could it be something in the form of:
>
> An alliance? With three leaders that are all male, of three countries that all originated from one original country?
>
>
>
Nothing comming to my mind, but someone may be better at history than I am if this is the correct path. | Brilliant riddles get desperate answers.
>
> Knight and Bishop Check Mate. >
> They are all drawn from White or Black stock. >
> It all plays out on 8 X 8 coloured (chromo-) square ?bodies. N B K. >
>
>
> |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Somewhat fitting (but probably wrong):
>
> Proton, Neutron and Electron. They are all being 'bonded' to form an element, but do not have the a conscious to think or detest. Their parents are mass and charge.
>
>
> | Is it
>
> Male triplets in the womb, perhaps conjoined?
>
>
>
>
> They are married to each other in the sense of "any close or intimate association or union". It is an asexual relationship and they would share the same two parents. It appears to meet all the requirements. However, conjoined triplets are incred... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | >
> Kellogg's "Snap, Crackle and Pop!" embodying tetraploid rice that happens to have 45/48 identical chromosomes, and 3/48 that for whatever reason of meiosis or varietal development are different. Though I guess tetraploid varietals would be inbred by definition.
>
>
> | My best guess :
>
> A man with multiple personality disorder had a sex change and married his adopted brother. The "marriage" is a genuine marriage, but is between a man, a (newly-made) woman with the same parents but no blood relation, and the male alter-ago of the transexual. No clue about the chromosome part, may... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Are they
>
> A man's past, present, and future
>
>
>
Three people were getting married to each other
>
> They are getting married (as in joined/linked) all the time. The future self joins the present, and the present joins the past.
>
>
>
All men they were in the marriage
>
> Check (baring any gender i... | Hilarious lateral-thinking answer: it's a marriage between
>
> **Three People Were** (a woman), who together with her siblings formed a gang called **They Three**.
>
>
>
and
>
> **Each Other**, nicknamed **All Men They** (a man).
>
>
>
*Three people were getting married to each other,*
Well, obviously!
... |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | Are they
>
> Canadians?
>
>
>
The 3 people are
>
> The French, the English and the native American
>
>
> | Brilliant riddles get desperate answers.
>
> Knight and Bishop Check Mate. >
> They are all drawn from White or Black stock. >
> It all plays out on 8 X 8 coloured (chromo-) square ?bodies. N B K. >
>
>
> |
12,971 | Three people were getting married to each other,
ββ Though polygamous they were not.
All men they were in the marriage,
ββ Though homosexuality was not in their minds.
They three share two parents,
ββ Though they detested the notion of inbreeding. (And this was not, in fact, a consanguineous marriage)
Who a... | 2015/04/29 | [
"https://puzzling.stackexchange.com/questions/12971",
"https://puzzling.stackexchange.com",
"https://puzzling.stackexchange.com/users/-1/"
] | One thought is:
>
> The holy trinity in Christianity. The father, the son and the holy spirit. All "married" or bonded as one. Nothing in the relationship is sexual. Can be assumed to be male (the holy ghost being somewhat ambiguous). Who the two parents are, I can't be sure.
>
>
>
Another thought, though a bit f... | Brilliant riddles get desperate answers.
>
> Knight and Bishop Check Mate. >
> They are all drawn from White or Black stock. >
> It all plays out on 8 X 8 coloured (chromo-) square ?bodies. N B K. >
>
>
> |
65,301 | I wrote this sentence which is too long with "but"
>
> To illustrate this, suppose we want to eliminate the navigation bar from the page sidebar. We may create a rule in which the link density is employed to distinguish such a part, **but** when this rule is applied to the page, all such elements are removed regardle... | 2015/08/25 | [
"https://ell.stackexchange.com/questions/65301",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/11569/"
] | *But* and *however*, though they both imply a contrast between what goes before and what comes after, focus the relationship very differently.
* *but* itself takes a low emphasis: it is unstressed in speech, and in writing accommodates low-disjunction pointingβit may follow a mere comma or in some circumstances no poi... | In technical and scientific writing, prefer '*however*' over '*but*'. Their meaning is the same, and yet the reading seems smoother with the former, while the latter creates a harder point.
The use of '*but*' is more suited for idioms like "*all **but** one*". |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | **[Audiogalaxy](http://www.audiogalaxy.com)** is drop-dead simple, and just works!
>
> "Audiogalaxy's new cloud music player puts all your music and playlists at your fingertips from any computer or mobile phone. Audiogalaxy Mobile for iPhone Audiogalaxy for Android
> No syncing, no copying, no uploading.
> Just st... | try [shoutcast](http://www.shoutcast.com/broadcast-tools), it's quite popular
you can also try [vibe streamer](http://www.vibestreamer.com/)
you'll probably have to enable port forwarding on your router for the streaming to work. |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | I'm a fan of [Subsonic](http://www.subsonic.org/pages/index.jsp). I can even browse and listen to my collection on my Android phone. Here is the [demo page](http://subsonic.org/demo/login.view?user=guest4&password=guest). Works on multiple platforms too. Streaming to your work depends on which port you decide to use. I... | try [shoutcast](http://www.shoutcast.com/broadcast-tools), it's quite popular
you can also try [vibe streamer](http://www.vibestreamer.com/)
you'll probably have to enable port forwarding on your router for the streaming to work. |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | **[Audiogalaxy](http://www.audiogalaxy.com)** is drop-dead simple, and just works!
>
> "Audiogalaxy's new cloud music player puts all your music and playlists at your fingertips from any computer or mobile phone. Audiogalaxy Mobile for iPhone Audiogalaxy for Android
> No syncing, no copying, no uploading.
> Just st... | My favorite is Orb (now called "Orb Classic"). It is super easy to install and doesn't require any port forwarding, remembering your IP address, etc.
You can stream your music, photos, videos and even live TV using it. You access your content via the web. Get it at <http://corp.orb.com/en/download_orb> |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | I'm a fan of [Subsonic](http://www.subsonic.org/pages/index.jsp). I can even browse and listen to my collection on my Android phone. Here is the [demo page](http://subsonic.org/demo/login.view?user=guest4&password=guest). Works on multiple platforms too. Streaming to your work depends on which port you decide to use. I... | My favorite is Orb (now called "Orb Classic"). It is super easy to install and doesn't require any port forwarding, remembering your IP address, etc.
You can stream your music, photos, videos and even live TV using it. You access your content via the web. Get it at <http://corp.orb.com/en/download_orb> |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | **[Audiogalaxy](http://www.audiogalaxy.com)** is drop-dead simple, and just works!
>
> "Audiogalaxy's new cloud music player puts all your music and playlists at your fingertips from any computer or mobile phone. Audiogalaxy Mobile for iPhone Audiogalaxy for Android
> No syncing, no copying, no uploading.
> Just st... | I'm a fan of [Subsonic](http://www.subsonic.org/pages/index.jsp). I can even browse and listen to my collection on my Android phone. Here is the [demo page](http://subsonic.org/demo/login.view?user=guest4&password=guest). Works on multiple platforms too. Streaming to your work depends on which port you decide to use. I... |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | **[Audiogalaxy](http://www.audiogalaxy.com)** is drop-dead simple, and just works!
>
> "Audiogalaxy's new cloud music player puts all your music and playlists at your fingertips from any computer or mobile phone. Audiogalaxy Mobile for iPhone Audiogalaxy for Android
> No syncing, no copying, no uploading.
> Just st... | You already have it installed: [**Windows Media Player 12**](https://docs.microsoft.com/en-us/archive/blogs/e7/media-streaming-with-windows-7). |
220,572 | Is there a way I can stream my personal music collection over the internet. I have a always on, always connected PC running Windows 7 which hosts the music collection. On my home network, streaming it from the PC to Xbox is trivial. Is there a way to do over the internet so that I have access to it, say, at the place I... | 2010/12/10 | [
"https://superuser.com/questions/220572",
"https://superuser.com",
"https://superuser.com/users/57380/"
] | I'm a fan of [Subsonic](http://www.subsonic.org/pages/index.jsp). I can even browse and listen to my collection on my Android phone. Here is the [demo page](http://subsonic.org/demo/login.view?user=guest4&password=guest). Works on multiple platforms too. Streaming to your work depends on which port you decide to use. I... | You already have it installed: [**Windows Media Player 12**](https://docs.microsoft.com/en-us/archive/blogs/e7/media-streaming-with-windows-7). |
100,787 | In Avengers: Endgame, we see Doctor Strange and other sorcerers
>
> open multiple portals at multiple locations across the universe to bring all the help they can get to fight against Thanos' army.
>
>
>
When last seen, Black Panther, Falcon, Wanda, etc. were in Wakanda, Wasp was in San Fransisco, Ravagers wer... | 2019/05/16 | [
"https://movies.stackexchange.com/questions/100787",
"https://movies.stackexchange.com",
"https://movies.stackexchange.com/users/66115/"
] | >
> how were they able to open inter-planet portals? Has it happened before?
>
>
>
In Doctor Strange (2016), Mordo clearly states that the ring is used to travel throughout the multiverse.
>
> Mastery of the sling ring is essential to the mystic arts. They allow us to travel throughout the multiverse.
>
>
>
... | One doesn't need time stone to open the portal. as explained in Dr. Strange movie anyone can open a portal to anywhere the can imagine (I don't know how he got the Imagin what it looked like on that side of the war) also he got Wang to get some more people to open the portal and fight the war against Thanos. |
100,787 | In Avengers: Endgame, we see Doctor Strange and other sorcerers
>
> open multiple portals at multiple locations across the universe to bring all the help they can get to fight against Thanos' army.
>
>
>
When last seen, Black Panther, Falcon, Wanda, etc. were in Wakanda, Wasp was in San Fransisco, Ravagers wer... | 2019/05/16 | [
"https://movies.stackexchange.com/questions/100787",
"https://movies.stackexchange.com",
"https://movies.stackexchange.com/users/66115/"
] | >
> how were they able to open inter-planet portals? Has it happened before?
>
>
>
In Doctor Strange (2016), Mordo clearly states that the ring is used to travel throughout the multiverse.
>
> Mastery of the sling ring is essential to the mystic arts. They allow us to travel throughout the multiverse.
>
>
>
... | >
> how did they know where to open the portal and look for the help?
>
>
>
**Strange said there was only one way to win**
----------------------------------------------
Strange, in knowing this, would know everyone's locations, **IF** the Avengers managed to achieve the single future that would lead them to over... |
100,787 | In Avengers: Endgame, we see Doctor Strange and other sorcerers
>
> open multiple portals at multiple locations across the universe to bring all the help they can get to fight against Thanos' army.
>
>
>
When last seen, Black Panther, Falcon, Wanda, etc. were in Wakanda, Wasp was in San Fransisco, Ravagers wer... | 2019/05/16 | [
"https://movies.stackexchange.com/questions/100787",
"https://movies.stackexchange.com",
"https://movies.stackexchange.com/users/66115/"
] | >
> how did they know where to open the portal and look for the help?
>
>
>
**Strange said there was only one way to win**
----------------------------------------------
Strange, in knowing this, would know everyone's locations, **IF** the Avengers managed to achieve the single future that would lead them to over... | One doesn't need time stone to open the portal. as explained in Dr. Strange movie anyone can open a portal to anywhere the can imagine (I don't know how he got the Imagin what it looked like on that side of the war) also he got Wang to get some more people to open the portal and fight the war against Thanos. |
1,415,493 | I am very new to Resharper and trying to implement all the suggestion it gives. Can I do it automatically? I have tried code cleanup. but that wont do all of them. Also I need to remove all commented code. How can I do it? Also I am running it with a silverlight application. Is there any chance of breaking something if... | 2009/09/12 | [
"https://Stackoverflow.com/questions/1415493",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1312208/"
] | It may be more work, but you should apply any cleanup operation "manually" so that you know what has been changed in your code, can learn from those changes, and can be sure that all the changes are correct. Code Analysis tools offer you suggestions, but they are never 100% correct - sometimes you need to do a bit of t... | I don't believe there's a way to do this.
Even if there were, ReSharper will often give you a choice of actions to take - which would be accepted if this were done automatically? |
1,415,493 | I am very new to Resharper and trying to implement all the suggestion it gives. Can I do it automatically? I have tried code cleanup. but that wont do all of them. Also I need to remove all commented code. How can I do it? Also I am running it with a silverlight application. Is there any chance of breaking something if... | 2009/09/12 | [
"https://Stackoverflow.com/questions/1415493",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1312208/"
] | Yes, you can do it by code [cleanup](http://www.jetbrains.com/resharper/features/code_formatting.html). | I don't believe there's a way to do this.
Even if there were, ReSharper will often give you a choice of actions to take - which would be accepted if this were done automatically? |
1,415,493 | I am very new to Resharper and trying to implement all the suggestion it gives. Can I do it automatically? I have tried code cleanup. but that wont do all of them. Also I need to remove all commented code. How can I do it? Also I am running it with a silverlight application. Is there any chance of breaking something if... | 2009/09/12 | [
"https://Stackoverflow.com/questions/1415493",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1312208/"
] | It may be more work, but you should apply any cleanup operation "manually" so that you know what has been changed in your code, can learn from those changes, and can be sure that all the changes are correct. Code Analysis tools offer you suggestions, but they are never 100% correct - sometimes you need to do a bit of t... | If you can find examples that you think ReSharper should cater for automatically, you might like to request the feature on their Jira site and post the link here for others to vote on:
<http://www.jetbrains.net/jira/browse/RSRP> |
1,415,493 | I am very new to Resharper and trying to implement all the suggestion it gives. Can I do it automatically? I have tried code cleanup. but that wont do all of them. Also I need to remove all commented code. How can I do it? Also I am running it with a silverlight application. Is there any chance of breaking something if... | 2009/09/12 | [
"https://Stackoverflow.com/questions/1415493",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1312208/"
] | Yes, you can do it by code [cleanup](http://www.jetbrains.com/resharper/features/code_formatting.html). | If you can find examples that you think ReSharper should cater for automatically, you might like to request the feature on their Jira site and post the link here for others to vote on:
<http://www.jetbrains.net/jira/browse/RSRP> |
1,415,493 | I am very new to Resharper and trying to implement all the suggestion it gives. Can I do it automatically? I have tried code cleanup. but that wont do all of them. Also I need to remove all commented code. How can I do it? Also I am running it with a silverlight application. Is there any chance of breaking something if... | 2009/09/12 | [
"https://Stackoverflow.com/questions/1415493",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1312208/"
] | It may be more work, but you should apply any cleanup operation "manually" so that you know what has been changed in your code, can learn from those changes, and can be sure that all the changes are correct. Code Analysis tools offer you suggestions, but they are never 100% correct - sometimes you need to do a bit of t... | Yes, you can do it by code [cleanup](http://www.jetbrains.com/resharper/features/code_formatting.html). |
135,578 | I'm currently designing the UX for a webapp. The webapp can be used both by users who are logged in, and by anonymous (not-logged-in) users.
When a user is anonymous, my team lead wants a small login form displayed on the top right of every page; he specifically did not want a separate login page, because he wants use... | 2020/11/16 | [
"https://ux.stackexchange.com/questions/135578",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/123025/"
] | Out of the options you have provided, I would suggest that the first option is the best. Keeping the "forgot username" action as a simple link helps to reduce clutter in the header bar.
With that said, I think the whole form adds clutter that will add needless distractions for the user throughout the site. So my sugge... | I would consider using a modal. You would have a exclusively section for login and it is not a separate page. |
953,202 | I'm searching for some references that deal with topics from "elementary geometry" analysing them from a "higher" perspective (for example, abstract algebra, linear algebra, and so on). | 2014/09/30 | [
"https://math.stackexchange.com/questions/953202",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/176561/"
] | The book *Algèbre linéaire et Géométrie élémentaire* by Jean Dieudonné is a highly formal presentation of elementary geometry using linear algebra. It's the way the Bourbaki school might have taught geometry in high school.
Two books called *Linear Algebra and Geometry*, one by Kostrikin and Manin, the other by Shafar... | Kaplansky's *Linear algebra and geometry* does a nice readable overview of the connection with linear algebra. Artin's *Geometric algebra* goes further in depth! but is a little less fun to read. Then there are Kaplansky's references to Coxeter's books which I imagine are great, but I haven't had the time to read them ... |
953,202 | I'm searching for some references that deal with topics from "elementary geometry" analysing them from a "higher" perspective (for example, abstract algebra, linear algebra, and so on). | 2014/09/30 | [
"https://math.stackexchange.com/questions/953202",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/176561/"
] | The book *Algèbre linéaire et Géométrie élémentaire* by Jean Dieudonné is a highly formal presentation of elementary geometry using linear algebra. It's the way the Bourbaki school might have taught geometry in high school.
Two books called *Linear Algebra and Geometry*, one by Kostrikin and Manin, the other by Shafar... | Try JΓΌrgen Richter-Gebert: *Perspectives on Projective Geometry*. It shows the classical material in a modern way, and is written in an excellent pedagogical style. |
953,202 | I'm searching for some references that deal with topics from "elementary geometry" analysing them from a "higher" perspective (for example, abstract algebra, linear algebra, and so on). | 2014/09/30 | [
"https://math.stackexchange.com/questions/953202",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/176561/"
] | Kaplansky's *Linear algebra and geometry* does a nice readable overview of the connection with linear algebra. Artin's *Geometric algebra* goes further in depth! but is a little less fun to read. Then there are Kaplansky's references to Coxeter's books which I imagine are great, but I haven't had the time to read them ... | Try JΓΌrgen Richter-Gebert: *Perspectives on Projective Geometry*. It shows the classical material in a modern way, and is written in an excellent pedagogical style. |
87,748 | (Inspired by [Can a lawyer subject the court to a (temporary) ruse for a legitimate purpose?](https://law.stackexchange.com/questions/36934/can-a-lawyer-subject-the-court-to-a-temporary-ruse-for-a-legitimate-purpose))
Under which circumstances are witnesses asked to identify people present (in particular defendants) i... | 2023/01/02 | [
"https://law.stackexchange.com/questions/87748",
"https://law.stackexchange.com",
"https://law.stackexchange.com/users/47680/"
] | [canada](/questions/tagged/canada "show questions tagged 'canada'")[criminal-law](/questions/tagged/criminal-law "show questions tagged 'criminal-law'")
In Canada, this is called "in-[dock](https://justice.org.uk/in-the-dock/)" identification and, while not prohibited, it is recognized to have very little probative va... | **[england-and-wales](/questions/tagged/england-and-wales "show questions tagged 'england-and-wales'")**
In a similar vein to the other answers for Commonwealth jurisdictions, a *Dock Identification* is possible but rarely allowed in the Crown Court. That said, a magistrates' court may consider using it for expediency... |
87,748 | (Inspired by [Can a lawyer subject the court to a (temporary) ruse for a legitimate purpose?](https://law.stackexchange.com/questions/36934/can-a-lawyer-subject-the-court-to-a-temporary-ruse-for-a-legitimate-purpose))
Under which circumstances are witnesses asked to identify people present (in particular defendants) i... | 2023/01/02 | [
"https://law.stackexchange.com/questions/87748",
"https://law.stackexchange.com",
"https://law.stackexchange.com/users/47680/"
] | [canada](/questions/tagged/canada "show questions tagged 'canada'")[criminal-law](/questions/tagged/criminal-law "show questions tagged 'criminal-law'")
In Canada, this is called "in-[dock](https://justice.org.uk/in-the-dock/)" identification and, while not prohibited, it is recognized to have very little probative va... | [new-south-wales](/questions/tagged/new-south-wales "show questions tagged 'new-south-wales'") [australia](/questions/tagged/australia "show questions tagged 'australia'")
**There are strict limits on *[visual identification evidence](https://www.judcom.nsw.gov.au/publications/benchbks/criminal/identification_evidence... |
87,748 | (Inspired by [Can a lawyer subject the court to a (temporary) ruse for a legitimate purpose?](https://law.stackexchange.com/questions/36934/can-a-lawyer-subject-the-court-to-a-temporary-ruse-for-a-legitimate-purpose))
Under which circumstances are witnesses asked to identify people present (in particular defendants) i... | 2023/01/02 | [
"https://law.stackexchange.com/questions/87748",
"https://law.stackexchange.com",
"https://law.stackexchange.com/users/47680/"
] | [new-zealand](/questions/tagged/new-zealand "show questions tagged 'new-zealand'") [criminal-law](/questions/tagged/criminal-law "show questions tagged 'criminal-law'")
This is commonly referred to as "dock identification" and is governed by [s 45 of the Evidence Act 2006](https://www.legislation.govt.nz/act/public/20... | **[england-and-wales](/questions/tagged/england-and-wales "show questions tagged 'england-and-wales'")**
In a similar vein to the other answers for Commonwealth jurisdictions, a *Dock Identification* is possible but rarely allowed in the Crown Court. That said, a magistrates' court may consider using it for expediency... |
87,748 | (Inspired by [Can a lawyer subject the court to a (temporary) ruse for a legitimate purpose?](https://law.stackexchange.com/questions/36934/can-a-lawyer-subject-the-court-to-a-temporary-ruse-for-a-legitimate-purpose))
Under which circumstances are witnesses asked to identify people present (in particular defendants) i... | 2023/01/02 | [
"https://law.stackexchange.com/questions/87748",
"https://law.stackexchange.com",
"https://law.stackexchange.com/users/47680/"
] | [new-zealand](/questions/tagged/new-zealand "show questions tagged 'new-zealand'") [criminal-law](/questions/tagged/criminal-law "show questions tagged 'criminal-law'")
This is commonly referred to as "dock identification" and is governed by [s 45 of the Evidence Act 2006](https://www.legislation.govt.nz/act/public/20... | [new-south-wales](/questions/tagged/new-south-wales "show questions tagged 'new-south-wales'") [australia](/questions/tagged/australia "show questions tagged 'australia'")
**There are strict limits on *[visual identification evidence](https://www.judcom.nsw.gov.au/publications/benchbks/criminal/identification_evidence... |
98,232 | I am trying to install OpenSUSE 12.3 onto a (VirtualBox, on Windows) virtual machine. I have tried both the Net Install (-NET) and LiveCD (Gnome) installs. The installations proceed almost to completion, but then fail for a variety of reasons.
For the Net Install, it will install most of the way, then crash into the t... | 2013/10/30 | [
"https://unix.stackexchange.com/questions/98232",
"https://unix.stackexchange.com",
"https://unix.stackexchange.com/users/13308/"
] | For me, I realized that I was giving my Virtual Machine 600 MB of memory. I tried giving the Virtual Machine 800 MB, and the installation completed slowly, but successfully!
In short, try giving your Virtual Machine more memory. | You can also get a prepackaged virtual machine image customized how you like it from [SuseStudio](http://www.susestudio.com). You can tell it to give you an OVF build of the vm and it will auto provision the VirtualBox machine with the proper configuration.
If that is not an option, you can opt for a text only "server... |
17,649 | This one is hard to explain, so I'll put the image first:
[](https://i.stack.imgur.com/8GEza.jpg)
As you can see (can also click to see full image) I have a nylon wrap with many crackers placed very tightly inside it. I opened the wrap from above, an... | 2017/10/25 | [
"https://lifehacks.stackexchange.com/questions/17649",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/1399/"
] | Flatbread is brittle and breaks easily as you already know.
The object of the packaging is to get the flatbread to you in good condition. If the packaging had enough space to allow you remove one piece undamaged, it would be loose enough for the pieces knock against each other in transit and break. Most likely, experi... | Use a pair of scissors to make a clean cut instead of ripping/tearing. I keep a pair in the kitchen all the time. |
17,649 | This one is hard to explain, so I'll put the image first:
[](https://i.stack.imgur.com/8GEza.jpg)
As you can see (can also click to see full image) I have a nylon wrap with many crackers placed very tightly inside it. I opened the wrap from above, an... | 2017/10/25 | [
"https://lifehacks.stackexchange.com/questions/17649",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/1399/"
] | You aren't stuck with the nylon / cellophane of the packaging; you can reinforce it!
* Image 2: Apply adhesive (Scotch) tape around one end. That's shown as purple.
* Image 3: Cut the left, top, and right sides of that end of the package, to create a "door". (You might want to tape over the "door" too, to make it stro... | Use a pair of scissors to make a clean cut instead of ripping/tearing. I keep a pair in the kitchen all the time. |
28,455,861 | Many of the Material Design UIs if not all are dependent on drop shadows. But sadly the elevation attribute is only present on Lollipop devices. So how to create a single consistent UI for your application if something as simple as drop shadows is not available on pre lollipop build versions?
There are of course some ... | 2015/02/11 | [
"https://Stackoverflow.com/questions/28455861",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3309681/"
] | It might not be the ideal solution, but for me using compatibility libraries for all Android versions works pretty well. I own a Galaxy S with Android Gingerbread, so it's really old and certainly doesn't support shadows and ripples. So I wrote a library backporting all things I needed. Rendering realtime shadows for a... | Make use of android support libraries
<http://developer.android.com/tools/support-library/features.html#v4-appcompat> |
55,415 | I am looking at building a online product catalog with SharePoint 2010. I have poked around but I cannot seem to find any information, at least with SP2010. Any pointers on where to start?
Many Thanks! | 2013/01/07 | [
"https://sharepoint.stackexchange.com/questions/55415",
"https://sharepoint.stackexchange.com",
"https://sharepoint.stackexchange.com/users/10166/"
] | >
> I have poked around but I cannot seem to find any information, at
> least with SP2010. Any pointers on where to start?
>
>
>
The reason you couldn't find Product Catalog for SharePoint 2010 is because it has been introduced for SharePoint 2013 for first time, its not available in SharePoint 2010 so no wonder ... | Please look at this question and my answer it contains everything that you would want for your catalog :) plus more!
[Shopping Cart application on SharePoint 2010?](https://sharepoint.stackexchange.com/questions/53018/shopping-cart-application-on-sharepoint-2010/53023#53023)
hope it helps! |
384 | Does anyone know what the difference between the 3 main types of publishing in Sitecore are?
I have the option to do a republish, incremental publish and a smart publish
My understanding is that a republish will publish everything but I don't understand the incremental or smart options | 2016/10/04 | [
"https://sitecore.stackexchange.com/questions/384",
"https://sitecore.stackexchange.com",
"https://sitecore.stackexchange.com/users/445/"
] | The different publish types define how Sitecore will evaluate which items to move from the master database into the destination publishing target (typically web).
Republish will publish every single item from the source db into the destination db without any checks on whether the item in the source db matches items in... | This might help understand it.
<https://sitecorebasics.wordpress.com/2011/05/22/basics-of-sitecore-publishing-modes/>
Cheers,
D |
384 | Does anyone know what the difference between the 3 main types of publishing in Sitecore are?
I have the option to do a republish, incremental publish and a smart publish
My understanding is that a republish will publish everything but I don't understand the incremental or smart options | 2016/10/04 | [
"https://sitecore.stackexchange.com/questions/384",
"https://sitecore.stackexchange.com",
"https://sitecore.stackexchange.com/users/445/"
] | * Incremental Publish : publishes only items that are in the publishing queue. Every time you change an item, the item is automatically added to the publishing queue. If the changed item is part of a workflow, the item is added to the publishing queue when it reaches the final workflow state.
Incremental Publish is the... | This might help understand it.
<https://sitecorebasics.wordpress.com/2011/05/22/basics-of-sitecore-publishing-modes/>
Cheers,
D |
384 | Does anyone know what the difference between the 3 main types of publishing in Sitecore are?
I have the option to do a republish, incremental publish and a smart publish
My understanding is that a republish will publish everything but I don't understand the incremental or smart options | 2016/10/04 | [
"https://sitecore.stackexchange.com/questions/384",
"https://sitecore.stackexchange.com",
"https://sitecore.stackexchange.com/users/445/"
] | The different publish types define how Sitecore will evaluate which items to move from the master database into the destination publishing target (typically web).
Republish will publish every single item from the source db into the destination db without any checks on whether the item in the source db matches items in... | This one maybe could help
<http://www.kewlcodes.com/posts/1149/sitecore-publishing-queue-and-smart-vs-incremental-publish>
Cheers,
D |
384 | Does anyone know what the difference between the 3 main types of publishing in Sitecore are?
I have the option to do a republish, incremental publish and a smart publish
My understanding is that a republish will publish everything but I don't understand the incremental or smart options | 2016/10/04 | [
"https://sitecore.stackexchange.com/questions/384",
"https://sitecore.stackexchange.com",
"https://sitecore.stackexchange.com/users/445/"
] | * Incremental Publish : publishes only items that are in the publishing queue. Every time you change an item, the item is automatically added to the publishing queue. If the changed item is part of a workflow, the item is added to the publishing queue when it reaches the final workflow state.
Incremental Publish is the... | This one maybe could help
<http://www.kewlcodes.com/posts/1149/sitecore-publishing-queue-and-smart-vs-incremental-publish>
Cheers,
D |
595,840 | **The situation**
I have a AD7689 ADC whose voltage input is 0 - 4.096 V. The max. voltage of the measured signal is around 10V, and it never goes below 0.5 V. I'm using a resistor divider, followed by a LMV324 in a voltage follower config to drive the ADC as shown below.
**My Question:**
In previous applications, I... | 2021/11/19 | [
"https://electronics.stackexchange.com/questions/595840",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/272574/"
] | No op-amp needed. All you need is 2 resistors:

[simulate this circuit](/plugins/schematics?image=http%3a%2f%2fi.stack.imgur.com%2fQjr8a.png) β Schematic created using [CircuitLab](https://www.circuitlab.com/)
R3 protects your input from excessive voltage. | Not the answer are looking for, but:

[simulate this circuit](/plugins/schematics?image=http%3a%2f%2fi.stack.imgur.com%2fj2yif.png) β Schematic created using [CircuitLab](https://www.circuitlab.com/)
You should put a limiting resistor to protecct the ADC input from ov... |
212,103 | A couple of weeks ago Chrome started producing unusably garbled graphics for me, under OS X Yosemite 10.10.5.
It's perhaps easier to show than to tell. For instance, Gmail looks like this:
[](https://i.stack.imgur.com/GI7Cl.png)
...seems like it ma... | 2015/10/22 | [
"https://apple.stackexchange.com/questions/212103",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/43276/"
] | I believe this was related to Chrome's hardware video acceleration feature, and has been fixed. I had the [same issue](http://displaylink.org/forum/showthread.php?p=78820#post78820) with an external monitor attached to a USB DisplayLink adapter. After updating to Chrome 46.0.2490.80, the bug [(#527556)](https://code.go... | I've seen this too on 2 of my systems. Went away by itself not sure how or why, maybe a Chrome update. |
225,831 | Sorry if this is a very basic question, but I am not a physicist, but this is something that has always intrigued me.
I have read that the properties of a black hole are its mass, spin and angular momentum. And that lower/higher the mass, higher/lower its density and so on. Although singularities are described by mat... | 2015/12/25 | [
"https://physics.stackexchange.com/questions/225831",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/100556/"
] | The singularity is not a physically established fact but a prediction of a classical field theory (that's what general relativity is). Such predictions are usually seen as a sign that a theory breaks down in a certain regime or on a certain scale and that it has to be replaced with a better theory.
Unfortunately for u... | It might be worth looking at this in the context of a simpler theory of gravity - Newtons; there it is said that the gravitational attraction between two particles is inversely proportional to the square of their radial separation.
Thus the closer they are, the stronger the attraction; so what happens when they get in... |
225,831 | Sorry if this is a very basic question, but I am not a physicist, but this is something that has always intrigued me.
I have read that the properties of a black hole are its mass, spin and angular momentum. And that lower/higher the mass, higher/lower its density and so on. Although singularities are described by mat... | 2015/12/25 | [
"https://physics.stackexchange.com/questions/225831",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/100556/"
] | The singularity is not a physically established fact but a prediction of a classical field theory (that's what general relativity is). Such predictions are usually seen as a sign that a theory breaks down in a certain regime or on a certain scale and that it has to be replaced with a better theory.
Unfortunately for u... | The other answers have done a good job of covering the fact that we don't know if singularities actually physically exist, they might represent a breakdown of our theory, etc.
Here's another point which I think is worth making. Within the theoretical and mathematical framework of general relativity, singularities are ... |
225,831 | Sorry if this is a very basic question, but I am not a physicist, but this is something that has always intrigued me.
I have read that the properties of a black hole are its mass, spin and angular momentum. And that lower/higher the mass, higher/lower its density and so on. Although singularities are described by mat... | 2015/12/25 | [
"https://physics.stackexchange.com/questions/225831",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/100556/"
] | It might be worth looking at this in the context of a simpler theory of gravity - Newtons; there it is said that the gravitational attraction between two particles is inversely proportional to the square of their radial separation.
Thus the closer they are, the stronger the attraction; so what happens when they get in... | The other answers have done a good job of covering the fact that we don't know if singularities actually physically exist, they might represent a breakdown of our theory, etc.
Here's another point which I think is worth making. Within the theoretical and mathematical framework of general relativity, singularities are ... |
156,013 | When I plug in a external USB drive and want to check its S.M.A.R.T. status in Disk Utility (palimpsest) I cannot because the option is greyed out. Is there an option somewhere to enable this feature? It works fine for internal IDE/SATA drives.
I know the USB drive supports S.M.A.R.T. because I can use smartmontools a... | 2012/06/26 | [
"https://askubuntu.com/questions/156013",
"https://askubuntu.com",
"https://askubuntu.com/users/22401/"
] | ### You cannot. It's a known bug. They're not going to fix it anytime soon.
See [here](https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/743927). The bug is confirmed, set to low importance, not assigned to any developer and has no ETA for a fix.
I guess they're comfortable with people using `smartctl... | This is a three-year old question, but for posterity I wanted to point out that the bug was apparently fixed by 2012-10-16 in Ubuntu 12.10:
<https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/743927/comments/6> |
328,046 | Let me clarify. My machine had Ubuntu 12.04.2 LTS. Well it crashed and now I'm burning the 32-bit version (yes I'm sure my machine is 32-bit) of 13.04 iso onto my flash drive, using a windows vista computer.
When I plug in my drive into my ubuntu computer and hit the power button, what do I do? Is there a secret key I... | 2013/08/03 | [
"https://askubuntu.com/questions/328046",
"https://askubuntu.com",
"https://askubuntu.com/users/180891/"
] | Assuming your using gnome desktop. The applet crashed and cant recover. I had a similar problem with Zorin 6 (based on Ubuntu 12.04). To fix this I right
* clicked on the menu bar and select dock preference
* Then select applets
* Find your menu applet here (for me it was title "yet another menu applet") and should b... | To start, can you post your /var/log/syslog to see if awn-menu-applet is reporting any errors. Next, have you attempted running sudo awn-menu-applet or its corresponding command to attempt to reinitialize in the terminal? If these produce no fruits then I'm out of any beneficial ideas. |
7,481 | [](https://i.stack.imgur.com/wqyuS.png)
I'm wondering why the above image is named 5-ethyl-3,3-dimethylheptane rather than 3-ethyl-5,5-dimethylheptane. I thought an ethyl substituent has a higher priority (I know this is true when arranging the final n... | 2013/12/22 | [
"https://chemistry.stackexchange.com/questions/7481",
"https://chemistry.stackexchange.com",
"https://chemistry.stackexchange.com/users/4015/"
] | The process for naming *this* molecule correctly follows the steps listed here:
1. Identify the parent hydrocarbon, which will be the one with the longest chain. It is correctly identified as the 7-carbon chain, and as such is a derivative of heptane.
2. Identify the side-chain functional groups. We have 2 methyl grou... | That molecule would be 5-Ethyl-3,3-dimethylheptane based on the first point of difference rule. Starting from the left side of the parent chain, you will have a substituent at the 3,3,5 positions while on the right, you'll have your substituent on the 3,5,5 positions. 3,3,5 is lower than 3,5,5 so it should be the prior... |
99,039 | There is something i am not sure to understand on bitcoin private/public keys and addresses.
A new bitcoin user "U" first generates a private key.
He can compute several public keys from this private key.
When he wants to receive bitcoins, the user should generate an address. I do not understand if this address is a ... | 2020/09/15 | [
"https://bitcoin.stackexchange.com/questions/99039",
"https://bitcoin.stackexchange.com",
"https://bitcoin.stackexchange.com/users/97892/"
] | A modern Bitcoin wallet program can generate many private-keys, each private-key has a public-key. For the most common transaction types, a Bitcoin-address is derived from the public-key.
As you say it is normal to generate a new address (i.e. a new set of keys) for each transaction. This is because all the transactio... | >
> A new bitcoin user "U" first generates a private key. He can compute several public keys from this private key.
>
>
>
The kind of private key you are referring to is an extended private key which is described in the Bitcoin Improvement Proposal 0032 (BIP32) or, like RedGrittyBrick explained, what powers HD wal... |
3,326,911 | How toturn .h file +dll into some kind of .Net wrapper? or something like that? (no C\C++ sources just h files) | 2010/07/24 | [
"https://Stackoverflow.com/questions/3326911",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/434051/"
] | If you look at the documentation for [QDesktopServices::openUrl()](http://doc.trolltech.com/4.6/qdesktopservices.html#openUrl) you will see that:
>
> If a mailto URL is specified, the
> user's e-mail client will be used to
> open a composer window containing the
> options specified in the URL, similar
> to the wa... | On Windows this kind of stuff can be recovered directly from the registry (regedit).
Search the web to find out the specific registry paths, like [this](http://www.ehow.com/how_6325458_configure-browser-using-regedit-xp.html). |
3,326,911 | How toturn .h file +dll into some kind of .Net wrapper? or something like that? (no C\C++ sources just h files) | 2010/07/24 | [
"https://Stackoverflow.com/questions/3326911",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/434051/"
] | On Windows this kind of stuff can be recovered directly from the registry (regedit).
Search the web to find out the specific registry paths, like [this](http://www.ehow.com/how_6325458_configure-browser-using-regedit-xp.html). | According to Microsoft you should not use the registry directly.
See : <http://msdn.microsoft.com/en-us/library/windows/desktop/cc144154(v=vs.85).aspx> |
3,326,911 | How toturn .h file +dll into some kind of .Net wrapper? or something like that? (no C\C++ sources just h files) | 2010/07/24 | [
"https://Stackoverflow.com/questions/3326911",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/434051/"
] | If you look at the documentation for [QDesktopServices::openUrl()](http://doc.trolltech.com/4.6/qdesktopservices.html#openUrl) you will see that:
>
> If a mailto URL is specified, the
> user's e-mail client will be used to
> open a composer window containing the
> options specified in the URL, similar
> to the wa... | According to Microsoft you should not use the registry directly.
See : <http://msdn.microsoft.com/en-us/library/windows/desktop/cc144154(v=vs.85).aspx> |
7,799,753 | Editing my nib for a document-based Cocoa application, I see that when I have a window or panel selected, Xcode lets me set its βinitial positionβ:

This is separate from the wind... | 2011/10/17 | [
"https://Stackoverflow.com/questions/7799753",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/30461/"
] | The initial position is the position in the screen where the window will appear, by default. And the popups control how this position is altered if the user's screen size is different than yours.
Imagine the screen is a giant NSView, and your window is positioned within it. Initial position is the frame origin, and th... | I just changed the initial position to 0, 0 it fixed the issue right away. It seems it wants it to start on the lower left corner. I played around with other settings, adjusting the width and height properties.
<http://prntscr.com/8unin6> |
38,709 | Translating 2 Samuel 1:18 seems to be a very difficult task. Could anyone please lay a helping hand?
A very accurate solution seems to be:
>
> **NET**: He gave instructions that the people of Judah should be taught ***βThe Bow.β*** Indeed, it is written down in the Book of Yashar.
>
>
>
That would be something l... | 2019/02/01 | [
"https://hermeneutics.stackexchange.com/questions/38709",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/22406/"
] | The ESV most likely follows the version of the LXX in which the word *bow* is missing from the text. In this version there are no problems with the text, it is smooth and well ordered.
The ISV and Rashi's interpretation on the other hand I think are hardly defensible: Why would the text tell us now that David taught t... | The greater context I think sheds some light on the passage.
**2 Samuel 1:17-22, NKJV**
>
> Then David lamented with this lamentation over Saul and over Jonathan his son, and he told them to teach the children of Judah the Song of the Bow; indeed it is written in the Book of Jasher:
>
>
> βThe beauty of Israel is ... |
23,197 | What is right view regarding rebirth according to the Buddha? Is it:
* a) Rebirth stops after breakup of physical body for all even if
craving is not eradicated
* b) Rebirth continues eternally after
breakup of physical body for all even if craving is eradicated
* c)
Rebirth stops after breakup of physical body if cra... | 2017/10/10 | [
"https://buddhism.stackexchange.com/questions/23197",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/5000/"
] | Householders, what if just taking [A Safe Bet](http://zugangzureinsicht.org/html/tipitaka/mn/mn.060.than_en.html)? | * a) False
* b) False
* c) The cause of rebirth is eliminated while one lives when one attains Arahanthship. Hence rebirth does not occur after break up of the body.
* d) For those who haven't eliminated craving, rebirth occurs only at the break up of the body. Keep in mind that the usage of the word 'rebirth' in Buddh... |
23,197 | What is right view regarding rebirth according to the Buddha? Is it:
* a) Rebirth stops after breakup of physical body for all even if
craving is not eradicated
* b) Rebirth continues eternally after
breakup of physical body for all even if craving is eradicated
* c)
Rebirth stops after breakup of physical body if cra... | 2017/10/10 | [
"https://buddhism.stackexchange.com/questions/23197",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/5000/"
] | * a) False
* b) False
* c) The cause of rebirth is eliminated while one lives when one attains Arahanthship. Hence rebirth does not occur after break up of the body.
* d) For those who haven't eliminated craving, rebirth occurs only at the break up of the body. Keep in mind that the usage of the word 'rebirth' in Buddh... | The right view regarding 'rebirth' (upapannΔ) according to the Buddha is:
a) Reappearance (upapannΔ) continues after breakup of the **kaya** (group; collection) for all if craving is not eradicated
b) Reappearance (upapannΔ) does not continue eternally at the breakup of the kaya if craving is eradicated because the e... |
23,197 | What is right view regarding rebirth according to the Buddha? Is it:
* a) Rebirth stops after breakup of physical body for all even if
craving is not eradicated
* b) Rebirth continues eternally after
breakup of physical body for all even if craving is eradicated
* c)
Rebirth stops after breakup of physical body if cra... | 2017/10/10 | [
"https://buddhism.stackexchange.com/questions/23197",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/5000/"
] | Householders, what if just taking [A Safe Bet](http://zugangzureinsicht.org/html/tipitaka/mn/mn.060.than_en.html)? | C. <http://www.accesstoinsight.org/tipitaka/sn/sn12/sn12.002.than.html>
"Now from the remainderless fading & cessation of that:
1. **very ignorance (past-defilement/past-cause) comes the cessation of fabrications (past-kamma-becoming/past-cause).**
2. **From the cessation of fabrications comes the cessation of consci... |
23,197 | What is right view regarding rebirth according to the Buddha? Is it:
* a) Rebirth stops after breakup of physical body for all even if
craving is not eradicated
* b) Rebirth continues eternally after
breakup of physical body for all even if craving is eradicated
* c)
Rebirth stops after breakup of physical body if cra... | 2017/10/10 | [
"https://buddhism.stackexchange.com/questions/23197",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/5000/"
] | Householders, what if just taking [A Safe Bet](http://zugangzureinsicht.org/html/tipitaka/mn/mn.060.than_en.html)? | The right view regarding 'rebirth' (upapannΔ) according to the Buddha is:
a) Reappearance (upapannΔ) continues after breakup of the **kaya** (group; collection) for all if craving is not eradicated
b) Reappearance (upapannΔ) does not continue eternally at the breakup of the kaya if craving is eradicated because the e... |
23,197 | What is right view regarding rebirth according to the Buddha? Is it:
* a) Rebirth stops after breakup of physical body for all even if
craving is not eradicated
* b) Rebirth continues eternally after
breakup of physical body for all even if craving is eradicated
* c)
Rebirth stops after breakup of physical body if cra... | 2017/10/10 | [
"https://buddhism.stackexchange.com/questions/23197",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/5000/"
] | C. <http://www.accesstoinsight.org/tipitaka/sn/sn12/sn12.002.than.html>
"Now from the remainderless fading & cessation of that:
1. **very ignorance (past-defilement/past-cause) comes the cessation of fabrications (past-kamma-becoming/past-cause).**
2. **From the cessation of fabrications comes the cessation of consci... | The right view regarding 'rebirth' (upapannΔ) according to the Buddha is:
a) Reappearance (upapannΔ) continues after breakup of the **kaya** (group; collection) for all if craving is not eradicated
b) Reappearance (upapannΔ) does not continue eternally at the breakup of the kaya if craving is eradicated because the e... |
50,076 | I keep reading about joining a small start-up, keeping it up until it grows and then reaping the rewards.
However, the way I see it is that investors and shareholders will be reaping the rewards, while overworked employees will get a promotion at best, and they could have gotten that promotion in many other companies. ... | 2015/07/24 | [
"https://workplace.stackexchange.com/questions/50076",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/-1/"
] | There are plenty of benefits to joining a startup without equity.
1. Rapid promotion
2. Experience doing more things and having more responsibility and ability to set direction than you would at a larger shop
3. Exposure to startup people, both in your company and funders, for your next startup
None of these will mak... | If it is a competitve salary doing work you enjoy then why not.
How can you assume will be overworked?
What is wrong with promotions? If a small company grows there are more opportunities for promotions.
And some investors make nothing. If the start up fails you get to keep your salary.
By that logic should you ... |
50,076 | I keep reading about joining a small start-up, keeping it up until it grows and then reaping the rewards.
However, the way I see it is that investors and shareholders will be reaping the rewards, while overworked employees will get a promotion at best, and they could have gotten that promotion in many other companies. ... | 2015/07/24 | [
"https://workplace.stackexchange.com/questions/50076",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/-1/"
] | There are plenty of benefits to joining a startup without equity.
1. Rapid promotion
2. Experience doing more things and having more responsibility and ability to set direction than you would at a larger shop
3. Exposure to startup people, both in your company and funders, for your next startup
None of these will mak... | >
> Shouldn't "reaping the rewards" include seeing your equity/shares
> become much more valuable? If so, should one join a start-up only when
> equity is written in the contract?
>
>
>
If your only goal is reaping rewards, then you probably should avoid startups - without regard to the equity being offered. I w... |
50,076 | I keep reading about joining a small start-up, keeping it up until it grows and then reaping the rewards.
However, the way I see it is that investors and shareholders will be reaping the rewards, while overworked employees will get a promotion at best, and they could have gotten that promotion in many other companies. ... | 2015/07/24 | [
"https://workplace.stackexchange.com/questions/50076",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/-1/"
] | There are plenty of benefits to joining a startup without equity.
1. Rapid promotion
2. Experience doing more things and having more responsibility and ability to set direction than you would at a larger shop
3. Exposure to startup people, both in your company and funders, for your next startup
None of these will mak... | First, just equity isn't something you should look at ever - you need a 'percentage' of the company, not just equity. Equity can be diluted which companies do all the time to get a lot of free work from employees 'hoping for a payout' - it's called 'The Golden Chains', this is what happened to the co-owner of facebook.... |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | [WinImage](http://www.winimage.com/) can extract/insert files into images. It's not free, but there's a 30 day trial that'll be enough for one off usage. | I would try [UFS Explorer](http://www.soft3k.com/UFS-Explorer-p12225.htm) in Windows, especially if it is a UFS image. Even if it isn't free to do what you need, I would think that for the meager payment to the developers your work will be much faster. |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | Have you looked at [WinImage](http://winimage.com/download.htm "WinImage")
Reasons:
* Free
* 64 bit support
* Does not install a service
* Can make bootable drives from other drives
* Make physical drives into virtual and vice versa | I would try [UFS Explorer](http://www.soft3k.com/UFS-Explorer-p12225.htm) in Windows, especially if it is a UFS image. Even if it isn't free to do what you need, I would think that for the meager payment to the developers your work will be much faster. |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | Try using [Virtual Floppy Drive](http://chitchat.at.infoseek.co.jp/vmware/vfd.html) to virtually mount the floppy image. Then you should be able to access it.
EDIT: Considering the UFS file, you have the capabilities to do this in a linux/unix environment using loop devices. I found some instructions on this in [the B... | I've seen these utilities suggested on other sites as possible solutions:
* [FFS File System Driver for Windows](http://ffsdrv.sourceforge.net/index.php)
* [ufs2tools](http://ufs2tools.sourceforge.net/) |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | [WinImage](http://www.winimage.com/) can extract/insert files into images. It's not free, but there's a 30 day trial that'll be enough for one off usage. | Sounds like OS/2 Warp 4. So I would google there first and see how they do it. |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | Have you looked at [WinImage](http://winimage.com/download.htm "WinImage")
Reasons:
* Free
* 64 bit support
* Does not install a service
* Can make bootable drives from other drives
* Make physical drives into virtual and vice versa | I've seen these utilities suggested on other sites as possible solutions:
* [FFS File System Driver for Windows](http://ffsdrv.sourceforge.net/index.php)
* [ufs2tools](http://ufs2tools.sourceforge.net/) |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | Try using [Virtual Floppy Drive](http://chitchat.at.infoseek.co.jp/vmware/vfd.html) to virtually mount the floppy image. Then you should be able to access it.
EDIT: Considering the UFS file, you have the capabilities to do this in a linux/unix environment using loop devices. I found some instructions on this in [the B... | [WinImage](http://www.winimage.com/) can extract/insert files into images. It's not free, but there's a 30 day trial that'll be enough for one off usage. |
39,034 | So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every ... | 2009/07/10 | [
"https://serverfault.com/questions/39034",
"https://serverfault.com",
"https://serverfault.com/users/10118/"
] | Try using [Virtual Floppy Drive](http://chitchat.at.infoseek.co.jp/vmware/vfd.html) to virtually mount the floppy image. Then you should be able to access it.
EDIT: Considering the UFS file, you have the capabilities to do this in a linux/unix environment using loop devices. I found some instructions on this in [the B... | Sounds like OS/2 Warp 4. So I would google there first and see how they do it. |
144,135 | So I gonna make a USB bootable drive of Hexxeh's ChromiumOS Flow. I want this to be able to boot into it on my school computer. The computers use Novel network and each student gets their own login.
Can I use my USB drive to boot into ChromiumOS from the schools computer? I don't need to access the files on my Novel ... | 2010/05/22 | [
"https://superuser.com/questions/144135",
"https://superuser.com",
"https://superuser.com/users/38008/"
] | ~~Well, it shouldn't matter TOO much, but using two similar strips of RAM would be recommended.~~
Just found you the Toshiba Qosmio G25-AV513 has a maximum support of 2 GB of ram so I would recommend buying two 1 GB strips or just use one 2 GB. | You need to have single stick or matched pairs of memory. Which you need will depend on the system and some systems can take either.
If the system can take either it doesn't really matter whether you buy two 1GB or one 2GB stick - assuming that the specs are roughly the same.
Putting the 512MB in with a 2GB stick pro... |
144,135 | So I gonna make a USB bootable drive of Hexxeh's ChromiumOS Flow. I want this to be able to boot into it on my school computer. The computers use Novel network and each student gets their own login.
Can I use my USB drive to boot into ChromiumOS from the schools computer? I don't need to access the files on my Novel ... | 2010/05/22 | [
"https://superuser.com/questions/144135",
"https://superuser.com",
"https://superuser.com/users/38008/"
] | ~~Well, it shouldn't matter TOO much, but using two similar strips of RAM would be recommended.~~
Just found you the Toshiba Qosmio G25-AV513 has a maximum support of 2 GB of ram so I would recommend buying two 1 GB strips or just use one 2 GB. | DDR2 modules must be used in matched pairs in modern systems. |
144,135 | So I gonna make a USB bootable drive of Hexxeh's ChromiumOS Flow. I want this to be able to boot into it on my school computer. The computers use Novel network and each student gets their own login.
Can I use my USB drive to boot into ChromiumOS from the schools computer? I don't need to access the files on my Novel ... | 2010/05/22 | [
"https://superuser.com/questions/144135",
"https://superuser.com",
"https://superuser.com/users/38008/"
] | You need to have single stick or matched pairs of memory. Which you need will depend on the system and some systems can take either.
If the system can take either it doesn't really matter whether you buy two 1GB or one 2GB stick - assuming that the specs are roughly the same.
Putting the 512MB in with a 2GB stick pro... | DDR2 modules must be used in matched pairs in modern systems. |
245,519 | I'd like to delete a game off of an iOS device but I would prefer to not lose my progress in case I want to return. Is there any way of checking whether the game/app puts the game save either in iCloud or another external service? | 2016/07/10 | [
"https://apple.stackexchange.com/questions/245519",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/21351/"
] | You can see a list of apps using iCloud storage from the Settings β iCloud β Storage β Manage Storage menu. But even if your app is listed, there's no way of checking exactly what data is saved. | If you back up the iDevice via iCloud, the game data will be saved there. You can also use iExplorer on a Mac or Windows machine.
This tutorial will show you how: <http://www.pocket-lint.com/news/132888-how-to-transfer-app-and-game-data-between-ios-devices> |
181,609 | I really enjoy minecraft. So I downloaded the pocket edition. But when I go into my inventory, there is no craft button. Is there a way to fix this? | 2014/08/20 | [
"https://gaming.stackexchange.com/questions/181609",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/85787/"
] | They have recently changed the inventory screen on Minecraft PE, the new screen looks like this, and runs using various tabs shown on the left.

You just need to click the bookshelf and it will open the crafting menu.
For reference the old screen lo... | The 3 dote beside the hot bar (quick select). Then push the bookshelf button. |
104,825 | I need to move a large file from one laptop to another. Can I just join the two machines with an ethernet cable and create a shared folder on my desktop or is it more complicated than that?
**Update**
Windows versions - one laptop has XP the other is Vista
File Size - approx 10G | 2010/02/04 | [
"https://superuser.com/questions/104825",
"https://superuser.com",
"https://superuser.com/users/10220/"
] | I'd rather use a portable media device like a USB HDD or USB key. You can also create a network share and then, transfer your files. It's quite easy.
Start - run: \\IP-or-computername\"Shared"
And then, paste your files. | You'd need a special kind of ethernet cable called a "crossover" cable. Far easier to borrow a hub, or use a USB stick to transfer :) |
104,825 | I need to move a large file from one laptop to another. Can I just join the two machines with an ethernet cable and create a shared folder on my desktop or is it more complicated than that?
**Update**
Windows versions - one laptop has XP the other is Vista
File Size - approx 10G | 2010/02/04 | [
"https://superuser.com/questions/104825",
"https://superuser.com",
"https://superuser.com/users/10220/"
] | When copying large files do NOT use windows explorer. Start a command prompt and use the copy/xcopy command. | You'd need a special kind of ethernet cable called a "crossover" cable. Far easier to borrow a hub, or use a USB stick to transfer :) |
104,825 | I need to move a large file from one laptop to another. Can I just join the two machines with an ethernet cable and create a shared folder on my desktop or is it more complicated than that?
**Update**
Windows versions - one laptop has XP the other is Vista
File Size - approx 10G | 2010/02/04 | [
"https://superuser.com/questions/104825",
"https://superuser.com",
"https://superuser.com/users/10220/"
] | Modern ethernet cards will do the crossover for you, so there's no need for a "special cable". Just connect to the two machines, set an IP for them and transfer files. | You'd need a special kind of ethernet cable called a "crossover" cable. Far easier to borrow a hub, or use a USB stick to transfer :) |
104,825 | I need to move a large file from one laptop to another. Can I just join the two machines with an ethernet cable and create a shared folder on my desktop or is it more complicated than that?
**Update**
Windows versions - one laptop has XP the other is Vista
File Size - approx 10G | 2010/02/04 | [
"https://superuser.com/questions/104825",
"https://superuser.com",
"https://superuser.com/users/10220/"
] | I'd rather use a portable media device like a USB HDD or USB key. You can also create a network share and then, transfer your files. It's quite easy.
Start - run: \\IP-or-computername\"Shared"
And then, paste your files. | When copying large files do NOT use windows explorer. Start a command prompt and use the copy/xcopy command. |
104,825 | I need to move a large file from one laptop to another. Can I just join the two machines with an ethernet cable and create a shared folder on my desktop or is it more complicated than that?
**Update**
Windows versions - one laptop has XP the other is Vista
File Size - approx 10G | 2010/02/04 | [
"https://superuser.com/questions/104825",
"https://superuser.com",
"https://superuser.com/users/10220/"
] | Modern ethernet cards will do the crossover for you, so there's no need for a "special cable". Just connect to the two machines, set an IP for them and transfer files. | I'd rather use a portable media device like a USB HDD or USB key. You can also create a network share and then, transfer your files. It's quite easy.
Start - run: \\IP-or-computername\"Shared"
And then, paste your files. |
104,825 | I need to move a large file from one laptop to another. Can I just join the two machines with an ethernet cable and create a shared folder on my desktop or is it more complicated than that?
**Update**
Windows versions - one laptop has XP the other is Vista
File Size - approx 10G | 2010/02/04 | [
"https://superuser.com/questions/104825",
"https://superuser.com",
"https://superuser.com/users/10220/"
] | Modern ethernet cards will do the crossover for you, so there's no need for a "special cable". Just connect to the two machines, set an IP for them and transfer files. | When copying large files do NOT use windows explorer. Start a command prompt and use the copy/xcopy command. |
8 | Tor can only handle TCP connections, but DNS is a UDP protocol. How does Tor route DNS requests over its TCP based network? Why can the same approach not be used to route all UDP traffic over Tor? | 2013/09/25 | [
"https://tor.stackexchange.com/questions/8",
"https://tor.stackexchange.com",
"https://tor.stackexchange.com/users/15/"
] | Tor clients do not, in general, directly do DNS requests. When you open a connection through the tor network you usually ask your client (on its socks ports) to connect you to a hostname and port, say www.example.com:80.
Your tor client, once it has created a circuit, will send that hostname and port to the exit node ... | TOR is not capable of routing UDP traffic as far as I know. But for DNS it makes an exception. This can be done because of the way SOCKS5 works.
When establishing a SOCKS5 connection the client sends either the IP address or a DNS. When TOR receives the DNS it uses the backend to resolve it (I don't really know exactl... |
8 | Tor can only handle TCP connections, but DNS is a UDP protocol. How does Tor route DNS requests over its TCP based network? Why can the same approach not be used to route all UDP traffic over Tor? | 2013/09/25 | [
"https://tor.stackexchange.com/questions/8",
"https://tor.stackexchange.com",
"https://tor.stackexchange.com/users/15/"
] | You have to remember, that Tor is a PROXY. Proxies act on behalf of another, and therefore, theoretically you would only need to "resolve" the address of the first node of the circuit. But you don't have to do that, because Tor already has that information in its configuration files.
What happens is that the exit node... | TOR is not capable of routing UDP traffic as far as I know. But for DNS it makes an exception. This can be done because of the way SOCKS5 works.
When establishing a SOCKS5 connection the client sends either the IP address or a DNS. When TOR receives the DNS it uses the backend to resolve it (I don't really know exactl... |
8 | Tor can only handle TCP connections, but DNS is a UDP protocol. How does Tor route DNS requests over its TCP based network? Why can the same approach not be used to route all UDP traffic over Tor? | 2013/09/25 | [
"https://tor.stackexchange.com/questions/8",
"https://tor.stackexchange.com",
"https://tor.stackexchange.com/users/15/"
] | Tor clients do not, in general, directly do DNS requests. When you open a connection through the tor network you usually ask your client (on its socks ports) to connect you to a hostname and port, say www.example.com:80.
Your tor client, once it has created a circuit, will send that hostname and port to the exit node ... | You have to remember, that Tor is a PROXY. Proxies act on behalf of another, and therefore, theoretically you would only need to "resolve" the address of the first node of the circuit. But you don't have to do that, because Tor already has that information in its configuration files.
What happens is that the exit node... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | Let's be clear that project management has been a function of work long before it became a job role and a sort of profession. I'm quite sure you have far more project management experience than you are giving yourself credit for; after all, we begin managing projects about age 5.
The PM practices are really nothing m... | Some great advice so far, although there's some information that's missing from your description that's critical -
Are the people you mentioned full-time on this project? What does 'failing' mean? IS it behind schedule? Was there a real plan put together before it started? Why does mgmt think it only takes 1-2 hours?... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | As others have pointed out, you can't really expect to accomplish your goal within those parameters.
In my opinion, the best you could do is try to switch over to an Agile team. The nice thing about the Agile process, if done correctly, is that it moves much of the decisions and problems facing management to the team ... | Some great advice so far, although there's some information that's missing from your description that's critical -
Are the people you mentioned full-time on this project? What does 'failing' mean? IS it behind schedule? Was there a real plan put together before it started? Why does mgmt think it only takes 1-2 hours?... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | ### TL;DR
If your question is truly about how you can *manage* a project like this in less than two hours per week, the answer is that you can't. At best, you might manage some minimal status reporting.
### Project Management is a Full-Time Job
Project management, when properly done, is a full-time job for someone. ... | As a starting project manager, I found Project Management for Dummies to be be really helpful. With your academic background, you could read it in a weekend. The reason I recommend this book is that not only does it touch upon aspects of methodology, it also talks about soft-skills like motivating people etc. and it se... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | ### TL;DR
If your question is truly about how you can *manage* a project like this in less than two hours per week, the answer is that you can't. At best, you might manage some minimal status reporting.
### Project Management is a Full-Time Job
Project management, when properly done, is a full-time job for someone. ... | First of all **you need an overview of the whole system**. You have to identify the key players, the key movements and motivations. My recommendation in similar cases is to do a [value stream mapping](http://zsoltfabok.com/blog/2012/04/see-the-whole-flow-exercise/) exercise. In a nutshell it will provide you some infor... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | ### TL;DR
If your question is truly about how you can *manage* a project like this in less than two hours per week, the answer is that you can't. At best, you might manage some minimal status reporting.
### Project Management is a Full-Time Job
Project management, when properly done, is a full-time job for someone. ... | Let's be clear that project management has been a function of work long before it became a job role and a sort of profession. I'm quite sure you have far more project management experience than you are giving yourself credit for; after all, we begin managing projects about age 5.
The PM practices are really nothing m... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | First of all **you need an overview of the whole system**. You have to identify the key players, the key movements and motivations. My recommendation in similar cases is to do a [value stream mapping](http://zsoltfabok.com/blog/2012/04/see-the-whole-flow-exercise/) exercise. In a nutshell it will provide you some infor... | As others have pointed out, you can't really expect to accomplish your goal within those parameters.
In my opinion, the best you could do is try to switch over to an Agile team. The nice thing about the Agile process, if done correctly, is that it moves much of the decisions and problems facing management to the team ... |
6,549 | I am working as a beginning scientist and was given the management role for a small project (5 internal scientists, 1-2 external software contractors). What are the absolute essentials I need to manage this successfully?
There are several difficulties ahead right from the start:
* the project is already running and ... | 2012/09/10 | [
"https://pm.stackexchange.com/questions/6549",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/4592/"
] | It is possible that your boss hasn't really got a clue as to what a PM does. When I got my first PM job my boss thought all I needed to do was send out reminders and act as a stenographer at meetings. If this is the case you have a lot less work to do than if he wants you to act as a "true" PM. So the first thing that ... | Some great advice so far, although there's some information that's missing from your description that's critical -
Are the people you mentioned full-time on this project? What does 'failing' mean? IS it behind schedule? Was there a real plan put together before it started? Why does mgmt think it only takes 1-2 hours?... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.