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 |
|---|---|---|---|---|---|
107,171 | The the title is self explanatory, I guess.
Why can two (or more) electric [field lines](http://en.wikipedia.org/wiki/Field_line) never cross? | 2014/04/06 | [
"https://physics.stackexchange.com/questions/107171",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/38873/"
] | Electric field lines reveal information about the direction (and the strength) of an electric field within a region of space. If the lines cross each other at a given location, then there must be two distinctly different values of electric field with their own individual direction at that given location. This could never be the case. Every single location in space has its own electric field strength and direction associated with it. Consequently, the lines representing the field **cannot** cross each other at any given location in space.
For example, in the image below, the lines are intersecting and hence there are **two directions** for Electric Field.
 | The electric field at any point is the sum of all the fields due to each individual charge in the system. The field has a magnitude and a direction. The field lines are a representation of the magnitude and direction of the field over an illustrated area. The field lines point in the direction of the field. If lines from two sources were to cross, we could effectively sum the two fields at that point and redraw the field lines with the new direction. Thus, we can say field lines never cross because the sum of two vectors can only have one direction (with the exception of the zero vector) |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | What about registering this as a scheduled task?
Go to Control Panel -> Scheduled tasks.
Here you can easily add your exe as a task and choose when and how often to run your task.
In Windows 7 this is changed somewhat, but you can find it in
Control Panel -> System and Security -> Administrative Tools -> Task Scheduler | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | What about registering this as a scheduled task?
Go to Control Panel -> Scheduled tasks.
Here you can easily add your exe as a task and choose when and how often to run your task.
In Windows 7 this is changed somewhat, but you can find it in
Control Panel -> System and Security -> Administrative Tools -> Task Scheduler | You can use "Scheduled Tasks" on windows.
You could also write your application as a "Windows Service". By this, it would run all the time on a machine, without someone creating a scheduled task. |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | What about registering this as a scheduled task?
Go to Control Panel -> Scheduled tasks.
Here you can easily add your exe as a task and choose when and how often to run your task.
In Windows 7 this is changed somewhat, but you can find it in
Control Panel -> System and Security -> Administrative Tools -> Task Scheduler | Windows scheduled tasks is the right way.
Look [here](http://support.microsoft.com/kb/308569) for more information.
And [here](http://windows.microsoft.com/en-US/windows7/Schedule-a-task) for how to do it in Windows 7 |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | Have a look at Windows Scheduled Tasks, not sure if it's available only on Windows Server or also XP, Vista, 7... | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) | You can use "Scheduled Tasks" on windows.
You could also write your application as a "Windows Service". By this, it would run all the time on a machine, without someone creating a scheduled task. |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) | Windows scheduled tasks is the right way.
Look [here](http://support.microsoft.com/kb/308569) for more information.
And [here](http://windows.microsoft.com/en-US/windows7/Schedule-a-task) for how to do it in Windows 7 |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | Have a look at Windows Scheduled Tasks, not sure if it's available only on Windows Server or also XP, Vista, 7... | You can use "Scheduled Tasks" on windows.
You could also write your application as a "Windows Service". By this, it would run all the time on a machine, without someone creating a scheduled task. |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | Have a look at Windows Scheduled Tasks, not sure if it's available only on Windows Server or also XP, Vista, 7... | Windows scheduled tasks is the right way.
Look [here](http://support.microsoft.com/kb/308569) for more information.
And [here](http://windows.microsoft.com/en-US/windows7/Schedule-a-task) for how to do it in Windows 7 |
286,560 | I have a central shared drive for my organization with departmental subfolders accessible by the staff based on AD. I setup SharePoint Online and uploaded files in the shared folder into the SharePoint. Staff Personal files are uploaded as well.
Do I still need to keep the Shared drive? If not please advice.
What should be the best architecture to ensure staff can access the central shared folder on SharePoint as well as their personal files incase the Internet connection is down? | 2020/11/05 | [
"https://sharepoint.stackexchange.com/questions/286560",
"https://sharepoint.stackexchange.com",
"https://sharepoint.stackexchange.com/users/93525/"
] | You only need to install the latest cumulative update listed [here](https://docs.microsoft.com/en-us/officeupdates/sharepoint-updates).
Because the update is "cumulative", the latest update contain all the previous update. As at the moment, 16.0.5071.1000 (October 2020) is the latest patch available to SharePoint 2016. | You just need to install October 2020 update for SharePoint 2016.
Here's an article below about description of the security update for SharePoint enterprise server 2016: October 13, 2020. You could refer steps in the article to install update.
[SharePoint Server 2016 October 2020 update.](https://support.microsoft.com/en-us/help/4486677/security-update-for-sharepoint-server-2016-october-13-2020) |
51,590 | About 2-3 months ago I decided to start my own batch of vinegar. I started with some Braggs apple cider vinegar which contains the mother, and I added some old wine and some fruit juice to the mix. I kept it in a dark and warm place, as per instructions online. A few layers of cheesecloth were placed on top to allow it to air, without letting anything else get into it.
When I recently opened it, I found a layer of what appears to be a yellow-orange mold on top. There are also some small worms or maggots living on the top, but that doesn't seem as problematic to me.

As you can (sort of) see in this picture above, there is definitely a mother at the bottom. The mother has grown since I last saw it. I am not sure what to think about that top layer though. Is the vinegar batch completely spoiled?
Picture #2 (a closer look at the top)
 | 2014/12/14 | [
"https://cooking.stackexchange.com/questions/51590",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/30937/"
] | Great question.
First off, the mold. This is nothing to worry about, you should be skimming it off but as far as Vinegar creation it's normal and to be expected.
These "worms" have a name :-) Turbatrix Aceti (a.k.a Vinegar Worm) you can read more about them here -> [wiki/Turbatrix\_aceti](http://en.wikipedia.org/wiki/Turbatrix_aceti)
Why is that mold there? Well if you think about the fermentation process. It's just thousands of bacteria 'eating' your 'mother' now they have to produce something as a byproduct which is the mold you see on the top. Get rid of it and leave it to carry on.
>
> If you see a scum forming on top, don’t disturb it; this is the
> mother. Eventually the mother will sink toward the bottom and continue
> its work. However if you see mold forming on top, by all means skim
> that off. Mother isn’t moldy; it’s scummy.
>
>
>
Source: <http://www.rural-revolution.com/2013/07/making-fruit-scrap-vinegar.html> <- Well worth a read since you're making vinegar :-)
Mold = Bad (Clean it off)
Froth = Good (Leave it alone til' it turns to mold.
**Question:** Is the vinegar batch completely spoiled?
**Answer:** No. | I have salvaged both vinegar and kombucha from mild mold by removing what I could, increasing stirring to twice daily and watching it more carefully and removing the very first signs of opaque, white , blue green or furry. I also spray the top with straight vinegar. Once the mixture gets acidic enough the mold won't grow. If it's kombucha you need more starter from your last batch to get the ph down enuf to prevent mold. |
51,590 | About 2-3 months ago I decided to start my own batch of vinegar. I started with some Braggs apple cider vinegar which contains the mother, and I added some old wine and some fruit juice to the mix. I kept it in a dark and warm place, as per instructions online. A few layers of cheesecloth were placed on top to allow it to air, without letting anything else get into it.
When I recently opened it, I found a layer of what appears to be a yellow-orange mold on top. There are also some small worms or maggots living on the top, but that doesn't seem as problematic to me.

As you can (sort of) see in this picture above, there is definitely a mother at the bottom. The mother has grown since I last saw it. I am not sure what to think about that top layer though. Is the vinegar batch completely spoiled?
Picture #2 (a closer look at the top)
 | 2014/12/14 | [
"https://cooking.stackexchange.com/questions/51590",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/30937/"
] | Great question.
First off, the mold. This is nothing to worry about, you should be skimming it off but as far as Vinegar creation it's normal and to be expected.
These "worms" have a name :-) Turbatrix Aceti (a.k.a Vinegar Worm) you can read more about them here -> [wiki/Turbatrix\_aceti](http://en.wikipedia.org/wiki/Turbatrix_aceti)
Why is that mold there? Well if you think about the fermentation process. It's just thousands of bacteria 'eating' your 'mother' now they have to produce something as a byproduct which is the mold you see on the top. Get rid of it and leave it to carry on.
>
> If you see a scum forming on top, don’t disturb it; this is the
> mother. Eventually the mother will sink toward the bottom and continue
> its work. However if you see mold forming on top, by all means skim
> that off. Mother isn’t moldy; it’s scummy.
>
>
>
Source: <http://www.rural-revolution.com/2013/07/making-fruit-scrap-vinegar.html> <- Well worth a read since you're making vinegar :-)
Mold = Bad (Clean it off)
Froth = Good (Leave it alone til' it turns to mold.
**Question:** Is the vinegar batch completely spoiled?
**Answer:** No. | I have made several batches of vinegar and have also noticed mold - usually light colored - most dramatically on the raspberry vinegar that I made. If i just leave the mold alone it appears to be consumed or disappears after a little bit. It may just have been the scum that precedes the mother but it always disappears. |
51,590 | About 2-3 months ago I decided to start my own batch of vinegar. I started with some Braggs apple cider vinegar which contains the mother, and I added some old wine and some fruit juice to the mix. I kept it in a dark and warm place, as per instructions online. A few layers of cheesecloth were placed on top to allow it to air, without letting anything else get into it.
When I recently opened it, I found a layer of what appears to be a yellow-orange mold on top. There are also some small worms or maggots living on the top, but that doesn't seem as problematic to me.

As you can (sort of) see in this picture above, there is definitely a mother at the bottom. The mother has grown since I last saw it. I am not sure what to think about that top layer though. Is the vinegar batch completely spoiled?
Picture #2 (a closer look at the top)
 | 2014/12/14 | [
"https://cooking.stackexchange.com/questions/51590",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/30937/"
] | I have salvaged both vinegar and kombucha from mild mold by removing what I could, increasing stirring to twice daily and watching it more carefully and removing the very first signs of opaque, white , blue green or furry. I also spray the top with straight vinegar. Once the mixture gets acidic enough the mold won't grow. If it's kombucha you need more starter from your last batch to get the ph down enuf to prevent mold. | I have made several batches of vinegar and have also noticed mold - usually light colored - most dramatically on the raspberry vinegar that I made. If i just leave the mold alone it appears to be consumed or disappears after a little bit. It may just have been the scum that precedes the mother but it always disappears. |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are no drivers listed for that series with "Mobility" in their name.
If I pick the following on the [ATI Driver Download page](http://www.amd.com/se/Pages/AMDHomePage.aspx):
* Graphics
* Windows Vista 32-bit Edition
* Mobility Radeon
Then the dropdown for the card model contains X300, X600, X700, X800, X1300, X1400, X1600, X1800, 9600, 9700 and 9800 models, but no "HD" nor "36xx series".
However, if I change to just "Radeon" for the last selection there, I can find a "Radeon HD 3600 Series" model in the list.
Also, if I pick "Windows 7" as the operating system, I can find a "Mobility Radeon HD 3000 series" card, but no 3600.
So, which one to pick?
The main reason I ask is that they all seem to have some kind of problem installing, so neither seems to be the right one (they all crash with "Catalyst Install Manager has stopped working".) | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | Your answer can be found at <http://www.driverheaven.net/modtool.php> .
OK, I'll explain further. ATi typically does not release updated laptop drivers. The monthly updates are for desktops. So, you have to get your laptop video drivers from your laptop vendor, which updates them less than occasionally.
So, the folks at driver heaven take ATi's latest releases and hack them for laptop users. | In your case you would use the 3000 series drivers. For the record, when they say '3000 series', that means it pretty much covers all the models from 3000 to 3999. Not that they have a 3999 model but you get the point. It's basically like saying 3xxx series.
When you run the install the software might say that your model is not found, but you can select the HAVE DISK option and manually pick from the list using the INF in your ATI driver folder.
Some would say this is not recommended but in my experience, I haven't had any issues yet.
-maj |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are no drivers listed for that series with "Mobility" in their name.
If I pick the following on the [ATI Driver Download page](http://www.amd.com/se/Pages/AMDHomePage.aspx):
* Graphics
* Windows Vista 32-bit Edition
* Mobility Radeon
Then the dropdown for the card model contains X300, X600, X700, X800, X1300, X1400, X1600, X1800, 9600, 9700 and 9800 models, but no "HD" nor "36xx series".
However, if I change to just "Radeon" for the last selection there, I can find a "Radeon HD 3600 Series" model in the list.
Also, if I pick "Windows 7" as the operating system, I can find a "Mobility Radeon HD 3000 series" card, but no 3600.
So, which one to pick?
The main reason I ask is that they all seem to have some kind of problem installing, so neither seems to be the right one (they all crash with "Catalyst Install Manager has stopped working".) | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | Your answer can be found at <http://www.driverheaven.net/modtool.php> .
OK, I'll explain further. ATi typically does not release updated laptop drivers. The monthly updates are for desktops. So, you have to get your laptop video drivers from your laptop vendor, which updates them less than occasionally.
So, the folks at driver heaven take ATi's latest releases and hack them for laptop users. | I am aware this is a huge necropost, but I had very similar problem today, and the situation has changed in last 2 years. Maybe someone will find this useful.
Mobility Modder seems to be abandoned for long time, so in case you still use Win XP and want to update your Mobility Radeon drivers, [this thread](http://www.hardwareheaven.com/windows-xp-radeon-display-drivers/205454-ati-radeon-mobility-modded-catalyst-drivers-windows-xp-32-bit-updated.html) might be valuable.
The guy who is thread's author removed the links to his modded driver packages because of poor response from people, so I will not paste links here, but you can take advantage of the fact that [nothing can be erased from internet so easily](http://www.searchengineshowdown.com/others/archive.shtml). |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are no drivers listed for that series with "Mobility" in their name.
If I pick the following on the [ATI Driver Download page](http://www.amd.com/se/Pages/AMDHomePage.aspx):
* Graphics
* Windows Vista 32-bit Edition
* Mobility Radeon
Then the dropdown for the card model contains X300, X600, X700, X800, X1300, X1400, X1600, X1800, 9600, 9700 and 9800 models, but no "HD" nor "36xx series".
However, if I change to just "Radeon" for the last selection there, I can find a "Radeon HD 3600 Series" model in the list.
Also, if I pick "Windows 7" as the operating system, I can find a "Mobility Radeon HD 3000 series" card, but no 3600.
So, which one to pick?
The main reason I ask is that they all seem to have some kind of problem installing, so neither seems to be the right one (they all crash with "Catalyst Install Manager has stopped working".) | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | Your answer can be found at <http://www.driverheaven.net/modtool.php> .
OK, I'll explain further. ATi typically does not release updated laptop drivers. The monthly updates are for desktops. So, you have to get your laptop video drivers from your laptop vendor, which updates them less than occasionally.
So, the folks at driver heaven take ATi's latest releases and hack them for laptop users. | you can get the updated drivers for Mobility Radeon HD 3xxx series [here](http://support.amd.com/us/gpudownload/Pages/index.aspx) Mobility cards are notebook class GPU's and the update installer is called AMD Catalyst™ |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are no drivers listed for that series with "Mobility" in their name.
If I pick the following on the [ATI Driver Download page](http://www.amd.com/se/Pages/AMDHomePage.aspx):
* Graphics
* Windows Vista 32-bit Edition
* Mobility Radeon
Then the dropdown for the card model contains X300, X600, X700, X800, X1300, X1400, X1600, X1800, 9600, 9700 and 9800 models, but no "HD" nor "36xx series".
However, if I change to just "Radeon" for the last selection there, I can find a "Radeon HD 3600 Series" model in the list.
Also, if I pick "Windows 7" as the operating system, I can find a "Mobility Radeon HD 3000 series" card, but no 3600.
So, which one to pick?
The main reason I ask is that they all seem to have some kind of problem installing, so neither seems to be the right one (they all crash with "Catalyst Install Manager has stopped working".) | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | In your case you would use the 3000 series drivers. For the record, when they say '3000 series', that means it pretty much covers all the models from 3000 to 3999. Not that they have a 3999 model but you get the point. It's basically like saying 3xxx series.
When you run the install the software might say that your model is not found, but you can select the HAVE DISK option and manually pick from the list using the INF in your ATI driver folder.
Some would say this is not recommended but in my experience, I haven't had any issues yet.
-maj | I am aware this is a huge necropost, but I had very similar problem today, and the situation has changed in last 2 years. Maybe someone will find this useful.
Mobility Modder seems to be abandoned for long time, so in case you still use Win XP and want to update your Mobility Radeon drivers, [this thread](http://www.hardwareheaven.com/windows-xp-radeon-display-drivers/205454-ati-radeon-mobility-modded-catalyst-drivers-windows-xp-32-bit-updated.html) might be valuable.
The guy who is thread's author removed the links to his modded driver packages because of poor response from people, so I will not paste links here, but you can take advantage of the fact that [nothing can be erased from internet so easily](http://www.searchengineshowdown.com/others/archive.shtml). |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are no drivers listed for that series with "Mobility" in their name.
If I pick the following on the [ATI Driver Download page](http://www.amd.com/se/Pages/AMDHomePage.aspx):
* Graphics
* Windows Vista 32-bit Edition
* Mobility Radeon
Then the dropdown for the card model contains X300, X600, X700, X800, X1300, X1400, X1600, X1800, 9600, 9700 and 9800 models, but no "HD" nor "36xx series".
However, if I change to just "Radeon" for the last selection there, I can find a "Radeon HD 3600 Series" model in the list.
Also, if I pick "Windows 7" as the operating system, I can find a "Mobility Radeon HD 3000 series" card, but no 3600.
So, which one to pick?
The main reason I ask is that they all seem to have some kind of problem installing, so neither seems to be the right one (they all crash with "Catalyst Install Manager has stopped working".) | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | In your case you would use the 3000 series drivers. For the record, when they say '3000 series', that means it pretty much covers all the models from 3000 to 3999. Not that they have a 3999 model but you get the point. It's basically like saying 3xxx series.
When you run the install the software might say that your model is not found, but you can select the HAVE DISK option and manually pick from the list using the INF in your ATI driver folder.
Some would say this is not recommended but in my experience, I haven't had any issues yet.
-maj | you can get the updated drivers for Mobility Radeon HD 3xxx series [here](http://support.amd.com/us/gpudownload/Pages/index.aspx) Mobility cards are notebook class GPU's and the update installer is called AMD Catalyst™ |
21,084 | For some environments taking an action may not update the environment state. For example, a trading RL agent may take an action to buy shares s. The state at time t which is the time of investing is represented as the interval of 5 previous prices of s. At t+1 the share price has changed but it may not be as a result of the action taken. Does this affect RL learning, if so how ? Is it required that state is updated as a result of taking actions for agent learning to occur ?
In gaming environments it is clear how actions affect the environment. Can some rules of RL breakdown if no "noticeable" environment change takes place as a result of actions ?
Update:
"actions influence the state transitions", is my understanding correct:
If transitioning to a new state is governed by epsilon greedy and epsilon is set to .1 then with .1 probability the agent will choose an action from the q table which has max reward reward for the given state. Otherwise the agent randomly chooses and performs an action then updates the q table with discounted reward received from the environment for the given action.
I've not explicitly modeled an MDP and just defined the environment and let the agent determine best actions over multiple episodes of choosing either a random action or the best action for the given state, the selection is governed by epsilon greedy.
But perhaps I've not understood something fundamental in RL. I'm ignoring MDP in large part as I'm not modeling the environment explicitly. I don't set the probabilities of moving from each state to other states. | 2020/05/11 | [
"https://ai.stackexchange.com/questions/21084",
"https://ai.stackexchange.com",
"https://ai.stackexchange.com/users/12964/"
] | A very vague question. What's the objective?
Reinforcement Learning (RL) typically uses the Markov Decision Process framework, which is a sequential decision making framework. In this framework, actions influence the state transitions. In other words, RL deals with controlling (via actions) a Markov chain. The objective in RL is figure out how to take actions in an optimal (in some sense) way!
If, in the application you mentioned, the actions don't influence the state transitions and the objective is to predict states, RL is not required. It's just a regression/ time-series problem. | It seems to me that you are confusing two things, **State of the agent** and **State of the environment**.
Think about a robot learning to walk on a rugged terrain.
The actions of the robots don't change the terrain at all ! The robot can include in his own state, part of the environment state, the topology of the terrain in front of him for instance.
In an MDP, an agent may or may not modify the environment state, in your case, if we make the assumption that you don't manipulate the market, you can consider that you don't modify the environment state.
Your issue might be in the way you designed your agent, relying only on a part of the state environment, and not really having any state of his own, such as a portfolio for instance.
If you're only interested in the way the state environment changes, then the above answer is right, the RL framework may not be a good fit.
Finally, you don't have to model explicitly the environment, that's the beauty of model free RL ! Q-learning, that you mentioned, is model-free. |
18,452 | I'm shopping for batteries and it's easy to find a 48V lithium ion battery that has like 30A max continuous discharge rating. However, I know that the battery supply has a variable voltage from 54V - 42V depending on how much energy has been drained.
I'm using a 48V to 24V buck converter to power many of my electronics for a stable 24V power supply. However, I still have some 48V motors that takes 10A max for my robotics application. I can't figure out a way to power my 48V motors with a stable power supply.
I found a 36V to 48V step up converter but it only outputs 5A. | 2019/03/20 | [
"https://robotics.stackexchange.com/questions/18452",
"https://robotics.stackexchange.com",
"https://robotics.stackexchange.com/users/22067/"
] | The DH method is ambigous. There are multiple solutions which are correct and leat to the same TCP pose.
Try to make a minumum amount of changes in the coordinate systems with the transition. If you can choose the x axis pointing in the same direction as the previous one then do so. If not, you can try to anticipate how the next X axis should be or how the TCP X direction will be and try to match that. In other words, as a rule of thumb, the more 0-s in the DH table the better. | You should use right-handed coordinate system, that means if you curl your palm/fingers of your right hand from +x to +y, then your thumb direction shows the +z direction.
For DH you have to follow these rules ,   |
178,682 | I use a MacBook Pro as my primary machine, but my work targets Linux servers. I'm currently on a project with multiple dependencies, and which is configured for Ubuntu.
1. Configuring all these dependencies on OSX is a pain. I've been through [Macports](http://www.macports.org/), [Fink](http://www.finkproject.org/) and [Homebrew](http://github.com/mxcl/homebrew). They are all nice, but they don't provide a 100% drop-in replacement for Ubuntu packaging. Rewriting all the deployment scripts just to accommodate one Mac developer seems like a waste of time.
2. Dual-booting Ubuntu on this Mac doesn't seem like an option yet. The current hardware generation (7,1) is not fully supported.
3. Using an Ubuntu VM for all my development work seems to be the way to go. I'm using VirtualBox at the moment. Seamless mode is nice, but I wonder if VMware Fusion or Parallels will be nicer.
So here is the question: what's the best VM app for Linux desktop guests on a Mac OS X host? [VirtualBox](http://www.virtualbox.org/), [VMware Fusion](http://www.vmware.com/products/fusion/), [Parallels](http://www.parallels.com/products/desktop/), or any other? What do you like about it?
**Update:** Learning some hard lessons:
1. VirtualBox disk images are not resizable. VMware Fusion disk images are. | 2010/09/07 | [
"https://serverfault.com/questions/178682",
"https://serverfault.com",
"https://serverfault.com/users/43699/"
] | I use VirtualBox only for running virtual MacOS instances and VMWare for the rest, but in general I consider at least VMWware and Parallels equally good for my use. I can't say this about Virtualbox mainly because I don't use it much (except, as said, for MacOS virtualization), but it at least has the advantage of being free.
For Linux, both VMWare and Parallels work nice, so pick whatever you want. VMware has the advantage that you will get much more ready made virtual appliances for it than for Parallels, but that might not be important for you. | I daily use VMware for virtualization both for testing purposes and production.
I have chosen it among the others mainly for its stability and the fact I can use the same VMware VM as is in a cross platform environment. I.e. I have some XP VM being used for customer assistance, Debian machines to have a portable cobbler server being able to install other machines (bare metal or virtual is not a matter).
On Mac OSX then, the "Unity" feature of Fusion is very very amazing and help in integrate virtualized applications into the native OS.
SO, my suggestion is **VMware Fusion**. |
31,737,671 | How to generate any random number of any width in C?? Like, to generate a number of width 3 it should be between 100 to 999. So how to code this? | 2015/07/31 | [
"https://Stackoverflow.com/questions/31737671",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3923108/"
] | In the SHA-1 example you give, there is only a single input to the function, and any correct SHA-1 implementation should produce the same output as any other when provided the same input data.
For AES however things are a bit tricker, and since you don't specify what you mean exactly by "AES", this itself seems likely to be the source of the *perceived* differences between implementations.
Firstly, "AES" isn't a single algorithm, but a family of algorithms that take different **key sizes** (128, 192 or 256 bits). AES is also a block cipher, it takes a single block of 128 bits/16 bytes of **plaintext** input, and encrypts this using the key to produce a single 16 byte block of output.
Of course in practice we often want to encrypt more than 16 bytes of data at once, so we must find a way to repeatedly apply the AES algorithm in order to encrypt all the data. Naively we could split it into 16 byte chunks and encrypt each one in turn, but this mode (described as Electronic Codebook or ECB) turns out to be [horribly insecure](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29). Instead, various other more secure **[modes](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation)** are usually used, and most of these require an **Initialization Vector (IV)** which helps to ensure that encrypting the same data with the same key doesn't result in the same ciphertext (which would otherwise leak information).
Most of these modes still operate on fixed-sized blocks of data, but again we often want to encrypt data that isn't a multiple of the block size, so we have to use some form of **[padding](https://en.wikipedia.org/wiki/Padding_(cryptography))**, and again there are various different possibilities for how we pad a message to a length that is a multiple of the block size.
So to put all of this together, two different implementations of "AES" should produce the same output if *all* of the following are identical:
* Plaintext input data
* Key (and hence key size)
* IV
* Mode (including any mode-specific inputs)
* Padding | Iridium covered many of the causes for a different output between TrueCrypt and other programs using nominally the same (AES) algorithm. If you are just checking actual initialization vectors, these tend to be done using ECB. It is the only good time to use ECB -- to make sure the algorithm itself is implemented correctly. This is because ECB, while insecure, does work without an IV and therefore makes it easier to check "apples to apples" though other stumbling blocks remain as Iridium pointed out.
With a test vector, the key is specified along with the plain text. And test vectors are specified as exact multiples of the block size. Or more specifically, they tend to be exactly 1 block in size for the plain text. This is done to remove padding and mode from the list of possible differences. So if you use standard test vectors between two AES encryption programs, you eliminate the issue with the plain text data differences, key differences, IV, mode, and padding.
But note you can still have differences. AES is just as deterministic as hashing, so you can get the same result every time with AES just as you can with hashing. It's just that there are more variables to control to get the same output result. One item Iridium did not mention but which can be an issue is endianness of the input (key and plain text). I ran into exactly this when checking a reference implementation of Serpent against TrueCrypt. They gave the same output to the text vectors *only* if I reversed the key and plain text between them.
To elaborate on that, if you have plain text that is all 16 bytes as 0s, and your key is 31 bytes of 0s and one byte of '33' (in the 256 bit version), if the '33' byte was on the left end of the byte string for the reference implementation, you had to feed TrueCrypt 31 '00' bytes and then the '33' byte on the right-hand side to get the same output. So as I mentioned, an endianness issue.
As for TrueCrypt maybe not being secure even if AES still is, that is absolutely true. I don't know the specifics on TrueCrypt's alleged weaknesses, but let me present a couple ways a program can have AES down right and still be insecure.
One way would be if, after the user keys in their password, the program stores it for the session in an insecure manner. If it is not encrypted in memory or if it encrypts your key using its own internal key but fails to protect that key well enough, you can have Windows write it out on the hard drive plain for all to read if it swaps memory to the hard drive. Or as such swaps are less common than they used to be, unless the TrueCrypt authors protect your key during a session, it is also possible for a malicious program to come and "debug" the key right out of the TrueCrypt software. All without AES being broken at all.
Another way it could be broken (theoretically) would be in a way that makes timing attacks possible. As a simple example, imagine a very basic crypto that takes your 32 bit key and splits it into 2 each chunks of 16 bytes. It then looks at the first chunk by byte. It bit-rotates the plain text right a number of bits corresponding to the value of byte 0 of your key. Then it XORs the plain text with the right-hand 16 bytes of your key. Then it bit-rotates again per byte 1 of your key. And so on, 16 shifts and 16 XORs. Well, if a "bad guy" were able to monitor your CPU's power consumption, they could use side channel attacks to time the CPU and / or measure its power consumption on a per-bit-of-the-key basis. The fact is it would take longer (usually, depending on the code that handles the bit-rotate) to bit-rotate 120 bits than it takes to bit-rotate 121 bits. That difference is tiny, but it is there and it has been proven to leak key information. The XOR steps would probably not leak key info, but half of your key would be known to an attacker with ease based on the above attack, even on an implementation of an unbroken algorithm, if the implementation itself is not done right -- a very difficult thing to do.
So I do not know if TrueCrypt is broken in one of these ways or in some other way altogether. But crypto is a lot harder than it looks. If the people on the inside say it is broken, it is very easy for me to believe them. |
237,460 | >
> **[sputum](https://www.oxfordlearnersdictionaries.com/definition/english/sputum?q=sputum)** (uncount): liquid from the throat or lungs, especially when it is coughed up (= forced up from the lungs, etc) because of disease
>
>
> blood in the sputum
>
>
>
---
>
> [phlegm](https://www.oxfordlearnersdictionaries.com/definition/english/phlegm?q=phlegm) (uncount): the thick substance that forms in the nose and
> throat, especially when you have a cold
>
>
>
---
>
> [mucus](https://www.oxfordlearnersdictionaries.com/definition/english/mucus?q=mucus) (uncount): a thick liquid that is produced in parts of the body, such as the
> nose, by a mucous membrane
>
>
> a handkerchief stained with blood and mucus
>
>
> The frog’s eggs are surrounded by a coating of jelly-like mucus.
>
>
>
---
My child has a mild sore throat. Sometimes, she coughs up some thick sticky gel-form liquid (it could be white if it is a mild illness, could be more yellowish if the illness is more severe)
Ac coding to my research, "**phlegm**" & "**sputum**" are the same and imply when you have a cold / throat infection, etc, but not sure which is more general common term. But "**mucus**" does not imply a cold / throat infection, etc. However, I heard a lot of native speakers use "**mucus**" even for a cold / throat infection.
Should I say "**My child coughed sputum / phlegm / mucus up in general everyday English**"? | 2020/02/11 | [
"https://ell.stackexchange.com/questions/237460",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/22478/"
] | "Sputum" is a fairly uncommon word for most English speakers without medical backgrounds. "Mucus" is a commonly used catch-all, but "phlegm" will also be understood in most cases if you wish to be technically accurate (although I can tell you that the difference between the latter two is unlikely to be acknowledged in a non-medical setting).
If you **are** talking to a doctor, he or she will certainly know what you mean if you refer to sputum, but otherwise you may wind up having to explain your word choice by using one of the other two words. | "sputum", "phlegm", and "mucus" are in increasing order of commonality. I wouldn't expect most people to be familiar with "sputum", but I would expect them to be familiar with "phlegm".
>
> Should I say "My child coughed sputum / phlegm / mucus up in general everyday English"?
>
>
>
I take it you mean "Should I say 'My child coughed sputum / phlegm / mucus up' in general everyday English?" |
12,144,336 | >
> **Possible Duplicate:**
>
> [Managing large binary files with git](https://stackoverflow.com/questions/540535/managing-large-binary-files-with-git)
>
>
>
The situation is that I have a game or any project that attached to huge resource such as model files, images, and sound files. I develop the project using Git, and as far as I know and concern what's on Git or any source control should be only source code not huge resource. So my question is that how developers manage to resolve the burden and effort to match the right resource to the version of code checkout from Git itself. | 2012/08/27 | [
"https://Stackoverflow.com/questions/12144336",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/571227/"
] | You should certainly put your resource files under version control, too.
Since you are using git you might want to use a separate repository for the big stuff and include it as a [submodule](http://git-scm.com/book/en/Git-Tools-Submodules) in your main repository.
This has the advantage that you still have proper version control of everything while being able to clone the main repository without cloning the resources. | Basically you have two choices. Either put the resources in the git, or keep them separate. Both have advantages and disadvantages:
Advantages of **keeping them in git**:
* You can rollback changes in model files
* You can modify the resources according to the main source if anything in your file formats or directory structure changes (this is not so easy when using submodules)
Disadvantages:
* Artists may need to know git
* Binary content blows up your repository in size |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a little know feature of windows that allows the machine to separate file/folder access from the Explorer GUI process (been around since XP).
It can be found under Control Panel > File Explorer Options > "View" Tab > Launch folder Windows in a separate Process
**Possibility #3**
Alternatively, you can check to make sure that explorer hasn't become corrupted.
1. Launch an administrator commandline (Win + X) -> Press "A"
2. Click yes to accept the UAC prompt
3. Type this command "sfc /scannow" (without the quotes)
Windows will scan all of its core files and fix any problem it finds. I am an IT professional and explorer generally starts to behave after theses steps have been exhausted. | I've had some users complaining about this happening.
After seeing the issue by myself, I started searching for the cause.
I opened three Explorer Windows, one with the local C: drive, one with the profile mapped homeshare and one with the commonly used data storage share drive.
The only window, which was closing occasionally, was the one with the common data storage, which lead me to the conclusion, that I should have a look at the GPOs.
Forcing a GPUPDATE reproduced the issue and I started searching on the net where I found this thread here.
The solution was exactly what user1084330 described.
Setting "Replace" to "Update" on the affected GPO solved the issue at the second GPUPDATE. |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | The simple fix is to set the Drive Map GPO to use the Action UPDATE.
To stop your mapped drives disappearing or automatically closing:
Launch Group Policy Managementnetwork-mapped-drives-closing-spontaneously-automatically
Find your drive mapping GPO, right click on it and select EDIT
Expand USER CONFIGURATION > PREFERENCES > WINDOWS SETTINGS > DRIVE MAPS
Double click on the drive map that is automatically closing
Change the ACTION drop down from REPLACE to UPDATE | I've had some users complaining about this happening.
After seeing the issue by myself, I started searching for the cause.
I opened three Explorer Windows, one with the local C: drive, one with the profile mapped homeshare and one with the commonly used data storage share drive.
The only window, which was closing occasionally, was the one with the common data storage, which lead me to the conclusion, that I should have a look at the GPOs.
Forcing a GPUPDATE reproduced the issue and I started searching on the net where I found this thread here.
The solution was exactly what user1084330 described.
Setting "Replace" to "Update" on the affected GPO solved the issue at the second GPUPDATE. |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a little know feature of windows that allows the machine to separate file/folder access from the Explorer GUI process (been around since XP).
It can be found under Control Panel > File Explorer Options > "View" Tab > Launch folder Windows in a separate Process
**Possibility #3**
Alternatively, you can check to make sure that explorer hasn't become corrupted.
1. Launch an administrator commandline (Win + X) -> Press "A"
2. Click yes to accept the UAC prompt
3. Type this command "sfc /scannow" (without the quotes)
Windows will scan all of its core files and fix any problem it finds. I am an IT professional and explorer generally starts to behave after theses steps have been exhausted. | I had the same issue on a users machine, every time he opened file explorer it would just crash. He did get an Intel Optane error at first but after I uninstalled Intel Optane and rebooted that error went away, but the initial problem still persisted.
I eventually fixed it by setting explorer to open "This PC" instead of "Quick Access":
 |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a little know feature of windows that allows the machine to separate file/folder access from the Explorer GUI process (been around since XP).
It can be found under Control Panel > File Explorer Options > "View" Tab > Launch folder Windows in a separate Process
**Possibility #3**
Alternatively, you can check to make sure that explorer hasn't become corrupted.
1. Launch an administrator commandline (Win + X) -> Press "A"
2. Click yes to accept the UAC prompt
3. Type this command "sfc /scannow" (without the quotes)
Windows will scan all of its core files and fix any problem it finds. I am an IT professional and explorer generally starts to behave after theses steps have been exhausted. | If it is happening to mapped network drives and you have the drive set to "replace" I can confirm this is the case. Each time you modify a policy and the group policy updates it drops the map drive and remaps. If you set to update this does not happen. I hadn't had this issue and I have been working heavily on the "printer nightmare" and notice this was happening after I would make a change to Group Policy. |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | The simple fix is to set the Drive Map GPO to use the Action UPDATE.
To stop your mapped drives disappearing or automatically closing:
Launch Group Policy Managementnetwork-mapped-drives-closing-spontaneously-automatically
Find your drive mapping GPO, right click on it and select EDIT
Expand USER CONFIGURATION > PREFERENCES > WINDOWS SETTINGS > DRIVE MAPS
Double click on the drive map that is automatically closing
Change the ACTION drop down from REPLACE to UPDATE | I had the same issue on a users machine, every time he opened file explorer it would just crash. He did get an Intel Optane error at first but after I uninstalled Intel Optane and rebooted that error went away, but the initial problem still persisted.
I eventually fixed it by setting explorer to open "This PC" instead of "Quick Access":
 |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. | I had the same issue on a users machine, every time he opened file explorer it would just crash. He did get an Intel Optane error at first but after I uninstalled Intel Optane and rebooted that error went away, but the initial problem still persisted.
I eventually fixed it by setting explorer to open "This PC" instead of "Quick Access":
 |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a little know feature of windows that allows the machine to separate file/folder access from the Explorer GUI process (been around since XP).
It can be found under Control Panel > File Explorer Options > "View" Tab > Launch folder Windows in a separate Process
**Possibility #3**
Alternatively, you can check to make sure that explorer hasn't become corrupted.
1. Launch an administrator commandline (Win + X) -> Press "A"
2. Click yes to accept the UAC prompt
3. Type this command "sfc /scannow" (without the quotes)
Windows will scan all of its core files and fix any problem it finds. I am an IT professional and explorer generally starts to behave after theses steps have been exhausted. | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a little know feature of windows that allows the machine to separate file/folder access from the Explorer GUI process (been around since XP).
It can be found under Control Panel > File Explorer Options > "View" Tab > Launch folder Windows in a separate Process
**Possibility #3**
Alternatively, you can check to make sure that explorer hasn't become corrupted.
1. Launch an administrator commandline (Win + X) -> Press "A"
2. Click yes to accept the UAC prompt
3. Type this command "sfc /scannow" (without the quotes)
Windows will scan all of its core files and fix any problem it finds. I am an IT professional and explorer generally starts to behave after theses steps have been exhausted. | The simple fix is to set the Drive Map GPO to use the Action UPDATE.
To stop your mapped drives disappearing or automatically closing:
Launch Group Policy Managementnetwork-mapped-drives-closing-spontaneously-automatically
Find your drive mapping GPO, right click on it and select EDIT
Expand USER CONFIGURATION > PREFERENCES > WINDOWS SETTINGS > DRIVE MAPS
Double click on the drive map that is automatically closing
Change the ACTION drop down from REPLACE to UPDATE |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. | I've had some users complaining about this happening.
After seeing the issue by myself, I started searching for the cause.
I opened three Explorer Windows, one with the local C: drive, one with the profile mapped homeshare and one with the commonly used data storage share drive.
The only window, which was closing occasionally, was the one with the common data storage, which lead me to the conclusion, that I should have a look at the GPOs.
Forcing a GPUPDATE reproduced the issue and I started searching on the net where I found this thread here.
The solution was exactly what user1084330 described.
Setting "Replace" to "Update" on the affected GPO solved the issue at the second GPUPDATE. |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am running Windows 10 pro. Does any one have any ideas on how to fix?
Thank you! | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. | If it is happening to mapped network drives and you have the drive set to "replace" I can confirm this is the case. Each time you modify a policy and the group policy updates it drops the map drive and remaps. If you set to update this does not happen. I hadn't had this issue and I have been working heavily on the "printer nightmare" and notice this was happening after I would make a change to Group Policy. |
1,293 | Are pilots allowed to perform FMS database updates under part 135? If so, do they need formal training entered in their pilot records before they are allowed to do it? | 2014/01/24 | [
"https://aviation.stackexchange.com/questions/1293",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/161/"
] | Updating a navigation database used to be considered *preventative maintenance* and was required to be performed by a mechanic under Part 135. However, the regulations were changed at the end of 2012 (here is the [final rule](https://www.federalregister.gov/articles/2012/11/29/2012-28845/pilot-loading-of-aeronautical-database-updates#h-36)) and it no longer falls under this category so pilots are allowed to update "aeronautical databases" (a new term) if it is "easy" to do (see the regulation quoted below for the exact requirements). There is no training requirement specified by the regulations, however there may be company specific procedures which require it.
[14 CFR 43.3](http://www.ecfr.gov/cgi-bin/text-idx?rgn=div5&view=text&node=14:1.0.1.3.21&idno=14#14:1.0.1.3.21.0.363.3) was updated, and now says (in part):
>
> (k) Updates of databases in installed avionics meeting the conditions
> of this paragraph are not considered maintenance and may be performed
> by pilots provided:
>
>
> (1) The database upload is:
>
>
> (i) Initiated from the flight deck;
>
>
> (ii) Performed without disassembling the avionics unit; and
>
>
> (iii) Performed without the use of tools and/or special equipment.
>
>
> (2) The pilot must comply with the certificate holder's procedures or
> the manufacturer's instructions.
>
>
> (3) **The holder of operating certificates must make available written
> procedures consistent with manufacturer's instructions to the pilot
> that describe how to:**
>
>
> (i) Perform the database update; and
>
>
> (ii) Determine the status of the data upload.
>
>
> | I assume that by updating you mean loading a pre-compiled database into the FMS, replacing the old one.
The RNAV database inside the FMS should be updated according to the 28 day Aeronautical Information Regulation and Control (AIRAC) cycle. Typically this is a maintenance task and the pilot has no play in this. Of course if the pilot also holds the required maintenance certificates, then he can update the database in the appropriate way. However, he is not acting in his capacity of pilot in that case, but wearing his maintenance hat.
In some cases the database update is not considered maintenance and can be performed by the pilot. 14 CFR Part 43 covers Maintenance, preventive maintenance, rebuilding and alteration. It contains an interesting section regarding databases; 14 CFR § 43.3(k) specifically addresses database updates.
>
> (k) ***Updates of databases in installed avionics meeting the conditions
> of this paragraph are not considered maintenance*** and may be performed
> by pilots provided:
>
>
> (1) The database upload is:
>
>
> (i) Initiated from the flight deck;
>
>
> (ii) Performed without disassembling the avionics unit; and
>
>
> (iii) Performed without the use of tools and/or special equipment.
>
>
> (2) The pilot must comply with the certificate holder's procedures or
> the manufacturer's instructions.
>
>
> (3) The holder of operating certificates must make available written
> procedures consistent with manufacturer's instructions to the pilot
> that describe how to:
>
>
> (i) Perform the database update; and
>
>
> (ii) Determine the status of the data upload.
>
>
>
If these conditions are not met, then there is a final escape door which might apply to Part 135 rotorcraft pilots:
[14 CFR § 43.3(h)](http://www.ecfr.gov/cgi-bin/text-idx?SID=9d7de8e7c84faf84a2822512f76c1002&node=14:1.0.1.3.21.0.363.3&rgn=div8) states:
>
> (h) Notwithstanding the provisions of paragraph (g) of this section,
> the Administrator may approve a certificate holder under Part 135 of
> this chapter, ***operating rotorcraft in a remote area***, to allow a pilot
> to perform specific preventive maintenance items provided—
>
>
> (1) The items of preventive maintenance are a result of a known or
> suspected mechanical difficulty or malfunction that occurred en route
> to or in a remote area;
>
>
> (2) The pilot has satisfactorily completed an approved training
> program and is authorized in writing by the certificate holder for
> each item of preventive maintenance that the pilot is authorized to
> perform;
>
>
> (3) There is no certificated mechanic available to perform preventive
> maintenance;
>
>
> (4) The certificate holder has procedures to evaluate the
> accomplishment of a preventive maintenance item that requires a
> decision concerning the airworthiness of the rotorcraft; and
>
>
> (5) The items of preventive maintenance authorized by this section are
> those listed in paragraph (c) of appendix A of this part.
>
>
>
---
**Summary**
When the database update meets the conditions stated in paragraph (k) of 14 CFR § 43.3 it is not considered maintenance and may be performed by the pilot.
When CFR § 43.3 (k) conditions are not met the pilot cannot perform the update unless the Administrator approves it under 14 CFR § 43.3(h). |
102,957 | I want to configure dovecot as gmail imap proxy. If any system in my network
wants to connect to imap.gmail.com,993 it has to go through the dovecot proxy.
Is it possible to setup such environment with dovecot? If yes, can you please
help me to configure my dovecot server.
Warm Regards
Supratik | 2010/01/15 | [
"https://serverfault.com/questions/102957",
"https://serverfault.com",
"https://serverfault.com/users/10303/"
] | Dovecot can act as an IMAP Proxy.
This might help
<http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy> | There is something called [imapproxy](http://www.imapproxy.org) and it may suit your purposes better. |
102,957 | I want to configure dovecot as gmail imap proxy. If any system in my network
wants to connect to imap.gmail.com,993 it has to go through the dovecot proxy.
Is it possible to setup such environment with dovecot? If yes, can you please
help me to configure my dovecot server.
Warm Regards
Supratik | 2010/01/15 | [
"https://serverfault.com/questions/102957",
"https://serverfault.com",
"https://serverfault.com/users/10303/"
] | imapproxy does not support secure IMAP, port 993; which is required by Gmail. You need Perdition for that, here is a clue:
<http://www.dataparadis.net/osp/gnu-linux-server/proxy-server/gmail-imap-proxy-imapproxy-perdition/> | There is something called [imapproxy](http://www.imapproxy.org) and it may suit your purposes better. |
153,911 | What are the differences between Carl Sagan's novel *[Contact](https://en.wikipedia.org/wiki/Contact_(novel))* and [the 1997 movie](https://en.wikipedia.org/wiki/Contact_(1997_American_film)) made by Robert Zemeckis? | 2017/03/04 | [
"https://scifi.stackexchange.com/questions/153911",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/63201/"
] | The comments on this question have most of the information that seems readily available about the differences between the movie and the film, and I myself have not read the novel, so bear that in mind.
Here's [the link to the site](http://academic.depauw.edu/aevans_web/HONR101-02/WebPages/Fall%202007/Craig/Contact%20Website/Pages/movie.html) with the best analysis I noted.
To sum up, the primary differences are:
1. The number of characters in the transport to Vega; in the movie, there's only room for one. In the book, it seats five.
2. The character of Palmer Joss is a religious writer in the movie; in the book he's a preacher.
3. The end of the Cold War caused one of the novel's subplots to be dropped from the film.
4. There are (arguably) different motivations for some of the characters in the novel than as shown in the film.
5. The film apparently plays the "science-vs-religion" aspect up more than the novel.
6. The character of Ellie didn't face the sexism she encountered in the film.
7. The romantic aspect of the film does not exist in the novel.
[Here's another link](https://www.quora.com/How-similar-is-the-movie-Contact-to-Carl-Sagans-book-of-the-same-name) to a Quora question with some of the same points listed. | 5 people went in the book, and the conversations with the aliens were just amazing compared to movie. The conversation Ellie had with the alien alone makes the book a great read.
The endings were vastly different.
Movie: See, scientist lady! Faith CAN be good!
Book: Everything we know about the universe is wrong and the game
has seriously changed. *brain explodes*
*SPOILERS*
>
> The movie ending had a religious bent like if millions of people can believe Ellie on faith, maybe Ellie can believe in God. Also the conspiracy aspect about the length of the static, which was suppressed.
>
>
>
>
> The book ending touches the concept of reality itself, finding ordered data deep inside pi, leaving it hanging what that data may be... space bible? Encyclopedia Galactica? The Hitchhikers Guide to the Galaxy? More instructions?! I personally like to think that the data wiggles and is a nature-of-reality based universe internet. Or contains instructions to join said universe internet.
>
>
> |
297,682 | I edited someone's post (<https://stackoverflow.com/review/suggested-edits/8559008>) to correct some grammar and spelling mistakes. I also removed the kinda useless phrase "Please help me!!!!".
It got approved by some user, but then the OP rejected it with "This edit defaces the post in order to promote a product or service, or is deliberately destructive."
This was the first review that user (who has currently a total reputation of 1) did. I don't think he even knows what the rejection reason means.
Is there a way to dispute a rejection like that? | 2015/06/24 | [
"https://meta.stackoverflow.com/questions/297682",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3236102/"
] | If an author is rejecting appropriate edits, or rolling back edits that are very clear improvements to the post and edits that are appropriate as per the site's editing guidelines, then flag the post for moderator attention.
The user is vandalizing their own posts, which is not appropriate behavior.
It's not a situation that comes up all that often, so there aren't really tools for non-moderators to deal with the situation. Mods, on the other hand, *do* have tools to deal with users vandalizing their own posts, so if you explain the situation in a flag they can look at the situation and take whatever action(s) they feel are appropriate. | As the author I feel I should have a final say on what I sign my name under. That's why the author's vote is binding. I think that's a good thing. People can suggest changes, but in the end it's your post. I feel that in order to be comfortable with other people changing my posts, and those changes possibly taking effect without me knowing about it, it's important that I can override/change them.
Obviously that might sometimes mean people seem to hold on to something you really don't understand, or don't appreciate, but in the end it's all about striking the right balance, which sometimes means letting go. Better to have to let go of someone else's stuff than of your own. |
131,212 | The two I can think of at the moment are Q and Nomad. Q's power is pretty much unlimited, and Nomad restored Scotty's life.
I guess maybe you could argue that Seven of Nine, or any Borg Drone, can also restore life, as Seven brought back Neelix from the dead.
Perhaps you could also include the Guardian of Forever or the Krenim as indirect restorers of life. | 2016/06/07 | [
"https://scifi.stackexchange.com/questions/131212",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/56162/"
] | Looking at a [list of resuscitations](https://memory-alpha.fandom.com/wiki/Death), we have a reasonable idea:
* Augments: in *Star Trek Into Darkness*, Khan's blood is used to bring Kirk back from the dead from radiation poisoning
* Nomad: resurrected Scotty in *TOS* 'The Changeling
* The caretaker of the planet in 'Shore Leave': McCoy was killed by a Knight's Lance, but then revived
* The Genesis Device: revived Spock's dead body in *Wrath of Khan*/*Search for Spock*
* Skilled Starfleet Doctors: on a number of cases, we see that a being that is dead for a short enough period can be revived using Starfleet medical technology (e.g. Crusher in *TNG* 'Code of Honour' revived the dead Yareena)
* The Kobali (*VOY* 'Ashes to Ashes')
* Species 149 (whose reanimation technology was used by the Borg to reanimate Neelix in *VOY* 'Mortal Coil)
It is never demonstrated that Q have this power, although the events of *TNG* 'Tapestry' and 'Hide and Q', it is reasonable to conclude that they too have this power. | To add to Often Right's spectacular list: Didn't Kai Winn poison Gul Dukat as a sacrafice to the Pah Wraiths, but the Pah Wraiths were like "Nuh uh" and then Gul Dukat was like "Wazzup!" and then Kai Winn was all "Oh snap!" So Pah Wraiths, too. |
131,212 | The two I can think of at the moment are Q and Nomad. Q's power is pretty much unlimited, and Nomad restored Scotty's life.
I guess maybe you could argue that Seven of Nine, or any Borg Drone, can also restore life, as Seven brought back Neelix from the dead.
Perhaps you could also include the Guardian of Forever or the Krenim as indirect restorers of life. | 2016/06/07 | [
"https://scifi.stackexchange.com/questions/131212",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/56162/"
] | Looking at a [list of resuscitations](https://memory-alpha.fandom.com/wiki/Death), we have a reasonable idea:
* Augments: in *Star Trek Into Darkness*, Khan's blood is used to bring Kirk back from the dead from radiation poisoning
* Nomad: resurrected Scotty in *TOS* 'The Changeling
* The caretaker of the planet in 'Shore Leave': McCoy was killed by a Knight's Lance, but then revived
* The Genesis Device: revived Spock's dead body in *Wrath of Khan*/*Search for Spock*
* Skilled Starfleet Doctors: on a number of cases, we see that a being that is dead for a short enough period can be revived using Starfleet medical technology (e.g. Crusher in *TNG* 'Code of Honour' revived the dead Yareena)
* The Kobali (*VOY* 'Ashes to Ashes')
* Species 149 (whose reanimation technology was used by the Borg to reanimate Neelix in *VOY* 'Mortal Coil)
It is never demonstrated that Q have this power, although the events of *TNG* 'Tapestry' and 'Hide and Q', it is reasonable to conclude that they too have this power. | Charlie x's alien adopters brought back the people he made "go away"... |
131,212 | The two I can think of at the moment are Q and Nomad. Q's power is pretty much unlimited, and Nomad restored Scotty's life.
I guess maybe you could argue that Seven of Nine, or any Borg Drone, can also restore life, as Seven brought back Neelix from the dead.
Perhaps you could also include the Guardian of Forever or the Krenim as indirect restorers of life. | 2016/06/07 | [
"https://scifi.stackexchange.com/questions/131212",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/56162/"
] | Charlie x's alien adopters brought back the people he made "go away"... | To add to Often Right's spectacular list: Didn't Kai Winn poison Gul Dukat as a sacrafice to the Pah Wraiths, but the Pah Wraiths were like "Nuh uh" and then Gul Dukat was like "Wazzup!" and then Kai Winn was all "Oh snap!" So Pah Wraiths, too. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for the inside and one for out, and blend them together in your editing tool. I think it's best if you leave the outside exposure pretty bright, otherwise it looks fake.
You can use HDR, but if you have a few windows that are easy to mask, I'd just blend two exposures manually.
Simple example:
Light exposure for the room

Dark exposure for the outside

Blended exposure
 | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing dynamic range. This could range from HDR with or without heavy tone mapping, to Exposure Fusion, to combining elements of multiple exposures by hand in Photoshop.
* Use a combination of both.
There has been some debate about which approach yields the best results. Which you choose will depend on what you want your final image to look like.
[This video](http://www.youtube.com/watch?v=i5ea1Kw0_pg), this [article](http://fstoppers.com/how-real-estate-architectural-photography-mike-kelley), and [this Flickr discussion](http://www.flickr.com/groups/photographyforrealestate/discuss/72157615088733712/#comment72157615015541905) examine in detail what the different methods will wind up looking like. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for the inside and one for out, and blend them together in your editing tool. I think it's best if you leave the outside exposure pretty bright, otherwise it looks fake.
You can use HDR, but if you have a few windows that are easy to mask, I'd just blend two exposures manually.
Simple example:
Light exposure for the room

Dark exposure for the outside

Blended exposure
 | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining. Can be reasonably easy with tripod due to sharply defined exterior / interior spaces in many cases.
5. Stan Rogers old time solution - stick ND material over windows on outside !!!!!!!!! [Wow!].
6. Handy pocket Mr Fusion halogen lamp. Hard to come by. So far.
One or more 100 Watt CFL tube (about 400 W - 500 W tungsten equivalent output) makes a fair not too dear reasonably compact stand in. (They sold these here (in NZ) for some years but have stopped doing so.
7. Long exposure with multiple manual flash washing. Takes some experience but you can differentially illuminate target area. I have never done this "in anger" with a flash but using an LED or other lamp to "wash" an area at night with long exposure can be great fun and even useful.
---
Photo: With and without fill flash. I had minimal time to 'play', so no effort made to optimise, and it uses on-camera flash. Given time I'd reduce flash level somewhat and better balance ambient and flash so some shadowing remains from eg phone on bed or grand old lady [tm]. [Note full flash reflection in window of room opposite - whoops.]
 |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for the inside and one for out, and blend them together in your editing tool. I think it's best if you leave the outside exposure pretty bright, otherwise it looks fake.
You can use HDR, but if you have a few windows that are easy to mask, I'd just blend two exposures manually.
Simple example:
Light exposure for the room

Dark exposure for the outside

Blended exposure
 | A very easy one: Wait until dusk or dawn to take the photo. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for the inside and one for out, and blend them together in your editing tool. I think it's best if you leave the outside exposure pretty bright, otherwise it looks fake.
You can use HDR, but if you have a few windows that are easy to mask, I'd just blend two exposures manually.
Simple example:
Light exposure for the room

Dark exposure for the outside

Blended exposure
 | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other reflective surface) directly back at the camera. Take the shot.
Evaluate the photo on your camera's LCD screen. If the interior is a little darker than you want, increase the flash output.
I have used this method on both DSLRs and Point & Shoots (with MANUAL MODE ability). While I have gotten very good results using JPEG files out of the camera, the best ways to deal with this type of photo is to shoot it in RAW where you have much greater post editing ability.
[](https://i.stack.imgur.com/qFmVl.png) |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining. Can be reasonably easy with tripod due to sharply defined exterior / interior spaces in many cases.
5. Stan Rogers old time solution - stick ND material over windows on outside !!!!!!!!! [Wow!].
6. Handy pocket Mr Fusion halogen lamp. Hard to come by. So far.
One or more 100 Watt CFL tube (about 400 W - 500 W tungsten equivalent output) makes a fair not too dear reasonably compact stand in. (They sold these here (in NZ) for some years but have stopped doing so.
7. Long exposure with multiple manual flash washing. Takes some experience but you can differentially illuminate target area. I have never done this "in anger" with a flash but using an LED or other lamp to "wash" an area at night with long exposure can be great fun and even useful.
---
Photo: With and without fill flash. I had minimal time to 'play', so no effort made to optimise, and it uses on-camera flash. Given time I'd reduce flash level somewhat and better balance ambient and flash so some shadowing remains from eg phone on bed or grand old lady [tm]. [Note full flash reflection in window of room opposite - whoops.]
 | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing dynamic range. This could range from HDR with or without heavy tone mapping, to Exposure Fusion, to combining elements of multiple exposures by hand in Photoshop.
* Use a combination of both.
There has been some debate about which approach yields the best results. Which you choose will depend on what you want your final image to look like.
[This video](http://www.youtube.com/watch?v=i5ea1Kw0_pg), this [article](http://fstoppers.com/how-real-estate-architectural-photography-mike-kelley), and [this Flickr discussion](http://www.flickr.com/groups/photographyforrealestate/discuss/72157615088733712/#comment72157615015541905) examine in detail what the different methods will wind up looking like. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing dynamic range. This could range from HDR with or without heavy tone mapping, to Exposure Fusion, to combining elements of multiple exposures by hand in Photoshop.
* Use a combination of both.
There has been some debate about which approach yields the best results. Which you choose will depend on what you want your final image to look like.
[This video](http://www.youtube.com/watch?v=i5ea1Kw0_pg), this [article](http://fstoppers.com/how-real-estate-architectural-photography-mike-kelley), and [this Flickr discussion](http://www.flickr.com/groups/photographyforrealestate/discuss/72157615088733712/#comment72157615015541905) examine in detail what the different methods will wind up looking like. | A very easy one: Wait until dusk or dawn to take the photo. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing dynamic range. This could range from HDR with or without heavy tone mapping, to Exposure Fusion, to combining elements of multiple exposures by hand in Photoshop.
* Use a combination of both.
There has been some debate about which approach yields the best results. Which you choose will depend on what you want your final image to look like.
[This video](http://www.youtube.com/watch?v=i5ea1Kw0_pg), this [article](http://fstoppers.com/how-real-estate-architectural-photography-mike-kelley), and [this Flickr discussion](http://www.flickr.com/groups/photographyforrealestate/discuss/72157615088733712/#comment72157615015541905) examine in detail what the different methods will wind up looking like. | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other reflective surface) directly back at the camera. Take the shot.
Evaluate the photo on your camera's LCD screen. If the interior is a little darker than you want, increase the flash output.
I have used this method on both DSLRs and Point & Shoots (with MANUAL MODE ability). While I have gotten very good results using JPEG files out of the camera, the best ways to deal with this type of photo is to shoot it in RAW where you have much greater post editing ability.
[](https://i.stack.imgur.com/qFmVl.png) |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining. Can be reasonably easy with tripod due to sharply defined exterior / interior spaces in many cases.
5. Stan Rogers old time solution - stick ND material over windows on outside !!!!!!!!! [Wow!].
6. Handy pocket Mr Fusion halogen lamp. Hard to come by. So far.
One or more 100 Watt CFL tube (about 400 W - 500 W tungsten equivalent output) makes a fair not too dear reasonably compact stand in. (They sold these here (in NZ) for some years but have stopped doing so.
7. Long exposure with multiple manual flash washing. Takes some experience but you can differentially illuminate target area. I have never done this "in anger" with a flash but using an LED or other lamp to "wash" an area at night with long exposure can be great fun and even useful.
---
Photo: With and without fill flash. I had minimal time to 'play', so no effort made to optimise, and it uses on-camera flash. Given time I'd reduce flash level somewhat and better balance ambient and flash so some shadowing remains from eg phone on bed or grand old lady [tm]. [Note full flash reflection in window of room opposite - whoops.]
 | A very easy one: Wait until dusk or dawn to take the photo. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining. Can be reasonably easy with tripod due to sharply defined exterior / interior spaces in many cases.
5. Stan Rogers old time solution - stick ND material over windows on outside !!!!!!!!! [Wow!].
6. Handy pocket Mr Fusion halogen lamp. Hard to come by. So far.
One or more 100 Watt CFL tube (about 400 W - 500 W tungsten equivalent output) makes a fair not too dear reasonably compact stand in. (They sold these here (in NZ) for some years but have stopped doing so.
7. Long exposure with multiple manual flash washing. Takes some experience but you can differentially illuminate target area. I have never done this "in anger" with a flash but using an LED or other lamp to "wash" an area at night with long exposure can be great fun and even useful.
---
Photo: With and without fill flash. I had minimal time to 'play', so no effort made to optimise, and it uses on-camera flash. Given time I'd reduce flash level somewhat and better balance ambient and flash so some shadowing remains from eg phone on bed or grand old lady [tm]. [Note full flash reflection in window of room opposite - whoops.]
 | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other reflective surface) directly back at the camera. Take the shot.
Evaluate the photo on your camera's LCD screen. If the interior is a little darker than you want, increase the flash output.
I have used this method on both DSLRs and Point & Shoots (with MANUAL MODE ability). While I have gotten very good results using JPEG files out of the camera, the best ways to deal with this type of photo is to shoot it in RAW where you have much greater post editing ability.
[](https://i.stack.imgur.com/qFmVl.png) |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible of both room and view?
My camera is a Sony Nex3, and for this sort of thing I usually use it with an elderly Pentax-M 1:2.8 / 28mm manual focus lens with an adaptor, although I would be prepared to buy another (cheap manual!) lens. | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | A very easy one: Wait until dusk or dawn to take the photo. | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other reflective surface) directly back at the camera. Take the shot.
Evaluate the photo on your camera's LCD screen. If the interior is a little darker than you want, increase the flash output.
I have used this method on both DSLRs and Point & Shoots (with MANUAL MODE ability). While I have gotten very good results using JPEG files out of the camera, the best ways to deal with this type of photo is to shoot it in RAW where you have much greater post editing ability.
[](https://i.stack.imgur.com/qFmVl.png) |
6,420 | I am learning so much here, but have a ways to go. What are ways that a low rep novice user like myself be of assistance? | 2017/12/21 | [
"https://electronics.meta.stackexchange.com/questions/6420",
"https://electronics.meta.stackexchange.com",
"https://electronics.meta.stackexchange.com/users/-1/"
] | * You are not a novice user. You have been around for nearly two years. On every StackExchange site on which you've posted questions, you have been told patiently how to improve them, and how to contribute more meaningfully. You simply have not listened to any of the feedback you've been given.
* Earning reputation should not be the end-goal of being on these sites. Earning points and badges comes from either (a) providing great answers by being an expert in your field, or (b) asking questions that are not utter nonsense.
* If you'd like to be "of assistance," then **take a break** from visiting these sites, and instead learn the actual fundamentals of the subjects to which you want to contribute. Once you've grasped the fundamentals, then by all means come back and contribute meaningfully to the site. I'm saying this out of a genuine concern for your learning: trying to learn something by asking random jumbles of words is like throwing darts while blindfolded -- you will gain nothing, and will also waste time that could have been spent on proper learning. | This is getting ridiculous.
You have clearly learned nothing from your previous questions here. Attempting to answer this question would be pointless, and just repeating what was previously said anyway.
Go read the previous answers:
[Low quality question tag?](https://electronics.meta.stackexchange.com/q/6331/4512)
[My question banned is still active after months?](https://electronics.meta.stackexchange.com/q/6414/4512)
[Why is this question still gettng downvoted?](https://electronics.meta.stackexchange.com/q/6416/4512)
Or better yet, just go away altogether. |
183,191 | From [the Wikipedia page for "Battle of Melle"](http://en.wikipedia.org/wiki/Battle_of_Melle#Battle):
>
> Now Moltke broke off with the entire force and headed for Ghent
> **running a gauntlet of fire** from the various French posts along the
> roads and ways and abandoning the rest of the column, losing about one
> half of this force, including nearly 400 of the Royal Scots
>
>
>
What does the phrase "running a gauntlet of fire" mean in this context? I know "gauntlet" means a glove armor, but this phrase still doesn't make sense to me. [Searching Google](https://www.google.com/search?q=gauntlet+of+fire) seem to yield results mostly related to gaming. | 2014/07/10 | [
"https://english.stackexchange.com/questions/183191",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/83567/"
] | You are using an unrelated meaning of *gantelet* from Old French *gantelet* (“gauntlet worn by a knight in armor, a token of one's personality or person, and symbolizing a challenge”), diminutive of *gant* (“glove”).
Here it means "a simultaneous attack from two or more sides", originally *gantlope*, from Swedish *gatlopp* (“passageway”), from Old Swedish *gata* (“lane”) + *lopp* (“course”), from *löpa* (“to run”).
(All etymologies from [Wiktionary](http://en.wiktionary.org/wiki/gauntlet).)
Originally, it was a (sadistic) game or punishment, where participants would form two parallel lines and then strike at a victim who was forced to run between them.
In this context, *fire* means “the bullets or other projectiles fired from a weapon”, as in “courage under fire”, not literal flames, of course. | You need the other definition of gauntlet:
>
> *(in phrase run the gauntlet)*
>
>
> 1 Go through an intimidating or dangerous crowd or experience in order to reach a goal: she had to run the gauntlet of male autograph seekers
>
>
> 2 *historical*
>
>
> Undergo the military punishment of receiving blows while running between two rows of men with sticks.
>
>
>
From <http://www.oxforddictionaries.com/definition/english/gauntlet#gauntlet-2>
So *running the gauntlet* means to pass through somewhere dangerous, and *gauntlet of fire* presumably means even more dangerous, because fire is dangerous.
Interestingly, the etymology of the two definitions is completely different, yet arrived at the same word with the same spelling. |
183,191 | From [the Wikipedia page for "Battle of Melle"](http://en.wikipedia.org/wiki/Battle_of_Melle#Battle):
>
> Now Moltke broke off with the entire force and headed for Ghent
> **running a gauntlet of fire** from the various French posts along the
> roads and ways and abandoning the rest of the column, losing about one
> half of this force, including nearly 400 of the Royal Scots
>
>
>
What does the phrase "running a gauntlet of fire" mean in this context? I know "gauntlet" means a glove armor, but this phrase still doesn't make sense to me. [Searching Google](https://www.google.com/search?q=gauntlet+of+fire) seem to yield results mostly related to gaming. | 2014/07/10 | [
"https://english.stackexchange.com/questions/183191",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/83567/"
] | You are using an unrelated meaning of *gantelet* from Old French *gantelet* (“gauntlet worn by a knight in armor, a token of one's personality or person, and symbolizing a challenge”), diminutive of *gant* (“glove”).
Here it means "a simultaneous attack from two or more sides", originally *gantlope*, from Swedish *gatlopp* (“passageway”), from Old Swedish *gata* (“lane”) + *lopp* (“course”), from *löpa* (“to run”).
(All etymologies from [Wiktionary](http://en.wiktionary.org/wiki/gauntlet).)
Originally, it was a (sadistic) game or punishment, where participants would form two parallel lines and then strike at a victim who was forced to run between them.
In this context, *fire* means “the bullets or other projectiles fired from a weapon”, as in “courage under fire”, not literal flames, of course. | A gauntlet is not only glove designed for combat, but it is also a word which expresses the idea of being in danger on both your left and your right as you attempt to move forward as quickly as you can.
The danger can come not only from gunfire on your right and left, but it can also come from other weapons such as sticks, stones, fists, whips, or ropes, with the weapon-wielders standing in two parallel lines facing each other with very little space between the lines, usually mere feet.
Running the gauntlet has been used as a punishment for criminals, errant soldiers, prisoners of war, and even as an initiation into a fraternity or as a rite of passage for boys who want to become men in their tribe. Unless the weapons being used were wet noodles, I'd probably demur participating in such a rite of passage and choose to remain a boy for life!
***ADDENDUM***
"Word History: The spelling *gauntlet* is acceptable for both gauntlet meaning "glove" or "challenge" and gauntlet meaning "a form of punishment in which lines of men beat a person forced to run between them"; but this has not always been the case. The story of the gauntlet used in to throw down the gauntlet is linguistically unexciting: it comes from the Old French word gantelet, a diminutive of gant, "glove." From the time of its appearance in Middle English (in a work composed in 1449), the word has been spelled with an au as well as an a, still a possible spelling. But the gauntlet used in to run the gauntlet is an alteration of the earlier English form gantlope, which came from the Swedish word gatlopp, a compound of gata, "lane," and lopp, "course." The earliest recorded form of the English word, found in 1646, is gantelope, showing that alteration of the Swedish word had already occurred. The English word was then influenced by the spelling of the word gauntlet, "glove," and in 1676 we find the first recorded instance of the spelling gauntlet for this word, although gantelope is found as late as 1836. From then on spellings with au and a are both found, but the au seems to have won out" ([The Free Dictionary](http://www.thefreedictionary.com/gauntlet)). |
183,191 | From [the Wikipedia page for "Battle of Melle"](http://en.wikipedia.org/wiki/Battle_of_Melle#Battle):
>
> Now Moltke broke off with the entire force and headed for Ghent
> **running a gauntlet of fire** from the various French posts along the
> roads and ways and abandoning the rest of the column, losing about one
> half of this force, including nearly 400 of the Royal Scots
>
>
>
What does the phrase "running a gauntlet of fire" mean in this context? I know "gauntlet" means a glove armor, but this phrase still doesn't make sense to me. [Searching Google](https://www.google.com/search?q=gauntlet+of+fire) seem to yield results mostly related to gaming. | 2014/07/10 | [
"https://english.stackexchange.com/questions/183191",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/83567/"
] | You need the other definition of gauntlet:
>
> *(in phrase run the gauntlet)*
>
>
> 1 Go through an intimidating or dangerous crowd or experience in order to reach a goal: she had to run the gauntlet of male autograph seekers
>
>
> 2 *historical*
>
>
> Undergo the military punishment of receiving blows while running between two rows of men with sticks.
>
>
>
From <http://www.oxforddictionaries.com/definition/english/gauntlet#gauntlet-2>
So *running the gauntlet* means to pass through somewhere dangerous, and *gauntlet of fire* presumably means even more dangerous, because fire is dangerous.
Interestingly, the etymology of the two definitions is completely different, yet arrived at the same word with the same spelling. | A gauntlet is not only glove designed for combat, but it is also a word which expresses the idea of being in danger on both your left and your right as you attempt to move forward as quickly as you can.
The danger can come not only from gunfire on your right and left, but it can also come from other weapons such as sticks, stones, fists, whips, or ropes, with the weapon-wielders standing in two parallel lines facing each other with very little space between the lines, usually mere feet.
Running the gauntlet has been used as a punishment for criminals, errant soldiers, prisoners of war, and even as an initiation into a fraternity or as a rite of passage for boys who want to become men in their tribe. Unless the weapons being used were wet noodles, I'd probably demur participating in such a rite of passage and choose to remain a boy for life!
***ADDENDUM***
"Word History: The spelling *gauntlet* is acceptable for both gauntlet meaning "glove" or "challenge" and gauntlet meaning "a form of punishment in which lines of men beat a person forced to run between them"; but this has not always been the case. The story of the gauntlet used in to throw down the gauntlet is linguistically unexciting: it comes from the Old French word gantelet, a diminutive of gant, "glove." From the time of its appearance in Middle English (in a work composed in 1449), the word has been spelled with an au as well as an a, still a possible spelling. But the gauntlet used in to run the gauntlet is an alteration of the earlier English form gantlope, which came from the Swedish word gatlopp, a compound of gata, "lane," and lopp, "course." The earliest recorded form of the English word, found in 1646, is gantelope, showing that alteration of the Swedish word had already occurred. The English word was then influenced by the spelling of the word gauntlet, "glove," and in 1676 we find the first recorded instance of the spelling gauntlet for this word, although gantelope is found as late as 1836. From then on spellings with au and a are both found, but the au seems to have won out" ([The Free Dictionary](http://www.thefreedictionary.com/gauntlet)). |
4,035,478 | I am looking for an Arima time series models in java.
Is there any Java library implementing Arima/Arma model? | 2010/10/27 | [
"https://Stackoverflow.com/questions/4035478",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/489036/"
] | Googling should help :)
I got this from Google:
[Java ARMA model, simulation and fitting](http://www.numericalmethod.com/javadoc/suanshu/com/numericalmethod/suanshu/stats/timeseries/linear/multivariate/stationaryprocess/arma/package-summary.html)
[Java ARIMA model](http://www.numericalmethod.com/javadoc/suanshu/com/numericalmethod/suanshu/stats/timeseries/linear/multivariate/arima/package-summary.html) | Hi Please refer to [Apache Math Library](http://commons.apache.org/proper/commons-math/userguide/index.html) for other forms of Regression, like Simple, OLS, GLS etc. I am looking for the same API as you are and API suggested in an Answer above [SuanShu](http://numericalmethod.com/suanshu/) is not useful because it's PAID. I think Apache Math might be useful for you. |
6,613,065 | I have looked on 100 forums looking for a simple answer for how to stream every post on a Facebook page's wall (not using the like box for just the pages posts, but everyone's posts). I am the admin of the page and I am already using the like box for my posts so I understand that, however the developer pages of Facebook are too confusing for such a simple task. I will be inserting the stream into an HTML page which will be hosted on www.1and1.com so it can handle most, if not all code.
I know it is a lot to ask but is there evem someplace online that will offer plain step-by-step instructions for my specific needs? | 2011/07/07 | [
"https://Stackoverflow.com/questions/6613065",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/833845/"
] | If the social plugins they make available aren't sufficient, you could just pull in the feed with the Facebook graph api using the javascript sdk (easiest) or there is probably an SDK for whatever programming language you know. For example, you can see a list of posts on the coca cola page using the Facebook graph explorer:
<https://developers.facebook.com/tools/explorer/?method=GET&path=cocacola%2Ffeed>
The /page/feed method needs an access token, but you can use the graph explorer to get an offline\_access token that you can use to pull the data in. This may eliminate javascript sdk usage though unless you want to first prompt users to authenticate your application. But otherwise you would just parse the json feed that is returned in the url indicated in the graph explorer (and add your access\_token to the end of the url). | Here is a [good PHP tutorial](http://ranacse05.wordpress.com/2011/02/04/show-facebook-group-wall-on-web-site/) on how to display a groups feed on a web page. It would be just as easy to display the posts from a page (since you are the admin)
Just replace the group ID with the page ID. Here is a link to the feed for the Facebook [Platform feed graph api results](https://graph.facebook.com/platform/feed?access_token=2227470867%7C2.AQBOlbqc5rPOnqqM.3600.1310101200.0-113652%7C9ALP4POJsHIRdqAQv6875q2j1a4). More info on [FB Pages here](http://developers.facebook.com/docs/reference/api/page/). |
143,051 | Im writing a fiction and i need some help. I need to create an eldritch abomination that would represent humanity as a collective. Think of it this way. Humanity is collectively killed and merged into a singular massive cosmic abomination ala evangelion instrumentality style just without giant naked girls and severely traumatized teenagers. Humanity at this stage is a techno-organic species, one of the apex in the galaxy's history. Now the firm ive made so far has to do with humanity in some way.
The body: its humanoid in proportions due to it being a union of humanity. It has no skin, just transparent liquid diamond muscle with iron red striations, its cardiovascular system uses superheated liquid iron as blood. The bones are composed of a calcium silicate crystal that is shinny and white. Then it is covered in an obsidian bone plates that hide certain parts of the thing.
At its center lies a red ruby core that pulses energy throughout the body.
It has a large number of angelic wings composed of red solar plasma with blue tips on them. Very much like Magnus the Red's wings just made of solar flames.
It has three burning eyes.
It also has throught the body circuit like patterns due to humanity's techno organic nature.
The colors. Red is a psychologically active color on humanity as such its the most abundant on us, likewise blue is our general fabourite as it is present in the tips of the wings.
The firey and luminat nature of its wings come from the favt that humans are creatures of the light and being in absence of it for long perooss of time fucks with our minds. The wings symbolize humanity's long wish for flight.
Its name when translated means the Crimson Daemon Star of a Thousand Wings.
Thats it thats what i have so far. Can anyone make it more... eldritch? | 2019/04/02 | [
"https://worldbuilding.stackexchange.com/questions/143051",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/62881/"
] | **Have it be made of people**. Like those images made of smaller images, from a distance it looks like what you are describing but get closer and its made of people.
When it talks every person in it talks with one voice, when it looks all of their eyes look in that direction. And when it stands still all of the people in it struggle like they are trying to escape or attempt to scream but nothing comes out. Since it is the union of humanity make that literal and painful looking. | You've spent all your time on trivia.
OK, so it looks - well, it's pretty impressive, but it's not eldritch - "weird; sinister or ghostly".
For eldritch, you're better off sticking with the traditional: icky, maybe snakelike or octopoid or insectile. And whatever you do, get rid of the bright colors. No self-respecting eldritch creature is pretty.
Look - if you want eldritch, you want to scare the carp out of people, and not (primarily) by looking powerful. Think *sinister*. Think vicious. Think alien and uncaring.
And all that stuff about what it's made of? Superheated iron blood and diamond plates?
Forget it. |
20,667,214 | How can I create a 2 color border like this around an image?
Like this:

This is for an HTML website. What CSS should I use? Thanks in advance :) | 2013/12/18 | [
"https://Stackoverflow.com/questions/20667214",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3116636/"
] | Don't use console input with a GUI based applications. User input should be gained by using one or more of the available UI controls.
Painting in Swing can occur for any number of reasons, many of which you don't control, this means that when ever Swing wants to update your UI, it will call paint, meaning you are constantly being asked to provide a new word
Also, you are blocking the paint process, this means until you paint method exits, it's unlikely that anything will be painted
Start by taking a look at [How to create a GUI with Swing](http://docs.oracle.com/javase/tutorial/uiswing/) and, when you understand that, [Performing Custom Painting](http://docs.oracle.com/javase/tutorial/uiswing/painting/) | Because you put everything inside the paint function, it will be called again if the applet repaints. So you will notice if you don't resize the applet or do anything else that would cause it to repaint, then it will not have that double output. You can fix this by creating the applet from a main that contains the hangman text logic.
As for how to tell how many steps it took, you should have an extra counter initialized to 0 outside of the nested for loops and inside the inner nested for loop you should increment it. Since you break when the correct word is found, that counter will have the number of attempts. |
29,263 | Like the title says i want to control around 30volts of current (multiple LEDs that will be running all at once, added up to about 30volts.) i want to use a micro-controller to control it so i can add some effect to it, the controller will control 4 LED strips which take about 4.5V ea. and a 12V light strip. any help or ideas to control this project would be great | 2012/04/04 | [
"https://electronics.stackexchange.com/questions/29263",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9051/"
] | Most micro-controller boards will give you a 0 (LOW) or 5V (HIGH). 5V will turn on the gate of an N channel MOSFET. Even low cost MOSFETS should allow 50-60 Volts from the drain to the source.

IRF520PBF at a common US distributor is 96 cents. | I've done a project similar to this, I made a network-controlled power board. I used a couple of **relays** to switch circuits on/off.
If you do go with relays, be sure to have a power diode placed in reverse so that when you close the relay the electromagnetic bubble doesn't fry your Arduino.
If the Arduino doesn't have enough current to switch the relay on, use a saturated NPN to boost the signal.
[This site](http://www.kpsec.freeuk.com/trancirc.htm#relays) has some good information on what I think your wanting.
EDIT: As PetPaulsen mentions below, you could also just use transistors |
29,263 | Like the title says i want to control around 30volts of current (multiple LEDs that will be running all at once, added up to about 30volts.) i want to use a micro-controller to control it so i can add some effect to it, the controller will control 4 LED strips which take about 4.5V ea. and a 12V light strip. any help or ideas to control this project would be great | 2012/04/04 | [
"https://electronics.stackexchange.com/questions/29263",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9051/"
] | Most micro-controller boards will give you a 0 (LOW) or 5V (HIGH). 5V will turn on the gate of an N channel MOSFET. Even low cost MOSFETS should allow 50-60 Volts from the drain to the source.

IRF520PBF at a common US distributor is 96 cents. | My favourite way of doing things like this is with the good old [ULN2803](http://www.ti.com/lit/ds/symlink/uln2803a.pdf). It's such a simple chip to use, and you can use it to switch high voltage and current, and even inductive loads.
It's available in DIL and SOIC packages.
 |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported container for OpenSSO - use the developer profile to make your life even easier - use the quick setup steps as documented on the download page
2. Deploy OpenSSO as per the basic instructions (unpack the zip - deploy the war file to the default domain)
I've used the following as my setup steps (I use OpenSSO build 7):
* Under "Custom Configuration", click "Create New Configuration".
* Type the password "adminadmin" in the Password and Confirm fields. Click Next.
* In Server Settings, leave the defaults alone (or edit if if needed) and choose Next.
* In Configuration Data Store, leave the defaults alone (or edit if needed) and choose Next.
* In User Data Store, choose "OpenSSO User Data Store". Click Next.
* In Site Configuration, choose No (this installation will not use a load balancer). Click Next.
* In Default Agent User, enter admin123 as the password and confirmed password. Click Next.
* Click "Create Configuration".
* Click "Proceed to Login".
* Log in as "amadmin" with the password "adminadmin".
The instructions above are based on <http://developers.sun.com/identity/reference/techart/opensso-glassfish.html>
You've now got your basics up and running. Create a subrealm under / called users, and create an account or two in there.
Now prep your SP metadata. Don't put too much in your metadata to start with - keep it simple.
In the default page of the GUI, choose to create a hosted IDP. This is a pretty basic workflow. You should specify your /users realm and choose to use the test key alias for signing. The circle of trust you create can be called petty much anything.
When you complete the workflow you'll be asked if you want to import metadata for an SP - say yes and choose to import from your prepared metadata file.
At this stage you should be pretty much set up.
You'll want to grab your IDP metadata next. There are a few ways to do this. You could use "<http://servername:8080/opensso/ssoadm.jsp?cmd=export-entity>" or "<http://servername:8080/opensso/saml2/jsp/exportmetadata.jsp?realm=/users>".
... and that's pretty much it for setup.
If you run into issues interoperating with OpenSSO you can look in the OpenSSO data directory (~/opensso by default). There's debugging and logging information in the subdirectories under there. You can cross reference that information with the OpenSSO Wiki, which has some pretty good troubleshooting information. | Take a look at [this answer](https://stackoverflow.com/questions/6063158/public-saml-v2-service-providers-for-testing/42733310#42733310).
In a nut shell, [samling](https://capriza.github.io/samling/samling.html) is a serverless SAML IdP for the purpose if testing any SAML SP endpoint. It supports AuthnRequest and LogoutRequest. It runs solely in the browser to simulate SAML responses returned from a SAML IdP - no registration, no servers, just a browser, allowing you to control many aspects of the response - from success to various failures. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can configure [Auth0](https://auth0.com) as a SAML IdP. The setup [is straight-forward](https://auth0.com/docs/protocols/saml/saml-idp-generic) and there's a free tier available. | I would recommend to use OpenAm <https://backstage.forgerock.com/#!/downloads/OpenAM/OpenAM%20Enterprise#browse> to istall locally on tomcat instance. It's quite easy to setup and get it up and running during a couple of hours. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported container for OpenSSO - use the developer profile to make your life even easier - use the quick setup steps as documented on the download page
2. Deploy OpenSSO as per the basic instructions (unpack the zip - deploy the war file to the default domain)
I've used the following as my setup steps (I use OpenSSO build 7):
* Under "Custom Configuration", click "Create New Configuration".
* Type the password "adminadmin" in the Password and Confirm fields. Click Next.
* In Server Settings, leave the defaults alone (or edit if if needed) and choose Next.
* In Configuration Data Store, leave the defaults alone (or edit if needed) and choose Next.
* In User Data Store, choose "OpenSSO User Data Store". Click Next.
* In Site Configuration, choose No (this installation will not use a load balancer). Click Next.
* In Default Agent User, enter admin123 as the password and confirmed password. Click Next.
* Click "Create Configuration".
* Click "Proceed to Login".
* Log in as "amadmin" with the password "adminadmin".
The instructions above are based on <http://developers.sun.com/identity/reference/techart/opensso-glassfish.html>
You've now got your basics up and running. Create a subrealm under / called users, and create an account or two in there.
Now prep your SP metadata. Don't put too much in your metadata to start with - keep it simple.
In the default page of the GUI, choose to create a hosted IDP. This is a pretty basic workflow. You should specify your /users realm and choose to use the test key alias for signing. The circle of trust you create can be called petty much anything.
When you complete the workflow you'll be asked if you want to import metadata for an SP - say yes and choose to import from your prepared metadata file.
At this stage you should be pretty much set up.
You'll want to grab your IDP metadata next. There are a few ways to do this. You could use "<http://servername:8080/opensso/ssoadm.jsp?cmd=export-entity>" or "<http://servername:8080/opensso/saml2/jsp/exportmetadata.jsp?realm=/users>".
... and that's pretty much it for setup.
If you run into issues interoperating with OpenSSO you can look in the OpenSSO data directory (~/opensso by default). There's debugging and logging information in the subdirectories under there. You can cross reference that information with the OpenSSO Wiki, which has some pretty good troubleshooting information. | I would recommend to use OpenAm <https://backstage.forgerock.com/#!/downloads/OpenAM/OpenAM%20Enterprise#browse> to istall locally on tomcat instance. It's quite easy to setup and get it up and running during a couple of hours. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported container for OpenSSO - use the developer profile to make your life even easier - use the quick setup steps as documented on the download page
2. Deploy OpenSSO as per the basic instructions (unpack the zip - deploy the war file to the default domain)
I've used the following as my setup steps (I use OpenSSO build 7):
* Under "Custom Configuration", click "Create New Configuration".
* Type the password "adminadmin" in the Password and Confirm fields. Click Next.
* In Server Settings, leave the defaults alone (or edit if if needed) and choose Next.
* In Configuration Data Store, leave the defaults alone (or edit if needed) and choose Next.
* In User Data Store, choose "OpenSSO User Data Store". Click Next.
* In Site Configuration, choose No (this installation will not use a load balancer). Click Next.
* In Default Agent User, enter admin123 as the password and confirmed password. Click Next.
* Click "Create Configuration".
* Click "Proceed to Login".
* Log in as "amadmin" with the password "adminadmin".
The instructions above are based on <http://developers.sun.com/identity/reference/techart/opensso-glassfish.html>
You've now got your basics up and running. Create a subrealm under / called users, and create an account or two in there.
Now prep your SP metadata. Don't put too much in your metadata to start with - keep it simple.
In the default page of the GUI, choose to create a hosted IDP. This is a pretty basic workflow. You should specify your /users realm and choose to use the test key alias for signing. The circle of trust you create can be called petty much anything.
When you complete the workflow you'll be asked if you want to import metadata for an SP - say yes and choose to import from your prepared metadata file.
At this stage you should be pretty much set up.
You'll want to grab your IDP metadata next. There are a few ways to do this. You could use "<http://servername:8080/opensso/ssoadm.jsp?cmd=export-entity>" or "<http://servername:8080/opensso/saml2/jsp/exportmetadata.jsp?realm=/users>".
... and that's pretty much it for setup.
If you run into issues interoperating with OpenSSO you can look in the OpenSSO data directory (~/opensso by default). There's debugging and logging information in the subdirectories under there. You can cross reference that information with the OpenSSO Wiki, which has some pretty good troubleshooting information. | Instead of installing and configuring an IdP you can use a hosted test platform such as [TestShib](https://www.testshib.org/) or [OpenIdP](https://openidp.feide.no/). Both work along the same lines but OpenIdP requires you to register.
1. Generate your SAML metadata XML file.
2. Register your SP with the IdP by [uploading your metadata XML file](https://www.testshib.org/register.html).
3. Register the IdP with your SP by [downloading their metadata XML file](http://www.testshib.org/metadata/testshib-providers.xml). |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported container for OpenSSO - use the developer profile to make your life even easier - use the quick setup steps as documented on the download page
2. Deploy OpenSSO as per the basic instructions (unpack the zip - deploy the war file to the default domain)
I've used the following as my setup steps (I use OpenSSO build 7):
* Under "Custom Configuration", click "Create New Configuration".
* Type the password "adminadmin" in the Password and Confirm fields. Click Next.
* In Server Settings, leave the defaults alone (or edit if if needed) and choose Next.
* In Configuration Data Store, leave the defaults alone (or edit if needed) and choose Next.
* In User Data Store, choose "OpenSSO User Data Store". Click Next.
* In Site Configuration, choose No (this installation will not use a load balancer). Click Next.
* In Default Agent User, enter admin123 as the password and confirmed password. Click Next.
* Click "Create Configuration".
* Click "Proceed to Login".
* Log in as "amadmin" with the password "adminadmin".
The instructions above are based on <http://developers.sun.com/identity/reference/techart/opensso-glassfish.html>
You've now got your basics up and running. Create a subrealm under / called users, and create an account or two in there.
Now prep your SP metadata. Don't put too much in your metadata to start with - keep it simple.
In the default page of the GUI, choose to create a hosted IDP. This is a pretty basic workflow. You should specify your /users realm and choose to use the test key alias for signing. The circle of trust you create can be called petty much anything.
When you complete the workflow you'll be asked if you want to import metadata for an SP - say yes and choose to import from your prepared metadata file.
At this stage you should be pretty much set up.
You'll want to grab your IDP metadata next. There are a few ways to do this. You could use "<http://servername:8080/opensso/ssoadm.jsp?cmd=export-entity>" or "<http://servername:8080/opensso/saml2/jsp/exportmetadata.jsp?realm=/users>".
... and that's pretty much it for setup.
If you run into issues interoperating with OpenSSO you can look in the OpenSSO data directory (~/opensso by default). There's debugging and logging information in the subdirectories under there. You can cross reference that information with the OpenSSO Wiki, which has some pretty good troubleshooting information. | Online services for test IDP/SP SAML 2.0:
* <https://fujifish.github.io/samling/samling.html>
* <https://github.com/fujifish/samling>
* <https://mocksaml.com/>
* <https://samltest.id/>
* <https://sptest.iamshowcase.com/> ([docs](https://community.securid.com/t5/securid-community-blog/need-a-demo-saml-service-provider-we-got-you-covered/ba-p/518923))
* <http://axiomsso.herokuapp.com/Home.action>
* <https://github.com/boxyhq/jackson>
* <https://stubidp.sustainsys.com/>
* <https://github.com/mcguinness/saml-idp> |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | I'm using Keycloak (<https://www.keycloak.org/>).
* Open Source
* Standalone application
* Easy to configure | For testing [Mock SAML](https://mocksaml.com) or [SAMLTest](https://samltest.id) are good options to get started. Also Okta with their free developer account. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can configure [Auth0](https://auth0.com) as a SAML IdP. The setup [is straight-forward](https://auth0.com/docs/protocols/saml/saml-idp-generic) and there's a free tier available. | For testing [Mock SAML](https://mocksaml.com) or [SAMLTest](https://samltest.id) are good options to get started. Also Okta with their free developer account. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can configure [Auth0](https://auth0.com) as a SAML IdP. The setup [is straight-forward](https://auth0.com/docs/protocols/saml/saml-idp-generic) and there's a free tier available. | Take a look at [this answer](https://stackoverflow.com/questions/6063158/public-saml-v2-service-providers-for-testing/42733310#42733310).
In a nut shell, [samling](https://capriza.github.io/samling/samling.html) is a serverless SAML IdP for the purpose if testing any SAML SP endpoint. It supports AuthnRequest and LogoutRequest. It runs solely in the browser to simulate SAML responses returned from a SAML IdP - no registration, no servers, just a browser, allowing you to control many aspects of the response - from success to various failures. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported container for OpenSSO - use the developer profile to make your life even easier - use the quick setup steps as documented on the download page
2. Deploy OpenSSO as per the basic instructions (unpack the zip - deploy the war file to the default domain)
I've used the following as my setup steps (I use OpenSSO build 7):
* Under "Custom Configuration", click "Create New Configuration".
* Type the password "adminadmin" in the Password and Confirm fields. Click Next.
* In Server Settings, leave the defaults alone (or edit if if needed) and choose Next.
* In Configuration Data Store, leave the defaults alone (or edit if needed) and choose Next.
* In User Data Store, choose "OpenSSO User Data Store". Click Next.
* In Site Configuration, choose No (this installation will not use a load balancer). Click Next.
* In Default Agent User, enter admin123 as the password and confirmed password. Click Next.
* Click "Create Configuration".
* Click "Proceed to Login".
* Log in as "amadmin" with the password "adminadmin".
The instructions above are based on <http://developers.sun.com/identity/reference/techart/opensso-glassfish.html>
You've now got your basics up and running. Create a subrealm under / called users, and create an account or two in there.
Now prep your SP metadata. Don't put too much in your metadata to start with - keep it simple.
In the default page of the GUI, choose to create a hosted IDP. This is a pretty basic workflow. You should specify your /users realm and choose to use the test key alias for signing. The circle of trust you create can be called petty much anything.
When you complete the workflow you'll be asked if you want to import metadata for an SP - say yes and choose to import from your prepared metadata file.
At this stage you should be pretty much set up.
You'll want to grab your IDP metadata next. There are a few ways to do this. You could use "<http://servername:8080/opensso/ssoadm.jsp?cmd=export-entity>" or "<http://servername:8080/opensso/saml2/jsp/exportmetadata.jsp?realm=/users>".
... and that's pretty much it for setup.
If you run into issues interoperating with OpenSSO you can look in the OpenSSO data directory (~/opensso by default). There's debugging and logging information in the subdirectories under there. You can cross reference that information with the OpenSSO Wiki, which has some pretty good troubleshooting information. | Use [samlidp.io](https://samlidp.io), it is perfect and free for testing, you can setup your own IdP with a few clicks with adding your custom SP's metadata and that's all, it works. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun Opensso Enterprise. The price is right, but so far it's been a nightmare to configure. Also, its error messaging and logging leaves a lot to be desired and I'm often troubleshooting an issue that basically boils down to a misconfiguration or a counterintuitive default setting. | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can give a try to LemonLDAP::NG (<http://lemonldap-ng.org>)
It is packaged for most Linux distributions, so easy to install and to set up. | I have been struggling with testing SAML2 integration for a long time, and used OpenSSO. Since I discovered **OKTA** for testing applications <http://okta.com/> I haven't looked back. It is perfect, easy to use, and you can also create different users and send custom attributes back to the SP.
**OpenSSO** is not nice. For start you have those ridiculous captchas which don't even make sense. SSOCircle does not allow you to send custom attributes, it does not allow you to use SHA-256 encryption either, for what I've seen. OpenSSO does not give you any help about error messages unless you pay for their **debug** functionality (which is probably poor given the rest of the application works poorly). |
4,813,331 | Regarding "Ensuring KVO Compliance",
there are some official definition which seem like hard to understand
>
> In order to be considered
> KVO-compliant for a specific property,
> a class must ensure the following;
>
>
> 1. The class must be key-value coding
> compliant for the property as
> specified in Ensuring KVC Compliance.
> 2. The class must allow automatic
> observer notifications for the
> property, or implement manual
> key-value observing for the property.
>
>
>
Who can give more specific examples to make this more clear ? Thanks | 2011/01/27 | [
"https://Stackoverflow.com/questions/4813331",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/338204/"
] | Take a look at [Ensuring KVO Compliance](http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueObserving/Articles/KVOCompliance.html#//apple_ref/doc/uid/20002178-BAJEAIEE) the Automatic Versus Manual Support section of the Key-Value Observing Programming Guide. Compliance is essentially achieved by following naming conventions for methods and/or ivars.
In my experience KVO tends to 'just work', which is nice. | When you use @property tags to [create getters/ setters](http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueCoding/Articles/AccessorConventions.html#//apple_ref/doc/uid/20002174-BAJEAIEE) the magic is auto wired for To-One relationships and you only need to addObserver... and implement the observe... method to catch the updates.
The real challenge is understanding how you implement To-Many Key Value Compliance to make a mutable set or array work. The [documentation here](http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueCoding/Articles/AccessorConventions.html#//apple_ref/doc/uid/20002174-178830-BAJEDEFB) is key and the understanding that there are two sections... Indexed collections and Unordered collections. It really helped me to understand that if my @property is an NSMutableArray you need to look at the methods in the Indexed area and if your @property is a NSMutableSet you need to look at the Unordered documentation.
There are Required methods that you need to implement even if you don't plan to use them. |
20,147,008 | I've started to learn about IOC and specifically Ninject.
I was wondering what kind of design pattern does Ninject falls in to? It seems to me like a Factory design pattern, because I basically define a set of rules, create a kernel in my code and as that kernel for my object - which is like having a Factory and ask it for an object of a type which matches what I am sending to it.
Am I right about this? or is this a whole different category?
Thanks | 2013/11/22 | [
"https://Stackoverflow.com/questions/20147008",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2652208/"
] | Not at all, Ninject follows the Dependency Injection pattern.
You can find out more about it here: <http://martinfowler.com/articles/injection.html>
This pattern encourages the Dependency Inversion principle, which states that you should depend upon abstractions, instead of concretions. These two concepts are often mistaken for each other. | 1. Inversion of control
2. Dependency Injection
And, if properly used, **Composition Root**, but yes this is not only ninject is always part of the solution in order to properly set up any container. |
20,147,008 | I've started to learn about IOC and specifically Ninject.
I was wondering what kind of design pattern does Ninject falls in to? It seems to me like a Factory design pattern, because I basically define a set of rules, create a kernel in my code and as that kernel for my object - which is like having a Factory and ask it for an object of a type which matches what I am sending to it.
Am I right about this? or is this a whole different category?
Thanks | 2013/11/22 | [
"https://Stackoverflow.com/questions/20147008",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2652208/"
] | Not at all, Ninject follows the Dependency Injection pattern.
You can find out more about it here: <http://martinfowler.com/articles/injection.html>
This pattern encourages the Dependency Inversion principle, which states that you should depend upon abstractions, instead of concretions. These two concepts are often mistaken for each other. | It follows Dependency Injection(DI) and Inversion of Control (IoC)
learn more about it on their website's wiki:
<http://www.ninject.org/wiki.html>
They give a nice and simple example with ninjas and swords! |
373,762 | I'm developing a real-time system by making use of an mbed-OS (RTOS for ARM architecture). I'm not a software engineer and I want to know whether the following solution is practical or not, and how to improve it.
As it is shown in the figure, the elements of software are as follows:
Three different classes (ClassA, ...) describes low level peripherals for gathering data from three different modules which their instances are passed-by-reference to three different Threads (Thread a, ...).
By using three queues (queueA, ...), I'm sending data to the Thread d which is gathering data from the other 3 threads to combine them to form a string in a desired format (synthesis).
The combined data are queued to the Thread e and if some scenarios (Happening in the first three Threads) satisfied, that data is sent to the Thread g.
Now the questions are:
Three first threads are gathering data in different update rates; How to synchronize them in the Thread d?
What is the best signaling solution to aware the other threads (Event or Signal?!)
Is the mentioned architecture practical?
Thanks.
Block Diagram:
 | 2018/07/08 | [
"https://softwareengineering.stackexchange.com/questions/373762",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/292184/"
] | There is a level of priority that I feel like you have reversed.
Typically, the software that communicates with the peripheral is the driver level and is the lowest level of abstraction. Drivers do not need to know anything about the logic or data above their level, only how to communicate with the peripherals and where to put the data.
Next above them is more of a manager level. This level communicates with the drivers to grab the data and do formatting, perform sorting, or any other type of algorithms.
Above them, is the application level. This level is typically used as overarching state manager or any "business" logic.
[](https://i.stack.imgur.com/mgO3u.png)
Hardware interrupts are better equipped for handling low level peripherals, such as an ADC or comm device, instead of having an RTOS thread/task. Handling and servicing these interrupts is best handled at the driver level. So "threads" A, B, C would be interrupts from hardware interrupts.
Also, want to point out that I think you mean RTOS tasks, b/c threads can run concurrently and are not **typical** in embedded development.
As your data is coming in, you should have an event/message/flag/signal from the interrupt context to inform the manager task D, that the data is ready for that specific data type. This will keep the interrupt processing to a minimum and lessen the complexity of keeping your code synchronous safe.
A message queue would be best, so you have less fear of losing a message from one of your other peripherals as you are gathering the data from another one.
Another thing to keep in mind, is that you would want to disable the interrupt for the peripheral/driver that you are accessing the data for. Otherwise, you could be moving/copying data, when you receive an interrupt, that manipulates the data you are trying to access, which could corrupt it. Or you need to setup a FIFO circular buffer in the driver, where the interrupt only writes to it, while the manager only reads from it.
Task E would be at application level, waiting for an outside application to request the data, or it provides a service to transmit/broadcast the data for whomever the consumer is.
Im not sure I understand why you would need task F or G.
Sorry if this is a long winded answer, but embedded software architecture is a very large knowledge space. | Understood that the questioner is not a software engineer, but answering the question requires additional and different information that is likely only to be appreciated by a real-time engineer.
The issues that matter from a real-time architecture perspective are the inbound data rates and data sizes and related issues in servicing the components providing the system with data (do they have buffers and deadlines?); scheduling characteristics of the CPU hardware; the way the OS handles priorities; tolerance for data loss; any deadlines in aggregation that this system has to meet, etc.
In the real-time context, "threads" and "queues" is far too high level, one needs concrete numbers and components. |
156,225 | I have some seeds from some old worlds I want to see again, is there a mod that allows the ability to create alpha worlds with seeds or would it be possible to make a world blank but with the seed so that when the world is loaded it generates the world with seed using the generation type of that version? | 2014/02/15 | [
"https://gaming.stackexchange.com/questions/156225",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/-1/"
] | I'm nearly 6 years late, but someone made a [fabric mod](https://github.com/pack-png-mods/seed-selector) which adds a seed selector into alpha 1.2.2a. [Here](https://cdn.discordapp.com/attachments/667112382874779658/669811099612217364/fabric-alpha.zip) is a zip you can [import into MultiMC](https://github.com/MultiMC/MultiMC5/wiki/Import-Instance) to use fabric mods in 1.2.2a. | I found a mod that let's you use old alpha seeds if you're still looking for this. There's no need to do this whole world update stuff just download this mod for 1.12.2. I know it says it's a server plugin, but I can 100% guarantee that it will work like any other mod, just download forge for minecraft 1.12.2 and drag this mod into the mod folder, when you're creating a world, select "world type: alpha 1.1.2\_01" and then you're done. This mod doesn't generate villages or anything like that, but if you're using mods such as recurrent complex, rouge-like dungeons etc. it will generate those structures. Anyway Here's the link.
<https://forums.spongepowered.org/t/nostalgiagen-0-6-generate-minecraft-alpha-beta-worlds-on-your-sponge-forge-server/10126> |
11,165 | We are arriving into Terminal 2 on the 28th December and want to go to the business lounge in Terminal 1 before getting a flight from Terminal 3 eight hours later. | 2012/12/13 | [
"https://travel.stackexchange.com/questions/11165",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/3741/"
] | From [Wikitravel](http://en.wikipedia.org/wiki/Dubai_International_Airport#Passenger_terminals):
>
> Dubai Airport currently has three passenger terminals. Terminals 1 and
> 3 are directly connected with a common transit area, with airside
> passengers being able to move freely between the terminals without
> going through immigration, whilst Terminal 2 is built on the opposite
> end of the airport. For transiting passengers, a shuttle service runs
> between the terminals, with a journey time of around 20 minutes from
> Terminal 2 to Terminal 1, and 30 minutes to Terminal 3.
>
>
>
So it appears there is a means to get between the terminals if you're a transiting passenger, but you have to take the bus, not walk. | You should not have any issues traveling between Terminal 1 and 3. As you are arriving at Terminal 2 and have a connecting flight from Terminal 3 you will be put on the transit bus to take you to Terminal 3.
I would like to add a point to @Mark's answer that unless you have a boarding pass for Terminal 3 or 1 (gates A, B or C) you cannot freely move between Terminal 2 and Terminal 1. The airline has to specifically allow you to go there, because you may need to use public transport and they will ask to see your boarding pass before letting you on the bus.
Terminal 1 and 3 are connected, so you can freely walk around; and to get to gates A (the dedicated A380 gates), you need to take the train. |
11,165 | We are arriving into Terminal 2 on the 28th December and want to go to the business lounge in Terminal 1 before getting a flight from Terminal 3 eight hours later. | 2012/12/13 | [
"https://travel.stackexchange.com/questions/11165",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/3741/"
] | From [Wikitravel](http://en.wikipedia.org/wiki/Dubai_International_Airport#Passenger_terminals):
>
> Dubai Airport currently has three passenger terminals. Terminals 1 and
> 3 are directly connected with a common transit area, with airside
> passengers being able to move freely between the terminals without
> going through immigration, whilst Terminal 2 is built on the opposite
> end of the airport. For transiting passengers, a shuttle service runs
> between the terminals, with a journey time of around 20 minutes from
> Terminal 2 to Terminal 1, and 30 minutes to Terminal 3.
>
>
>
So it appears there is a means to get between the terminals if you're a transiting passenger, but you have to take the bus, not walk. | I arrived at Terminal 2 at night and had a big surprise: there is no bus that takes you to T1 or T3, only a taxi. So be prepared with at least 50-65 AED to pay to the taxi driver that will get you to T1 or T3 metro station.
Everyone says the transfer is available only if you have a ticket to fly to another destination. I was very disappointed about this. |
11,165 | We are arriving into Terminal 2 on the 28th December and want to go to the business lounge in Terminal 1 before getting a flight from Terminal 3 eight hours later. | 2012/12/13 | [
"https://travel.stackexchange.com/questions/11165",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/3741/"
] | You should not have any issues traveling between Terminal 1 and 3. As you are arriving at Terminal 2 and have a connecting flight from Terminal 3 you will be put on the transit bus to take you to Terminal 3.
I would like to add a point to @Mark's answer that unless you have a boarding pass for Terminal 3 or 1 (gates A, B or C) you cannot freely move between Terminal 2 and Terminal 1. The airline has to specifically allow you to go there, because you may need to use public transport and they will ask to see your boarding pass before letting you on the bus.
Terminal 1 and 3 are connected, so you can freely walk around; and to get to gates A (the dedicated A380 gates), you need to take the train. | I arrived at Terminal 2 at night and had a big surprise: there is no bus that takes you to T1 or T3, only a taxi. So be prepared with at least 50-65 AED to pay to the taxi driver that will get you to T1 or T3 metro station.
Everyone says the transfer is available only if you have a ticket to fly to another destination. I was very disappointed about this. |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | Web Start is great if you have infrequent updates and good bandwidth.
If not, however, you need something else. I worked on a project where we had frequent updates and horrible bandwidth. We rolled our own classfile server; the startup code would talk to the server to see if updates were needed on a per-class basis. If so, the changed classes were downloaded and the application continued as normal.
It was actually not terribly complicated, so don't be afraid to roll your own if existing tools don't work. |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | I believe install4J now offers this functionality as part of their install builder (<http://www.ej-technologies.com/products/install4j/overview.html>) We've been wanting to check it out but haven't had a chance yet. |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Web Start is great if you have infrequent updates and good bandwidth.
If not, however, you need something else. I worked on a project where we had frequent updates and horrible bandwidth. We rolled our own classfile server; the startup code would talk to the server to see if updates were needed on a per-class basis. If so, the changed classes were downloaded and the application continued as normal.
It was actually not terribly complicated, so don't be afraid to roll your own if existing tools don't work. | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Web Start is great if you have infrequent updates and good bandwidth.
If not, however, you need something else. I worked on a project where we had frequent updates and horrible bandwidth. We rolled our own classfile server; the startup code would talk to the server to see if updates were needed on a per-class basis. If so, the changed classes were downloaded and the application continued as normal.
It was actually not terribly complicated, so don't be afraid to roll your own if existing tools don't work. | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | I believe install4J now offers this functionality as part of their install builder (<http://www.ej-technologies.com/products/install4j/overview.html>) We've been wanting to check it out but haven't had a chance yet. | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | I believe install4J now offers this functionality as part of their install builder (<http://www.ej-technologies.com/products/install4j/overview.html>) We've been wanting to check it out but haven't had a chance yet. | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective RCP stuff to use their module and automatic update systems?
Are there other options? | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
10,967 | How do I turn off the developer log?
I already checked the **Output and Debugging Preferences** at the **System administration** section in the CMS but there's no option for that. | 2013/06/04 | [
"https://expressionengine.stackexchange.com/questions/10967",
"https://expressionengine.stackexchange.com",
"https://expressionengine.stackexchange.com/users/171/"
] | I've created a bug report at Ellislab and Robin Sowell replied with:
"*And yep, I’ll pass along your request re: turning it off.*"
So maybe the feature will be included in 2.6.2 | I assume you mean the the notice the appears when there are notices for developers, on the control panel home screen?
AFAIK, you cannot disable the Developer Log. But these notices should only be showing to Super Admins. |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | There are some situations where *status* may be considered countable. In those cases, the plural form can be used as *statuses*. [MacMillan dictionary](http://www.macmillandictionary.com/dictionary/american/status) gives 4 definitions for *status*, and 3 of them are referred to as countable. Personally, I would use *status* as the plural form instead of *statuses*. | I see that I've very late to answer. I usually try to avoid the use of "status" as a plural, instead option to use the near-synonym "**state**".
Take for example these three attempts at pluralizing "status", all of which I've seen coworkers using:
>
> The product should support the following statuses: Red Green Blue
>
> The product should support the following status: Red Green Blue
>
> The product should support the following statii: Red Green Blue
>
>
>
None of those sound natural, and one is objectively *wrong*. The issue is sidestepped by substituting "states":
>
> The product should support the following states: Red Green Blue
>
>
> |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | There are some situations where *status* may be considered countable. In those cases, the plural form can be used as *statuses*. [MacMillan dictionary](http://www.macmillandictionary.com/dictionary/american/status) gives 4 definitions for *status*, and 3 of them are referred to as countable. Personally, I would use *status* as the plural form instead of *statuses*. | In Latin, the nominative plural of *[status](https://en.wiktionary.org/wiki/status#Latin)* as a 4th declension noun is *statūs*. This would be uncomfortable in English, and so the English plural is *statuses*.
The Latin adjective has a different masculine nominative plural of *statī*, but then means something more like the English *static*. |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | In Latin, the nominative plural of *[status](https://en.wiktionary.org/wiki/status#Latin)* as a 4th declension noun is *statūs*. This would be uncomfortable in English, and so the English plural is *statuses*.
The Latin adjective has a different masculine nominative plural of *statī*, but then means something more like the English *static*. | I always though that *status* should not be used as plural, but I notice that *statuses* is reported from the CoCA in sentences like:
>
> Young people across a wide range of socio-economic statuses increasingly value choosing their own spouses, and individual choice [...].
>
> [...], but those with higher threat statuses need even more conservation.
>
> Certain references were also made about specific types of sexual activity including individuals' virginity statuses.
>
>
>
*Statuses* is used in academic context, with a frequency of 192 (compared with a frequency of 3 and 4 in magazines and newspapers). |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | I see that I've very late to answer. I usually try to avoid the use of "status" as a plural, instead option to use the near-synonym "**state**".
Take for example these three attempts at pluralizing "status", all of which I've seen coworkers using:
>
> The product should support the following statuses: Red Green Blue
>
> The product should support the following status: Red Green Blue
>
> The product should support the following statii: Red Green Blue
>
>
>
None of those sound natural, and one is objectively *wrong*. The issue is sidestepped by substituting "states":
>
> The product should support the following states: Red Green Blue
>
>
> | I always though that *status* should not be used as plural, but I notice that *statuses* is reported from the CoCA in sentences like:
>
> Young people across a wide range of socio-economic statuses increasingly value choosing their own spouses, and individual choice [...].
>
> [...], but those with higher threat statuses need even more conservation.
>
> Certain references were also made about specific types of sexual activity including individuals' virginity statuses.
>
>
>
*Statuses* is used in academic context, with a frequency of 192 (compared with a frequency of 3 and 4 in magazines and newspapers). |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | In Latin, the nominative plural of *[status](https://en.wiktionary.org/wiki/status#Latin)* as a 4th declension noun is *statūs*. This would be uncomfortable in English, and so the English plural is *statuses*.
The Latin adjective has a different masculine nominative plural of *statī*, but then means something more like the English *static*. | I see that I've very late to answer. I usually try to avoid the use of "status" as a plural, instead option to use the near-synonym "**state**".
Take for example these three attempts at pluralizing "status", all of which I've seen coworkers using:
>
> The product should support the following statuses: Red Green Blue
>
> The product should support the following status: Red Green Blue
>
> The product should support the following statii: Red Green Blue
>
>
>
None of those sound natural, and one is objectively *wrong*. The issue is sidestepped by substituting "states":
>
> The product should support the following states: Red Green Blue
>
>
> |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | There are some situations where *status* may be considered countable. In those cases, the plural form can be used as *statuses*. [MacMillan dictionary](http://www.macmillandictionary.com/dictionary/american/status) gives 4 definitions for *status*, and 3 of them are referred to as countable. Personally, I would use *status* as the plural form instead of *statuses*. | Usually "statuses", but some people use "status"
================================================
As others have mentioned, there are several possible plural forms of *status*.
* *statuses,* regularly formed using the English plural suffix -(e)s. This is listed in various dictionaries e.g. [Collins English Dictionary](https://www.collinsdictionary.com/dictionary/english/status), [Merriam Webster](https://www.merriam-webster.com/dictionary/status).
* *status,* taken from Latin. This is listed in a few dictionaries e.g. the Oxford English Dictionary (which actually gives three forms):
>
> Pl. (*rare*) *status* /ˈsteɪtjuːs/, (now usu.) *statuses* /ˈsteɪtəsɪz/, (*rare*) *statusses* /ˈsteɪtəsɪz/.
>
>
>
It’s not objectively better to use the Latinate plural form, or to try to pronounce it similarly to the way the Romans did. *Status* has been an English word, not just a Latin word, for a long time now. Latinate plurals ending in *-us* are rarely used in English, and in fact, several usage guides say the English form *-uses* is generally preferable.
The original *Dictionary of Modern English Usage* by H.W. Fowler, 1926 (as reproduced in the new 2009 edition) says in the entry for "-us":
>
> Many [words ending in "-us"] are from Latin fourth-declension words, whose Latin plural is *-us* (pronounced ūs); but the English plural *-uses* is almost always preferred, as in *prospectuses.*
>
>
>
The contemporary usage guide writer [Bryan Garner](https://en.wikipedia.org/wiki/Bryan_A._Garner) wrote the following passage:
>
> **nexus.** The acceptable plural forms are *nexuses* (English) and *nexus* (Latin). Naturally, the English form is preferable—e.g.: "The *nexuses* of activity for both rooms are the counters where the marijuana is dispensed." Glenn Martin, "The Tokin' Joint," *S.F. Chron.,* 24 Aug. 1997, at Z1. Some writers have betrayed their ignorance of Latin by writing \**nexi,* as if it were a second-declension noun.
>
>
>
To me, it seems simpler to just go with the regular English plural *statuses,* but if you prefer to use the Latinate plural *status* for whatever reason, you’ll have to make some additional choices about pronunciation (it doesn't seem obvious to me [how to pronounce it](https://english.stackexchange.com/questions/427877/how-are-plural-forms-like-status-pronounced)).
Words that inflect similarly
============================
Some other English words that inflected in the same way as *status* in Latin are
*apparatus, coitus, fetus, flatus, hiatus, impetus, meatus, nexus.* |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | Usually "statuses", but some people use "status"
================================================
As others have mentioned, there are several possible plural forms of *status*.
* *statuses,* regularly formed using the English plural suffix -(e)s. This is listed in various dictionaries e.g. [Collins English Dictionary](https://www.collinsdictionary.com/dictionary/english/status), [Merriam Webster](https://www.merriam-webster.com/dictionary/status).
* *status,* taken from Latin. This is listed in a few dictionaries e.g. the Oxford English Dictionary (which actually gives three forms):
>
> Pl. (*rare*) *status* /ˈsteɪtjuːs/, (now usu.) *statuses* /ˈsteɪtəsɪz/, (*rare*) *statusses* /ˈsteɪtəsɪz/.
>
>
>
It’s not objectively better to use the Latinate plural form, or to try to pronounce it similarly to the way the Romans did. *Status* has been an English word, not just a Latin word, for a long time now. Latinate plurals ending in *-us* are rarely used in English, and in fact, several usage guides say the English form *-uses* is generally preferable.
The original *Dictionary of Modern English Usage* by H.W. Fowler, 1926 (as reproduced in the new 2009 edition) says in the entry for "-us":
>
> Many [words ending in "-us"] are from Latin fourth-declension words, whose Latin plural is *-us* (pronounced ūs); but the English plural *-uses* is almost always preferred, as in *prospectuses.*
>
>
>
The contemporary usage guide writer [Bryan Garner](https://en.wikipedia.org/wiki/Bryan_A._Garner) wrote the following passage:
>
> **nexus.** The acceptable plural forms are *nexuses* (English) and *nexus* (Latin). Naturally, the English form is preferable—e.g.: "The *nexuses* of activity for both rooms are the counters where the marijuana is dispensed." Glenn Martin, "The Tokin' Joint," *S.F. Chron.,* 24 Aug. 1997, at Z1. Some writers have betrayed their ignorance of Latin by writing \**nexi,* as if it were a second-declension noun.
>
>
>
To me, it seems simpler to just go with the regular English plural *statuses,* but if you prefer to use the Latinate plural *status* for whatever reason, you’ll have to make some additional choices about pronunciation (it doesn't seem obvious to me [how to pronounce it](https://english.stackexchange.com/questions/427877/how-are-plural-forms-like-status-pronounced)).
Words that inflect similarly
============================
Some other English words that inflected in the same way as *status* in Latin are
*apparatus, coitus, fetus, flatus, hiatus, impetus, meatus, nexus.* | I see some references to status as uncountable as well, but that doesn't make much sense to me. I've always used statii, apparently incorrectly: Merriam-Webster, at least, [calls for](http://www.merriam-webster.com/dictionary/status) "statuses" |
29,757 | [Rite of Passage](https://gatherer.wizards.com/Pages/Card/Details.aspx?name=Rite%20of%20Passage) gives creatures I control a +1/+1 counter whenever they are dealt damage.
If a 1/1 creature was dealt one damage, would it be sent to the graveyard first or would the creature be saved by getting a +1/+1 counter? Is the same true for being dealt one damage by combat?
My opponent and I had 1/1 spirit tokens and I also had rite of passage under my control and whenever I blocked his spirits with mine, he insisted that they have been dealt damage, therefore their toughness is brought to zero and they die before receiving a counter, but I argued that rite of passage's ability triggers instantaneously and they become 2/2 with a given counter, then he said "if that were true, that would be op". Which version is correct? | 2016/04/17 | [
"https://boardgames.stackexchange.com/questions/29757",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/15950/"
] | You opponent was correct and the creature will die.
In Magic the Gathering there is virtually nothing that "triggers instantaneously". With the exception of abilities that only create mana all abilities go on the stack. There are a few [special actions](http://mtgsalvation.gamepedia.com/Special_action) that a player can perform that do not use the stack as well, but these are not considered "abilities" by the games rules. Also if there is an effect that says to do something "instead of" something else then the new action will occur when the original would and not go on the stack.
None of these exceptions are relevant here so when combat damage happens the the trigger will go on the stack, then state based actions will be checked and the creature will die before the ability resolves or any player gains priority. Even if you had a special action you could perform that would save the creature it will be dead before you have a chance to do it. | All triggers\* use the stack. While the +1/+1 counters will be triggered, before you get a chance to put the triggers on the stack State Based Effects will be checked and your 1/1 tokens will be put in the graveyard. Once that is done you'll put your triggers on the stack but they aren't going to have much effect, it's too late to save your tokens.
\* There is a minor exception that Fr33dan's answer mentions, triggered mana abilities skip the stack and just resolve. This isn't relevant to the question at hand. |
72,187 | I cannot see any difference between these two sentences. I assume both express the same but what is the difference? I thought that "used to" is used to describe an action that was happening in the past...but should "live" be considered as an action?
>
> I used to live in Prague 5 years ago.
>
> I lived in Prague 5 years ago.
>
>
> | 2012/06/22 | [
"https://english.stackexchange.com/questions/72187",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/18701/"
] | There is **no difference** between the two. Both mean the same. | Strictly speaking, both are correct, and both mean the same thing, but I think that "I used to live in Prague 5 years ago" is slightly awkward; for a verb like "live", the "5 years ago" makes the "used to" unnecessary.
Without the "5 years ago", or other contextual indication of time, "used to" would definitely be better: "I used to live in Prague", not just "I lived in Prague". |
72,187 | I cannot see any difference between these two sentences. I assume both express the same but what is the difference? I thought that "used to" is used to describe an action that was happening in the past...but should "live" be considered as an action?
>
> I used to live in Prague 5 years ago.
>
> I lived in Prague 5 years ago.
>
>
> | 2012/06/22 | [
"https://english.stackexchange.com/questions/72187",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/18701/"
] | *Used to* refers to a state or habit in the past, whereas the past tense describes an event at a particular time in the past. That means that the first sentence would be unlikely because a state or habit cannot normally have such a specific time reference. *I used to live in Prague* on its own is fine, but if you wanted to specify when you lived there, then the second sentence is what you’d use. | Strictly speaking, both are correct, and both mean the same thing, but I think that "I used to live in Prague 5 years ago" is slightly awkward; for a verb like "live", the "5 years ago" makes the "used to" unnecessary.
Without the "5 years ago", or other contextual indication of time, "used to" would definitely be better: "I used to live in Prague", not just "I lived in Prague". |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.