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 |
|---|---|---|---|---|---|
44,630 | I read the Wikipedia article on [DNA methylation](https://en.wikipedia.org/wiki/DNA_methylation)
Let's say I want to extract and then stock my current DNA methylation marks somewhere so that I can use it safely 20 years in the future for a medical procedure that doesn't exist yet.
What method should I use? | 2016/03/26 | [
"https://biology.stackexchange.com/questions/44630",
"https://biology.stackexchange.com",
"https://biology.stackexchange.com/users/22779/"
] | To record the current methylation state of your DNA, you can use [bisulfite sequencing](https://en.wikipedia.org/wiki/Bisulfite_sequencing). Basically, you take half of your DNA sample and treat with bisulfite, which deaminates cytosines (C->U) , so they read as T instead of C. Methylated cytosines are protected, so th... | I believe the DNA is going to be as stable in native form as it should be after bisulfite treatment. You can use commercially available methods of storing DNA samples and safely assume it will be intact in 20 years time. |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | You can do remote debugging targeting the Android Browser with the [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/) project. Or use [Chrome remote debugging](https://developers.google.com/chrome-developer-tools/docs/remote-debugging) with the Chrome for Android browser. As far as I know, you can't target... | It cannot be done, because the debugger backend code is not there. The source code you are referencing to is a copy of webkit source in android, but it is not compiled into android release bits. |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | Now it is easy with Android 4.4. See <https://developers.google.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews> | It cannot be done, because the debugger backend code is not there. The source code you are referencing to is a copy of webkit source in android, but it is not compiled into android release bits. |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | >
> **For android >= 4.4 (kitkat)**
>
>
>
See [Remote debugging on Android with Chrome](https://developer.chrome.com/devtools/docs/remote-debugging)
>
> **For android < 4.4 (Lower versions)**
>
>
>
Use very good open source tool: [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/Installing.html).... | It cannot be done, because the debugger backend code is not there. The source code you are referencing to is a copy of webkit source in android, but it is not compiled into android release bits. |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | Now it is easy with Android 4.4. See <https://developers.google.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews> | You can do remote debugging targeting the Android Browser with the [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/) project. Or use [Chrome remote debugging](https://developers.google.com/chrome-developer-tools/docs/remote-debugging) with the Chrome for Android browser. As far as I know, you can't target... |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | >
> **For android >= 4.4 (kitkat)**
>
>
>
See [Remote debugging on Android with Chrome](https://developer.chrome.com/devtools/docs/remote-debugging)
>
> **For android < 4.4 (Lower versions)**
>
>
>
Use very good open source tool: [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/Installing.html).... | You can do remote debugging targeting the Android Browser with the [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/) project. Or use [Chrome remote debugging](https://developers.google.com/chrome-developer-tools/docs/remote-debugging) with the Chrome for Android browser. As far as I know, you can't target... |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | You can do remote debugging targeting the Android Browser with the [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/) project. Or use [Chrome remote debugging](https://developers.google.com/chrome-developer-tools/docs/remote-debugging) with the Chrome for Android browser. As far as I know, you can't target... | Pre KitKat [jsHyBugger](https://www.jshybugger.com/#!/) works well ( trial version and annual single user license €29 )
( I have no connection to the developers / have purchased a license ) |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | Now it is easy with Android 4.4. See <https://developers.google.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews> | Pre KitKat [jsHyBugger](https://www.jshybugger.com/#!/) works well ( trial version and annual single user license €29 )
( I have no connection to the developers / have purchased a license ) |
13,801,819 | I need to inspect javascript execution (webview widget) in an android application,
while debugging; through SDK & usb cable and/or http/websockets;
from destop computer (e.g. chrome running on desktop).
Webkit's sources includes DebuggerServer implementation
( platform\_external\_webkit\Source\WebKit\android\wds\De... | 2012/12/10 | [
"https://Stackoverflow.com/questions/13801819",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1717056/"
] | >
> **For android >= 4.4 (kitkat)**
>
>
>
See [Remote debugging on Android with Chrome](https://developer.chrome.com/devtools/docs/remote-debugging)
>
> **For android < 4.4 (Lower versions)**
>
>
>
Use very good open source tool: [weinre](http://people.apache.org/~pmuellr/weinre/docs/latest/Installing.html).... | Pre KitKat [jsHyBugger](https://www.jshybugger.com/#!/) works well ( trial version and annual single user license €29 )
( I have no connection to the developers / have purchased a license ) |
3,694 | How much contact should I expect to have with my literary agent (from a sizeable London firm, representing my first novel)? Are months of silence to be expected/endured? If so...how many? | 2011/08/22 | [
"https://writers.stackexchange.com/questions/3694",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/2503/"
] | I wasn't going to post an answer for this, but I've got to disagree with Joshin.
You're in a business relationship with your agent. You're entitled to respectful business communication. There's a vast difference between you needing your hand held and you needing to know what your business partner is up to.
Months of... | If you are really good they'll be happy if you just send them a check on a regular basis.
Think of a clerk in a store. Their job is to make sure that when a buyer comes into the store they find what they need. Rarely (if ever) do they contact the guy in China who is making the tools.
If you are making tools in Chin... |
256,359 | I read in an American Accent book that there is no break between sibilants adjoining each other between words. For example, this phrase:
>
> I was starting to worry.
>
>
>
The words *was* + *starting* sound like [wə**zs**tɑrt̬ɪŋ] with no break. Am I right? I marked the sibilant sounds with bold.
I used the schwa... | 2015/07/01 | [
"https://english.stackexchange.com/questions/256359",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/111955/"
] | Well, there is never a break between words unless you make one. You could say first the word "was", stop making sounds, then say "starting", if you chose to make that break. If there is no period of silence between them, the [zs] pronunciation is just a [z] followed immediately by [s].
If you happen to be an English s... | You are right. Was, despite ending with an 's' sounds like a 'z' with an American speaker no mater where you are. Because of that [wəstɑrt̬ɪŋ] isn't correct. That would only work if both the 's' in "was" and "starting" were pronounced the same. As for the lack of break, that would be correct as well. Even in a lengthen... |
62,490 | Does Microsoft Virtual PC have any scripting capabilities? I'm trying to automatically launch a web browser inside the VM and have it go to url specified by a parameter. | 2009/10/29 | [
"https://superuser.com/questions/62490",
"https://superuser.com",
"https://superuser.com/users/2582/"
] | For "basic" viruses you'll want to boot up in safe mode and delete the executable (you could use Process Explorer, or task manager from Vista onwards, to locate the file), but for more advanced types I always find using Sysinternal's Autoruns to remove their ability to start up (along with any helper applications they ... | 99% CPU you say? Sounds like a poorly coded keylogger. Try checking `msconfig` for suspicious startup entries first and foremost. You can use [Process Explorer](http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx) to find information about the process itself, and if you have the location of the program, kill ... |
62,490 | Does Microsoft Virtual PC have any scripting capabilities? I'm trying to automatically launch a web browser inside the VM and have it go to url specified by a parameter. | 2009/10/29 | [
"https://superuser.com/questions/62490",
"https://superuser.com",
"https://superuser.com/users/2582/"
] | For "basic" viruses you'll want to boot up in safe mode and delete the executable (you could use Process Explorer, or task manager from Vista onwards, to locate the file), but for more advanced types I always find using Sysinternal's Autoruns to remove their ability to start up (along with any helper applications they ... | My advice would be not to search on Google directly for the executable, but rather to Google for a reliable anti-malware site (e.g. your antivirus vendor, or the other big ones like Symantec etc), then search within their site to see if it's a known issue. |
9,364 | This will perhaps look like a very basic and trivial question. But I find it confusing. As an experience, when you are travelling in non-AC car in summer, have people felt if putting on or putting off the windowpane affect how much heat it feels inside to passengers.
On one hand, I feel that heat can still come inside... | 2011/05/02 | [
"https://physics.stackexchange.com/questions/9364",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/1093/"
] | A couple of different effects here.
A glass windowed box will heat up to considerably more than the outside temperature. Radiation from the sun, as visible and near infrared light, passes easily through the glass - hits the black interior surfaces and heats them up, this in turn heats the air and the glass stops the w... | Keeping your windows closed increases the temperature inside the car because of a greenhouse-like effect. The inside of the car continually receives radiation from the sun, re-emits it to warm the air inside the car but doesn't allow the heated air to leave the car by convection. Hence the car will be considerably hott... |
9,364 | This will perhaps look like a very basic and trivial question. But I find it confusing. As an experience, when you are travelling in non-AC car in summer, have people felt if putting on or putting off the windowpane affect how much heat it feels inside to passengers.
On one hand, I feel that heat can still come inside... | 2011/05/02 | [
"https://physics.stackexchange.com/questions/9364",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/1093/"
] | A couple of different effects here.
A glass windowed box will heat up to considerably more than the outside temperature. Radiation from the sun, as visible and near infrared light, passes easily through the glass - hits the black interior surfaces and heats them up, this in turn heats the air and the glass stops the w... | If the car is in the sun closed windows will trap heat due to two mechanisms. As dbrane says the greenhouse effect is named after onr of these this effects, the radiation comes in at shortwave lengths, and the reradiated thermal energy is partially blocked by the glass. But any dark object in direct sunlight will get s... |
662,914 | I have a very strange issue with PFsense as router running in KVM with CentOS 7. https connections are incredibly slow (10KB/s or less), and uploads over https simply don't work; for example using <https://imgur.com> over https loads, but uploading an image will take minutes, after which it says it failed.
I have a d... | 2015/01/28 | [
"https://serverfault.com/questions/662914",
"https://serverfault.com",
"https://serverfault.com/users/126695/"
] | It's entirely possible that if you're using pfSense 2.2 or later, you're being affected by [this](https://forum.pfsense.org/index.php?topic=88467.0). Symptoms would include:
1. Slowness for other VMs hosted on the KVM platform if they need to access a network resource which is on the other side of one of the router i... | How is the dual-WAN configured ?
Is it in redundancy mode, load balancing or distributed ?
This may be the problem if at a point a switch happens between the WANs and the secondary/backup one is a lot slower. |
662,914 | I have a very strange issue with PFsense as router running in KVM with CentOS 7. https connections are incredibly slow (10KB/s or less), and uploads over https simply don't work; for example using <https://imgur.com> over https loads, but uploading an image will take minutes, after which it says it failed.
I have a d... | 2015/01/28 | [
"https://serverfault.com/questions/662914",
"https://serverfault.com",
"https://serverfault.com/users/126695/"
] | It's entirely possible that if you're using pfSense 2.2 or later, you're being affected by [this](https://forum.pfsense.org/index.php?topic=88467.0). Symptoms would include:
1. Slowness for other VMs hosted on the KVM platform if they need to access a network resource which is on the other side of one of the router i... | Have you perhaps enabled a setting that penalises "unknown" or encrypted traffic? This setting is usually intended to punish or make the network unusable for file sharing and p2p users, but perhaps pfsense is seeing that https is encrypted and penalising it accordingly. |
662,914 | I have a very strange issue with PFsense as router running in KVM with CentOS 7. https connections are incredibly slow (10KB/s or less), and uploads over https simply don't work; for example using <https://imgur.com> over https loads, but uploading an image will take minutes, after which it says it failed.
I have a d... | 2015/01/28 | [
"https://serverfault.com/questions/662914",
"https://serverfault.com",
"https://serverfault.com/users/126695/"
] | It's entirely possible that if you're using pfSense 2.2 or later, you're being affected by [this](https://forum.pfsense.org/index.php?topic=88467.0). Symptoms would include:
1. Slowness for other VMs hosted on the KVM platform if they need to access a network resource which is on the other side of one of the router i... | Please check if you don't have an incorrect ldap/radius server configuration. To test please backup your settings and remove the server. That was the problem in my case. |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | The type of keyboard music typically composed during the classical age was so much less complex, and the number of professional musicians was so much smaller, that the comparison cannot be made in any reasonable way.
A lot of present-day pianists could probably sight-read the music of a second-rate composer from 1800... | [Jordan Rudess](http://www.jordanrudess.com/) (Dream Theater) is an impressive keyboarder and a true wizard, maybe not quite as famous as Beethoven. He's not only an accomplished piano virtuoso, he's also constantly pushing the boundaries of his instrument, e.g. by controlling and designing sounds in innovative ways su... |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | The type of keyboard music typically composed during the classical age was so much less complex, and the number of professional musicians was so much smaller, that the comparison cannot be made in any reasonable way.
A lot of present-day pianists could probably sight-read the music of a second-rate composer from 1800... | You should definitely check out keyboardists from progressive rock bands. Prog rock musicians really introduced synthesizers to the popular music/rock scene and elicited really unconventional sounds from those synthesizers. Listen to what they'd done with synthesizers in the 70s, and you'd be amazed. That was 50 years ... |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | Keep in mind that the Beethoven "duel" is legend. By legend I don't mean that it didn't happen, only that it's one of those famous stories passed down through the generations, and stories like that only come along once or twice in a lifetime.
We certainly still have "rock star" pianists today that you might want to ch... | [Jordan Rudess](http://www.jordanrudess.com/) (Dream Theater) is an impressive keyboarder and a true wizard, maybe not quite as famous as Beethoven. He's not only an accomplished piano virtuoso, he's also constantly pushing the boundaries of his instrument, e.g. by controlling and designing sounds in innovative ways su... |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | Keep in mind that the Beethoven "duel" is legend. By legend I don't mean that it didn't happen, only that it's one of those famous stories passed down through the generations, and stories like that only come along once or twice in a lifetime.
We certainly still have "rock star" pianists today that you might want to ch... | You should definitely check out keyboardists from progressive rock bands. Prog rock musicians really introduced synthesizers to the popular music/rock scene and elicited really unconventional sounds from those synthesizers. Listen to what they'd done with synthesizers in the 70s, and you'd be amazed. That was 50 years ... |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | One of my favorite up-and-coming pianist/composers is Aysedeniz Gokcin. Not yet 30 years old, she's someone who combines a marvelous piano technique with impressive compositional skills.
Here's her "Pink Floyd Lisztified," an arrangement of some of Pink Floyd's songs in the manner of Liszt: | [Jordan Rudess](http://www.jordanrudess.com/) (Dream Theater) is an impressive keyboarder and a true wizard, maybe not quite as famous as Beethoven. He's not only an accomplished piano virtuoso, he's also constantly pushing the boundaries of his instrument, e.g. by controlling and designing sounds in innovative ways su... |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | You should definitely check out keyboardists from progressive rock bands. Prog rock musicians really introduced synthesizers to the popular music/rock scene and elicited really unconventional sounds from those synthesizers. Listen to what they'd done with synthesizers in the 70s, and you'd be amazed. That was 50 years ... | [Jordan Rudess](http://www.jordanrudess.com/) (Dream Theater) is an impressive keyboarder and a true wizard, maybe not quite as famous as Beethoven. He's not only an accomplished piano virtuoso, he's also constantly pushing the boundaries of his instrument, e.g. by controlling and designing sounds in innovative ways su... |
57,611 | I am amused by the story of Beethoven dueling another composer in Vienna, in which he takes the other composer's music, puts it upside down, and proceeds to humiliate him. I feel as though keyboardists with that kind of talent must exist nowadays, but they are perhaps not as popular as they once were.
Do we have such ... | 2017/05/18 | [
"https://music.stackexchange.com/questions/57611",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/33712/"
] | One of my favorite up-and-coming pianist/composers is Aysedeniz Gokcin. Not yet 30 years old, she's someone who combines a marvelous piano technique with impressive compositional skills.
Here's her "Pink Floyd Lisztified," an arrangement of some of Pink Floyd's songs in the manner of Liszt: | You should definitely check out keyboardists from progressive rock bands. Prog rock musicians really introduced synthesizers to the popular music/rock scene and elicited really unconventional sounds from those synthesizers. Listen to what they'd done with synthesizers in the 70s, and you'd be amazed. That was 50 years ... |
7,327 | Rolled aluminum descending rings like the [SMC Descending ring](http://www.innermountainoutfitters.com/descending-ring/) are light *(11g)* and cheap *($3)* which makes them great for carrying and leaving behind on long descents, but in my mind they are disposable pro, you use them once for retrieving your rope after a ... | 2014/12/09 | [
"https://outdoors.stackexchange.com/questions/7327",
"https://outdoors.stackexchange.com",
"https://outdoors.stackexchange.com/users/4148/"
] | No
==
It is ***not*** ok to use that type of descending ring for fixed anchors.
SMC Descending Rings are a one-piece aluminum ring which are intended to be placed at the top of a pull down rappel in place of a carabiner in order to facilitate recovery of ropes.
SMC [issues the following](http://www.rocknrescue.com/a... | SMC's site doesn't say anything very helpful but, keep in mind that 14kN is enough to lift a medium sized car. In a rappel only situation, it should last for years.
That being said....using 'left gear' is a judgment you should make for yourself. Even if you can't see any defects in a piece of metal, you never know if ... |
193,497 | My friend recorded some videos on his camcorder, and the one I want to convert is 1.66gb, 1440x1080, 6 audio channels. I want to shrink this down to something like 480x360, and 2 audio channels... or anything small enough that I can upload it to facebook/youtube. I also want to crop out a section of it.
I tried ffmpeg... | 2010/09/28 | [
"https://superuser.com/questions/193497",
"https://superuser.com",
"https://superuser.com/users/5106/"
] | I'm using the heck out of [HandBrake](http://handbrake.fr/). It's my favorite by far. it will convert MTS.
I'm running Win8 /8.1 now. Used it all the time in 7 as well. | Give [MediaCoder](http://www.mediacoderhq.com/) a shot. It should do what you want with a few clicks. |
125,759 | I've carried out a couple of repairs on my iPhone 5 over the last fortnight, including replacing the screen. I detached the home button from its mounting in the original screen, and placed it in the new screen. It works fine, but I need to glue it to the contact that it sits on top of. What glue does Apple use to do th... | 2014/03/27 | [
"https://apple.stackexchange.com/questions/125759",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/30215/"
] | I realize this is an older question, but a common problem for several iphone models. Might help someone.
The whole assembly is larger than the home button hole. Problem is the round plastic button does come loose from the whole assembly. It is glued in place and can break free.
As long as everything is functioning co... | I can't see any mention of glue on the [iFixIt guide to replace the Home button on the iPhone 5](https://www.ifixit.com/Guide/iPhone+5+Home+Button+Replacement/10594), nor on the comments there, or on the list of products or related products on the replacement button ([plastic](https://www.ifixit.com/Store/Parts/iPhone-... |
125,759 | I've carried out a couple of repairs on my iPhone 5 over the last fortnight, including replacing the screen. I detached the home button from its mounting in the original screen, and placed it in the new screen. It works fine, but I need to glue it to the contact that it sits on top of. What glue does Apple use to do th... | 2014/03/27 | [
"https://apple.stackexchange.com/questions/125759",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/30215/"
] | I realize this is an older question, but a common problem for several iphone models. Might help someone.
The whole assembly is larger than the home button hole. Problem is the round plastic button does come loose from the whole assembly. It is glued in place and can break free.
As long as everything is functioning co... | I use 0,5mm thick vhb tape that I cut around the edge of the button on each side.
This settles the button in its lodgement, and prevent casual wobbling. |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have Xcode 4.3.2, which still has severe problems with undo/redo -- it will usually crash after one or two redo! Just before it crashes, it will usually do some nonsense edit.
---
*Added*:
I have experimented with the tip by Walt to turn off line numbers. However, I have not seen any significant drop in crash freq... | they fixed this partially in Xcode 4.3.1, it doesn't occur that often anymore |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have XCode 4.3.2 and I have exactly the same problem. This is a serious bug in XCode 4.3.2 especially because of the nonsense edit that it tossed around in various places in the code file that is being edited before XCode 4.3.2 crashes. | they fixed this partially in Xcode 4.3.1, it doesn't occur that often anymore |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have the same issue with Xcode 4.3.2, specifically the screen starts going garbled and if you are showing line numbers in your editor those will get messed up to then click somewhere else and *crash*.
Few quick helpful tips I have found:
1. Option-Command-S *before* you Command-Z (Save All) [in case it crashes you ... | they fixed this partially in Xcode 4.3.1, it doesn't occur that often anymore |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have Xcode 4.3.2, which still has severe problems with undo/redo -- it will usually crash after one or two redo! Just before it crashes, it will usually do some nonsense edit.
---
*Added*:
I have experimented with the tip by Walt to turn off line numbers. However, I have not seen any significant drop in crash freq... | I have XCode 4.3.2 and I have exactly the same problem. This is a serious bug in XCode 4.3.2 especially because of the nonsense edit that it tossed around in various places in the code file that is being edited before XCode 4.3.2 crashes. |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have Xcode 4.3.2, which still has severe problems with undo/redo -- it will usually crash after one or two redo! Just before it crashes, it will usually do some nonsense edit.
---
*Added*:
I have experimented with the tip by Walt to turn off line numbers. However, I have not seen any significant drop in crash freq... | I have the same issue with Xcode 4.3.2, specifically the screen starts going garbled and if you are showing line numbers in your editor those will get messed up to then click somewhere else and *crash*.
Few quick helpful tips I have found:
1. Option-Command-S *before* you Command-Z (Save All) [in case it crashes you ... |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have Xcode 4.3.2, which still has severe problems with undo/redo -- it will usually crash after one or two redo! Just before it crashes, it will usually do some nonsense edit.
---
*Added*:
I have experimented with the tip by Walt to turn off line numbers. However, I have not seen any significant drop in crash freq... | Go slowly when using Undo/Redo. I've noticed that it crashes more when I'm hitting Command-Z many times quickly.
Try turning off the line numbers in Xcode preferences. That seems to have improved things on my Mac.
Preferences -> "Text Editing" tab -> "Editing" subtab
uncheck the "Line Numbers" button
From the loo... |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have XCode 4.3.2 and I have exactly the same problem. This is a serious bug in XCode 4.3.2 especially because of the nonsense edit that it tossed around in various places in the code file that is being edited before XCode 4.3.2 crashes. | Go slowly when using Undo/Redo. I've noticed that it crashes more when I'm hitting Command-Z many times quickly.
Try turning off the line numbers in Xcode preferences. That seems to have improved things on my Mac.
Preferences -> "Text Editing" tab -> "Editing" subtab
uncheck the "Line Numbers" button
From the loo... |
9,739,754 | Anyone have the problem with Undo operation (Cmd + Z) in Xcode?
When I am edit my Objective-C code with Undo operation, some symbols are not correctly edited.
For instance:
was {
with Undo {{
XCode 4.2.1 | 2012/03/16 | [
"https://Stackoverflow.com/questions/9739754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/744144/"
] | I have the same issue with Xcode 4.3.2, specifically the screen starts going garbled and if you are showing line numbers in your editor those will get messed up to then click somewhere else and *crash*.
Few quick helpful tips I have found:
1. Option-Command-S *before* you Command-Z (Save All) [in case it crashes you ... | Go slowly when using Undo/Redo. I've noticed that it crashes more when I'm hitting Command-Z many times quickly.
Try turning off the line numbers in Xcode preferences. That seems to have improved things on my Mac.
Preferences -> "Text Editing" tab -> "Editing" subtab
uncheck the "Line Numbers" button
From the loo... |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | A lot of good information from everyone, and I really do appreciate the efforts given. But not the answer i was looking for. Which maybe means, that what i want does not exist, yet.
So i may have to roll my own solution...Or maybe integrate with another existing app...
Thank You all. | We use [HopToad](http://www.hoptoadapp.com/pages/home). There is another bug-tracking app called [LightHouse](http://lighthouseapp.com/) that integrates with HopToad so you can easily create a [bug] ticket from an incoming exception. HopToad has an API of which there are many clients, you want the CF based one:
<http:... |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | I'm surprised no one mentioned LighthousePro (<http://lighthousepro.riaforge.org>). Open source - 100% free - and ColdFusion. As the author I'm a bit biased though. :) | We use [HopToad](http://www.hoptoadapp.com/pages/home). There is another bug-tracking app called [LightHouse](http://lighthouseapp.com/) that integrates with HopToad so you can easily create a [bug] ticket from an incoming exception. HopToad has an API of which there are many clients, you want the CF based one:
<http:... |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | I have been heavily using this type of a setup for several years by email only, and the last 3 years with a Bug Tracking Software.
I must say, the bug tracking software has made my life so much more peaceful. Nothing is left, forgotten, or slips through the cracks. It's easy to find trends in errors, and remember "all... | There are few in CF411 list: [Bug Tracking/Defect Tracking/Trouble Ticket/Help Desk Tools Written in CFML](http://www.carehart.org/cf411/#bugcfml) |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | Wiki has a list of issue tracking software, maybe this list could help.
<http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems>
You may be able to find a hosted service and use either email or web services to create the ticket using onError. With that said, a simple issue tracking app could be created for ... | We use [HopToad](http://www.hoptoadapp.com/pages/home). There is another bug-tracking app called [LightHouse](http://lighthouseapp.com/) that integrates with HopToad so you can easily create a [bug] ticket from an incoming exception. HopToad has an API of which there are many clients, you want the CF based one:
<http:... |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | I'm surprised no one mentioned LighthousePro (<http://lighthousepro.riaforge.org>). Open source - 100% free - and ColdFusion. As the author I'm a bit biased though. :) | A lot of bug tracking software will expose SOAP methods for entering data into them.
For example, we used Axosoft's OnTime and that exposed some WSDL pages that I consumed in my application. I was told that Jira did as well. |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | A lot of good information from everyone, and I really do appreciate the efforts given. But not the answer i was looking for. Which maybe means, that what i want does not exist, yet.
So i may have to roll my own solution...Or maybe integrate with another existing app...
Thank You all. | A lot of bug tracking software will expose SOAP methods for entering data into them.
For example, we used Axosoft's OnTime and that exposed some WSDL pages that I consumed in my application. I was told that Jira did as well. |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | Wiki has a list of issue tracking software, maybe this list could help.
<http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems>
You may be able to find a hosted service and use either email or web services to create the ticket using onError. With that said, a simple issue tracking app could be created for ... | A lot of bug tracking software will expose SOAP methods for entering data into them.
For example, we used Axosoft's OnTime and that exposed some WSDL pages that I consumed in my application. I was told that Jira did as well. |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | Wiki has a list of issue tracking software, maybe this list could help.
<http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems>
You may be able to find a hosted service and use either email or web services to create the ticket using onError. With that said, a simple issue tracking app could be created for ... | There are few in CF411 list: [Bug Tracking/Defect Tracking/Trouble Ticket/Help Desk Tools Written in CFML](http://www.carehart.org/cf411/#bugcfml) |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | A lot of good information from everyone, and I really do appreciate the efforts given. But not the answer i was looking for. Which maybe means, that what i want does not exist, yet.
So i may have to roll my own solution...Or maybe integrate with another existing app...
Thank You all. | I really like Fogbugz from the makers of Stack Overflow. For one user it's quite reasonably priced. I enter some bugs manually and have others emailed in. |
2,194,289 | What I am looking for is a tool that easily or automatically sends coldfusion error messages to their system.
Then I can use the web-based interface, to manage priorities, track who fixed what and so forth.
But I want to use this to help us deal with errors better, but also to show the importance of a bug tracking ... | 2010/02/03 | [
"https://Stackoverflow.com/questions/2194289",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/191899/"
] | A lot of good information from everyone, and I really do appreciate the efforts given. But not the answer i was looking for. Which maybe means, that what i want does not exist, yet.
So i may have to roll my own solution...Or maybe integrate with another existing app...
Thank You all. | Hard question to answer not knowing what kind of restrictions are there? Do you have any permissions to install anything? Also most bug-tracking systems require some kind of database support.
I have a suggestion. You can put in place a basic bug-tracking system, that just allows people to create tickets, and allows yo... |
220,282 | In [agar.io](http://agar.io), sources of mass are abundant. The little pellets of nutrition spawn frequently. The problem is that there are no places for mass to go - which it must do otherwise the game would run out of space. Even when people log out, their cell remains stationary until it is eaten. I'm assuming then ... | 2015/05/21 | [
"https://gaming.stackexchange.com/questions/220282",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/3610/"
] | Thanks to [Ardaozkal](https://gaming.stackexchange.com/users/87186/ardaozkal) his comment I was able to do some research.
There are a couple of reasons why the game never runs out of space,
* When just going around not collecting any orbs you seem to lose a bit off mass. The amount of mass you lose seems to be bigger... | You eject 13 mass every time you press w or, on the mobile version, click the target button, but your cell loses 18 mass, so self feeding, or ejecting mass and then eating it again, will cause you to lose mass, not stay the same. You can eat viruses when you are split into 16 pieces, and you gain 100 mass every time yo... |
3,759 | I'd like to ask how to download all the files from a single category or article on a Wikimedia project, more specifically Wikimedia Commons in an automated manner (i.e., I just want to run a single script to get this result and not have to download them all manually myself from my browser), but I'm wondering if this wo... | 2015/02/24 | [
"https://webapps.meta.stackexchange.com/questions/3759",
"https://webapps.meta.stackexchange.com",
"https://webapps.meta.stackexchange.com/users/42104/"
] | As a member of both communities, I think that kind of question would be better suited for Super User. Wikimedia Commons isn't a webapp *per se*, and you're asking about how to download files to the computer, which places your question more in SU's domain.
Please note that your question is more likely to be answered i... | The [Wikimedia Commons Help Desk](http://commons.wikimedia.org/wiki/Commons:Help_desk) is probably a better place to ask. You're guaranteed to be able to interact with experts on the software there.
If you're bound and determined to ask on a Stack Exchange site, then I think this one or [Super User](http://superuser.c... |
9,073 | **A bit of backstory**
My parents are separated and my Dad has a long-term partner who he has been with for over 10 years now. She (my Dad's partner, let's call her Eve) has a close group of friends who she sees on a regular basis. One of Eve's close friends (let's call her Annie) works at the same place as me, in dif... | 2018/01/12 | [
"https://interpersonal.stackexchange.com/questions/9073",
"https://interpersonal.stackexchange.com",
"https://interpersonal.stackexchange.com/users/9257/"
] | This is a tough one. There are no guarantees Eve will honor your request. Usually, people who spread information to others, whether you consider it gossiping or not don't realize it's a big deal and if this is how they are they will keep doing it.
**Approach Eve and tell her what her friend Annie mentioned/asked abou... | Tell Eve what you told us. There's no need to ask her to stop sharing information, merely to mention the outcome of sharing the information (ie, Adam may be upset) and that she should discuss it with Adam so he knows what she's shared, who she's shared it with, and what he'd like her to do in the future.
>
> Eve, Ann... |
2,316 | There are some hadith listing Mubah actions that involve khayr. These are; flirting with the spouse, horse racing and marksmanship. I would like to know if marksmanship encompasses javelin throwing or not. Maybe someone can find and check the Arabic original of the hadith and share here the meaning(s) of the word used.... | 2012/08/24 | [
"https://islam.stackexchange.com/questions/2316",
"https://islam.stackexchange.com",
"https://islam.stackexchange.com/users/-1/"
] | The Arabic word *rimaya* رماية literally means *throwing*, but when it is unqualified it is used as a synonym for *shooting*, which at the time meant archery. In modern usage this has been extended to marksmanship in firearms.
But getting back to the hadith itself, looking at the context we can deduce that the *throw... | Perhaps it becomes clear if we look at Volume 5, Book 58, Number 156:
>
> Talha was a strong, experienced archer who used to keep his arrow bow strong and well stretched. On that day he broke two or three arrow bows.
>
>
>
This seems to make it clear that this is referring to regular bow-based archery, suggestin... |
25,415,146 | Adding a `mailto:` link on my site, but it occurred to me that it's possible the user may not have a client set up to handle it
I found [this](https://stackoverflow.com/questions/7591474/has-anyone-ever-come-up-with-a-way-to-detect-the-email-program-a-recipient-is-us) thread from 3 years ago and was hoping there's som... | 2014/08/20 | [
"https://Stackoverflow.com/questions/25415146",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/266542/"
] | No. =(
The answer in your link still stands today. The knowledge that something was even capable of handling the event is way to much information to give to a browser. | No, `mailto:` is very limited, the information is beyond the scope of the browser |
25,415,146 | Adding a `mailto:` link on my site, but it occurred to me that it's possible the user may not have a client set up to handle it
I found [this](https://stackoverflow.com/questions/7591474/has-anyone-ever-come-up-with-a-way-to-detect-the-email-program-a-recipient-is-us) thread from 3 years ago and was hoping there's som... | 2014/08/20 | [
"https://Stackoverflow.com/questions/25415146",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/266542/"
] | No. =(
The answer in your link still stands today. The knowledge that something was even capable of handling the event is way to much information to give to a browser. | The answer is no. However, you can get a free account with jotform.com and use that. It works GREAT. Hopefully this can help. |
25,415,146 | Adding a `mailto:` link on my site, but it occurred to me that it's possible the user may not have a client set up to handle it
I found [this](https://stackoverflow.com/questions/7591474/has-anyone-ever-come-up-with-a-way-to-detect-the-email-program-a-recipient-is-us) thread from 3 years ago and was hoping there's som... | 2014/08/20 | [
"https://Stackoverflow.com/questions/25415146",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/266542/"
] | No, `mailto:` is very limited, the information is beyond the scope of the browser | The answer is no. However, you can get a free account with jotform.com and use that. It works GREAT. Hopefully this can help. |
245,272 | Dr. Lapham speaks to Malorie:
>
> Dr. Lapham: But if that's not what you want, **there are plenty of
> couples who are desperate to adopt a child**. There are no judgments
> here. You can make whatever choice you want.
>
>
>
Why did Dr Lapham suggest that Malorie put her child up for adoption? | 2021/03/31 | [
"https://scifi.stackexchange.com/questions/245272",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/139481/"
] | In the [original script](https://www.scriptslug.com/assets/uploads/scripts/bird-box-2018.pdf), it was Malorie that was considering putting her child up for adoption. She's suffering from anxiety and is in a state of denial about the pregnancy. She sees an adoption leaflet and takes it from the doctor's office.
In the ... | In the United States, [there are more couples looking to adopt an infant than there are infants](https://adoptionnetwork.com/adoption-myths-facts/domestic-us-statistics/) (the statistics change as a child gets older). Therefore, when faced with someone expecting a child who isn't certain that they want to raise them fo... |
72,696 | I have been involved in two volunteering groups for the past two years and I'm not sure If I should ever mention it in the SOP/CV.
Should I mention it in one or both my SOP and CV? Also, how detailed should I write on the type of activity/nature of the work/vision/reasoning/accomplishments, etc.
Note: I'm applying fo... | 2016/07/12 | [
"https://academia.stackexchange.com/questions/72696",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/57672/"
] | I would recommend against mentioning unrelated volunteer work in one's statement of purpose---after all, you have said that it is unrelated to the career that you are intending to pursue. If it *were* directly linked, then of course it would be useful to mention it.
Likewise, there is no space for this type of work in... | I see nothing wrong in mentioning that on your resume even if it is unrelated. If you have enough place on your 1-2 page resume, you can put it.
In my eyes, It shows that you are a passionate, social and informed person and not just a (sitting in front of the computer) geek. |
72,696 | I have been involved in two volunteering groups for the past two years and I'm not sure If I should ever mention it in the SOP/CV.
Should I mention it in one or both my SOP and CV? Also, how detailed should I write on the type of activity/nature of the work/vision/reasoning/accomplishments, etc.
Note: I'm applying fo... | 2016/07/12 | [
"https://academia.stackexchange.com/questions/72696",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/57672/"
] | >
> Should I mention it in one or both my SOP and CV?
>
>
>
Yes, in the CV (shows you're well rounded and well enough organized to keep up with a commitment outside of school), but not in the SOP (because it's unrelated) -- unless this particular experience was fundamental in motivating you to want to go to grad ... | I see nothing wrong in mentioning that on your resume even if it is unrelated. If you have enough place on your 1-2 page resume, you can put it.
In my eyes, It shows that you are a passionate, social and informed person and not just a (sitting in front of the computer) geek. |
72,696 | I have been involved in two volunteering groups for the past two years and I'm not sure If I should ever mention it in the SOP/CV.
Should I mention it in one or both my SOP and CV? Also, how detailed should I write on the type of activity/nature of the work/vision/reasoning/accomplishments, etc.
Note: I'm applying fo... | 2016/07/12 | [
"https://academia.stackexchange.com/questions/72696",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/57672/"
] | I would recommend against mentioning unrelated volunteer work in one's statement of purpose---after all, you have said that it is unrelated to the career that you are intending to pursue. If it *were* directly linked, then of course it would be useful to mention it.
Likewise, there is no space for this type of work in... | >
> Should I mention it in one or both my SOP and CV?
>
>
>
Yes, in the CV (shows you're well rounded and well enough organized to keep up with a commitment outside of school), but not in the SOP (because it's unrelated) -- unless this particular experience was fundamental in motivating you to want to go to grad ... |
20,707,448 | Given a sequence of unordered n integers, S = a1,a2,a3...
Give a formal and recursive definition of the length of the longest non-decreasing subsequence in term of n.
So, my thoughts are that if we're defining it recursively then each integer in the sequence is a sequence of length of 1 and contains a non decreasing ... | 2013/12/20 | [
"https://Stackoverflow.com/questions/20707448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2565869/"
] | The final keyword prevents you from modifying a class if applied to the class, or a method if applied to a method.
From <http://en.wikipedia.org/wiki/Final_%28Java%29> :
>
> A final method cannot be overridden or hidden by subclasses. This is used to prevent unexpected behavior from a subclass altering a method that... | Refresh dependencies solved my issue. |
903 | Lets say a batsman hits a shot and in midway it hits a bird in the air and then as soon as it hits the bird, the ball starts falling down and is caught by a fielder, will the batsman be given out?
I searched a lot all over but could find nothing about a rule which clarifies this, any help will be appreciated. | 2012/06/04 | [
"https://sports.stackexchange.com/questions/903",
"https://sports.stackexchange.com",
"https://sports.stackexchange.com/users/521/"
] | This is one of the reason why what we commonly think of as 'rules' of a sport are usually actually called 'laws'. See the [Laws of Cricket](http://www.lords.org/laws-and-spirit/laws-of-cricket/)
They are called Laws because you cannot possibly define to the very last possible detail every single possibility that might... | The rule for all indoor stadiums having roofs are that if the roof is closed and the ball hits the roof, then it is considered a dead ball.
Hussey [hits the roof](http://www.youtube.com/watch?v=OkcP5M2n-F0) with a monstrous shot. |
903 | Lets say a batsman hits a shot and in midway it hits a bird in the air and then as soon as it hits the bird, the ball starts falling down and is caught by a fielder, will the batsman be given out?
I searched a lot all over but could find nothing about a rule which clarifies this, any help will be appreciated. | 2012/06/04 | [
"https://sports.stackexchange.com/questions/903",
"https://sports.stackexchange.com",
"https://sports.stackexchange.com/users/521/"
] | This is one of the reason why what we commonly think of as 'rules' of a sport are usually actually called 'laws'. See the [Laws of Cricket](http://www.lords.org/laws-and-spirit/laws-of-cricket/)
They are called Laws because you cannot possibly define to the very last possible detail every single possibility that might... | I believe the first answer is incorrect.
If the ball hit a flying bird it would probably be called a *dead ball*, as I believe it has to go directly to a human fielder without touching *anything else* to be considered out caught.
In the same way that if the ball hit a helmet on the ground, bounced up and someone cau... |
903 | Lets say a batsman hits a shot and in midway it hits a bird in the air and then as soon as it hits the bird, the ball starts falling down and is caught by a fielder, will the batsman be given out?
I searched a lot all over but could find nothing about a rule which clarifies this, any help will be appreciated. | 2012/06/04 | [
"https://sports.stackexchange.com/questions/903",
"https://sports.stackexchange.com",
"https://sports.stackexchange.com/users/521/"
] | The rule for all indoor stadiums having roofs are that if the roof is closed and the ball hits the roof, then it is considered a dead ball.
Hussey [hits the roof](http://www.youtube.com/watch?v=OkcP5M2n-F0) with a monstrous shot. | I believe the first answer is incorrect.
If the ball hit a flying bird it would probably be called a *dead ball*, as I believe it has to go directly to a human fielder without touching *anything else* to be considered out caught.
In the same way that if the ball hit a helmet on the ground, bounced up and someone cau... |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | The GIMP - Gnu Image Manipulation Program. Yet another fine example of why you don't let the devs name the product.
All three platforms supported, lots of powerful tools, both Free and free.
<https://www.gimp.org/downloads/> | Take a look at these programs:
* darktable
* RAWtherapee
* Corel Aftershot Pro
* affinity photo
* Portrait Pro
* Corel Paint Shop Pro
* Gimp |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | You might look at darktable: <https://www.darktable.org>. | I use GIMP as well for advanced editing, but for simpler things I sometimes will reach for something more lightweight (both free):
* [Paint.NET](https://www.getpaint.net/) - basic layering, color filters, etc
* [Inkscape](https://inkscape.org/) - vector/path editing, handles wide variety of formats |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | You might look at darktable: <https://www.darktable.org>. | You probably want [<https://www.photopea.com>](https://www.photopea.com "example") online editor. Very similar to photoshop. |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | The GIMP - Gnu Image Manipulation Program. Yet another fine example of why you don't let the devs name the product.
All three platforms supported, lots of powerful tools, both Free and free.
<https://www.gimp.org/downloads/> | If you have iOS you can buy the [ProCreate App](https://procreate.art/) for ~ 15 Euros (paid once, no subscription). It works best with the Apple Pencil.
On Android there is, for instance [AutoDesk SketchBook](https://play.google.com/store/apps/details?id=com.adsk.sketchbook).
Many, many other apps are available for... |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | You might look at darktable: <https://www.darktable.org>. | If you have iOS you can buy the [ProCreate App](https://procreate.art/) for ~ 15 Euros (paid once, no subscription). It works best with the Apple Pencil.
On Android there is, for instance [AutoDesk SketchBook](https://play.google.com/store/apps/details?id=com.adsk.sketchbook).
Many, many other apps are available for... |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | I use GIMP as well for advanced editing, but for simpler things I sometimes will reach for something more lightweight (both free):
* [Paint.NET](https://www.getpaint.net/) - basic layering, color filters, etc
* [Inkscape](https://inkscape.org/) - vector/path editing, handles wide variety of formats | Take a look at these programs:
* darktable
* RAWtherapee
* Corel Aftershot Pro
* affinity photo
* Portrait Pro
* Corel Paint Shop Pro
* Gimp |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | If you have iOS you can buy the [ProCreate App](https://procreate.art/) for ~ 15 Euros (paid once, no subscription). It works best with the Apple Pencil.
On Android there is, for instance [AutoDesk SketchBook](https://play.google.com/store/apps/details?id=com.adsk.sketchbook).
Many, many other apps are available for... | You probably want [<https://www.photopea.com>](https://www.photopea.com "example") online editor. Very similar to photoshop. |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | I use GIMP as well for advanced editing, but for simpler things I sometimes will reach for something more lightweight (both free):
* [Paint.NET](https://www.getpaint.net/) - basic layering, color filters, etc
* [Inkscape](https://inkscape.org/) - vector/path editing, handles wide variety of formats | If you have iOS you can buy the [ProCreate App](https://procreate.art/) for ~ 15 Euros (paid once, no subscription). It works best with the Apple Pencil.
On Android there is, for instance [AutoDesk SketchBook](https://play.google.com/store/apps/details?id=com.adsk.sketchbook).
Many, many other apps are available for... |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | I use GIMP as well for advanced editing, but for simpler things I sometimes will reach for something more lightweight (both free):
* [Paint.NET](https://www.getpaint.net/) - basic layering, color filters, etc
* [Inkscape](https://inkscape.org/) - vector/path editing, handles wide variety of formats | You probably want [<https://www.photopea.com>](https://www.photopea.com "example") online editor. Very similar to photoshop. |
58,667 | This is, essentially, a Dock replacer on steroids - dating back to before the Dock even existed.
I've been using [DragThing](https://www.dragthing.com/english/about.html) since v1.0 in the mid 1990's so it's fair to say I'm rather used to it & will be sad to see it finally die after macOS 10.15. The author has announc... | 2019/04/22 | [
"https://softwarerecs.stackexchange.com/questions/58667",
"https://softwarerecs.stackexchange.com",
"https://softwarerecs.stackexchange.com/users/22850/"
] | The GIMP - Gnu Image Manipulation Program. Yet another fine example of why you don't let the devs name the product.
All three platforms supported, lots of powerful tools, both Free and free.
<https://www.gimp.org/downloads/> | You might look at darktable: <https://www.darktable.org>. |
133,165 | In a cross-genre game, is there a spell/power that a mage can use to heal a vampire?
I’ve looked through the mage spells in Death and Life but neither show how a vampire can be healed. | 2018/10/08 | [
"https://rpg.stackexchange.com/questions/133165",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/38724/"
] | **Temporal Summoning**
At the page 190 of Mage the Awakened's second edition there is a spell called Temporal Summoning. The spell description reads
>
> Return the subject to an younger version of itself. Buildings can be restored and injuries healed. Once the spell ends any changed made revert back to normal. Any ... | Apart from the two rotes above you always have
Creative Taumaturgy
-------------------
>
> Within the bounds of their power, mages can conjure nearly any effect they can imagine. (MtA2 p125)
>
>
>
The practice for healing is **Perfecting**
>
> Perfecting spells are the opposite of Fraying spells in many
> way... |
33,299 | Ok so I want to change operating systems, I got a new PC recently that had no operating system so I installed Ubuntu on it. I now want to install Windows 7 but when I put in the install disk it says it needs my hard drive to be in the NTFS format. How can I change my hard rive to this format in Ubuntu? | 2011/04/03 | [
"https://askubuntu.com/questions/33299",
"https://askubuntu.com",
"https://askubuntu.com/users/-1/"
] | A Kubuntu Mobile technology preview was part of the [10.10 release](http://www.kubuntu.org/news/10.10-release). I don't believe it is being shipped on any real hardware yet, but you can [download it](http://cdimage.ubuntu.com/kubuntu-mobile/releases/10.10/release/) to try out in a virtual machine. Builds for Natty are ... | The answer is no, Ubuntu was not designed for phones. There are some [hacks](http://www.phonesreview.co.uk/2010/03/10/video-htc-touch-pro2-runs-ubuntu/) to make it work on phones, but not in a usable way.
PS. Looks like there was a project called [Ubuntu Mobile](http://en.wikipedia.org/wiki/Ubuntu_Mobile), but it's al... |
24,024 | I need a little help navigating this ferrite core memory technology. My end goal is to use it in a calculator or something straightforward.
I understand the writing process to each core but how is reading accomplished? Do you have to measure the voltage on the sense wire and flip each of the bits while collecting the ... | 2022/03/04 | [
"https://retrocomputing.stackexchange.com/questions/24024",
"https://retrocomputing.stackexchange.com",
"https://retrocomputing.stackexchange.com/users/24176/"
] | Reading a bit from core is a destructive process; essentially you try to write a '1' and monitor the sense line to see if there's a current spike when you do that. There's only a current spike if writing the core flipped the bit, i.e. if it was '0' to start with. I believe most core controllers would automatically writ... | CuriousMarc has some really interesting and educational content about core memory (and a lot of other stuff) in YouTube. Watch [Core Memory Explained and Demonstrated](https://youtu.be/AwsInQLmjXc) for details. |
24,024 | I need a little help navigating this ferrite core memory technology. My end goal is to use it in a calculator or something straightforward.
I understand the writing process to each core but how is reading accomplished? Do you have to measure the voltage on the sense wire and flip each of the bits while collecting the ... | 2022/03/04 | [
"https://retrocomputing.stackexchange.com/questions/24024",
"https://retrocomputing.stackexchange.com",
"https://retrocomputing.stackexchange.com/users/24176/"
] | >
> I understand the writing process to each core but how is reading accomplished?
>
>
>
By writing a zero and looking at the sense line:
* If that bit was a **zero** nothing happenes
* If that bit was a **one** a pulse can be sensed on the sense line.
After that the stored content is zero, that's why it's calle... | CuriousMarc has some really interesting and educational content about core memory (and a lot of other stuff) in YouTube. Watch [Core Memory Explained and Demonstrated](https://youtu.be/AwsInQLmjXc) for details. |
24,024 | I need a little help navigating this ferrite core memory technology. My end goal is to use it in a calculator or something straightforward.
I understand the writing process to each core but how is reading accomplished? Do you have to measure the voltage on the sense wire and flip each of the bits while collecting the ... | 2022/03/04 | [
"https://retrocomputing.stackexchange.com/questions/24024",
"https://retrocomputing.stackexchange.com",
"https://retrocomputing.stackexchange.com/users/24176/"
] | >
> I understand the writing process to each core but how is reading accomplished?
>
>
>
By writing a zero and looking at the sense line:
* If that bit was a **zero** nothing happenes
* If that bit was a **one** a pulse can be sensed on the sense line.
After that the stored content is zero, that's why it's calle... | Reading a bit from core is a destructive process; essentially you try to write a '1' and monitor the sense line to see if there's a current spike when you do that. There's only a current spike if writing the core flipped the bit, i.e. if it was '0' to start with. I believe most core controllers would automatically writ... |
152,796 | On 12th of February in the later afternoon I would like to travel from Kamjanez-Podilsky to Lwiw as I need to catch a plane in the morning.
I would like to go by train, but that's not an option. The arrival time is rather unsafe and I have to change the trains in the middle of the night.
<http://ticket.bus.com.ua/ord... | 2020/01/25 | [
"https://travel.stackexchange.com/questions/152796",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/105125/"
] | There are some results [on Yandex Timetables](https://rasp.yandex.ru/search/?fromId=c23169&fromName=%D0%9A%D0%B0%D0%BC%D0%B5%D0%BD%D0%B5%D1%86-%D0%9F%D0%BE%D0%B4%D0%BE%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B9&toId=c144&toName=%D0%9B%D1%8C%D0%B2%D0%BE%D0%B2&when=12%20%D1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8F).
Not sure if ... | Apparently, no option seem to completely satisfy your criteria: trains require changing the train in the night, and buses depart in the morning and arrive on lunch time.
1. **Train.**
[The timetable](https://www.uz.gov.ua/en/passengers/timetable/?station=22260&by_station=1) of Kamianets-Podilskyi train station shows t... |
152,796 | On 12th of February in the later afternoon I would like to travel from Kamjanez-Podilsky to Lwiw as I need to catch a plane in the morning.
I would like to go by train, but that's not an option. The arrival time is rather unsafe and I have to change the trains in the middle of the night.
<http://ticket.bus.com.ua/ord... | 2020/01/25 | [
"https://travel.stackexchange.com/questions/152796",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/105125/"
] | Here's the solution.
I fear I have to confess it's more a question of an [XY-Problem](http://xyproblem.info/). I mainly needed to get to Katwice, but I really wanted to re-visit Lwiw. In the last days of my journey I found a solution and would like to share it with you. You have to understand I needed to be in Katowic... | There are some results [on Yandex Timetables](https://rasp.yandex.ru/search/?fromId=c23169&fromName=%D0%9A%D0%B0%D0%BC%D0%B5%D0%BD%D0%B5%D1%86-%D0%9F%D0%BE%D0%B4%D0%BE%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B9&toId=c144&toName=%D0%9B%D1%8C%D0%B2%D0%BE%D0%B2&when=12%20%D1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8F).
Not sure if ... |
152,796 | On 12th of February in the later afternoon I would like to travel from Kamjanez-Podilsky to Lwiw as I need to catch a plane in the morning.
I would like to go by train, but that's not an option. The arrival time is rather unsafe and I have to change the trains in the middle of the night.
<http://ticket.bus.com.ua/ord... | 2020/01/25 | [
"https://travel.stackexchange.com/questions/152796",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/105125/"
] | I didn't see any results after 9th Feb, which is 15 days from now, so I went digging into the site's terms and conditions, where I found [this relevant bit](http://ticket.bus.com.ua/rules):
>
> 3.2.5.4. The extreme date of operations is determined by server of bus terminal (bus station, transporter). Of course it is ... | Apparently, no option seem to completely satisfy your criteria: trains require changing the train in the night, and buses depart in the morning and arrive on lunch time.
1. **Train.**
[The timetable](https://www.uz.gov.ua/en/passengers/timetable/?station=22260&by_station=1) of Kamianets-Podilskyi train station shows t... |
152,796 | On 12th of February in the later afternoon I would like to travel from Kamjanez-Podilsky to Lwiw as I need to catch a plane in the morning.
I would like to go by train, but that's not an option. The arrival time is rather unsafe and I have to change the trains in the middle of the night.
<http://ticket.bus.com.ua/ord... | 2020/01/25 | [
"https://travel.stackexchange.com/questions/152796",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/105125/"
] | Here's the solution.
I fear I have to confess it's more a question of an [XY-Problem](http://xyproblem.info/). I mainly needed to get to Katwice, but I really wanted to re-visit Lwiw. In the last days of my journey I found a solution and would like to share it with you. You have to understand I needed to be in Katowic... | I didn't see any results after 9th Feb, which is 15 days from now, so I went digging into the site's terms and conditions, where I found [this relevant bit](http://ticket.bus.com.ua/rules):
>
> 3.2.5.4. The extreme date of operations is determined by server of bus terminal (bus station, transporter). Of course it is ... |
152,796 | On 12th of February in the later afternoon I would like to travel from Kamjanez-Podilsky to Lwiw as I need to catch a plane in the morning.
I would like to go by train, but that's not an option. The arrival time is rather unsafe and I have to change the trains in the middle of the night.
<http://ticket.bus.com.ua/ord... | 2020/01/25 | [
"https://travel.stackexchange.com/questions/152796",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/105125/"
] | Here's the solution.
I fear I have to confess it's more a question of an [XY-Problem](http://xyproblem.info/). I mainly needed to get to Katwice, but I really wanted to re-visit Lwiw. In the last days of my journey I found a solution and would like to share it with you. You have to understand I needed to be in Katowic... | Apparently, no option seem to completely satisfy your criteria: trains require changing the train in the night, and buses depart in the morning and arrive on lunch time.
1. **Train.**
[The timetable](https://www.uz.gov.ua/en/passengers/timetable/?station=22260&by_station=1) of Kamianets-Podilskyi train station shows t... |
139,829 | I know this could be a strange question. But was there any algorithm ever found to compute an NP-problem, whether it be hard or complete, in polynomial time. I know this dabbles into the "does P=NP" problem, but I was wondering whether there were any particular instances when people were close to it. I've also heard ab... | 2021/05/03 | [
"https://cs.stackexchange.com/questions/139829",
"https://cs.stackexchange.com",
"https://cs.stackexchange.com/users/136141/"
] | If the answer to the first question were to be yes, then $P=NP$, as stated in [nir shahar](https://cs.stackexchange.com/a/139832/61663)'s answer. This has not been done.
### "The easiest NP hard problem"
However you next asked if any NP-hard problems have been solved in ***close*** to polynomial time, for which you m... | The other answers are correct, but f I may add an observation: it seems like you are conflating classes of problems and particular instances. There are a number of instances that can be solved in polynomial time in classes that are NP-hard in general. For instance, Boolean satisfiability is NP-hard in general, since it... |
210,285 | I'm using KiCAD to create a nested series of PCB rings - each two layer with copper fill on the front and back. The problem is when I add edge cuts defining the inner and outer edges of the outer ring, it removes the copper fill from the center area where I'm going to nest the inner ring.
Is there a way to add a neste... | 2016/01/08 | [
"https://electronics.stackexchange.com/questions/210285",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/49821/"
] | KiCAD is an interesting animal - its a series of separate applications (Eeschema, Pcbnew, etc) that are launched and loosely integrated through a project management executable called KiCAD. When KiCAD launches these executables, it hides some of their built-in features. One of these features is within Pcbnew - the abil... | KiCad only supports one board per file.
Optimal use of available space is up to the manufacturing house, they can tell whether it is possible to place small boards inside larger ones, because they know the size of the router head they use to separate the boards.
The alternative is to connect the boards, and define V-... |
73,473 | I am no longer able to start my 2010 Ford Focus. The key is not able to turn at all.
Importantly, the car beeps when I open the driver side door as if the key was still in the ignition. This has happened before, but I would simply reinsert and remove the key. Then I would feel/hear something mechanically click into p... | 2019/12/24 | [
"https://mechanics.stackexchange.com/questions/73473",
"https://mechanics.stackexchange.com",
"https://mechanics.stackexchange.com/users/54270/"
] | Could be your key is extremely worn or the ignition lock cylinder is extremely worn. I suggest calling a local locksmith to replace key and code a new lock cylinder to oem biting for your car. Ford ignition locks are common failures.
You could also try flushing it out with some wd40 but it would be a temporary fix at ... | Often the dust cover fails to close leaving the key hole exposed and this causes the issue described.
Sometimes a **tiny** bit of lubrication is sufficient (clean first) and then the cover closes smartly. |
64,909 | What are the pros and cons of different data formats (performance, file size, etc.) when considering open data distribution?
Our organisation wants to publish data as open data. However, there is no clear idea on which data formats to use. Ofcourse, the more 'open' a data format is, the easier it is to use.
Which dat... | 2013/07/01 | [
"https://gis.stackexchange.com/questions/64909",
"https://gis.stackexchange.com",
"https://gis.stackexchange.com/users/10132/"
] | The city of Vienna's open data initiative (<http://data.wien.gv.at>) uses Geoserver to provide access to raster and vector geodata via Geoserver **WMS and WFS** services. This has many advantages: Users can download data in different formats for offline use (e.g. geojson, KML, or zipped Shapefiles) or use the services ... | I would say:
* Shapefiles or GML for vector data
* .obj-Files for 3D models
* .xyz (simple CSV) for point clouds
* CSV for tabular data
* GeoTIFF for raster data
These formats are easily readable by Open Source Software and are easily transformable to any other format needed for specific applications.
Also +1 for ma... |
64,909 | What are the pros and cons of different data formats (performance, file size, etc.) when considering open data distribution?
Our organisation wants to publish data as open data. However, there is no clear idea on which data formats to use. Ofcourse, the more 'open' a data format is, the easier it is to use.
Which dat... | 2013/07/01 | [
"https://gis.stackexchange.com/questions/64909",
"https://gis.stackexchange.com",
"https://gis.stackexchange.com/users/10132/"
] | For tabular csv. Excel is at best overly complicated and at worst totally inaccessible. Access is not accessible and PDF is a slap in the face.
For geospatial use geojson, it's text it's well supported and doesn't have the technical restrictions that the only other viable format (shapefile) has. Also unless you have ... | I would say:
* Shapefiles or GML for vector data
* .obj-Files for 3D models
* .xyz (simple CSV) for point clouds
* CSV for tabular data
* GeoTIFF for raster data
These formats are easily readable by Open Source Software and are easily transformable to any other format needed for specific applications.
Also +1 for ma... |
27,558 | In the current draft of my book, the evil dictator whose body is encased in a silver alloy talks basically by allowing magic to move to seep into the silver shell, dispelling it and causing vibrations.
This voice sounds alien, imperial, and metallic. In order to represent this, I'm currently using a different font. (S... | 2017/04/15 | [
"https://writers.stackexchange.com/questions/27558",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/23486/"
] | This is generally inadvisable (which is not to say that it is not done sometimes). The reason it is inadvisable is that every artform has its palette, its set of devices and conventions by which it tells its story. Mastering any art form is about learning how to tell the story within the confines of that palette.
One... | As noted above, "generally inadvisable" is on the mark.
However, if you consider your book to be more along the lines of entertainment, than along the lines of literature, you might do it. Really, the choice is yours.
Think of it this way: If you show up for a job interview, you dress in accordance with expectations.... |
27,558 | In the current draft of my book, the evil dictator whose body is encased in a silver alloy talks basically by allowing magic to move to seep into the silver shell, dispelling it and causing vibrations.
This voice sounds alien, imperial, and metallic. In order to represent this, I'm currently using a different font. (S... | 2017/04/15 | [
"https://writers.stackexchange.com/questions/27558",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/23486/"
] | This is generally inadvisable (which is not to say that it is not done sometimes). The reason it is inadvisable is that every artform has its palette, its set of devices and conventions by which it tells its story. Mastering any art form is about learning how to tell the story within the confines of that palette.
One... | In my humble opinion, don't.
You'd have to explain what the different fonts mean. You can't expect the reader to guess. Perhaps that could be done smoothly. If I was reading a story I'd find it rather jarring, tearing me out of immersion in the story, if there was a note in the middle of the story that said, "When I u... |
27,558 | In the current draft of my book, the evil dictator whose body is encased in a silver alloy talks basically by allowing magic to move to seep into the silver shell, dispelling it and causing vibrations.
This voice sounds alien, imperial, and metallic. In order to represent this, I'm currently using a different font. (S... | 2017/04/15 | [
"https://writers.stackexchange.com/questions/27558",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/23486/"
] | This is generally inadvisable (which is not to say that it is not done sometimes). The reason it is inadvisable is that every artform has its palette, its set of devices and conventions by which it tells its story. Mastering any art form is about learning how to tell the story within the confines of that palette.
One... | I'm neither a full-blow writer (yet) nor professional reviewer, but as an avid reader and a lover of all good stories, I do have a couple of thoughts on this...
First off, many people do hold that, as another answer-er has already noted, certain elements of art should be reserved to their prospective fields. And to an... |
27,558 | In the current draft of my book, the evil dictator whose body is encased in a silver alloy talks basically by allowing magic to move to seep into the silver shell, dispelling it and causing vibrations.
This voice sounds alien, imperial, and metallic. In order to represent this, I'm currently using a different font. (S... | 2017/04/15 | [
"https://writers.stackexchange.com/questions/27558",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/23486/"
] | **Think about it: Are you reading this answer on paper, or on a (color) screen? The convention may change quickly, if readers accept changes**
Conventional wisdom says not to play 'games' with typography (until/unless one is a big-name author), but that convention is based back in the history/technology/economics of ... | As noted above, "generally inadvisable" is on the mark.
However, if you consider your book to be more along the lines of entertainment, than along the lines of literature, you might do it. Really, the choice is yours.
Think of it this way: If you show up for a job interview, you dress in accordance with expectations.... |
27,558 | In the current draft of my book, the evil dictator whose body is encased in a silver alloy talks basically by allowing magic to move to seep into the silver shell, dispelling it and causing vibrations.
This voice sounds alien, imperial, and metallic. In order to represent this, I'm currently using a different font. (S... | 2017/04/15 | [
"https://writers.stackexchange.com/questions/27558",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/23486/"
] | **Think about it: Are you reading this answer on paper, or on a (color) screen? The convention may change quickly, if readers accept changes**
Conventional wisdom says not to play 'games' with typography (until/unless one is a big-name author), but that convention is based back in the history/technology/economics of ... | In my humble opinion, don't.
You'd have to explain what the different fonts mean. You can't expect the reader to guess. Perhaps that could be done smoothly. If I was reading a story I'd find it rather jarring, tearing me out of immersion in the story, if there was a note in the middle of the story that said, "When I u... |
27,558 | In the current draft of my book, the evil dictator whose body is encased in a silver alloy talks basically by allowing magic to move to seep into the silver shell, dispelling it and causing vibrations.
This voice sounds alien, imperial, and metallic. In order to represent this, I'm currently using a different font. (S... | 2017/04/15 | [
"https://writers.stackexchange.com/questions/27558",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/23486/"
] | **Think about it: Are you reading this answer on paper, or on a (color) screen? The convention may change quickly, if readers accept changes**
Conventional wisdom says not to play 'games' with typography (until/unless one is a big-name author), but that convention is based back in the history/technology/economics of ... | I'm neither a full-blow writer (yet) nor professional reviewer, but as an avid reader and a lover of all good stories, I do have a couple of thoughts on this...
First off, many people do hold that, as another answer-er has already noted, certain elements of art should be reserved to their prospective fields. And to an... |
175,433 | Is there any way to have a [Decanter of Endless Water](https://www.dndbeyond.com/magic-items/decanter-of-endless-water) pour out other drinkable liquids? If so, how could I get one? It seems reasonable to me as a possibility. If not how might you go about modifying a decanter of endless water to do so? | 2020/09/15 | [
"https://rpg.stackexchange.com/questions/175433",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/30985/"
] | ### Not quite, the closest item would be the Alchemy Jug.
There is nothing in the way of detailed lore behind the Decanter of Endless Water, so it is entirely up to the DM what this looks like in their world - they may choose to create a Decanter of Endless Whisky if they wish. But, there does exist a canonical altern... | The Alchemy Jug (as mentioned above) would be closest, but also note that Hoard of the Dragon Queen p.74 contains a Tankard of Plenty.
>
> The Golden Tankard takes its name from a magic item that Raggnar found years ago: a golden stein decorated with dancing dwarves and grain patterns. This is a tankard of plenty. Sp... |
175,433 | Is there any way to have a [Decanter of Endless Water](https://www.dndbeyond.com/magic-items/decanter-of-endless-water) pour out other drinkable liquids? If so, how could I get one? It seems reasonable to me as a possibility. If not how might you go about modifying a decanter of endless water to do so? | 2020/09/15 | [
"https://rpg.stackexchange.com/questions/175433",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/30985/"
] | It's Up To Your DM
------------------
Technically, the rulebooks have no Decanter of Endless (Insert any liquid here) among the plethora of items Wizards presents us with, however that doesn't mean that is impossible. In the DMG, in Chapter 9: Dungeon Master's Workshop on page 284, we are presented with the "Modifying... | The Alchemy Jug (as mentioned above) would be closest, but also note that Hoard of the Dragon Queen p.74 contains a Tankard of Plenty.
>
> The Golden Tankard takes its name from a magic item that Raggnar found years ago: a golden stein decorated with dancing dwarves and grain patterns. This is a tankard of plenty. Sp... |
175,433 | Is there any way to have a [Decanter of Endless Water](https://www.dndbeyond.com/magic-items/decanter-of-endless-water) pour out other drinkable liquids? If so, how could I get one? It seems reasonable to me as a possibility. If not how might you go about modifying a decanter of endless water to do so? | 2020/09/15 | [
"https://rpg.stackexchange.com/questions/175433",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/30985/"
] | The less-than-serious scenario pack for AD&D 1e *Castle Greyhawk* contains a Decanter of Endless Lemonade. And many other silly things. | The Alchemy Jug (as mentioned above) would be closest, but also note that Hoard of the Dragon Queen p.74 contains a Tankard of Plenty.
>
> The Golden Tankard takes its name from a magic item that Raggnar found years ago: a golden stein decorated with dancing dwarves and grain patterns. This is a tankard of plenty. Sp... |
228,255 | Say I have one old and one new bike.
Should I write:
>
> Both the old and the new bike should be there.
>
>
>
or
>
> Both the old and the new bike**s** should be there.
>
>
> | 2019/10/22 | [
"https://ell.stackexchange.com/questions/228255",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/32536/"
] | The first is more specific: you have one of each.
The second is less specific: you have a mixture of old and new bikes. | >
> **Both the old bike and the new bike should be there**.
>
>
>
**The old bike** is singular
**The new book is singular**
So the old bike and the new bike are plural and mean one old book and one new book.
So the above sentence is correct.
If you say :
>
> **Both the old and the new bikes**, it means some ... |
261,535 | I have a bathroom faucet with wide set taps made by who knows?
They are all messed up and I need to swap them out. But I simply have not been able to figure out how to remove the taps. The taps are metal with side levers like so:
[](https://i.stack.im... | 2022/11/30 | [
"https://diy.stackexchange.com/questions/261535",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/159614/"
] | If you aren't keeping the faucet then half the time it is easier to pull out the grinder and just cut it till it will fall through.
You have to be careful as you reach the porcelain but generally a grinder, a metal cutting disc and a screw driver to crack the pieces apart works wonders for old faucets.
You can spend ... | Remove the hoses from the "T-shaped piece" and unscrew it.
Then smack the exposed end with a mallet, upwards, if it hasn't come loose by itself at that point. |
261,535 | I have a bathroom faucet with wide set taps made by who knows?
They are all messed up and I need to swap them out. But I simply have not been able to figure out how to remove the taps. The taps are metal with side levers like so:
[](https://i.stack.im... | 2022/11/30 | [
"https://diy.stackexchange.com/questions/261535",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/159614/"
] | Next step,
Fist look it there is a pin here to pull out.
Then use correct size toll and unscrew the nut (marked with yellow lines) that is holding the ring down.
[](https://i.stack.imgur.com/1nxRP.jpg) | Remove the hoses from the "T-shaped piece" and unscrew it.
Then smack the exposed end with a mallet, upwards, if it hasn't come loose by itself at that point. |
6,961 | I'm trying to accurately describe a person who acts in one way and does another but knowingly and openly accepts that his actions also include him in the same group he criticizes.
This differs from a hypocrite who condemns those who perform an action but justifies his own actions by unrelated means and does not accept... | 2010/12/17 | [
"https://english.stackexchange.com/questions/6961",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/2871/"
] | I have heard someone use
>
> I am a prophet, not a saint.
>
>
>
A *prophet* is one who comes to the world to give us a message. Here it refers to how he criticizes others for their wrongdoings.
A *saint* is one who does good things. Here it refers to how he does the same bad thing that he criticizes others for. | If you don't mind using a Biblical allusion which may not be immediately obvious to your audience, you could go with *whitewashed tomb*. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.