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
68,839
We often travel by plane, and book most of the flights very early in the morning, so we can sleep in the airport waiting for check-in. However, we have bags (just carry-on bags that low-cost companies normally allow on-board) and we would like to book our accommodation until the day before the flight. *For example: I...
2016/05/23
[ "https://travel.stackexchange.com/questions/68839", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/43894/" ]
You certainly have more than one option, when it comes to leaving your stuff so you can move around freely: * You'd definitely want to ask to the personnel of your accomodation (hotel, hostel, apartment, etc.) if they can store your luggage until you are ready to leave. Most of the accomodations offer this kind of ser...
There is a luggage storage service in Denver called LUGDEN. They are right by Union Station and offer luggage storage by the hour, day and week. Their website is lugden.com
68,839
We often travel by plane, and book most of the flights very early in the morning, so we can sleep in the airport waiting for check-in. However, we have bags (just carry-on bags that low-cost companies normally allow on-board) and we would like to book our accommodation until the day before the flight. *For example: I...
2016/05/23
[ "https://travel.stackexchange.com/questions/68839", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/43894/" ]
1. Basically any hotel will keep the luggage for you - secured - until you pick it up. That might be inconvenient if the hotel is on the other side of town, though. 2. You can check your luggage in right away. Often, airlines allow luggage check-in up to 24 hours ahead of time, but you should verify before you drag it ...
There is a luggage storage service in Denver called LUGDEN. They are right by Union Station and offer luggage storage by the hour, day and week. Their website is lugden.com
60,452
The [Vemork](https://en.wikipedia.org/wiki/Vemork) power station was once the largest power station in history and target of the famous Norwegian heavy water sabotage in WW2. Yet there seems to have very different data on its capacity. Some say it's 108MW when finished by 1911, see *[Wikipedia:Vemork](https://en.wikip...
2020/07/27
[ "https://history.stackexchange.com/questions/60452", "https://history.stackexchange.com", "https://history.stackexchange.com/users/45340/" ]
According to both links you give, the plant was opened in 1911 with 108MW capacity. Any generators operating in 1911 will not be in operation today. The NVE link further says that the plant was rebuilt in 1971 with a capacity of 200MW. NVE also say that it was closely associated with the Saheim power station (geograp...
German Wikipedia suggests the power of each generator is 16.400 HP, or ~12MW, bringing the total power to ~120MW. (cited source: Schweizerische Bauzeitung, Heft 24, Band 63/64 (1914)) That is not quite exactly the 108MW so there might be some confusion going on regarding watts and volt-amperes (or, in other word, effec...
132,479
I *hope* this is the right sight to ask such a question, if not please be kind and direct me elsewhere. I have some discrete GPU with a TDP figure of X watts. Now, sometimes the GPU does * Only computation (executing kernels) * Only PCIe transfers (host-to-device or device-to-host copying, or both kinds of transfer ...
2014/10/08
[ "https://electronics.stackexchange.com/questions/132479", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/40624/" ]
In the lack of manufacturer disclosure (most consumers of pcie modular cards don't care about power usage, though embedded pcie devices might in order to beat maximum power draw numbers in the nano board or thin client market), emperical testing is required. This can be done by identifying the power rails (PCIe pin ou...
Realistically the card will only use marginal amounts of power while doing PCIe IO. The actual amount varies between cards, but likely not much above the minimal TDP (look at spec sheets for this value). Running kernels is a different story. Assuming your kernel uses nearly 100% of the core, the card will be using its...
810,985
How we can create a application like dotnetnuke with the help of MVC. We can add modules and other things directly without modification to code.
2009/05/01
[ "https://Stackoverflow.com/questions/810985", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97926/" ]
This type of question speaks volumes. Whilst you will certainly learn a lot by attempting such a project, the fact that you are asking this question suggests that there are many, many gaps in your knowledge, not the least of which is the understanding that you won't get a useful answer by asking such a question due to ...
As far as I know, there is not any CMS built upon the MVC framework which provides the same flexability and features as DotNetNuke. This is probably due to the fact that v. 1.0 of MVC was only released 4-6 weeks ago.
810,985
How we can create a application like dotnetnuke with the help of MVC. We can add modules and other things directly without modification to code.
2009/05/01
[ "https://Stackoverflow.com/questions/810985", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97926/" ]
Start looking at [Kooboo](http://www.kooboo.com/) From the website : > > **Enterprise CMS based on ASP. NET MVC** > > > Kooboo CMS allows you to create a professional website efficiently > without losing out on product quality. > > > **Developers** > > This Enterprise CMS system saves time and allows you ...
As far as I know, there is not any CMS built upon the MVC framework which provides the same flexability and features as DotNetNuke. This is probably due to the fact that v. 1.0 of MVC was only released 4-6 weeks ago.
810,985
How we can create a application like dotnetnuke with the help of MVC. We can add modules and other things directly without modification to code.
2009/05/01
[ "https://Stackoverflow.com/questions/810985", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97926/" ]
This type of question speaks volumes. Whilst you will certainly learn a lot by attempting such a project, the fact that you are asking this question suggests that there are many, many gaps in your knowledge, not the least of which is the understanding that you won't get a useful answer by asking such a question due to ...
Start looking at [Kooboo](http://www.kooboo.com/) From the website : > > **Enterprise CMS based on ASP. NET MVC** > > > Kooboo CMS allows you to create a professional website efficiently > without losing out on product quality. > > > **Developers** > > This Enterprise CMS system saves time and allows you ...
4,829,852
I'm looking for a way to setup a server in order to make the static caches created by boost module easily mirrorable to several other servers.
2011/01/28
[ "https://Stackoverflow.com/questions/4829852", "https://Stackoverflow.com", "https://Stackoverflow.com/users/207119/" ]
You COULD use rsync to do this but it is brittle and liable to break. You would be better off by using either: * a single shared network filesystem * or my recommended solution, use a cluster distributed filesystem such as glusterFS. This is what is generally used on web server clusters for distributing web apps acros...
here are some ideas... If you want to prevent getting stabbed in the back by your hosting provider wouldn't be better to use a solution that doesn't rely on the hosting provider? My choice would be to use a third party dns provider which supports Round Robin [ <http://en.wikipedia.org/wiki/Round_robin_DNS> ] -or your...
158,710
Inspired by [this question](https://movies.stackexchange.com/questions/72672/how-is-the-secret-gate-to-rivendell-unguarded) (that mistakenly refers to Rivendell), it occurs to me that I don't actually know the name of the realm where the Mirkwood elves live. I don't recall it ever being mentioned in either *The Hobbit*...
2017/05/04
[ "https://scifi.stackexchange.com/questions/158710", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/75476/" ]
The realm of Thranduil in Northern Mirkwood is known as **the Woodland Realm**, or more commonly, **the realm of Thranduil**. > > In the North also there had been war and evil. The **realm of Thranduil** was invaded, and there was long battle under the trees and great ruin of fire; *[...]*. > > > *The Lord of the R...
> > The Woodland Realm, later known as Mirkwood, was a kingdom of Silvan Elves located deep in the Forest of the Wilderland beginning in the Second Age. King Thranduil of the Sinda rules over the Silvan Elves. The Elves of the Woodland Realm, unlike many Elves, were known to be less wise and more dangerous, but were n...
158,710
Inspired by [this question](https://movies.stackexchange.com/questions/72672/how-is-the-secret-gate-to-rivendell-unguarded) (that mistakenly refers to Rivendell), it occurs to me that I don't actually know the name of the realm where the Mirkwood elves live. I don't recall it ever being mentioned in either *The Hobbit*...
2017/05/04
[ "https://scifi.stackexchange.com/questions/158710", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/75476/" ]
> > The Woodland Realm, later known as Mirkwood, was a kingdom of Silvan Elves located deep in the Forest of the Wilderland beginning in the Second Age. King Thranduil of the Sinda rules over the Silvan Elves. The Elves of the Woodland Realm, unlike many Elves, were known to be less wise and more dangerous, but were n...
If you're asking "What did the Woodland Elves call their realm **in their own language**" then the answer depends on the Era. From the Days of the Trees up to middle of the Third Age, the region was mostly called "Greenwood The Great". The literal translation in Sindarin is *Eryn Galen*. In the eras of the central ta...
158,710
Inspired by [this question](https://movies.stackexchange.com/questions/72672/how-is-the-secret-gate-to-rivendell-unguarded) (that mistakenly refers to Rivendell), it occurs to me that I don't actually know the name of the realm where the Mirkwood elves live. I don't recall it ever being mentioned in either *The Hobbit*...
2017/05/04
[ "https://scifi.stackexchange.com/questions/158710", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/75476/" ]
The realm of Thranduil in Northern Mirkwood is known as **the Woodland Realm**, or more commonly, **the realm of Thranduil**. > > In the North also there had been war and evil. The **realm of Thranduil** was invaded, and there was long battle under the trees and great ruin of fire; *[...]*. > > > *The Lord of the R...
If you're asking "What did the Woodland Elves call their realm **in their own language**" then the answer depends on the Era. From the Days of the Trees up to middle of the Third Age, the region was mostly called "Greenwood The Great". The literal translation in Sindarin is *Eryn Galen*. In the eras of the central ta...
77,376
Of course, we have many indications to that truth in the Old Testament, but it was only with the coming of Jesus Christ that it was spoken to humans in plain language that God has the Only-begotten Son. How is this matter explained in the Catholicism, the Eastern Orthodoxy and main-stream Protestant Christianity?
2020/04/12
[ "https://christianity.stackexchange.com/questions/77376", "https://christianity.stackexchange.com", "https://christianity.stackexchange.com/users/234/" ]
*Why the revelation that God has the Only Begotten Son was not given to the ancient Hebrew people?* The simple biblical answer was written by St. Paul and this passages is the overview embraced by the Universal Church, East and West, and most Christians. The Gospels of Luke and Matthew and St. Paul explain that the W...
"Why was the revelation that God has the [an] Only Begotten Son not given to the ancient Hebrew people?" There are two answers to this: it was and it wasn't! Answered in reverse order: 1. It wasn't. Even though there are many hints, etc, that the coming saviour would be divine, these hints were not sufficient to cont...
77,376
Of course, we have many indications to that truth in the Old Testament, but it was only with the coming of Jesus Christ that it was spoken to humans in plain language that God has the Only-begotten Son. How is this matter explained in the Catholicism, the Eastern Orthodoxy and main-stream Protestant Christianity?
2020/04/12
[ "https://christianity.stackexchange.com/questions/77376", "https://christianity.stackexchange.com", "https://christianity.stackexchange.com/users/234/" ]
*Why the revelation that God has the Only Begotten Son was not given to the ancient Hebrew people?* The simple biblical answer was written by St. Paul and this passages is the overview embraced by the Universal Church, East and West, and most Christians. The Gospels of Luke and Matthew and St. Paul explain that the W...
Revelation is... a revealing. God's revelation to humanity began in Eden, after sin entered in, and that's where the first book of the Bible, Genesis, starts (written circa 1446 B.C.). Because sin had brought both literal and spiritual death, God chose to begin revealing how his only-begotten Son would restore all thin...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of the 1965 Benny Hill skit *One Step Behind*: The skit exposits a movie in which appliances become monsters and attack a family. It is, as one might expect given the milieu, cheesy. I also watched it at a young age, and it gave me nightmares.
This is a long shot, but there was a 1978 Star Wars parody called [Hardware Wars](https://en.wikipedia.org/wiki/Hardware_Wars) where home appliances played a big role. The plot, if you can call it that, is quite different, however.
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of the 1965 Benny Hill skit *One Step Behind*: The skit exposits a movie in which appliances become monsters and attack a family. It is, as one might expect given the milieu, cheesy. I also watched it at a young age, and it gave me nightmares.
You may be thinking of *The Twilight Zone* episode ["A Thing about Machines"](https://www.imdb.com/title/tt0734551/?ref_=tt_urv). > > Bartlett Finchley is an odd man, a writer who contributes to food magazines and the like. He lives alone and is always it seems in need of a repairman for one piece of household equipm...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of the 1965 Benny Hill skit *One Step Behind*: The skit exposits a movie in which appliances become monsters and attack a family. It is, as one might expect given the milieu, cheesy. I also watched it at a young age, and it gave me nightmares.
I think you are thinking of *[Demon Seed](https://en.wikipedia.org/wiki/Demon_Seed)*, a great film. True high octane nightmare fuel. The Proteus AI takes over the house, builds a battle droid, kills a guy, makes a replicate of her to dissuade her husband from bothering its machinations, rapes a woman and impregnates h...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of the 1965 Benny Hill skit *One Step Behind*: The skit exposits a movie in which appliances become monsters and attack a family. It is, as one might expect given the milieu, cheesy. I also watched it at a young age, and it gave me nightmares.
This is a pretty long shot, but your description sounds a little like [The Twonky](https://en.wikipedia.org/wiki/The_Twonky), which came out in the early 1950s. There's a TV that turns out to be able to do all kinds of things, and is determined to take charge of the life of the protagonist. It's intended to be a comedy...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of *The Twilight Zone* episode ["A Thing about Machines"](https://www.imdb.com/title/tt0734551/?ref_=tt_urv). > > Bartlett Finchley is an odd man, a writer who contributes to food magazines and the like. He lives alone and is always it seems in need of a repairman for one piece of household equipm...
This is a long shot, but there was a 1978 Star Wars parody called [Hardware Wars](https://en.wikipedia.org/wiki/Hardware_Wars) where home appliances played a big role. The plot, if you can call it that, is quite different, however.
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
This is a long shot, but there was a 1978 Star Wars parody called [Hardware Wars](https://en.wikipedia.org/wiki/Hardware_Wars) where home appliances played a big role. The plot, if you can call it that, is quite different, however.
I think you are thinking of *[Demon Seed](https://en.wikipedia.org/wiki/Demon_Seed)*, a great film. True high octane nightmare fuel. The Proteus AI takes over the house, builds a battle droid, kills a guy, makes a replicate of her to dissuade her husband from bothering its machinations, rapes a woman and impregnates h...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of *The Twilight Zone* episode ["A Thing about Machines"](https://www.imdb.com/title/tt0734551/?ref_=tt_urv). > > Bartlett Finchley is an odd man, a writer who contributes to food magazines and the like. He lives alone and is always it seems in need of a repairman for one piece of household equipm...
I think you are thinking of *[Demon Seed](https://en.wikipedia.org/wiki/Demon_Seed)*, a great film. True high octane nightmare fuel. The Proteus AI takes over the house, builds a battle droid, kills a guy, makes a replicate of her to dissuade her husband from bothering its machinations, rapes a woman and impregnates h...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
You may be thinking of *The Twilight Zone* episode ["A Thing about Machines"](https://www.imdb.com/title/tt0734551/?ref_=tt_urv). > > Bartlett Finchley is an odd man, a writer who contributes to food magazines and the like. He lives alone and is always it seems in need of a repairman for one piece of household equipm...
This is a pretty long shot, but your description sounds a little like [The Twonky](https://en.wikipedia.org/wiki/The_Twonky), which came out in the early 1950s. There's a TV that turns out to be able to do all kinds of things, and is determined to take charge of the life of the protagonist. It's intended to be a comedy...
208,953
My children asked me about the oldest movie I can remember (as a kid). It is a movie from before 1977 (probably mid 60's - early 70's) about a house where (children? owners?) were not taking care of the home appliances (I do not remember how exactly, but I think by not cleaning them, etc.) **This home equipment, one d...
2019/04/12
[ "https://scifi.stackexchange.com/questions/208953", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/45091/" ]
This is a pretty long shot, but your description sounds a little like [The Twonky](https://en.wikipedia.org/wiki/The_Twonky), which came out in the early 1950s. There's a TV that turns out to be able to do all kinds of things, and is determined to take charge of the life of the protagonist. It's intended to be a comedy...
I think you are thinking of *[Demon Seed](https://en.wikipedia.org/wiki/Demon_Seed)*, a great film. True high octane nightmare fuel. The Proteus AI takes over the house, builds a battle droid, kills a guy, makes a replicate of her to dissuade her husband from bothering its machinations, rapes a woman and impregnates h...
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
You should think about footprint as well as thumbprint; i.e. one could change their browser user agent to disclose no info about browser build and so on, more anonymous but also more unique than the typical firefox or ie headers.
One big thing I see you missing is blocking of cookies. Either block them in the browser or use do not track plus extension for chrome. You should also read this: <http://nmap.org/book/osdetect.html> There was a hak5 episode about modifying IP settings in Windows to make your Windows PC look like a linux box. I'd als...
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
> > with a spoofed mac address > > > This doesn't do anything for you. The IP address of your local gateway is what matters, which there's not much you can do about. Tor is better than nothing, but [I wouldn't count on it for much](http://en.wikipedia.org/wiki/Tor_%28anonymity_network%29#Weaknesses). So, how anon...
You should think about footprint as well as thumbprint; i.e. one could change their browser user agent to disclose no info about browser build and so on, more anonymous but also more unique than the typical firefox or ie headers.
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
Legalities and ethics aside, the following could theoretically provide a reasonable level of anonymity: * A Live CD, e.g. one of the Linux variants * An internet connection not owned or traceable to you, e.g. an unsecured WiFi connection * An SSL VPN with an exit point in a country with laws to protect your informatio...
Depending on who your trying to hide from... Your currently using systems all developed by the G man. Tor is far from anonymous but, it does however provide a very good method of scrambling traffic, for a little while longer. Its relatively easy to distinguish a virtual machines traffic. Encrypting said VM might he...
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
Legalities and ethics aside, the following could theoretically provide a reasonable level of anonymity: * A Live CD, e.g. one of the Linux variants * An internet connection not owned or traceable to you, e.g. an unsecured WiFi connection * An SSL VPN with an exit point in a country with laws to protect your informatio...
You should think about footprint as well as thumbprint; i.e. one could change their browser user agent to disclose no info about browser build and so on, more anonymous but also more unique than the typical firefox or ie headers.
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
Tor does not always protect your ip fully when you need to interact with the end node. You can check your efforts with online checks like [this](http://ip-check.info/?lang=en). What has worked for me on every check I've tried is [JanusVM](http://janusvm.com/). It runs as a VM, which you use as a proxy for your hardene...
You should consider how your browser profile looks to the web servers on the net. Check out <https://panopticlick.eff.org/> for a test of just how unique your setup might be. If you turn out to be one in a million unique like many you will need to consider what you actually mean by anonymous in this case.
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
You should consider how your browser profile looks to the web servers on the net. Check out <https://panopticlick.eff.org/> for a test of just how unique your setup might be. If you turn out to be one in a million unique like many you will need to consider what you actually mean by anonymous in this case.
> > with a spoofed mac address > > > This doesn't do anything for you. The IP address of your local gateway is what matters, which there's not much you can do about. Tor is better than nothing, but [I wouldn't count on it for much](http://en.wikipedia.org/wiki/Tor_%28anonymity_network%29#Weaknesses). So, how anon...
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
Tor does not always protect your ip fully when you need to interact with the end node. You can check your efforts with online checks like [this](http://ip-check.info/?lang=en). What has worked for me on every check I've tried is [JanusVM](http://janusvm.com/). It runs as a VM, which you use as a proxy for your hardene...
You should think about footprint as well as thumbprint; i.e. one could change their browser user agent to disclose no info about browser build and so on, more anonymous but also more unique than the typical firefox or ie headers.
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
Tor does not always protect your ip fully when you need to interact with the end node. You can check your efforts with online checks like [this](http://ip-check.info/?lang=en). What has worked for me on every check I've tried is [JanusVM](http://janusvm.com/). It runs as a VM, which you use as a proxy for your hardene...
> > with a spoofed mac address > > > This doesn't do anything for you. The IP address of your local gateway is what matters, which there's not much you can do about. Tor is better than nothing, but [I wouldn't count on it for much](http://en.wikipedia.org/wiki/Tor_%28anonymity_network%29#Weaknesses). So, how anon...
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
You should use a live CD like [BackTrack](http://www.backtrack-linux.org/). This comes with Tor and software for breaking WEP and WPA2-PSK. Then you can go war driving... are you old enough to drive? Also brush up on your [OSI model](http://en.wikipedia.org/wiki/OSI_model), the MAC address is only needed by the data l...
You should think about footprint as well as thumbprint; i.e. one could change their browser user agent to disclose no info about browser build and so on, more anonymous but also more unique than the typical firefox or ie headers.
9,734
my friend and I are trying to make the most anonymous setup for a computer to do things across the internet without being known the location from which it came. Our setup is as follows: A windows machine, with linux running in virtualbox, with a spoofed mac address using tor to do internet things. Will this setup p...
2011/12/14
[ "https://security.stackexchange.com/questions/9734", "https://security.stackexchange.com", "https://security.stackexchange.com/users/6372/" ]
You should use a live CD like [BackTrack](http://www.backtrack-linux.org/). This comes with Tor and software for breaking WEP and WPA2-PSK. Then you can go war driving... are you old enough to drive? Also brush up on your [OSI model](http://en.wikipedia.org/wiki/OSI_model), the MAC address is only needed by the data l...
Depending on who your trying to hide from... Your currently using systems all developed by the G man. Tor is far from anonymous but, it does however provide a very good method of scrambling traffic, for a little while longer. Its relatively easy to distinguish a virtual machines traffic. Encrypting said VM might he...
16,389
**Background**: * Many warriors like Bhishma, Indrajit, etc., had **boons** which made them **invincible in a battle**. * Even Karna had **Kavacha** and **Kundalas** which made him invincible (or almost immortal) in any battle. * If one battles with invincibility then there is **no chance** for him to be **defeated** ...
2016/12/17
[ "https://hinduism.stackexchange.com/questions/16389", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/8422/" ]
No. Invincibility alone does not dictate dharma or adharma, but rather which side you're fighting on. Both Bhishma & Krishna are invincible. But one did dharma and other did adharma. It is like asking - "Is it adharma to be a very fast runner ? Because if you steal something, and you run away fast, nobody can cat...
People like Bhishma, Karna and many others though being great warriors and kings(ruling officials or stuff) did not respect the basic dharma that you can't disrespect a Woman. When draupadi was being humiliated before everyone.. Only Ashwadhama opposed it. He was spared because of that. Other than that everyone were pu...
16,389
**Background**: * Many warriors like Bhishma, Indrajit, etc., had **boons** which made them **invincible in a battle**. * Even Karna had **Kavacha** and **Kundalas** which made him invincible (or almost immortal) in any battle. * If one battles with invincibility then there is **no chance** for him to be **defeated** ...
2016/12/17
[ "https://hinduism.stackexchange.com/questions/16389", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/8422/" ]
**TL;DR**: Invincibility by itself is neither dharma nor adharma. But what you do with it will decide if you are following dharma or adharma. --- ### First off, what is dharma? In Karṇa-parva of the Mahābhārata, Kṛṣṇa [explains](http://www.sacred-texts.com/hin/m08/m08069.htm) dharma to Arjuna as: > > *dhāraṇād dha...
People like Bhishma, Karna and many others though being great warriors and kings(ruling officials or stuff) did not respect the basic dharma that you can't disrespect a Woman. When draupadi was being humiliated before everyone.. Only Ashwadhama opposed it. He was spared because of that. Other than that everyone were pu...
16,389
**Background**: * Many warriors like Bhishma, Indrajit, etc., had **boons** which made them **invincible in a battle**. * Even Karna had **Kavacha** and **Kundalas** which made him invincible (or almost immortal) in any battle. * If one battles with invincibility then there is **no chance** for him to be **defeated** ...
2016/12/17
[ "https://hinduism.stackexchange.com/questions/16389", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/8422/" ]
Your question is a false dilemma.Bhisma was defeated every so often.He was NOT invincible. Indrajit wasn't invincible either.Ravan was accompanied by Indrajit and Atikaay in his first day of confrontation with Rama and entire force was defeated. Please read [Yuddha Kanda Sarga 59](http://www.valmikiramayan.net/utf8/yu...
People like Bhishma, Karna and many others though being great warriors and kings(ruling officials or stuff) did not respect the basic dharma that you can't disrespect a Woman. When draupadi was being humiliated before everyone.. Only Ashwadhama opposed it. He was spared because of that. Other than that everyone were pu...
16,389
**Background**: * Many warriors like Bhishma, Indrajit, etc., had **boons** which made them **invincible in a battle**. * Even Karna had **Kavacha** and **Kundalas** which made him invincible (or almost immortal) in any battle. * If one battles with invincibility then there is **no chance** for him to be **defeated** ...
2016/12/17
[ "https://hinduism.stackexchange.com/questions/16389", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/8422/" ]
**TL;DR**: Invincibility by itself is neither dharma nor adharma. But what you do with it will decide if you are following dharma or adharma. --- ### First off, what is dharma? In Karṇa-parva of the Mahābhārata, Kṛṣṇa [explains](http://www.sacred-texts.com/hin/m08/m08069.htm) dharma to Arjuna as: > > *dhāraṇād dha...
No. Invincibility alone does not dictate dharma or adharma, but rather which side you're fighting on. Both Bhishma & Krishna are invincible. But one did dharma and other did adharma. It is like asking - "Is it adharma to be a very fast runner ? Because if you steal something, and you run away fast, nobody can cat...
16,389
**Background**: * Many warriors like Bhishma, Indrajit, etc., had **boons** which made them **invincible in a battle**. * Even Karna had **Kavacha** and **Kundalas** which made him invincible (or almost immortal) in any battle. * If one battles with invincibility then there is **no chance** for him to be **defeated** ...
2016/12/17
[ "https://hinduism.stackexchange.com/questions/16389", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/8422/" ]
No. Invincibility alone does not dictate dharma or adharma, but rather which side you're fighting on. Both Bhishma & Krishna are invincible. But one did dharma and other did adharma. It is like asking - "Is it adharma to be a very fast runner ? Because if you steal something, and you run away fast, nobody can cat...
Your question is a false dilemma.Bhisma was defeated every so often.He was NOT invincible. Indrajit wasn't invincible either.Ravan was accompanied by Indrajit and Atikaay in his first day of confrontation with Rama and entire force was defeated. Please read [Yuddha Kanda Sarga 59](http://www.valmikiramayan.net/utf8/yu...
16,389
**Background**: * Many warriors like Bhishma, Indrajit, etc., had **boons** which made them **invincible in a battle**. * Even Karna had **Kavacha** and **Kundalas** which made him invincible (or almost immortal) in any battle. * If one battles with invincibility then there is **no chance** for him to be **defeated** ...
2016/12/17
[ "https://hinduism.stackexchange.com/questions/16389", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/8422/" ]
**TL;DR**: Invincibility by itself is neither dharma nor adharma. But what you do with it will decide if you are following dharma or adharma. --- ### First off, what is dharma? In Karṇa-parva of the Mahābhārata, Kṛṣṇa [explains](http://www.sacred-texts.com/hin/m08/m08069.htm) dharma to Arjuna as: > > *dhāraṇād dha...
Your question is a false dilemma.Bhisma was defeated every so often.He was NOT invincible. Indrajit wasn't invincible either.Ravan was accompanied by Indrajit and Atikaay in his first day of confrontation with Rama and entire force was defeated. Please read [Yuddha Kanda Sarga 59](http://www.valmikiramayan.net/utf8/yu...
100,816
Cucumbers can be made sour by giving sugar to lactic acid bacteria (I do not like vinegar). Do you really need salt and can it be avoided, or what is the minimum if you do need it as preservative? Example: "[You want to make a very salty solution of at least 5 percent](https://oureverydaylife.com/pickle-vinegar-20961...
2019/08/19
[ "https://cooking.stackexchange.com/questions/100816", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/64018/" ]
Yes, you need salt. Salt selectively inhibits mold and bacteria which would otherwise out-compete the lactic acid bacteria. I'm sure you've seen vegetables rot; that's fermented cucumbers without salt. There's no absolute minimum salt concentration. The less salt you add, the funkier and slimier the final product will...
Salt is necessary for lactic fermentation of vegetables. It is one of several components to creating a successful lactic acid ferment. Lactic acid lowers the pH of its environment rapidly, and to the point where competing, problematic organisms can't grow. You will probably need 2% salt at a minimum, but slightly highe...
1,233
I'm currently running a 2008 unibody 15" MacBook Pro 2.53 with 320GB 5400 RPM hard drive and 4GB of system memory. I've upgraded to Snow Leopard and I'm running Lightroom 3 (64-bit). I have two problems with my setup currently and I'm seeking recommendations on improving the situation: * memory usage during processin...
2010/07/23
[ "https://photo.stackexchange.com/questions/1233", "https://photo.stackexchange.com", "https://photo.stackexchange.com/users/271/" ]
Memory usage is fine, as long as you have enough system memory to cover it. Once you start running out of memory, then you'll notice performance problems. Switching between images in LR3 is a bit slow; I think there are enough users who report this issue that an update to lightroom will address it. You've probably n...
Regarding your second point, try increasing the 'Camera RAW cache settings' in the Preferences ('File editing' tab). This defaults to 1Gb and will determine if LR will need to generate the rendered preview from scratch or use a cached copy. In the [Luminious Landscape tutorials](http://www.luminous-landscape.com/videos...
1,233
I'm currently running a 2008 unibody 15" MacBook Pro 2.53 with 320GB 5400 RPM hard drive and 4GB of system memory. I've upgraded to Snow Leopard and I'm running Lightroom 3 (64-bit). I have two problems with my setup currently and I'm seeking recommendations on improving the situation: * memory usage during processin...
2010/07/23
[ "https://photo.stackexchange.com/questions/1233", "https://photo.stackexchange.com", "https://photo.stackexchange.com/users/271/" ]
yes, that memory usage is normal converting to jpeg. I"m finding 4Gig works fine. A few suggestions. upgrade your drive to a 7200 drive. you're probably seeing I/O delays and a faster drive will help. preferences->file handling, set the cache to a larger value. I use 25 gig. optimize your catalog (under the file m...
Memory usage is fine, as long as you have enough system memory to cover it. Once you start running out of memory, then you'll notice performance problems. Switching between images in LR3 is a bit slow; I think there are enough users who report this issue that an update to lightroom will address it. You've probably n...
1,233
I'm currently running a 2008 unibody 15" MacBook Pro 2.53 with 320GB 5400 RPM hard drive and 4GB of system memory. I've upgraded to Snow Leopard and I'm running Lightroom 3 (64-bit). I have two problems with my setup currently and I'm seeking recommendations on improving the situation: * memory usage during processin...
2010/07/23
[ "https://photo.stackexchange.com/questions/1233", "https://photo.stackexchange.com", "https://photo.stackexchange.com/users/271/" ]
Memory usage is fine, as long as you have enough system memory to cover it. Once you start running out of memory, then you'll notice performance problems. Switching between images in LR3 is a bit slow; I think there are enough users who report this issue that an update to lightroom will address it. You've probably n...
Using a combination of high performance hardware, including a quad core CPU (Intel i7), an SSD (for very, very fast loading times) and at least 4GB ram will make Lightroom faster. The main ticker is your CPU as this is responsible for processing the RAW files. I'd place getting a fast hard drive or SSD (very highly re...
1,233
I'm currently running a 2008 unibody 15" MacBook Pro 2.53 with 320GB 5400 RPM hard drive and 4GB of system memory. I've upgraded to Snow Leopard and I'm running Lightroom 3 (64-bit). I have two problems with my setup currently and I'm seeking recommendations on improving the situation: * memory usage during processin...
2010/07/23
[ "https://photo.stackexchange.com/questions/1233", "https://photo.stackexchange.com", "https://photo.stackexchange.com/users/271/" ]
yes, that memory usage is normal converting to jpeg. I"m finding 4Gig works fine. A few suggestions. upgrade your drive to a 7200 drive. you're probably seeing I/O delays and a faster drive will help. preferences->file handling, set the cache to a larger value. I use 25 gig. optimize your catalog (under the file m...
Regarding your second point, try increasing the 'Camera RAW cache settings' in the Preferences ('File editing' tab). This defaults to 1Gb and will determine if LR will need to generate the rendered preview from scratch or use a cached copy. In the [Luminious Landscape tutorials](http://www.luminous-landscape.com/videos...
1,233
I'm currently running a 2008 unibody 15" MacBook Pro 2.53 with 320GB 5400 RPM hard drive and 4GB of system memory. I've upgraded to Snow Leopard and I'm running Lightroom 3 (64-bit). I have two problems with my setup currently and I'm seeking recommendations on improving the situation: * memory usage during processin...
2010/07/23
[ "https://photo.stackexchange.com/questions/1233", "https://photo.stackexchange.com", "https://photo.stackexchange.com/users/271/" ]
Regarding your second point, try increasing the 'Camera RAW cache settings' in the Preferences ('File editing' tab). This defaults to 1Gb and will determine if LR will need to generate the rendered preview from scratch or use a cached copy. In the [Luminious Landscape tutorials](http://www.luminous-landscape.com/videos...
Using a combination of high performance hardware, including a quad core CPU (Intel i7), an SSD (for very, very fast loading times) and at least 4GB ram will make Lightroom faster. The main ticker is your CPU as this is responsible for processing the RAW files. I'd place getting a fast hard drive or SSD (very highly re...
1,233
I'm currently running a 2008 unibody 15" MacBook Pro 2.53 with 320GB 5400 RPM hard drive and 4GB of system memory. I've upgraded to Snow Leopard and I'm running Lightroom 3 (64-bit). I have two problems with my setup currently and I'm seeking recommendations on improving the situation: * memory usage during processin...
2010/07/23
[ "https://photo.stackexchange.com/questions/1233", "https://photo.stackexchange.com", "https://photo.stackexchange.com/users/271/" ]
yes, that memory usage is normal converting to jpeg. I"m finding 4Gig works fine. A few suggestions. upgrade your drive to a 7200 drive. you're probably seeing I/O delays and a faster drive will help. preferences->file handling, set the cache to a larger value. I use 25 gig. optimize your catalog (under the file m...
Using a combination of high performance hardware, including a quad core CPU (Intel i7), an SSD (for very, very fast loading times) and at least 4GB ram will make Lightroom faster. The main ticker is your CPU as this is responsible for processing the RAW files. I'd place getting a fast hard drive or SSD (very highly re...
239,470
I have just installed QGIS 2.18 and was dismayed to find that "open attribute table" no longer displays data in a tabular format. Instead I get list of 'filter' values with a check box and the rest of the pane taken up with the details of the selected value as a form. I have just looked at the 2.18 Docs and this is cl...
2017/05/07
[ "https://gis.stackexchange.com/questions/239470", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/14406/" ]
It sounds like you may have opened your table in "Form View". In the lower-right corner of the pane there should be two buttons - One to display in Form View, the other in Table view. Click the Table View button to display your table. Form View: [![enter image description here](https://i.stack.imgur.com/ekdJM.png)]...
I've seen this asked a few times; it seems to be a common point of confusion (and it trips me up regularly too). I think this might have happened if you clicked on the "toggle multi edit" icon by mistake... [![enter image description here](https://i.stack.imgur.com/MoMtf.png)](https://i.stack.imgur.com/MoMtf.png) Th...
59,870
I need to transform active sentences into passive sentences, using the verb *to fall*. For instance, for > > My talk falls naturally into three parts. > > > could we say > > My talk is felt into three parts. > > > --- Would you please show me if we can use each of the following as a *passive sentence*? W...
2015/06/21
[ "https://ell.stackexchange.com/questions/59870", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/3751/" ]
The word fall is an intransitive verb; it has no object. So you cannot change any of these sentences into the passive voice.
Subject matters: > > It falls to be aired = It needs to be aired, looked at > > >
59,870
I need to transform active sentences into passive sentences, using the verb *to fall*. For instance, for > > My talk falls naturally into three parts. > > > could we say > > My talk is felt into three parts. > > > --- Would you please show me if we can use each of the following as a *passive sentence*? W...
2015/06/21
[ "https://ell.stackexchange.com/questions/59870", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/3751/" ]
The word fall is an intransitive verb; it has no object. So you cannot change any of these sentences into the passive voice.
The verb "fall" can not clearly be used in active voice sense as the subject does nothing to perform the action of falling. Though "fall" is an action verb, the action of falling is acted upon the subject. Not only "fall" but there are also few other verbs considered as action verbs and used in passive sense but the ac...
59,870
I need to transform active sentences into passive sentences, using the verb *to fall*. For instance, for > > My talk falls naturally into three parts. > > > could we say > > My talk is felt into three parts. > > > --- Would you please show me if we can use each of the following as a *passive sentence*? W...
2015/06/21
[ "https://ell.stackexchange.com/questions/59870", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/3751/" ]
The verb "fall" can not clearly be used in active voice sense as the subject does nothing to perform the action of falling. Though "fall" is an action verb, the action of falling is acted upon the subject. Not only "fall" but there are also few other verbs considered as action verbs and used in passive sense but the ac...
Subject matters: > > It falls to be aired = It needs to be aired, looked at > > >
5,415,465
what does it really mean when itunes complains that?? The application "" was not install on the iPhone "" because the signer is not valid. we have got this error when we use "Build and Archive" or even with "Ad-hoc" distribution method with the targeted iPhone's UUID registered with Provisioning portal and generated ...
2011/03/24
[ "https://Stackoverflow.com/questions/5415465", "https://Stackoverflow.com", "https://Stackoverflow.com/users/427686/" ]
@Yit Ming: **There can be three issues:** **1)** It may be the case your provisioning profile either has expired. **2)** It may be your app is not code signed with a proper provisioning profile. **3)** It may be the case that your device ID may not be added to the provisioning profile. Hope this helps
i have already found a solution to my problem. as i mentioned previously, even if i use the method "Build and Archive" to compile a binary (in .IPA) to be installed in my tester's device, occasionally i will still get the error The application "" was not install on the iPhone "" because the signer is not valid. Thi...
5,639,275
The goal is to make a game which will be compatible with many Graphics cards, and cross-platform. I decided to go with OpenGL 2.0 and Glut. I quickly came to realize however, that there are no specific DLL for version OpenGL version 1.0, 2.0, 2.1... This lead me to wonder, how exactly do you choose which OpenGL versi...
2011/04/12
[ "https://Stackoverflow.com/questions/5639275", "https://Stackoverflow.com", "https://Stackoverflow.com/users/422382/" ]
You simply don't use any of the new features introduced since 2.0
In OpenGL 2.x and earlier you just create a context. That context must be backwards compatible with any version of OpenGL you care to use. In OpenGL 3.0 and latter where strict API backwards compatibility was done away with there is a new method of context creation that allows you to specify the OpenGL version as attri...
5,639,275
The goal is to make a game which will be compatible with many Graphics cards, and cross-platform. I decided to go with OpenGL 2.0 and Glut. I quickly came to realize however, that there are no specific DLL for version OpenGL version 1.0, 2.0, 2.1... This lead me to wonder, how exactly do you choose which OpenGL versi...
2011/04/12
[ "https://Stackoverflow.com/questions/5639275", "https://Stackoverflow.com", "https://Stackoverflow.com/users/422382/" ]
You simply don't use any of the new features introduced since 2.0
> > Also, I am aware that Windows Visual Studio only comes with OpenGL version 1.1. That is why I decided to use Glut, so that I could use functions from a later version of OpenGL such as 2.0. > > > GLUT will **not** help in this respect (or, I'm tempted to say, in any other respect either). What you're looking fo...
5,639,275
The goal is to make a game which will be compatible with many Graphics cards, and cross-platform. I decided to go with OpenGL 2.0 and Glut. I quickly came to realize however, that there are no specific DLL for version OpenGL version 1.0, 2.0, 2.1... This lead me to wonder, how exactly do you choose which OpenGL versi...
2011/04/12
[ "https://Stackoverflow.com/questions/5639275", "https://Stackoverflow.com", "https://Stackoverflow.com/users/422382/" ]
> > Also, I am aware that Windows Visual Studio only comes with OpenGL version 1.1. That is why I decided to use Glut, so that I could use functions from a later version of OpenGL such as 2.0. > > > GLUT will **not** help in this respect (or, I'm tempted to say, in any other respect either). What you're looking fo...
In OpenGL 2.x and earlier you just create a context. That context must be backwards compatible with any version of OpenGL you care to use. In OpenGL 3.0 and latter where strict API backwards compatibility was done away with there is a new method of context creation that allows you to specify the OpenGL version as attri...
26,541
I want to know the difference between the roles Test Analyst and Technical Test Analyst, since the ISTQB has different paths for [Test Analyst](http://www.istqb.org/certification-path-root/advanced-level/advanced-level-test-analyst.html) and [Technical Test Analyst](http://www.istqb.org/certification-path-root/advanced...
2017/03/31
[ "https://sqa.stackexchange.com/questions/26541", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/22476/" ]
Technical Test Analyst most closely aligns with "Test Engineer" whereas the Test Analyst is just a tester. Engineer or Technical implies the knowledge and capability to do more than just stay on the surface but to be able to dig around into the engineering makeup of an application or product. If you were doing some oi...
Based solely on the description I can make the assumption that the technical test analyst is geared towards the devops shift in the industry. The technical test analyst would know more about the processes involving automation.
26,541
I want to know the difference between the roles Test Analyst and Technical Test Analyst, since the ISTQB has different paths for [Test Analyst](http://www.istqb.org/certification-path-root/advanced-level/advanced-level-test-analyst.html) and [Technical Test Analyst](http://www.istqb.org/certification-path-root/advanced...
2017/03/31
[ "https://sqa.stackexchange.com/questions/26541", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/22476/" ]
I think the differences are best explained by comparing their skill sets: [![enter image description here](https://i.stack.imgur.com/WaLWP.png)](https://i.stack.imgur.com/WaLWP.png) From my personal experience: * Technical test analyst is involved with more test automation. * Test analyst is involved with more busine...
Based solely on the description I can make the assumption that the technical test analyst is geared towards the devops shift in the industry. The technical test analyst would know more about the processes involving automation.
26,541
I want to know the difference between the roles Test Analyst and Technical Test Analyst, since the ISTQB has different paths for [Test Analyst](http://www.istqb.org/certification-path-root/advanced-level/advanced-level-test-analyst.html) and [Technical Test Analyst](http://www.istqb.org/certification-path-root/advanced...
2017/03/31
[ "https://sqa.stackexchange.com/questions/26541", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/22476/" ]
Technical Test Analyst most closely aligns with "Test Engineer" whereas the Test Analyst is just a tester. Engineer or Technical implies the knowledge and capability to do more than just stay on the surface but to be able to dig around into the engineering makeup of an application or product. If you were doing some oi...
I think the differences are best explained by comparing their skill sets: [![enter image description here](https://i.stack.imgur.com/WaLWP.png)](https://i.stack.imgur.com/WaLWP.png) From my personal experience: * Technical test analyst is involved with more test automation. * Test analyst is involved with more busine...
26,541
I want to know the difference between the roles Test Analyst and Technical Test Analyst, since the ISTQB has different paths for [Test Analyst](http://www.istqb.org/certification-path-root/advanced-level/advanced-level-test-analyst.html) and [Technical Test Analyst](http://www.istqb.org/certification-path-root/advanced...
2017/03/31
[ "https://sqa.stackexchange.com/questions/26541", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/22476/" ]
Technical Test Analyst most closely aligns with "Test Engineer" whereas the Test Analyst is just a tester. Engineer or Technical implies the knowledge and capability to do more than just stay on the surface but to be able to dig around into the engineering makeup of an application or product. If you were doing some oi...
Most above answers says technical test analysts primary for test automation. But ISTQB has separate path for [Test Automation Engineers](https://www.istqb.org/certification-path-root/test-automation-engineer.html) Hence I think technical test analyst have responsibility of much more broader technical quality in SUT t...
26,541
I want to know the difference between the roles Test Analyst and Technical Test Analyst, since the ISTQB has different paths for [Test Analyst](http://www.istqb.org/certification-path-root/advanced-level/advanced-level-test-analyst.html) and [Technical Test Analyst](http://www.istqb.org/certification-path-root/advanced...
2017/03/31
[ "https://sqa.stackexchange.com/questions/26541", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/22476/" ]
I think the differences are best explained by comparing their skill sets: [![enter image description here](https://i.stack.imgur.com/WaLWP.png)](https://i.stack.imgur.com/WaLWP.png) From my personal experience: * Technical test analyst is involved with more test automation. * Test analyst is involved with more busine...
Most above answers says technical test analysts primary for test automation. But ISTQB has separate path for [Test Automation Engineers](https://www.istqb.org/certification-path-root/test-automation-engineer.html) Hence I think technical test analyst have responsibility of much more broader technical quality in SUT t...
33,186
Can anyone explain to me that how solvent factor affect the wavelength and intensity of gold nanoparticle and silver nanoparticle in UV spectroscopy?
2015/06/22
[ "https://chemistry.stackexchange.com/questions/33186", "https://chemistry.stackexchange.com", "https://chemistry.stackexchange.com/users/17066/" ]
Attenuation of light related to the properties of material is governed by beer-lambert law Many molecules absorb ultraviolet or visible light. The absorbance of a solution increases as attenuation of the beam increases. Absorbance is directly proportional to the path length, b, and the concentration, c, of the absorbin...
Mentioned in previous answer (beer law) explains differences in intensity because, apart from nanoparticles, each solvent absorbs differently. But in the most of the measurments of the nanoparticles suspended in solvent, spectrum originating from solvent itself is treated as baseline. Therefore final measured spectrum ...
131,184
basically I'm trying to make a plane with a solid colored center and I want it fades out to the edges of the plane (as the image below) on cycles. [![Squared plane with faded out edges](https://i.stack.imgur.com/ZvRjb.png)](https://i.stack.imgur.com/ZvRjb.png) Thanks in advance. Regards, Gonzalo
2019/02/08
[ "https://blender.stackexchange.com/questions/131184", "https://blender.stackexchange.com", "https://blender.stackexchange.com/users/68853/" ]
To Blur the Edges you could put a masking Texture (BW) into the fac of a mix node that mixes your prefered shader with an transparent shader. I did it with a generated radial texture, but you could do it also with a premade texture, from your image editing software. If you want a blur-node in blender look at Bashis...
The most easy way is to activate the build-in add-on "Import images as planes". After that, select *File > Import > Images As Planes*. This will create a simple plane with all needed material settings, and most important correct alpha nodes.
60,348
In Star Trek Voyager the episode [Pathfinder](http://en.memory-alpha.org/wiki/Pathfinder) ends with Starfleet reestablishing regular, semi-permanent communications with Voyager. After this point why didn't the crew of Voyager update their uniform to the standard being used by the rest of Starfleet at this time? [This]...
2014/06/29
[ "https://scifi.stackexchange.com/questions/60348", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/1234/" ]
Power was a continual issue in Voyager, to the point that the crew was issued [replicator rations](http://en.memory-alpha.org/wiki/Replicator_ration) to limit usage throughout the series. Two examples from the page: > > For example a clarinet, a complicated object to replicate, required a week's worth of rations as ...
Out of universe --------------- The answer is simple. The budgets for the various episodes are relatively small and replacing an entire set of uniforms is an expensive prospect. Flush with cinematic money from the recent "First Contact" film, the decision seems to have been taken to re-purpose the new FC uniforms for ...
60,348
In Star Trek Voyager the episode [Pathfinder](http://en.memory-alpha.org/wiki/Pathfinder) ends with Starfleet reestablishing regular, semi-permanent communications with Voyager. After this point why didn't the crew of Voyager update their uniform to the standard being used by the rest of Starfleet at this time? [This]...
2014/06/29
[ "https://scifi.stackexchange.com/questions/60348", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/1234/" ]
Power was a continual issue in Voyager, to the point that the crew was issued [replicator rations](http://en.memory-alpha.org/wiki/Replicator_ration) to limit usage throughout the series. Two examples from the page: > > For example a clarinet, a complicated object to replicate, required a week's worth of rations as ...
As they were a roughly military organization one can draw on similar themes...we were issued our uniforms (usually 3 to 4 standard work, 1 dress and if you were in a specific area you might have gotten additional uniforms due to the nature of your workplace - i.e. medical, mechanical, flightline, etc.). We replaced ou...
5,697
I'm looking for suggestions for 3D design software which support designing multi-material parts. I will be printing on a multi-extruder machine based on RepRap firmware. The printer will handle the files when given a proper g-code file. Slic3r will produce a proper g-code file given the right input. STL seems to be si...
2018/03/26
[ "https://3dprinting.stackexchange.com/questions/5697", "https://3dprinting.stackexchange.com", "https://3dprinting.stackexchange.com/users/2082/" ]
A Scriptable Process for Generating Multi-Material STL Files: ------------------------------------------------------------- I am now using interactive CAD software to define the more complex features of the object I am printing (in the current case, clock faces), and then using OpenSCAD to do the boolean volume operat...
You do not necessarily need a specific design tool, you can use any tool you want to create your multiple material product. It is the slicer software that manages the materials by assigning the correct extruder. E.g. Cura is able to join 2 STL files that fit together and assign each part a specific extruder and thus ma...
8,614
Day after day when using Arqade, I see questions (poorly worded, formatted, whatever the case may be) from users who had just created the account to ask the question. Almost every time the question never gets answered. Just look at the newest questions now. People with 1 rep who made an account today, asked a questio...
2014/05/01
[ "https://gaming.meta.stackexchange.com/questions/8614", "https://gaming.meta.stackexchange.com", "https://gaming.meta.stackexchange.com/users/72718/" ]
The only thing that is missing is the +15 of the accept - people will still upvote good content, and answerers will still be rewarded in some format, even if the asker never ever comes back and never selects an answer. Remember, the asker is not the only person these answers are for - it has been proven time and time ...
At the end of the day, if they're good questions underneath the garbage, we can clean up the writing and answer them. If the answer was helpful, maybe they'll come back; and if they don't, well, it's there for google and it makes the Internet a little bit better. Y'know, just like any other question. I'm not sure why a...
55,662
My height is 5 ft 9.5" (176.5 cm). I went to Decathlon and tried out both the 26" and 28" bicycles there. Both sizes felt comfortable. But I cannot really tell unless I ride for a long distance. I had to raise the seat of the 26" and had to very slightly decrease the seat height of the 28". Which bicycle size should I...
2018/07/06
[ "https://bicycles.stackexchange.com/questions/55662", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/38469/" ]
Vertical height is easier to adjust than 'reach' or the horizontal distance from the handle bar. Check which one is more comfortable there. I would err on the smaller size myself, as long as it isn't too small, since the reach being even slightly longer causes neck and other pains.
So far 700 kms using Triban 100 (L size), I'm 175 cms. I feel L is good.. Though store helper suggested me M size, i chose L.. and feeling it's a good choice. Meanwhile i also tried M in the store after few hundreds on L.. and confirmed L is the perfect choice. And mine it's straight bar..
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Here's a scenario I've been in many times: I post a quick answer to a question. It's accurate and reasonably helpful, and therefore collects several up-votes. Then someone else posts their answer... The extra time they spent on it clearly shows: it's comprehensive, easy to read, links to tangential-related information,...
In response to newcomers who ask in bewilderment the [scope of the Disciplined badge](https://meta.stackexchange.com/search?q=is%3Aquestion+why+%E2%80%9Cdisciplined%E2%80%9D+badge), I suggest that they are victims of the video gamer [conditioned reflex](https://medical-dictionary.thefreedictionary.com/conditioned+refle...
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
It's disciplined because you delete the post even though you will lose rep by doing so - i.e. you actually care more about answer correctness and relevance than rep (or, as smackfu says, you care enough about badges that it pushes you over the line (gives you enough incentive to delete your answer, knowing you will get...
It incentivizes deleting an answer after it is no longer relevant. That's why I deleted the one that got me the badge.
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Here's my story. I've just deleted an answer of mine with 4 upvotes (while all other answers on the page were at 0 or 1) after the OP made grave edits to his question that rendered my answer totally asinine. At worst, my answer now suggests that I just can't read. At best, it now looks like I mixed things up and post...
In response to newcomers who ask in bewilderment the [scope of the Disciplined badge](https://meta.stackexchange.com/search?q=is%3Aquestion+why+%E2%80%9Cdisciplined%E2%80%9D+badge), I suggest that they are victims of the video gamer [conditioned reflex](https://medical-dictionary.thefreedictionary.com/conditioned+refle...
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Here's a scenario I've been in many times: I post a quick answer to a question. It's accurate and reasonably helpful, and therefore collects several up-votes. Then someone else posts their answer... The extra time they spent on it clearly shows: it's comprehensive, easy to read, links to tangential-related information,...
Because supposedly if his answer got some up votes, which gets him reputation, but the answer is irrelevant, he is disciplined by doing the right thing and deleting it.
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Because supposedly if his answer got some up votes, which gets him reputation, but the answer is irrelevant, he is disciplined by doing the right thing and deleting it.
It incentivizes deleting an answer after it is no longer relevant. That's why I deleted the one that got me the badge.
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Here's a scenario I've been in many times: I post a quick answer to a question. It's accurate and reasonably helpful, and therefore collects several up-votes. Then someone else posts their answer... The extra time they spent on it clearly shows: it's comprehensive, easy to read, links to tangential-related information,...
It incentivizes deleting an answer after it is no longer relevant. That's why I deleted the one that got me the badge.
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Here's my story. I've just deleted an answer of mine with 4 upvotes (while all other answers on the page were at 0 or 1) after the OP made grave edits to his question that rendered my answer totally asinine. At worst, my answer now suggests that I just can't read. At best, it now looks like I mixed things up and post...
I deleted one after I misread the question and gave the wrong answer, but somehow got five upvotes anyway...
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
Because supposedly if his answer got some up votes, which gets him reputation, but the answer is irrelevant, he is disciplined by doing the right thing and deleting it.
In response to newcomers who ask in bewilderment the [scope of the Disciplined badge](https://meta.stackexchange.com/search?q=is%3Aquestion+why+%E2%80%9Cdisciplined%E2%80%9D+badge), I suggest that they are victims of the video gamer [conditioned reflex](https://medical-dictionary.thefreedictionary.com/conditioned+refle...
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
It's disciplined because you delete the post even though you will lose rep by doing so - i.e. you actually care more about answer correctness and relevance than rep (or, as smackfu says, you care enough about badges that it pushes you over the line (gives you enough incentive to delete your answer, knowing you will get...
Here's my story. I've just deleted an answer of mine with 4 upvotes (while all other answers on the page were at 0 or 1) after the OP made grave edits to his question that rendered my answer totally asinine. At worst, my answer now suggests that I just can't read. At best, it now looks like I mixed things up and post...
7,609
I don't get the purposes of the [disciplined](https://stackoverflow.com/help/badges/37/disciplined) badge. Why would someone delete a good answer where he has been awarded 3 up-votes, and why should he be marked as "disciplined" for doing so?
2009/07/21
[ "https://meta.stackexchange.com/questions/7609", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/78374/" ]
I deleted one after I misread the question and gave the wrong answer, but somehow got five upvotes anyway...
In response to newcomers who ask in bewilderment the [scope of the Disciplined badge](https://meta.stackexchange.com/search?q=is%3Aquestion+why+%E2%80%9Cdisciplined%E2%80%9D+badge), I suggest that they are victims of the video gamer [conditioned reflex](https://medical-dictionary.thefreedictionary.com/conditioned+refle...
52,347
Is there any kind of time frame in which new proposals are expected to attain the requisite number of followers to move to the next phase? I can see where if it takes a year to gather enough followers to take the proposal to beta then maybe the proposal can come into question, but I can also see where others might take...
2010/06/03
[ "https://meta.stackexchange.com/questions/52347", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/75852/" ]
> > **Editor's note:** As of April 27, 2018, [there is now a four-month deadline](https://area51.meta.stackexchange.com/questions/27938/changes-to-the-area-51-process-v3-0) for each proposal's Definition and Commitment phases. The clock is reset once the proposal finishes each phase. This is because sites whose propos...
It seems to me that this policy [has recently changed](https://area51.meta.stackexchange.com/questions/27938/changes-to-the-area-51-process-v3-0) (April 27th, 2018): > > [UNCHANGED] Proposal authors have three (3) days to complete the minimum submission requirements (5 followers, 5 example questions) > > > A propos...
52,377
As per the PCI-DSS 3.5.2 requirement Encrypted with a key-encrypting key that is at least as strong as the data-encrypting key, and that is **stored separately** from the data encrypting key. Does this mean: 1. Storing the keys(DEK and KEK) in different servers(server1 and server2) or 2. Storing the keys(DEK and KEK...
2014/02/27
[ "https://security.stackexchange.com/questions/52377", "https://security.stackexchange.com", "https://security.stackexchange.com/users/37434/" ]
There's two ways to do this: Simple storage-only approach ============================ The first method is to use one device for encrypting the data, and another device for storing it. So data gets encrypted on some application server, but gets stored on a database server. The place where the data is stored does not ...
So you have 2 questions What does **stored separately** in the 3.5.2 requirement mean? ============================================================== "Separate" means, well, separate, so as far as that particular requirement is concerned, your 1rd, 2nd, 3rd methods are all fine. However in other requirements (e.g. re...
248,222
Usually taking an AirPod out of the case and putting it in my ear works fine - it connects to Bluetooth as per the indicator up top and audio works, but other times it shows as connected per the indicator but audio does not go to it. I can fix it by turning off Bluetooth and then back on and choosing to connect to the...
2022/08/31
[ "https://android.stackexchange.com/questions/248222", "https://android.stackexchange.com", "https://android.stackexchange.com/users/104279/" ]
Unfortunately Bluetooth isn't always reliable so you might want to "forget" the device on your phone and then pair it again to see if that resolves the issue. You might also be able to see what is going on by [enabling Bluetooth Debugging on your phone](https://developer.android.com/training/wearables/get-started/debu...
It turns out that the AirPods Pro 2 fixed the issue. Perhaps it was a defect in the first model that didn't play nicely with Android.
2,764,832
I am trying to use facebook API and some functions/objects used in tutorials are NOT defined in facebook.php (downloaded from github.com). Am I so silly or is there some other think I should know? Thanks for help, Roman
2010/05/04
[ "https://Stackoverflow.com/questions/2764832", "https://Stackoverflow.com", "https://Stackoverflow.com/users/332291/" ]
Just for your attention: Facebook has changed its whole API structure last week, and their documentation is still in a state of transition. Make sure you start out from <http://developers.facebook.com/docs/> to get only the new version of the API (it is much better than the old one, by the way).
Because they have updated/changed their API recently, try browsing facebook developers section, you'll find the necessary changes there
86,405
OS X Reminders doesn't sync with my Google Account although Calendar and Mails work OK. How to sync OS X Reminders with Google (or GTask Android App) to have it Android device?
2013/03/22
[ "https://apple.stackexchange.com/questions/86405", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/37625/" ]
There is an app called [Reminder For iCloud](https://play.google.com/store/apps/details?id=us.doplus.reminder) on Google Play, which I believe can meet your need. It can sync reminders of iCloud.
Mac OS X Reminders only syncs to iCloud. At best you can publish your lists and look at them through a browser.
86,405
OS X Reminders doesn't sync with my Google Account although Calendar and Mails work OK. How to sync OS X Reminders with Google (or GTask Android App) to have it Android device?
2013/03/22
[ "https://apple.stackexchange.com/questions/86405", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/37625/" ]
Here is what you need, [iCloud Reminder Sync](https://play.google.com/store/apps/details?id=com.tai.tran.calendar.free) I developed it, If you have any question, just ask me
Mac OS X Reminders only syncs to iCloud. At best you can publish your lists and look at them through a browser.
86,405
OS X Reminders doesn't sync with my Google Account although Calendar and Mails work OK. How to sync OS X Reminders with Google (or GTask Android App) to have it Android device?
2013/03/22
[ "https://apple.stackexchange.com/questions/86405", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/37625/" ]
There is an app called [Reminder For iCloud](https://play.google.com/store/apps/details?id=us.doplus.reminder) on Google Play, which I believe can meet your need. It can sync reminders of iCloud.
A rather crude method: Use an applescript to export it to .ics on a regular basis, and ask it to put the output in your google drive folder. It will be available in Google Drive.
86,405
OS X Reminders doesn't sync with my Google Account although Calendar and Mails work OK. How to sync OS X Reminders with Google (or GTask Android App) to have it Android device?
2013/03/22
[ "https://apple.stackexchange.com/questions/86405", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/37625/" ]
Here is what you need, [iCloud Reminder Sync](https://play.google.com/store/apps/details?id=com.tai.tran.calendar.free) I developed it, If you have any question, just ask me
A rather crude method: Use an applescript to export it to .ics on a regular basis, and ask it to put the output in your google drive folder. It will be available in Google Drive.
86,405
OS X Reminders doesn't sync with my Google Account although Calendar and Mails work OK. How to sync OS X Reminders with Google (or GTask Android App) to have it Android device?
2013/03/22
[ "https://apple.stackexchange.com/questions/86405", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/37625/" ]
There is an app called [Reminder For iCloud](https://play.google.com/store/apps/details?id=us.doplus.reminder) on Google Play, which I believe can meet your need. It can sync reminders of iCloud.
Here is what you need, [iCloud Reminder Sync](https://play.google.com/store/apps/details?id=com.tai.tran.calendar.free) I developed it, If you have any question, just ask me
73,800
So this is a problem that should be easily solved but I'm having a hard time figuring this out in flash. When I align two objects I just want one of them to move while the other remains stationary, but how do I decide which object shifts and which stays stationary. In Corel that depends on the selection order, in Illus...
2016/06/23
[ "https://graphicdesign.stackexchange.com/questions/73800", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/40769/" ]
First, thing to understand is that learning happens or does not happen because of you. Instruction by teachers just accelerates things and helps you because of peer pressure. Dont get me wrong, this clearly helps many persons. Especially foundations of learning are hard to get alone. Jobs often are a bit repetetive so...
I can relate! It actually motivated me to make an account here (on Graphic Design Stackexchange). Read about the questions you don't know answers to and seek out the answers to some of the more challenging questions. Even answer the "easy" questions and reinforce basic concepts so you don't forget. There's learning to ...
377,814
I decided to upgrade my ageing Radeon X1600 and grab a HD6770, but after installing it the computer boots up, waits a few seconds then powers off for a few (usually powers on for around 3 seconds or so but it can vary!) It then powers on again and the cycle repeats. I get no output from the card in the short time it st...
2012/01/12
[ "https://superuser.com/questions/377814", "https://superuser.com", "https://superuser.com/users/64014/" ]
So for anyone also having this issue, it turns out that the card isn't backwards compatible with PCI-e 1.0, which was causing the issues. Works fine with a new motherboard!
Are you sure that your PSU is up to running the more powerful graphics card along with everything else in your system? It powering on for longer when the card is not permitted to draw directly from the PSU would suggest this may not be the case an you need to upgrade the PSU (or there is a fault on the PSU that affects...
78,138
Say I have an assembled PCB with a QFP package on it. This device gets damaged and I need to replace it. Getting the device off is straightforward, but now all the pads have solder blobs on them. Is there a standard way of cleaning these pads off, so the replacement device will sit flat on the pads again?
2013/08/06
[ "https://electronics.stackexchange.com/questions/78138", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/7523/" ]
The one sentence summary of electronics failure causes is Murphy's law, "**anything that can go wrong, will go wrong.**" The failure types are categorized as: M: Can be caused by manufacturing U: Can occur when unused N: Can occur by normal use of component A: Can occur by abuse of component Packaging Failures -...
Just like trav1s mentioned, there are many failure modes to electronics. In general, IC vendors typically build catalog devices to last 5-10 years, or at least commensurate to their intended usage. For instance, a USB car charger may only be design to last 2 years because the consumer market has so much turnover, you...
267,375
I'm facing an issue with Logic Pro X (on macOS Sierra) and Logic Remote on my iPad. Up until recently, controlling Logic Pro X with the iPad was working perfectly fine, but since a couple of weeks ago (might have been related to an update of either Logic Pro X, or Logic Remote), the mixing controls on the iPad are no l...
2017/01/04
[ "https://apple.stackexchange.com/questions/267375", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/24130/" ]
I found that deleting the *Logic Remote* device in Logic Pro X's *Control Surface Setup* screen fixes the issue: * In Logic Pro X, go to *Logic Pro X > Control Surfaces > Setup...* * Find the device that is representing the iPad's Logic Remote app. * Right-click the entry and select *Delete* * Close down the iPad's Lo...
I followed these steps You have to have the CS prefs on your Mac.. It is created as soon as you launch Logic Pro.. so again, follow the steps exactly as stated.. Do not try to do it another way.. Also do the same for the com.apple.logic10.plist which is the correct file name.. for Logic's own prefs.. (The one you tri...
267,375
I'm facing an issue with Logic Pro X (on macOS Sierra) and Logic Remote on my iPad. Up until recently, controlling Logic Pro X with the iPad was working perfectly fine, but since a couple of weeks ago (might have been related to an update of either Logic Pro X, or Logic Remote), the mixing controls on the iPad are no l...
2017/01/04
[ "https://apple.stackexchange.com/questions/267375", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/24130/" ]
I found that deleting the *Logic Remote* device in Logic Pro X's *Control Surface Setup* screen fixes the issue: * In Logic Pro X, go to *Logic Pro X > Control Surfaces > Setup...* * Find the device that is representing the iPad's Logic Remote app. * Right-click the entry and select *Delete* * Close down the iPad's Lo...
Maybe this will help someone. I did this: While Logic Remote was connected, I inserted the Lighting wire, when everything was connected, I removed it and everything continued to work over Wi-Fi without a wire. Apparently this problem is access to the device, you can make a fix.
267,375
I'm facing an issue with Logic Pro X (on macOS Sierra) and Logic Remote on my iPad. Up until recently, controlling Logic Pro X with the iPad was working perfectly fine, but since a couple of weeks ago (might have been related to an update of either Logic Pro X, or Logic Remote), the mixing controls on the iPad are no l...
2017/01/04
[ "https://apple.stackexchange.com/questions/267375", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/24130/" ]
I followed these steps You have to have the CS prefs on your Mac.. It is created as soon as you launch Logic Pro.. so again, follow the steps exactly as stated.. Do not try to do it another way.. Also do the same for the com.apple.logic10.plist which is the correct file name.. for Logic's own prefs.. (The one you tri...
Maybe this will help someone. I did this: While Logic Remote was connected, I inserted the Lighting wire, when everything was connected, I removed it and everything continued to work over Wi-Fi without a wire. Apparently this problem is access to the device, you can make a fix.
304,897
In Pokémon Sun I have a Lv 67 Pikachu, but she is very weak. When taking hits, she almost gets knocked out with one hit (usually only surviving with one HP left because I gave her lots of ) * Fling * Thunder * Volt Tackle * Another electric move (I forgot) Why is she so weak? (I don't just mean to Ground and Rock). I...
2017/04/02
[ "https://gaming.stackexchange.com/questions/304897", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/183360/" ]
Pikachu is weak because it has low stats (more on this at the end). Worse, if you were not paying attention your [Effort Values](http://bulbapedia.bulbagarden.net/wiki/Effort_values) are going to be split across all stats. You should adjust its Effort Values to be good at 2 stats, preferably Speed and Attack. I've chos...
Firstly, Yes - Pikachu is fairly weak. If you're comparing it to Ash's Pikachu from the Anime then don't - Ash's Pikachu is shown as being very powerful compared to other Pokemon for story reasons, when realistically Pikachu isn't really built to take heavy punishment. Having said that, with a high enough level, good ...
304,897
In Pokémon Sun I have a Lv 67 Pikachu, but she is very weak. When taking hits, she almost gets knocked out with one hit (usually only surviving with one HP left because I gave her lots of ) * Fling * Thunder * Volt Tackle * Another electric move (I forgot) Why is she so weak? (I don't just mean to Ground and Rock). I...
2017/04/02
[ "https://gaming.stackexchange.com/questions/304897", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/183360/" ]
I'm probably repeating what everyone else has said, but here goes. Also, I know this question is somewhat old, but other people might find it helpful as well. ISSUE 1: Moveset. Captain Falcon wants you to show him yours. ============================================================= Your moveset is, well, honestly one...
Firstly, Yes - Pikachu is fairly weak. If you're comparing it to Ash's Pikachu from the Anime then don't - Ash's Pikachu is shown as being very powerful compared to other Pokemon for story reasons, when realistically Pikachu isn't really built to take heavy punishment. Having said that, with a high enough level, good ...
53,537
I bought the iPhone version of Final Fantasy Tactics, and I just levelled my Thief to 3 and my Monk to 3. It was my understanding that at this point the Thief could upgrade to a Lancer and the Monk could become a Geomancer. I looked up the level requirements and I was right. Yet, when I go to change their classes, the ...
2012/03/06
[ "https://gaming.stackexchange.com/questions/53537", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/20949/" ]
Apparently yes. I just opened it on my phone and Geomancer's only requirement is Monk 4. Similarly, Dragoon's is Thief 4.
The short answer to your title question is **yes**. The game originally released for the PlayStation 1 ([Final Fantasy Tactics](http://en.wikipedia.org/wiki/Final_Fantasy_Tactics)) is indeed different from the one you purchased on your iPhone ([Final Fantasy Tactics: The War of the Lions](http://en.wikipedia.org/wiki/...
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
Browsers have to be standardised, so that what you develop works everywhere, on all browsers. If you have multiple languages kicking about, then you have to ensure that they all perform very similarly. If you are a web developer and you have a choice of languages, which may or may not be supported in some locations, t...
Instead of building these into browsers, vendors like to build clunky browser plug-ins - Java, Flash, Silverlight, etc. This guarantees cross-platform consistency.
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
There are several examples of tools which will compile other languages to javascript, including Haskel, Lisp and Python (Probably others). So if you want to work in one of those languages you can do so. And I think one of my professors from university wrote a scheme implementation in Javascript. So if you like scheme...
People have worked around the lack of built-in variety in two ways: using plugins like flash or java applets, and building layers that sort of use javascript as their "machine code", like jquery or google web toolkit. If there was a new development style popular enough, people would find a way to get it in. Just be aw...
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
Instead of building these into browsers, vendors like to build clunky browser plug-ins - Java, Flash, Silverlight, etc. This guarantees cross-platform consistency.
There are several examples of tools which will compile other languages to javascript, including Haskel, Lisp and Python (Probably others). So if you want to work in one of those languages you can do so. And I think one of my professors from university wrote a scheme implementation in Javascript. So if you like scheme...
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
There is no need to add support for multiple languages, a solution would be to standardize on a generic bytecode that could be used by language implementors. But there are currently no plans for this (it's been suggested).\* Languages can be implemented on top of Javascript too. Javascript is good enough to allow othe...
There are several responses here which claim that supporting multiple languages would make it very odious for builders of web browsers to ensure they're compliant with all the languages. To me this seems incorrect. Java, for example is an extremely well defined standard. Essentially, all you need to do is to expose t...
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
There are several responses here which claim that supporting multiple languages would make it very odious for builders of web browsers to ensure they're compliant with all the languages. To me this seems incorrect. Java, for example is an extremely well defined standard. Essentially, all you need to do is to expose t...
People have worked around the lack of built-in variety in two ways: using plugins like flash or java applets, and building layers that sort of use javascript as their "machine code", like jquery or google web toolkit. If there was a new development style popular enough, people would find a way to get it in. Just be aw...
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
One of the reasons is that it is practically impossible for different browser vendors to even agree on a standard Javascript implementation and Javascript has been around forever, at least from a web language perspective. So most people rightfully think that getting another client side language into the ecosystem and g...
People have worked around the lack of built-in variety in two ways: using plugins like flash or java applets, and building layers that sort of use javascript as their "machine code", like jquery or google web toolkit. If there was a new development style popular enough, people would find a way to get it in. Just be aw...
44,842
Why is there just support for JavaScript and some VBScript in browsers today? I know JavaScript is good and all, but wouldn't having the option of using another programming language help promote different development styles?
2011/02/07
[ "https://softwareengineering.stackexchange.com/questions/44842", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/7367/" ]
There is no need to add support for multiple languages, a solution would be to standardize on a generic bytecode that could be used by language implementors. But there are currently no plans for this (it's been suggested).\* Languages can be implemented on top of Javascript too. Javascript is good enough to allow othe...
Instead of building these into browsers, vendors like to build clunky browser plug-ins - Java, Flash, Silverlight, etc. This guarantees cross-platform consistency.