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 |
|---|---|---|---|---|---|
24,951 | My [4yr old son](https://nationalbikechallenge.org/rider/39497) has a [16in Bikestar](http://amzn.com/B003YT1B8E) and at times he maxes out the gearing on it trying to keep up with his old man. How feasible is it to add either a 2 or 3 speed hub to such a bike? I'm concerned about how much space the hub is going to tak... | 2014/10/01 | [
"https://bicycles.stackexchange.com/questions/24951",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/6782/"
] | It's pretty easy if you have a spoke cutter and are willing to run a funny spoke pattern. I suggest buying (ideally second hand) a three speed hub and lacing it into the 16" rim yourself. With a wheel that small and a child on it there's not enough load to make strength an issue, so you can reasonably either lace a 20 ... | Old thread but why don’t you think the other way and do a “dingle” , put in a double chainring and shift on that rather than the sprocket.... too simple folks. |
24,951 | My [4yr old son](https://nationalbikechallenge.org/rider/39497) has a [16in Bikestar](http://amzn.com/B003YT1B8E) and at times he maxes out the gearing on it trying to keep up with his old man. How feasible is it to add either a 2 or 3 speed hub to such a bike? I'm concerned about how much space the hub is going to tak... | 2014/10/01 | [
"https://bicycles.stackexchange.com/questions/24951",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/6782/"
] | A [Brompton](https://en.wikipedia.org/wiki/Brompton_Bicycle) uses a 16" wheel size, which means you could get a used Brompton wheel with Sturmey Archer 3-speed hub and swap it out. The only problem is that such wheels are rather expensive even used. | Old thread but why don’t you think the other way and do a “dingle” , put in a double chainring and shift on that rather than the sprocket.... too simple folks. |
24,951 | My [4yr old son](https://nationalbikechallenge.org/rider/39497) has a [16in Bikestar](http://amzn.com/B003YT1B8E) and at times he maxes out the gearing on it trying to keep up with his old man. How feasible is it to add either a 2 or 3 speed hub to such a bike? I'm concerned about how much space the hub is going to tak... | 2014/10/01 | [
"https://bicycles.stackexchange.com/questions/24951",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/6782/"
] | You could buy a rear wheel from Woom with the Scram automatic 2 speed rear hub. It shifts gears when the hub reaches a certain speed.
I am in the same boat as you trying to modify a 16" bike for my 4 year old | Old thread but why don’t you think the other way and do a “dingle” , put in a double chainring and shift on that rather than the sprocket.... too simple folks. |
39,619 | >
> A three line whip is an ultimatum: "Show up and vote the party line, or suffer the consequences." [source](https://politics.stackexchange.com/a/16647/25686)
>
>
>
What's stopping the leaders of a party from three line whipping *every single vote*? Is there a limit on the frequency of its use, or is [the reason... | 2019/03/20 | [
"https://politics.stackexchange.com/questions/39619",
"https://politics.stackexchange.com",
"https://politics.stackexchange.com/users/25686/"
] | Yes, a party could pass the equivalent of a three line whip on every single division. However most votes in the House of Commons simply aren't important enough *or likely enough to be affected* for such a hardline policy to be effective. The MPs are also members of the parties and tend to share enough ideology to vote ... | Remember what the consequences for defying a whip are, and what they are not.
* The party cannot officially order a MP how to vote. That's why the generally understood convention of underlining suggestions once, twice, or three times developed.
* MPs have the **right** to leave their party. They remain MPs if they do... |
13,160 | I was just watching a History Channel documentary [on YouTube](http://www.youtube.com/watch?v=R6JOMvOwECo) called "Kingjongilia" about people who have managed to escape North Korea.
Having visited South Korea a bunch of times now, I realize I didn't notice any kind of museum on these people and their plight. Googling ... | 2013/01/30 | [
"https://travel.stackexchange.com/questions/13160",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/140/"
] | Unfortunately, I do not have a positive answer to this question. I have been looking around the web for a few days now and I am almost sure there is no such museum. I have been through the [list of museums in South Korea](http://en.wikipedia.org/wiki/List_of_museums_in_South_Korea) with the help of Google Translate but... | Specific to defectors, not really. I think that would aggravate things more then anything. While South Koreans are aware of the "struggle" of many of their Northern brethren, things like the Ministry of Unification look actively to bond both cultures rather then highlight the differences.
If you're looking for a glim... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | A register is a storage area inside the CPU. Here are some definitions:
* A register file is an array of registers - see <http://en.wikipedia.org/wiki/Register_file> for a full description.
* The eax register is the accumulator register of the Intel x86 family of CPUs - it's the place where integer maths gets done.
* ... | A "hardware register" might also refer to a location inside some hardware device. For example, a UART (COM port) looks like a D-shaped connector with 9 or 25 pins from outside the cabinet, but to the device driver it looks like several configuration registers, a status register, and data registers holding the next char... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | A register is a storage area inside the CPU. Here are some definitions:
* A register file is an array of registers - see <http://en.wikipedia.org/wiki/Register_file> for a full description.
* The eax register is the accumulator register of the Intel x86 family of CPUs - it's the place where integer maths gets done.
* ... | A register is the most basic data storage device. Now these are the main differences.
A register file is generally a large collection of registers organised in such a way so that they are used for computations. In a modern processor, all computations are performed between values stored in several registers in a regist... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | Well, you have general purpose registers, then you have registers which have special usage (for example, the program counter registers), and you have various others (memory/segment registers, SSE).
EAX, EBX, etc. are the standard general purpose registers. You can use them for whatever you want. Usually, the return va... | A "hardware register" might also refer to a location inside some hardware device. For example, a UART (COM port) looks like a D-shaped connector with 9 or 25 pins from outside the cabinet, but to the device driver it looks like several configuration registers, a status register, and data registers holding the next char... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | A register is a storage area inside the CPU. Here are some definitions:
* A register file is an array of registers - see <http://en.wikipedia.org/wiki/Register_file> for a full description.
* The eax register is the accumulator register of the Intel x86 family of CPUs - it's the place where integer maths gets done.
* ... | a register is a small bit of memory that sits inside the CPU. and is used by assembly language to perform various tasks.
could it be that by program register you mean program counter? |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | A register is the most basic data storage device. Now these are the main differences.
A register file is generally a large collection of registers organised in such a way so that they are used for computations. In a modern processor, all computations are performed between values stored in several registers in a regist... | In relation to the question, there are two general types of registers that you should consider:
* program registers
* hardware registers
The hardware registers are clocked (updated on clock ticks) and are used in the **physical** design of processor circuitry.
The program registers are random-access memory and are... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | A "hardware register" might also refer to a location inside some hardware device. For example, a UART (COM port) looks like a D-shaped connector with 9 or 25 pins from outside the cabinet, but to the device driver it looks like several configuration registers, a status register, and data registers holding the next char... | In relation to the question, there are two general types of registers that you should consider:
* program registers
* hardware registers
The hardware registers are clocked (updated on clock ticks) and are used in the **physical** design of processor circuitry.
The program registers are random-access memory and are... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | a register is a small bit of memory that sits inside the CPU. and is used by assembly language to perform various tasks.
could it be that by program register you mean program counter? | In relation to the question, there are two general types of registers that you should consider:
* program registers
* hardware registers
The hardware registers are clocked (updated on clock ticks) and are used in the **physical** design of processor circuitry.
The program registers are random-access memory and are... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | Well, you have general purpose registers, then you have registers which have special usage (for example, the program counter registers), and you have various others (memory/segment registers, SSE).
EAX, EBX, etc. are the standard general purpose registers. You can use them for whatever you want. Usually, the return va... | In relation to the question, there are two general types of registers that you should consider:
* program registers
* hardware registers
The hardware registers are clocked (updated on clock ticks) and are used in the **physical** design of processor circuitry.
The program registers are random-access memory and are... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | A register is a storage area inside the CPU. Here are some definitions:
* A register file is an array of registers - see <http://en.wikipedia.org/wiki/Register_file> for a full description.
* The eax register is the accumulator register of the Intel x86 family of CPUs - it's the place where integer maths gets done.
* ... | In relation to the question, there are two general types of registers that you should consider:
* program registers
* hardware registers
The hardware registers are clocked (updated on clock ticks) and are used in the **physical** design of processor circuitry.
The program registers are random-access memory and are... |
814,448 | I've heard the terminologies: register, hardware register, program register,register file.
What's the difference between all these? And in assebmly, what is the type of the EAX register? Program register? | 2009/05/02 | [
"https://Stackoverflow.com/questions/814448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/92676/"
] | a register is a small bit of memory that sits inside the CPU. and is used by assembly language to perform various tasks.
could it be that by program register you mean program counter? | A "hardware register" might also refer to a location inside some hardware device. For example, a UART (COM port) looks like a D-shaped connector with 9 or 25 pins from outside the cabinet, but to the device driver it looks like several configuration registers, a status register, and data registers holding the next char... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | I think we are meant to make the assumption that intelligent life in the Alpha quadrant (at least in a form recognizable to humans) is typically humanoid and therefore typically requires an M-class environment. This idea is supported by the TNG episode that touches on the existence of an ancient race of which most know... | Personally, I don't think they want to explore the worlds. I think they want to meet the people. Humans are social creatures. We saw several times in ST:ENT where Archer chose to go with an inhabited world instead of a astronomical oddity. When they explored that star that was close to supernova, they seemed more inter... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | One reason is philosophical: *Star Trek* was always as much about entertainment and social commentary as about telling science fiction stories -- actually possibly more so. As such, production staff felt that there always needed to be ways to ensure the audience had just enough familiarity with what was going on to fee... | In Universe:
------------
The [original studio pitch](http://50yos.tumblr.com/post/79244934260/original-star-trek-pitch-1964) offered by Gene Roddenberry confirmed that Captain Robert April's standing orders were to investigate Class-M planets due to **the limitations of his ship** (landing craft, standard sensor pack... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | One reason is philosophical: *Star Trek* was always as much about entertainment and social commentary as about telling science fiction stories -- actually possibly more so. As such, production staff felt that there always needed to be ways to ensure the audience had just enough familiarity with what was going on to fee... | Personally, I don't think they want to explore the worlds. I think they want to meet the people. Humans are social creatures. We saw several times in ST:ENT where Archer chose to go with an inhabited world instead of a astronomical oddity. When they explored that star that was close to supernova, they seemed more inter... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | I would probably say out of universe they could not make a full episode on planets that had nothing on them. They could only do so much with an empty planet. Whereas class M/Earth like planets they could introduce new species easily. In universe answer I would say that they did but because the vessels in the episodes w... | Personally, I don't think they want to explore the worlds. I think they want to meet the people. Humans are social creatures. We saw several times in ST:ENT where Archer chose to go with an inhabited world instead of a astronomical oddity. When they explored that star that was close to supernova, they seemed more inter... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | One reason is philosophical: *Star Trek* was always as much about entertainment and social commentary as about telling science fiction stories -- actually possibly more so. As such, production staff felt that there always needed to be ways to ensure the audience had just enough familiarity with what was going on to fee... | I would probably say out of universe they could not make a full episode on planets that had nothing on them. They could only do so much with an empty planet. Whereas class M/Earth like planets they could introduce new species easily. In universe answer I would say that they did but because the vessels in the episodes w... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | In Universe:
------------
The [original studio pitch](http://50yos.tumblr.com/post/79244934260/original-star-trek-pitch-1964) offered by Gene Roddenberry confirmed that Captain Robert April's standing orders were to investigate Class-M planets due to **the limitations of his ship** (landing craft, standard sensor pack... | First your premise is wrong. Starfleet has multiple missions and purposes, but it's the Enterprise specifically that:
>
> Space: the final frontier. These are the voyages of the starship Enterprise. Its five-year mission: to explore strange new worlds
>
>
>
The Enterprise, both TOS and TNG, has a duty to explore ... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | In Universe:
------------
The [original studio pitch](http://50yos.tumblr.com/post/79244934260/original-star-trek-pitch-1964) offered by Gene Roddenberry confirmed that Captain Robert April's standing orders were to investigate Class-M planets due to **the limitations of his ship** (landing craft, standard sensor pack... | Personally, I don't think they want to explore the worlds. I think they want to meet the people. Humans are social creatures. We saw several times in ST:ENT where Archer chose to go with an inhabited world instead of a astronomical oddity. When they explored that star that was close to supernova, they seemed more inter... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | I think we are meant to make the assumption that intelligent life in the Alpha quadrant (at least in a form recognizable to humans) is typically humanoid and therefore typically requires an M-class environment. This idea is supported by the TNG episode that touches on the existence of an ancient race of which most know... | First your premise is wrong. Starfleet has multiple missions and purposes, but it's the Enterprise specifically that:
>
> Space: the final frontier. These are the voyages of the starship Enterprise. Its five-year mission: to explore strange new worlds
>
>
>
The Enterprise, both TOS and TNG, has a duty to explore ... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | One reason is philosophical: *Star Trek* was always as much about entertainment and social commentary as about telling science fiction stories -- actually possibly more so. As such, production staff felt that there always needed to be ways to ensure the audience had just enough familiarity with what was going on to fee... | First your premise is wrong. Starfleet has multiple missions and purposes, but it's the Enterprise specifically that:
>
> Space: the final frontier. These are the voyages of the starship Enterprise. Its five-year mission: to explore strange new worlds
>
>
>
The Enterprise, both TOS and TNG, has a duty to explore ... |
14,222 | Starfleet is supposed to "explore *strange* new worlds and boldly go where no man has gone before", yet most of the time they explore worlds that are more Earth-like than not, and are inhabited by human-like species.
I understand that the out-of-universe reason is that it is difficult to tell a story when the characte... | 2012/04/04 | [
"https://scifi.stackexchange.com/questions/14222",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/3247/"
] | I would probably say out of universe they could not make a full episode on planets that had nothing on them. They could only do so much with an empty planet. Whereas class M/Earth like planets they could introduce new species easily. In universe answer I would say that they did but because the vessels in the episodes w... | First your premise is wrong. Starfleet has multiple missions and purposes, but it's the Enterprise specifically that:
>
> Space: the final frontier. These are the voyages of the starship Enterprise. Its five-year mission: to explore strange new worlds
>
>
>
The Enterprise, both TOS and TNG, has a duty to explore ... |
649,647 | On my local network there are (among others) 5 machines (running
Debian Jessie or Arch) wirelessly connected to a Netgear WNDR4000
router. Below is a graph of the ping times to the router
from each of the machines, collected over a period of around half an hour.

Obse... | 2014/12/06 | [
"https://serverfault.com/questions/649647",
"https://serverfault.com",
"https://serverfault.com/users/257425/"
] | Clearly you have an interference problem. Interference can come from passive elements like aluminum wall studs or thick floors, but those are not likely to show the periodic pattern you see. So something electric or electronic is periodically emitting. Finding it may be expensive or tough, but you have a few options.
... | To me, the intermittent nature indicates a hardware problem. Wireless routers go bad often. I'd try a new router and see if that doesn't resolve it. Maybe you can replace under warranty with Netgear if it's not too old?
Or you could always run a bunch of cat-5 and mini switches everywhere, the wired part of the route... |
649,647 | On my local network there are (among others) 5 machines (running
Debian Jessie or Arch) wirelessly connected to a Netgear WNDR4000
router. Below is a graph of the ping times to the router
from each of the machines, collected over a period of around half an hour.

Obse... | 2014/12/06 | [
"https://serverfault.com/questions/649647",
"https://serverfault.com",
"https://serverfault.com/users/257425/"
] | To me, the intermittent nature indicates a hardware problem. Wireless routers go bad often. I'd try a new router and see if that doesn't resolve it. Maybe you can replace under warranty with Netgear if it's not too old?
Or you could always run a bunch of cat-5 and mini switches everywhere, the wired part of the route... | Go to Control Panel > Network and Sharing Center > Change adapter Settings > Right Click "Local Area Connection" > Properties
Disable "Internet protocol Version 6 (TCP/IPv6)"
Disable "Link-Layer Topology Discovery Mapper I/O Driver"
Disable "Link-Layer Topology Discovery Responder"
I had Ping spikes from 30ms up to 3... |
649,647 | On my local network there are (among others) 5 machines (running
Debian Jessie or Arch) wirelessly connected to a Netgear WNDR4000
router. Below is a graph of the ping times to the router
from each of the machines, collected over a period of around half an hour.

Obse... | 2014/12/06 | [
"https://serverfault.com/questions/649647",
"https://serverfault.com",
"https://serverfault.com/users/257425/"
] | Clearly you have an interference problem. Interference can come from passive elements like aluminum wall studs or thick floors, but those are not likely to show the periodic pattern you see. So something electric or electronic is periodically emitting. Finding it may be expensive or tough, but you have a few options.
... | I had it with an idle Wi-Fi network (Windows 7, various TP-LINK USB adapters). The ping fluctuates, making any remote terminal work a nightmare.
Solved by putting a constant load on the Wi-Fi network (e.g. fetching a small file from the router's web server in a loop). |
649,647 | On my local network there are (among others) 5 machines (running
Debian Jessie or Arch) wirelessly connected to a Netgear WNDR4000
router. Below is a graph of the ping times to the router
from each of the machines, collected over a period of around half an hour.

Obse... | 2014/12/06 | [
"https://serverfault.com/questions/649647",
"https://serverfault.com",
"https://serverfault.com/users/257425/"
] | Clearly you have an interference problem. Interference can come from passive elements like aluminum wall studs or thick floors, but those are not likely to show the periodic pattern you see. So something electric or electronic is periodically emitting. Finding it may be expensive or tough, but you have a few options.
... | Go to Control Panel > Network and Sharing Center > Change adapter Settings > Right Click "Local Area Connection" > Properties
Disable "Internet protocol Version 6 (TCP/IPv6)"
Disable "Link-Layer Topology Discovery Mapper I/O Driver"
Disable "Link-Layer Topology Discovery Responder"
I had Ping spikes from 30ms up to 3... |
649,647 | On my local network there are (among others) 5 machines (running
Debian Jessie or Arch) wirelessly connected to a Netgear WNDR4000
router. Below is a graph of the ping times to the router
from each of the machines, collected over a period of around half an hour.

Obse... | 2014/12/06 | [
"https://serverfault.com/questions/649647",
"https://serverfault.com",
"https://serverfault.com/users/257425/"
] | I had it with an idle Wi-Fi network (Windows 7, various TP-LINK USB adapters). The ping fluctuates, making any remote terminal work a nightmare.
Solved by putting a constant load on the Wi-Fi network (e.g. fetching a small file from the router's web server in a loop). | Go to Control Panel > Network and Sharing Center > Change adapter Settings > Right Click "Local Area Connection" > Properties
Disable "Internet protocol Version 6 (TCP/IPv6)"
Disable "Link-Layer Topology Discovery Mapper I/O Driver"
Disable "Link-Layer Topology Discovery Responder"
I had Ping spikes from 30ms up to 3... |
546,496 | It is a well-known rule of English grammar that *either* takes *or* and *neither* takes *nor*. *Nary* comes from the phrase "ne'er a" and is considered a non-standard variant of *not*, e.g.:
>
> Nary a soul had I seen for three days... [(source)](https://books.google.ca/books?id=ncXvKmGXQAUC&pg=PA60&dq=%22nary+a+soul... | 2020/09/12 | [
"https://english.stackexchange.com/questions/546496",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/386505/"
] | *Merriam-Webster's Eleventh Collegiate Dictionary* (2003), a resource that tends to be parsimonious with its usage labels, identifies *nary* as a dialect word:
>
> **nary** *adj* {alter. of *ne'er a*} (1848) *dial* : not any: not one {I must have it back as I have *nary* other copy —Flannery O'Connor} — **nary a** *o... | In [COCA](https://www.english-corpora.org/coca/), there are 50 results for *nary* followed by *or*, but only 8 for *nary* followed by *nor*. The [iWeb](https://www.english-corpora.org/iweb/) corpus is similar: ~300 results for *nary*/*or* and ~50 for *nary*/*nor*.
I would say then that both are acceptable, but *or* is... |
17,229 | Is there a way I can import my ReadItLater's exported html file into my Instapaper? | 2011/07/10 | [
"https://apple.stackexchange.com/questions/17229",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/3089/"
] | Though I don't have a tool now, I guess it can be done in couple of ways. Yes, no one click solution.
1. Email each url to your personal instapaper id ([Refer this Lifehacker article](http://lifehacker.com/5493449/instapaper-adds-email-functionality-for-easy-article-saving))
2. Can parse your export list and use simpl... | No, there is no way of doing this. *With those applications.* |
75,923 | Genesis 24:37 NASB
>
> My master made me swear, saying, ‘You shall not take a wife for my son from the daughters of the Canaanites, in whose land I live; 38 but you shall go to my father’s house and to my relatives, and take a wife for my son.’
>
>
>
If it were idolatry that Abraham wanted to shield Isaac from si... | 2022/04/26 | [
"https://hermeneutics.stackexchange.com/questions/75923",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/16527/"
] | "Bone and flesh" (or a slight variation) acts in Scripture as Hebraism with the meaning of biological relative. Sometimes a slight variation is a merism for the human body as a whole.
* Gen 2:23 - Then the man said, “This at last is bone of my bones and flesh of my flesh; she shall be called Woman, because she was tak... | The term "flesh and bones" in Job 2:5, did not referred to Job's wife nor Eve. It was exactly referred to Job, his physical body. There is no connection to Job 2:9.
In chapter 1, Satan suggested to strike everything Job had, then Job would surely curse the Lord (Job 1:11 NIV). So Job lost his children and his livestoc... |
75,923 | Genesis 24:37 NASB
>
> My master made me swear, saying, ‘You shall not take a wife for my son from the daughters of the Canaanites, in whose land I live; 38 but you shall go to my father’s house and to my relatives, and take a wife for my son.’
>
>
>
If it were idolatry that Abraham wanted to shield Isaac from si... | 2022/04/26 | [
"https://hermeneutics.stackexchange.com/questions/75923",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/16527/"
] | "Bone and flesh" (or a slight variation) acts in Scripture as Hebraism with the meaning of biological relative. Sometimes a slight variation is a merism for the human body as a whole.
* Gen 2:23 - Then the man said, “This at last is bone of my bones and flesh of my flesh; she shall be called Woman, because she was tak... | A great question! There is a lot going on here with bone (less so with flesh).
Some excerpts from TDOT[1] explain this:
>
> we find poetic usage in the figurative language of the Psalms and
> wisdom aphorisms.8 Since bones are “man’s most durable part—his core,
> so to speak,” **ʿeṣem takes on the meaning “self,”** ... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | It's most likely a device that pretends to be a keyboard and is thus recognized by any OS without requiring special drivers. Internally, it would probably use HOTP (or TOTP, if it had an RTC chip and a battery) and just "type" the OTP each time the button is pressed, like a [Yubikey](https://www.yubico.com/products/yub... | As some of the other answers mentioned, this is most likely a USB security token. Think of it as a smart card reader + embedded smart card (and sometimes they are actually implemented this way). Think [CAC card](https://en.wikipedia.org/wiki/Common_Access_Card) used by US defense organizations. Think PGP card. Some Yub... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | It's probably just a USB smartcard reader, with inserted SIM sized smartcard.
Manual installation of drivers is not needed since at least generic drivers for both reader and card are already installed in most modern OSs.
See the image below for example of such device:
[ identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | It's most likely a device that pretends to be a keyboard and is thus recognized by any OS without requiring special drivers. Internally, it would probably use HOTP (or TOTP, if it had an RTC chip and a battery) and just "type" the OTP each time the button is pressed, like a [Yubikey](https://www.yubico.com/products/yub... | Sounds like a theoretical idea I had about a decade ago.
Pretty much every OS supports USB network devices. Your USB stick may pretend to be a network card, connected to a a local network, with a webserver on that network too. That webserver can have HTTPS certificates, too.
Your webbrowser can make HTTPS requests to... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | One way it could work is that Chrome supports FIDO U2F without plugin. Given that now Chrome is now the most popular browser and that Chrome runs on Windows, Mac, and Linux, it's not totally incorrect to claim that "it works in any device that has a USB port, Windows, Mac, Linux and more, and to work out of the box".
... | It's probably just a USB smartcard reader, with inserted SIM sized smartcard.
Manual installation of drivers is not needed since at least generic drivers for both reader and card are already installed in most modern OSs.
See the image below for example of such device:
[ identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | It's probably just a USB smartcard reader, with inserted SIM sized smartcard.
Manual installation of drivers is not needed since at least generic drivers for both reader and card are already installed in most modern OSs.
See the image below for example of such device:
[. Think [CAC card](https://en.wikipedia.org/wiki/Common_Access_Card) used by US defense organizations. Think PGP card. Some Yub... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | What your bank gave you is an [USB security token](https://en.wikipedia.org/wiki/Security_token) with a digital certificate ([like these](http://www.gemalto.com/readers/tokens)). These are [standardized](https://en.wikipedia.org/wiki/PC/SC) hardware devices which almost every operating system supports plug&play out of ... | Sounds like a theoretical idea I had about a decade ago.
Pretty much every OS supports USB network devices. Your USB stick may pretend to be a network card, connected to a a local network, with a webserver on that network too. That webserver can have HTTPS certificates, too.
Your webbrowser can make HTTPS requests to... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | What your bank gave you is an [USB security token](https://en.wikipedia.org/wiki/Security_token) with a digital certificate ([like these](http://www.gemalto.com/readers/tokens)). These are [standardized](https://en.wikipedia.org/wiki/PC/SC) hardware devices which almost every operating system supports plug&play out of ... | It's most likely a device that pretends to be a keyboard and is thus recognized by any OS without requiring special drivers. Internally, it would probably use HOTP (or TOTP, if it had an RTC chip and a battery) and just "type" the OTP each time the button is pressed, like a [Yubikey](https://www.yubico.com/products/yub... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | One way it could work is that Chrome supports FIDO U2F without plugin. Given that now Chrome is now the most popular browser and that Chrome runs on Windows, Mac, and Linux, it's not totally incorrect to claim that "it works in any device that has a USB port, Windows, Mac, Linux and more, and to work out of the box".
... | This sounds like a Yubikey. They're well known and work great.
<https://www.yubico.com/products/yubikey-hardware/yubikey4/>
* Regarding not needing drivers: The Yubikey identifies itself as a keyboard so any machine with a keyboard driver can read the text output from it.
* How it works: You push the button and the Yu... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | One way it could work is that Chrome supports FIDO U2F without plugin. Given that now Chrome is now the most popular browser and that Chrome runs on Windows, Mac, and Linux, it's not totally incorrect to claim that "it works in any device that has a USB port, Windows, Mac, Linux and more, and to work out of the box".
... | As some of the other answers mentioned, this is most likely a USB security token. Think of it as a smart card reader + embedded smart card (and sometimes they are actually implemented this way). Think [CAC card](https://en.wikipedia.org/wiki/Common_Access_Card) used by US defense organizations. Think PGP card. Some Yub... |
147,463 | My bank recently revamped its website, and it changed for the better as far as I’m concerned. Especially, security seems to have been dramatically enhanced.
Most importantly, they introduced a rather unusual (I’ve never seen this before) identification method, which they call the ‘electronic certificate’. Basically, y... | 2017/01/06 | [
"https://security.stackexchange.com/questions/147463",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/-1/"
] | >
> ....they don’t require the user to install any software on the machine....
> I thought that the ability for a webpage to browse the file system freely without user action is too commonly restricted by default
>
>
>
Yes, that should definitely not be possible without smartcard drivers.
This is a fundamental ... | It's most likely a device that pretends to be a keyboard and is thus recognized by any OS without requiring special drivers. Internally, it would probably use HOTP (or TOTP, if it had an RTC chip and a battery) and just "type" the OTP each time the button is pressed, like a [Yubikey](https://www.yubico.com/products/yub... |
67,228,783 | I am trying to give unauthenticated access (timebound) to list and download objects in a Google Storage bucket, and found Signed URLs can do the trick. But Signed URLs are good for a single object, and they have mentioned in the documentation <https://cloud.google.com/storage/docs/access-control/signed-urls#considerati... | 2021/04/23 | [
"https://Stackoverflow.com/questions/67228783",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2012163/"
] | The short answer is not.
But I can explain why. In fact, you have to understand why the signed URL are great and useful.
I will take an example. You have a file of 1Tb and a requester want to download it. You have 2 solutions
* Download the file locally on the server, and then let the user downloading the file from ... | You cannot use signed URLs for this. You could give the user's account real permission on the bucket, but use a [conditional IAM policy](https://cloud.google.com/iam/docs/conditions-overview) to make it temporary, like in [this example](https://cloud.google.com/iam/docs/policies#conditional-bindings). |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | Two books which *might* be what you're looking for (haven't read them myself) are [*Invitation to the Mathematics of Fermat-Wiles*](http://books.google.de/books/about/Invitation_to_the_Mathematics_of_Fermat.html?id=W1Nso5E6G3YC&redir_esc=y) by Yves Hellegouarch and the 3rd edition of [*Algebraic Number Theory and Ferma... | The upcoming book [Summing It Up](https://www.amazon.co.uk/Summing-Up-Modern-Number-Theory/dp/0691170193/) by Robert Gross and Avner Ash seems to be the type of book that you want. I believe the third section of the book will go into the topics relevant to understanding Fermat's Last Theorem, according to the descripti... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | It's very hard, if not impossible, to write such a book. Gödel's theorems are about the foundations of math, and so they don't actually use any significant mathematical results other than what they introduce. The main ideas, such as Gödel numbering, are essentially self-contained, and you can explain them to an audienc... | Two books which *might* be what you're looking for (haven't read them myself) are [*Invitation to the Mathematics of Fermat-Wiles*](http://books.google.de/books/about/Invitation_to_the_Mathematics_of_Fermat.html?id=W1Nso5E6G3YC&redir_esc=y) by Yves Hellegouarch and the 3rd edition of [*Algebraic Number Theory and Ferma... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | Simon Singh's book, creatively titled "Fermat's Last Theorem" ("Fermat's Enigma" in the US), was a very fun read for a 15 year-old me many years ago :) It gives a lot of the history, as well as a rough outline of the proof (at the "using-lines-of-dominoes-to-explain-proof-by-induction" level). | [Fearless symmetry](http://press.princeton.edu/titles/8755.html) by Avner Ash and Robert Gross is not specifically about Fermat's theorem, but goes through some theory behind the proof. It's quite involved for being a pop science book and I applaud the authors for even trying to present topics such as quadratic recipro... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | [Fearless symmetry](http://press.princeton.edu/titles/8755.html) by Avner Ash and Robert Gross is not specifically about Fermat's theorem, but goes through some theory behind the proof. It's quite involved for being a pop science book and I applaud the authors for even trying to present topics such as quadratic recipro... | The Epilogue in Ribenboim's book *Fermat's Last Theorem for Amateurs* is about the closest you'll get, I think. Of course, it still requires some mathematical skill just to hang with the "overview" — but, as Prometheus pointed out, you can't talk about FLT without using "real math".
For the record, the whole Ribenboim... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | Simon Singh's book, creatively titled "Fermat's Last Theorem" ("Fermat's Enigma" in the US), was a very fun read for a 15 year-old me many years ago :) It gives a lot of the history, as well as a rough outline of the proof (at the "using-lines-of-dominoes-to-explain-proof-by-induction" level). | The upcoming book [Summing It Up](https://www.amazon.co.uk/Summing-Up-Modern-Number-Theory/dp/0691170193/) by Robert Gross and Avner Ash seems to be the type of book that you want. I believe the third section of the book will go into the topics relevant to understanding Fermat's Last Theorem, according to the descripti... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | The Epilogue in Ribenboim's book *Fermat's Last Theorem for Amateurs* is about the closest you'll get, I think. Of course, it still requires some mathematical skill just to hang with the "overview" — but, as Prometheus pointed out, you can't talk about FLT without using "real math".
For the record, the whole Ribenboim... | Two books which *might* be what you're looking for (haven't read them myself) are [*Invitation to the Mathematics of Fermat-Wiles*](http://books.google.de/books/about/Invitation_to_the_Mathematics_of_Fermat.html?id=W1Nso5E6G3YC&redir_esc=y) by Yves Hellegouarch and the 3rd edition of [*Algebraic Number Theory and Ferma... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | It's very hard, if not impossible, to write such a book. Gödel's theorems are about the foundations of math, and so they don't actually use any significant mathematical results other than what they introduce. The main ideas, such as Gödel numbering, are essentially self-contained, and you can explain them to an audienc... | Perhaps the closest thing is this article:
>
> ["A marvelous proof"](http://www.jstor.org/stable/2975598), by Fernando Gouvêa,
>
> *The American Mathematical Monthly*, 101 (3), March 1994, pp. 203–222.
>
>
>
This article got the MAA Lester R. Ford Award in 1995.
This and other papers (with various degrees of... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | Perhaps the closest thing is this article:
>
> ["A marvelous proof"](http://www.jstor.org/stable/2975598), by Fernando Gouvêa,
>
> *The American Mathematical Monthly*, 101 (3), March 1994, pp. 203–222.
>
>
>
This article got the MAA Lester R. Ford Award in 1995.
This and other papers (with various degrees of... | Two books which *might* be what you're looking for (haven't read them myself) are [*Invitation to the Mathematics of Fermat-Wiles*](http://books.google.de/books/about/Invitation_to_the_Mathematics_of_Fermat.html?id=W1Nso5E6G3YC&redir_esc=y) by Yves Hellegouarch and the 3rd edition of [*Algebraic Number Theory and Ferma... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | Perhaps the closest thing is this article:
>
> ["A marvelous proof"](http://www.jstor.org/stable/2975598), by Fernando Gouvêa,
>
> *The American Mathematical Monthly*, 101 (3), March 1994, pp. 203–222.
>
>
>
This article got the MAA Lester R. Ford Award in 1995.
This and other papers (with various degrees of... | The upcoming book [Summing It Up](https://www.amazon.co.uk/Summing-Up-Modern-Number-Theory/dp/0691170193/) by Robert Gross and Avner Ash seems to be the type of book that you want. I believe the third section of the book will go into the topics relevant to understanding Fermat's Last Theorem, according to the descripti... |
935,833 | I look for a book/resource which display the general idea of the proof of Fermat last theorem in a simple manner for the public.
I mean, books which is not for mathematicians but for the general public. Books like:
>
> *Gödel's Theorem: An Incomplete Guide to Its Use and Abuse* by Torkel Franzén
>
>
>
Do anyone ... | 2014/09/18 | [
"https://math.stackexchange.com/questions/935833",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/50948/"
] | [Fearless symmetry](http://press.princeton.edu/titles/8755.html) by Avner Ash and Robert Gross is not specifically about Fermat's theorem, but goes through some theory behind the proof. It's quite involved for being a pop science book and I applaud the authors for even trying to present topics such as quadratic recipro... | The upcoming book [Summing It Up](https://www.amazon.co.uk/Summing-Up-Modern-Number-Theory/dp/0691170193/) by Robert Gross and Avner Ash seems to be the type of book that you want. I believe the third section of the book will go into the topics relevant to understanding Fermat's Last Theorem, according to the descripti... |
45,835 | I have created a Leave Authorisation Form using Infopath 2010 and published it to Forms Library. I have also created a SharePoint designer 2010 custom approval workflow and published it to forms library.
User opens the leave form in browser and fills the info and submits the form and workflow is initiated and manager... | 2012/09/18 | [
"https://sharepoint.stackexchange.com/questions/45835",
"https://sharepoint.stackexchange.com",
"https://sharepoint.stackexchange.com/users/5888/"
] | You will need to configure the search box from the Site Collection > Site Settings > Search Settings page. Enable *Custom Scopes* and select the dropdown mode *Do not show scopes dropdown, and default to target results page*. These settings are, however, only available with SharePoint Server search features enabled on ... | If *sharepoint* the name of your application pool you could try to add the url to access mappings. |
15,959 | What is it? Is sex just for pleasure with your partner breaking a precept? Eg with a condom. And is being circumcised bad over personal preferences/ (hygiene,aesthetic)? is oral and anal sex bad? Is masturbation bad? And is circumcising your sons bad? | 2016/07/22 | [
"https://buddhism.stackexchange.com/questions/15959",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/8734/"
] | Sexual misconduct is defined in the Pali scriptures as having sex with someone else's partner or fiancee and with those living under the protection of their parents or an institution (in the case parents, if the parents disapprove).
The purpose of refraining from sexual misconduct is to not harm/damage existing relat... | Generally speaking, sexual misconduct means any sexual conduct that involves violence or lying.
One kind of sex is no worse than the other. It all leads to suffering.
I have never heard of anything on circumcision in the Buddha's teaching but there is a rule that monastics can't cut the penis clear off. |
15,959 | What is it? Is sex just for pleasure with your partner breaking a precept? Eg with a condom. And is being circumcised bad over personal preferences/ (hygiene,aesthetic)? is oral and anal sex bad? Is masturbation bad? And is circumcising your sons bad? | 2016/07/22 | [
"https://buddhism.stackexchange.com/questions/15959",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/8734/"
] | In general, the Pali Canon is quite exoteric and seems to equate sexual misconduct with various kinds of adulteries. Of course, for a monastic any sexual activity at all with the sole exception of involuntary nocturnal emissions is forbidden by the Vinaya. | Generally speaking, sexual misconduct means any sexual conduct that involves violence or lying.
One kind of sex is no worse than the other. It all leads to suffering.
I have never heard of anything on circumcision in the Buddha's teaching but there is a rule that monastics can't cut the penis clear off. |
15,959 | What is it? Is sex just for pleasure with your partner breaking a precept? Eg with a condom. And is being circumcised bad over personal preferences/ (hygiene,aesthetic)? is oral and anal sex bad? Is masturbation bad? And is circumcising your sons bad? | 2016/07/22 | [
"https://buddhism.stackexchange.com/questions/15959",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/8734/"
] | Sexual misconduct is defined in the Pali scriptures as having sex with someone else's partner or fiancee and with those living under the protection of their parents or an institution (in the case parents, if the parents disapprove).
The purpose of refraining from sexual misconduct is to not harm/damage existing relat... | In general, the Pali Canon is quite exoteric and seems to equate sexual misconduct with various kinds of adulteries. Of course, for a monastic any sexual activity at all with the sole exception of involuntary nocturnal emissions is forbidden by the Vinaya. |
15,959 | What is it? Is sex just for pleasure with your partner breaking a precept? Eg with a condom. And is being circumcised bad over personal preferences/ (hygiene,aesthetic)? is oral and anal sex bad? Is masturbation bad? And is circumcising your sons bad? | 2016/07/22 | [
"https://buddhism.stackexchange.com/questions/15959",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/8734/"
] | Sexual misconduct is defined in the Pali scriptures as having sex with someone else's partner or fiancee and with those living under the protection of their parents or an institution (in the case parents, if the parents disapprove).
The purpose of refraining from sexual misconduct is to not harm/damage existing relat... | Ideally, sexual pleasure should be avoided since it is craving. But Buddha knew that this was difficult for the laity. Therefore, he suggested that the laity should avoid sexual misconduct. Sexual misconduct is simply sexual behavior which is outside social acceptance. And you can interpret that according to your own s... |
15,959 | What is it? Is sex just for pleasure with your partner breaking a precept? Eg with a condom. And is being circumcised bad over personal preferences/ (hygiene,aesthetic)? is oral and anal sex bad? Is masturbation bad? And is circumcising your sons bad? | 2016/07/22 | [
"https://buddhism.stackexchange.com/questions/15959",
"https://buddhism.stackexchange.com",
"https://buddhism.stackexchange.com/users/8734/"
] | In general, the Pali Canon is quite exoteric and seems to equate sexual misconduct with various kinds of adulteries. Of course, for a monastic any sexual activity at all with the sole exception of involuntary nocturnal emissions is forbidden by the Vinaya. | Ideally, sexual pleasure should be avoided since it is craving. But Buddha knew that this was difficult for the laity. Therefore, he suggested that the laity should avoid sexual misconduct. Sexual misconduct is simply sexual behavior which is outside social acceptance. And you can interpret that according to your own s... |
15,081 | So I have a polygon feature classes with unique identifying names to them that I want to use to rename some other feature classes that are of the point feature type and have the same geography of one of the matching polygon feature classes. Basically the points from the second feature class fit within the polygon featu... | 2011/09/28 | [
"https://gis.stackexchange.com/questions/15081",
"https://gis.stackexchange.com",
"https://gis.stackexchange.com/users/405/"
] | Cartographic rules to represent the relief as contours are presented in [Imhof's famous book on relief representation, chapter C](http://esripress.esri.com/display/index.cfm?fuseaction=display&websiteID=118&moduleID=1). Some of these rules are given on [this wikipedia page](http://en.wikipedia.org/wiki/Cartographic_rel... | I want to second @whuber's comment. Quantitative Analysis is always better from a DEM directly and Visual Analysis is often better when done from a Hillshade rather than contours.
To answer the question directly:
In ArcGIS I would use either Focal Statistics or Aggregate [Spatial Analyst Toolbox] to smooth the result... |
15,081 | So I have a polygon feature classes with unique identifying names to them that I want to use to rename some other feature classes that are of the point feature type and have the same geography of one of the matching polygon feature classes. Basically the points from the second feature class fit within the polygon featu... | 2011/09/28 | [
"https://gis.stackexchange.com/questions/15081",
"https://gis.stackexchange.com",
"https://gis.stackexchange.com/users/405/"
] | Cartographic rules to represent the relief as contours are presented in [Imhof's famous book on relief representation, chapter C](http://esripress.esri.com/display/index.cfm?fuseaction=display&websiteID=118&moduleID=1). Some of these rules are given on [this wikipedia page](http://en.wikipedia.org/wiki/Cartographic_rel... | There is a easy way using gdal\_contour. After setting all option in the dialog window you can then edit the command line and instead the "-i interval" you can use fixed levels "-fl levels". Like the image shows bellow. You can check other options here <http://www.gdal.org/gdal_contour.html>
[![enter image description... |
329,669 | The selling point of Documentation, and what made it so attractive and sexy was this:
>
> Documentation will complement documentation where it falls through
>
>
>
I'm unsure where I read it, there's another quote that is more recent:
>
> Docs is intended to **solve the problem of bad documentation** for various... | 2016/07/26 | [
"https://meta.stackoverflow.com/questions/329669",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/792066/"
] | Being as it is my *first post*, I wanted to take the opportunity to introduce myself. I am Vasudha, the new product manager for SO Documentation. Am super thrilled to be here and I can’t wait to work with all of you to get Documentation to the right place!
The question you raise is a good one and one that we have been... | Here is a suggestion of a light-weight way to do this. I think we actually need two distinct ways of sending the reader to the right place.
* A Topic Alias is just an alternative name for an existing topic in the same "Book". It shows up in the "topic finder", but when the reader clicks on it, they end up on the prima... |
857,681 | I am in the process of upgrading my computer to a larger SSD as Windows system drive.
My problem is that the old SSD has a very annoying trait of choosing some random old data to present for deleted sectors - and over time a lot of this has accumulated at the tail end of files that don't fill the last cluster complete... | 2014/12/28 | [
"https://superuser.com/questions/857681",
"https://superuser.com",
"https://superuser.com/users/402501/"
] | I'm really not quite sure what the problem is your referencing and, to be honest, I wonder if you're suffering from a case of "A little knowledge...". Hard drives do accumulate dead data, but it's unlikely to be of any concern whatsoever while the file system is doing its job. Even less on on an SSD where seek times ar... | What's you're looking for it's a driver's backup and restore. Check there: [Windows Driver Backup and Restore](http://www.techsupportalert.com/best-free-windows-driver-backup.htm) |
14,697 | Hi Just wanted to ask how to make my bike faster.
Do I change the front chainring to a larger one, if so do I have to get a whole new drive train or can I just get another shimano large ring. Can I get a smaller cog at the back, will that make my bike faster?
Please take a look at my bike. here are the specs
Shift... | 2013/03/03 | [
"https://bicycles.stackexchange.com/questions/14697",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/6272/"
] | There's a nice [gear calculator](http://sheldonbrown.com/gears/) at Sheldon's site. I did a quick calculation for you, and at 50/12, at 90 RPM, you should be going 47.4 km/h. If you upgraded your front chainring to a 54, and your back cassette to go down to 11, at the same RPM you could go 55.8 km/h, which is a signifi... | By far the easiest option is change the cassette to an 26\*11. Reducing the smallest cog from 12 to 11 will give you about 9% more speed for the same cadence. To get the same out the front, you would need to go to a 54 large chain ring. An other option would be to go to a 52/12 - quite a common size.
You failed to me... |
36,275,852 | In a scenario like below

assignee and assigner are keys of developer and tester. how to map the emp\_id as a foreign key without getting duplicated? | 2016/03/29 | [
"https://Stackoverflow.com/questions/36275852",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5614342/"
] | start a service and your alarm code in that.Once the alarm is done start your application through notification or as per your logic. | You should use Service, Open your activity through service. [Service](http://developer.android.com/guide/components/services.html) |
95,334 | Why didn't Elrond send one of his sons in the company? | 2015/07/13 | [
"https://scifi.stackexchange.com/questions/95334",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/48137/"
] | This isn't explained in-universe, but there are a few factors that may have contributed:
* **They were busy doing behind-the-scenes work for the fellowship.** In *Fellowship of the Ring* we learn that Elladan and Elrohir were part of a large-scale scouting effort before the fellowship left Rivendell:
>
> Some of the... | To supplement, rather than supplant, Jason Baker's excellent answer above, I can only offer the following note. In a sense, Elrond *did* send his son on the quest. In *The Tale of Aragorn and Arwen*, which is found in the Appendices to *The Lord of the Rings*, we read this passage:
>
> [After his father Arathorn's de... |
95,334 | Why didn't Elrond send one of his sons in the company? | 2015/07/13 | [
"https://scifi.stackexchange.com/questions/95334",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/48137/"
] | This isn't explained in-universe, but there are a few factors that may have contributed:
* **They were busy doing behind-the-scenes work for the fellowship.** In *Fellowship of the Ring* we learn that Elladan and Elrohir were part of a large-scale scouting effort before the fellowship left Rivendell:
>
> Some of the... | According to their [wiki page](http://lotr.wikia.com/wiki/Elrohir)
The WERE a part of the fellowship....sort of. It was their job to scout out ahead of the fellowship before they even set out. Later, they joined [The grey company](http://lotr.wikia.com/wiki/Grey_Company) , the greatest mortal soldiers of middle earth.... |
95,334 | Why didn't Elrond send one of his sons in the company? | 2015/07/13 | [
"https://scifi.stackexchange.com/questions/95334",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/48137/"
] | This isn't explained in-universe, but there are a few factors that may have contributed:
* **They were busy doing behind-the-scenes work for the fellowship.** In *Fellowship of the Ring* we learn that Elladan and Elrohir were part of a large-scale scouting effort before the fellowship left Rivendell:
>
> Some of the... | Don't forget also that Gandalf states that the hope of the fellowship lies in secrecy and not in strength and that even having Glorfindel in their ranks would help.
Seeing as Legolas was already going to be travelling that direction(ish) it makes sense that he would be the one of elf kind in the fellowship |
95,334 | Why didn't Elrond send one of his sons in the company? | 2015/07/13 | [
"https://scifi.stackexchange.com/questions/95334",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/48137/"
] | To supplement, rather than supplant, Jason Baker's excellent answer above, I can only offer the following note. In a sense, Elrond *did* send his son on the quest. In *The Tale of Aragorn and Arwen*, which is found in the Appendices to *The Lord of the Rings*, we read this passage:
>
> [After his father Arathorn's de... | According to their [wiki page](http://lotr.wikia.com/wiki/Elrohir)
The WERE a part of the fellowship....sort of. It was their job to scout out ahead of the fellowship before they even set out. Later, they joined [The grey company](http://lotr.wikia.com/wiki/Grey_Company) , the greatest mortal soldiers of middle earth.... |
95,334 | Why didn't Elrond send one of his sons in the company? | 2015/07/13 | [
"https://scifi.stackexchange.com/questions/95334",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/48137/"
] | To supplement, rather than supplant, Jason Baker's excellent answer above, I can only offer the following note. In a sense, Elrond *did* send his son on the quest. In *The Tale of Aragorn and Arwen*, which is found in the Appendices to *The Lord of the Rings*, we read this passage:
>
> [After his father Arathorn's de... | Don't forget also that Gandalf states that the hope of the fellowship lies in secrecy and not in strength and that even having Glorfindel in their ranks would help.
Seeing as Legolas was already going to be travelling that direction(ish) it makes sense that he would be the one of elf kind in the fellowship |
95,334 | Why didn't Elrond send one of his sons in the company? | 2015/07/13 | [
"https://scifi.stackexchange.com/questions/95334",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/48137/"
] | According to their [wiki page](http://lotr.wikia.com/wiki/Elrohir)
The WERE a part of the fellowship....sort of. It was their job to scout out ahead of the fellowship before they even set out. Later, they joined [The grey company](http://lotr.wikia.com/wiki/Grey_Company) , the greatest mortal soldiers of middle earth.... | Don't forget also that Gandalf states that the hope of the fellowship lies in secrecy and not in strength and that even having Glorfindel in their ranks would help.
Seeing as Legolas was already going to be travelling that direction(ish) it makes sense that he would be the one of elf kind in the fellowship |
243,352 | The heat proved too much for a few people who'd gone off too fast for their capabilities and ended up suffering from exhaustion.
Does prove mean this to show a particular quality after a period of time like in this example The new treatment has proved to be very effective or this is a special phrase which you should us... | 2020/04/02 | [
"https://ell.stackexchange.com/questions/243352",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/112210/"
] | "Proved" or "proven" in these contexts means "turned out to be".
There is an initial unknown situation (how would the runners fare in the heat? How would the new treatment go?), and as the situation is played out, the result becomes clear - the result is proven, like a scientific experiment. That is what the "end up"... | To prove something means to show it is true but can also mean “found to be” Adding ing to a word means you are doing that thing at the moment. So proving would mean you are currently in the act of showing truth. |
1,160,539 | I know glassfish can authenticate against an LDAP server, I also know it can authenticate against my own database. What I would like to do is authenticate users against LDAP, but get their roles from my own database.
Where would I start learning how to create my own custom authentication module? | 2009/07/21 | [
"https://Stackoverflow.com/questions/1160539",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/74894/"
] | [HERE](http://x-techteam.blogspot.com/2008/03/glassfish-login-module-simple-example.html) is the step-by-step instructions of how to do this. | See the [Glassfish security FAQ](https://glassfish.dev.java.net/javaee5/security/faq.html), specifically "How do I write/configure my own login module and plug it into GlassFish?"
and [this sun document](http://developers.sun.com/appserver/reference/techart/as8_authentication/) |
98,552 | Im trying to create some realistic mockups of canvas prints laying next to cars, or even hanging on walls. Need to know that extra step i need to know to make these look real. [](https://i.stack.imgur.com/EuHYj.jpg) | 2017/09/18 | [
"https://graphicdesign.stackexchange.com/questions/98552",
"https://graphicdesign.stackexchange.com",
"https://graphicdesign.stackexchange.com/users/103032/"
] | 1) When combining images from multiple sources, ideally you want to use images of the same quality. The color looks fine but the quality of the canvas/text looks much nicer than the background. I would suggest finding a higher-resolution background image. You can also tell by the sharp border of the canvas.
2) Adding ... | This answer is rewritten. I also edited a little your image to make it more consistent.
All this is only based on my speculations because there's no facts available about the wanted forms, positions and colors.
[](https://i.stack.imgur.com/3ephO.jpg)... |
12,183,688 | I wrote a Java program. For a small input, after warm-up (the first 50 runs), its running time turns to be around 2 milliseconds.
In this case, could we get any benefit if I use multiple threads version? If not, what are the overhead hidden the benefits of parallel execution? | 2012/08/29 | [
"https://Stackoverflow.com/questions/12183688",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1258409/"
] | Most likely the overhead of starting the threads would far outweigh any speedup. On windows you'll even have trouble measuring the execution time reliably for such fast programs.
But of course, you must ask yourself if you truly need any speedup for a program that runs in 2 ms. | Id depends on if 2ms is too slow. It also depends if you want to run the tasks concurrently.
Why not use an Executor to run your tasks then you can add threads as you need them. |
12,183,688 | I wrote a Java program. For a small input, after warm-up (the first 50 runs), its running time turns to be around 2 milliseconds.
In this case, could we get any benefit if I use multiple threads version? If not, what are the overhead hidden the benefits of parallel execution? | 2012/08/29 | [
"https://Stackoverflow.com/questions/12183688",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1258409/"
] | Most likely the overhead of starting the threads would far outweigh any speedup. On windows you'll even have trouble measuring the execution time reliably for such fast programs.
But of course, you must ask yourself if you truly need any speedup for a program that runs in 2 ms. | Well, 2ms is at least a candidate for splitting up over multiple threads. Continually creating/running/terminating/joining threads is a non-starter - hopeless design. If signaling work to a set of dedicated threads or issuing work to a pool, it all depends on the work done and the data organization.
If there is any bl... |
456,671 | I just finished my first PCB with KiCad. Now, I need to produce it and I need the Pick and Place file. When I try to generate footprint position files the software produce the message "No footprint for automated placement". I'm using the version 5.1.4-e60b266 for ubuntu 18.04.1.
How can I generate this file? How can I ... | 2019/09/08 | [
"https://electronics.stackexchange.com/questions/456671",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/88419/"
] | Pick and place, and thus the \*.pos file, is relevant to surface mount technology. The automatic placement of through-hole technology is not something that is worth the money to invest in due to the volumes produced. The problem with leaded is the need to position each leg for each hole.
If you place an test surface-m... | The same problem occurred to me today using KiCad Version 5.1.4. - And I think I've found a solution to the problem:
---
**1) Temporary solution:**
KiCad: Pcbnew:
'File' -> 'Fabrication Outputs' -> 'Footprint Position (.pos) file...' ->
'Generate Footprint Position Files':
Check this checkbox in the 'Generate Foot... |
456,671 | I just finished my first PCB with KiCad. Now, I need to produce it and I need the Pick and Place file. When I try to generate footprint position files the software produce the message "No footprint for automated placement". I'm using the version 5.1.4-e60b266 for ubuntu 18.04.1.
How can I generate this file? How can I ... | 2019/09/08 | [
"https://electronics.stackexchange.com/questions/456671",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/88419/"
] | Pick and place, and thus the \*.pos file, is relevant to surface mount technology. The automatic placement of through-hole technology is not something that is worth the money to invest in due to the volumes produced. The problem with leaded is the need to position each leg for each hole.
If you place an test surface-m... | A Centroid file (\*.pos) is not required for Throughhole (THT) only projects. It is only required for placing SMT components. |
456,671 | I just finished my first PCB with KiCad. Now, I need to produce it and I need the Pick and Place file. When I try to generate footprint position files the software produce the message "No footprint for automated placement". I'm using the version 5.1.4-e60b266 for ubuntu 18.04.1.
How can I generate this file? How can I ... | 2019/09/08 | [
"https://electronics.stackexchange.com/questions/456671",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/88419/"
] | The same problem occurred to me today using KiCad Version 5.1.4. - And I think I've found a solution to the problem:
---
**1) Temporary solution:**
KiCad: Pcbnew:
'File' -> 'Fabrication Outputs' -> 'Footprint Position (.pos) file...' ->
'Generate Footprint Position Files':
Check this checkbox in the 'Generate Foot... | A Centroid file (\*.pos) is not required for Throughhole (THT) only projects. It is only required for placing SMT components. |
8,381,345 | What are the query browsers for DB2 e.g Database Administrator(Data Studio), Toad for DB2 etc? I worked with them but are there more ? | 2011/12/05 | [
"https://Stackoverflow.com/questions/8381345",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2214674/"
] | You can find a list of browsers in Wikipedia:
<http://en.wikipedia.org/wiki/Comparison_of_database_tools#General>
and look at "Other" column. You will see which tools work with DB2.
The popular ones are:
* Toad for DB2 <http://www.toadworld.com/products#ibm-db2>
* SQuirreL <http://www.squirrelsql.org>
* SQL Maest... | I find [DbVisualizer](http://www.dbvis.com/) to be outstanding even when compared to many native tools.
 |
8,381,345 | What are the query browsers for DB2 e.g Database Administrator(Data Studio), Toad for DB2 etc? I worked with them but are there more ? | 2011/12/05 | [
"https://Stackoverflow.com/questions/8381345",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2214674/"
] | I find [DbVisualizer](http://www.dbvis.com/) to be outstanding even when compared to many native tools.
 | I recommend the IBM data studio among the free tools. It lets you
* Manipulate(Create , modify, execute) stored procedures
* See explain plans - run performance analysis
* Let you open unlimited connections which some of the free tools doesn't let you.
Also, it's based on eclipse framework, so if you are already usin... |
8,381,345 | What are the query browsers for DB2 e.g Database Administrator(Data Studio), Toad for DB2 etc? I worked with them but are there more ? | 2011/12/05 | [
"https://Stackoverflow.com/questions/8381345",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2214674/"
] | I've recently discovered DBeaver (<http://dbeaver.jkiss.org>) and I love it.
Runs on Win and Linux (on Centos7 I just unpacked an archive and ran executable), it's open source and without need of external driver it has connected to DB2 server right away. Same for PostgreSQL and MS SQL Server.
Not sure how it compares ... | I find [DbVisualizer](http://www.dbvis.com/) to be outstanding even when compared to many native tools.
 |
8,381,345 | What are the query browsers for DB2 e.g Database Administrator(Data Studio), Toad for DB2 etc? I worked with them but are there more ? | 2011/12/05 | [
"https://Stackoverflow.com/questions/8381345",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2214674/"
] | You can find a list of browsers in Wikipedia:
<http://en.wikipedia.org/wiki/Comparison_of_database_tools#General>
and look at "Other" column. You will see which tools work with DB2.
The popular ones are:
* Toad for DB2 <http://www.toadworld.com/products#ibm-db2>
* SQuirreL <http://www.squirrelsql.org>
* SQL Maest... | I recommend the IBM data studio among the free tools. It lets you
* Manipulate(Create , modify, execute) stored procedures
* See explain plans - run performance analysis
* Let you open unlimited connections which some of the free tools doesn't let you.
Also, it's based on eclipse framework, so if you are already usin... |
8,381,345 | What are the query browsers for DB2 e.g Database Administrator(Data Studio), Toad for DB2 etc? I worked with them but are there more ? | 2011/12/05 | [
"https://Stackoverflow.com/questions/8381345",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2214674/"
] | You can find a list of browsers in Wikipedia:
<http://en.wikipedia.org/wiki/Comparison_of_database_tools#General>
and look at "Other" column. You will see which tools work with DB2.
The popular ones are:
* Toad for DB2 <http://www.toadworld.com/products#ibm-db2>
* SQuirreL <http://www.squirrelsql.org>
* SQL Maest... | I've recently discovered DBeaver (<http://dbeaver.jkiss.org>) and I love it.
Runs on Win and Linux (on Centos7 I just unpacked an archive and ran executable), it's open source and without need of external driver it has connected to DB2 server right away. Same for PostgreSQL and MS SQL Server.
Not sure how it compares ... |
8,381,345 | What are the query browsers for DB2 e.g Database Administrator(Data Studio), Toad for DB2 etc? I worked with them but are there more ? | 2011/12/05 | [
"https://Stackoverflow.com/questions/8381345",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2214674/"
] | I've recently discovered DBeaver (<http://dbeaver.jkiss.org>) and I love it.
Runs on Win and Linux (on Centos7 I just unpacked an archive and ran executable), it's open source and without need of external driver it has connected to DB2 server right away. Same for PostgreSQL and MS SQL Server.
Not sure how it compares ... | I recommend the IBM data studio among the free tools. It lets you
* Manipulate(Create , modify, execute) stored procedures
* See explain plans - run performance analysis
* Let you open unlimited connections which some of the free tools doesn't let you.
Also, it's based on eclipse framework, so if you are already usin... |
21,403 | I am designing a 12VDC, 200mA transformerless power supply using 1N4007(diode) for rectification, a ceramic capacitor 475k and 10R resistor for limiting, a zener diode (1N4742A) for a regulated output. After the connections am not still getting the output current, the current is needed to drive a relay of 12VDC 160mA. | 2011/10/27 | [
"https://electronics.stackexchange.com/questions/21403",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/6291/"
] | **Summary**
* **ALWAYS remember that any part of this circuit MUST be considered to be live and that a user may die if they touch any part of this circuit.**
* If your circuit is half wave and operating at 110 VAC and 60 Hz then the capacitor needs to be about 10 uF.
* If your circuit is half wave and operating at 230... | 200mA is a lot for a capacitve dropper supply. If you're driving a relay, consider using one with a 24 or 48V coil instead of 12V, so less current is needed.
Take a look at Power Integrations Linkswitch-TN devices, which can be a good alternative to capacitor droppers when the current requirement is more than can be ... |
23,108 | One of my weaknesses as a PM is not being able to delegate and manage work assigned to others. What are ways you can tackle this? Granted I have high expectations of others, but sometimes they just don't meet the basic requirements.
Example:
I asked someone to do a task for me, and 2 hours before the deadline they pre... | 2017/12/19 | [
"https://pm.stackexchange.com/questions/23108",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/27570/"
] | A few suggestions:
Don't delegate & disappear until the deadline. Check in with them once or twice, just informally to ask how it's going, do they need any clarification from you, are they having any problems.
Be sure everyone is clear on what the priority of the delegated task is, especially if the people you've del... | To add to [Vicki](https://pm.stackexchange.com/users/11661/vicki-laidler)'s great [answer](https://pm.stackexchange.com/a/23112/4384):
Once you *train* people that you will redo sloppy work and fill in for them, they will rely on it.
As a general rule, a PM never does any work, a PM does PM.
How to do this? See [Vic... |
23,108 | One of my weaknesses as a PM is not being able to delegate and manage work assigned to others. What are ways you can tackle this? Granted I have high expectations of others, but sometimes they just don't meet the basic requirements.
Example:
I asked someone to do a task for me, and 2 hours before the deadline they pre... | 2017/12/19 | [
"https://pm.stackexchange.com/questions/23108",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/27570/"
] | A few suggestions:
Don't delegate & disappear until the deadline. Check in with them once or twice, just informally to ask how it's going, do they need any clarification from you, are they having any problems.
Be sure everyone is clear on what the priority of the delegated task is, especially if the people you've del... | You are only looking at the individual as a possible root cause of the mediocre performance. This is not unusual, unfortunately, but it is also not very effective. You need to look at the entire system: processes--including the supporting processes such as QA (@VickiLaidler's suggestion) and risk--tooling; knowledge--b... |
23,108 | One of my weaknesses as a PM is not being able to delegate and manage work assigned to others. What are ways you can tackle this? Granted I have high expectations of others, but sometimes they just don't meet the basic requirements.
Example:
I asked someone to do a task for me, and 2 hours before the deadline they pre... | 2017/12/19 | [
"https://pm.stackexchange.com/questions/23108",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/27570/"
] | A few suggestions:
Don't delegate & disappear until the deadline. Check in with them once or twice, just informally to ask how it's going, do they need any clarification from you, are they having any problems.
Be sure everyone is clear on what the priority of the delegated task is, especially if the people you've del... | It appears that you tend to be a perfectionist. Aren't you? Well, that's one of the challenge you got to face if you are a perfectionist. In adverse situations, the team members might also play games. That's natural in a highly political environment.
Is being perfectionist your problem? No. Then, how will you overcom... |
23,108 | One of my weaknesses as a PM is not being able to delegate and manage work assigned to others. What are ways you can tackle this? Granted I have high expectations of others, but sometimes they just don't meet the basic requirements.
Example:
I asked someone to do a task for me, and 2 hours before the deadline they pre... | 2017/12/19 | [
"https://pm.stackexchange.com/questions/23108",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/27570/"
] | A few suggestions:
Don't delegate & disappear until the deadline. Check in with them once or twice, just informally to ask how it's going, do they need any clarification from you, are they having any problems.
Be sure everyone is clear on what the priority of the delegated task is, especially if the people you've del... | Couple of comments for you:
>
> Granted I have high expectations of others, but sometimes they just
> don't meet the basic requirements.
>
>
>
* Spend more time thinking about your hiring / selection process
* Avoid becoming a policeman
* Read and think about [Setup to Fail](https://hbr.org/1998/03/the-set-up-to... |
23,108 | One of my weaknesses as a PM is not being able to delegate and manage work assigned to others. What are ways you can tackle this? Granted I have high expectations of others, but sometimes they just don't meet the basic requirements.
Example:
I asked someone to do a task for me, and 2 hours before the deadline they pre... | 2017/12/19 | [
"https://pm.stackexchange.com/questions/23108",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/27570/"
] | A few suggestions:
Don't delegate & disappear until the deadline. Check in with them once or twice, just informally to ask how it's going, do they need any clarification from you, are they having any problems.
Be sure everyone is clear on what the priority of the delegated task is, especially if the people you've del... | Work environments changed a lot since the apparition of emails and voice messaging, not so long ago. I remember a time when people had only the choice to answer the phone or not. More recently appeared "gaming" in work places, gaming like in video games, people choosing their avatar and playing it along the days, the w... |
116,322 | Which is correct? And is there a difference?
>
> 1. He became blind when he was at the age of 50 years.
> 2. He became blind at the age 50.
> 3. when he was at the age of 50 years, he became blind.
>
>
> | 2017/01/20 | [
"https://ell.stackexchange.com/questions/116322",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/46429/"
] | They are all technically correct, and your meaning would be easily understood by a native speaker, but each sounds a little odd, here's a breakdown:
>
> He became blind when he was at the age of 50 years.
>
>
>
This isn't ungrammatical, but sounds a little awkward. It sounds fine without "years" at the end. We un... | There is no difference in meaning. The one I prefer is #2 because it says the same as the others in less words. However, the word "the" was unnecessary and should have been left out. A native speaker would not have included it.
2a) He became blind at age 50.
Idiomatically, the most common way people refer to age is "... |
61,593,044 | I´m new to Python and I´m having a problem. I have 2 lists containing the names of the columns of a dataset: one has all the columns names (columnas = total.columns.values.tolist()); and the other one has a subset of them ( in the form of "c = [a,b,c,d,c,e,...]".
I would like to know how could I check if each element ... | 2020/05/04 | [
"https://Stackoverflow.com/questions/61593044",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13400164/"
] | Running your NodeJS as a Docker container in Elastic Beanstalk will definitely give you more control over your application.
However, it depends how much time you want to invest. Their maybe slightly more time in deploying with Docker, especially if you haven't used it before. | >
> In which situations is it more recomendable to use docker over a
> normal nodejs service? (Giving the fact that I will use Elastic
> beanstalk)
>
>
>
First, if you really interested to run docker container in AWS, then [ECS](https://aws.amazon.com/ecs/) is what you need to run your application, lot of reason... |
8,786 | Here is a question that has been bothering me for a while. Do right-handed fighter pilots use their right hand to hold the control stick? **And do left-handed fighter pilots use their left hand?**
Or is it the other way around? Or do they maybe use both hands a lot of the time? It also brings up the question as to wha... | 2014/09/27 | [
"https://aviation.stackexchange.com/questions/8786",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/3674/"
] | Most fighter pilots, regardless of their handedness, use their right hand to fly the stick, and their left hand to move the throttle(s)/PCL (Power Control Lever). This is just how most fighter cockpits are set up, with the power on the left side.

Th... | I am an ex-military pilot and retired airline pilot who is still an active pilot in general aviation. The simple answer is that single seat and tandem seat cockpits are set up with the throttle and trim on the left, so that the stick has to be handled with the right hand.
With a few exceptions side by side cockpits ha... |
8,786 | Here is a question that has been bothering me for a while. Do right-handed fighter pilots use their right hand to hold the control stick? **And do left-handed fighter pilots use their left hand?**
Or is it the other way around? Or do they maybe use both hands a lot of the time? It also brings up the question as to wha... | 2014/09/27 | [
"https://aviation.stackexchange.com/questions/8786",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/3674/"
] | Most fighter pilots, regardless of their handedness, use their right hand to fly the stick, and their left hand to move the throttle(s)/PCL (Power Control Lever). This is just how most fighter cockpits are set up, with the power on the left side.

Th... | Its not just fighter planes that have the stick in the right and power in the left. That's the way tandem (front-and-back seating) aircraft are set up in general. You can see the throttle on the left-hand wall in this Citabria:
[](https://i.stack.imgu... |
8,786 | Here is a question that has been bothering me for a while. Do right-handed fighter pilots use their right hand to hold the control stick? **And do left-handed fighter pilots use their left hand?**
Or is it the other way around? Or do they maybe use both hands a lot of the time? It also brings up the question as to wha... | 2014/09/27 | [
"https://aviation.stackexchange.com/questions/8786",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/3674/"
] | I am an ex-military pilot and retired airline pilot who is still an active pilot in general aviation. The simple answer is that single seat and tandem seat cockpits are set up with the throttle and trim on the left, so that the stick has to be handled with the right hand.
With a few exceptions side by side cockpits ha... | Its not just fighter planes that have the stick in the right and power in the left. That's the way tandem (front-and-back seating) aircraft are set up in general. You can see the throttle on the left-hand wall in this Citabria:
[](https://i.stack.imgu... |
16,778 | I am looking for a visual tail tool that can monitor several local or remote log files.
Optional features that interest me: color highlight based on log error level, coloring for special words, filtering of messages and/or notifications on new activity. | 2011/06/30 | [
"https://apple.stackexchange.com/questions/16778",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/1916/"
] | I found a tool that can do this [GeekTool](http://projects.tynsoe.org/en/geektool/), it even has a version that works on Lion (see the forum).
It can be used to do just simple tails, without filtering or other stuff, so maybe someone has a better alternative. | [PostRemoteLog](http://www.oriontransfer.co.nz/projects/admin-toolbox/post-remote-log/index) (free)
---------------------------------------------------------------------------------------------------
PostRemoteLog has Growl notifications support and it is free. |
16,778 | I am looking for a visual tail tool that can monitor several local or remote log files.
Optional features that interest me: color highlight based on log error level, coloring for special words, filtering of messages and/or notifications on new activity. | 2011/06/30 | [
"https://apple.stackexchange.com/questions/16778",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/1916/"
] | I found a tool that can do this [GeekTool](http://projects.tynsoe.org/en/geektool/), it even has a version that works on Lion (see the forum).
It can be used to do just simple tails, without filtering or other stuff, so maybe someone has a better alternative. | Might I suggest the [LogTail macOS app](https://itunes.apple.com/us/app/logtail/id1073404370?ls=1&mt=12) - it checks all the requirements you mentioned (except the notifications part). It has SSH based remote log viewing functionality and can tail the remote log file (configurable polling interval). You can setup multi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.