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
30,348,134
I am working on Demandware business manager where i need to change the site settings. Going to Manage Sites> Selecting a site and going to settings, there is a field called Cartridges where i put up a list of cartridges to be deployed for this site. I want to add these cartridges to a different hierarchy like inside...
2015/05/20
[ "https://Stackoverflow.com/questions/30348134", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1036999/" ]
No, you cannot add cartridges into subfolders. Cartridges need to reside directly in the *version directory* on the server.
Technically, you can have hierarchy folder structure IN YOUR LOCAL MACHINE (or GIT/SVN) but they will be uploaded to the DW WebDAV at the same level. For example, in your machine, you will have: * Catridge1 + Cartridge1.1 + Cartridge1.2 * Catridge2 When you "Import" cartridges into Eclipse, don't forget to select ...
30,348,134
I am working on Demandware business manager where i need to change the site settings. Going to Manage Sites> Selecting a site and going to settings, there is a field called Cartridges where i put up a list of cartridges to be deployed for this site. I want to add these cartridges to a different hierarchy like inside...
2015/05/20
[ "https://Stackoverflow.com/questions/30348134", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1036999/" ]
No, you cannot add cartridges into subfolders. Cartridges need to reside directly in the *version directory* on the server.
Cartridges - is a separate units (entities) and can be fully independence in workaround with full of logic and UI features. Off course, you can develop additional cartridge for your site, for example, if you need to extend your current payment systems, or you need some multi usable cartridge and you plane sell your car...
30,348,134
I am working on Demandware business manager where i need to change the site settings. Going to Manage Sites> Selecting a site and going to settings, there is a field called Cartridges where i put up a list of cartridges to be deployed for this site. I want to add these cartridges to a different hierarchy like inside...
2015/05/20
[ "https://Stackoverflow.com/questions/30348134", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1036999/" ]
Technically, you can have hierarchy folder structure IN YOUR LOCAL MACHINE (or GIT/SVN) but they will be uploaded to the DW WebDAV at the same level. For example, in your machine, you will have: * Catridge1 + Cartridge1.1 + Cartridge1.2 * Catridge2 When you "Import" cartridges into Eclipse, don't forget to select ...
Cartridges - is a separate units (entities) and can be fully independence in workaround with full of logic and UI features. Off course, you can develop additional cartridge for your site, for example, if you need to extend your current payment systems, or you need some multi usable cartridge and you plane sell your car...
39,761
**Exceeding federal personal exemption** I'm an American citizen returning to the United States from abroad, I'm planning on taking 3 liters of spirits back from my trip. I know the United States Federal Government allows a "personal exemption" of 1 liter of spirits duty and excise tax free, so I understand I'll need...
2014/12/14
[ "https://travel.stackexchange.com/questions/39761", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/20576/" ]
As I originally pointed out the quantity was with-in reasonable personal use, but still theoretically subject to tax. I did declare the small overage but customs agents weren't interested in it and waved me through. Here are the rates for [excise tax](http://www.ttb.gov/tax_audit/atftaxes.shtml) and for [duty](http:/...
This is anecdotal, but the last time I returned to the US from abroad (Singapore), my brother in law unloaded a bunch of his liquor on me because he gets it for Christmas, Chinese New Years, etc., but he doesn't drink. I queried the US Customs site, and it basically came down to: as long as the Customs officer doesn't ...
49,697,285
I know such questions are already answered. none of the solutions is working in my case. I've changed the links in the database using all possible methods I found on the internet. My site is not loading images because it's picking the localhost path after migrating it to the server. It doesn't seem to be a database iss...
2018/04/06
[ "https://Stackoverflow.com/questions/49697285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/8976140/" ]
Dump database to SQL file, open it with text editor and check (with search) if there are no old site's links there.
These are old links that exist in your sql db , You should search and replace all these links with the new urls matching to your website , I Prefer using SEARCH-REPLACE-DB-MASTER tool , But don't forget to delete it right after its usage , Plus also you may find some broken links "posts/pages" , Don't worry , This just...
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
Turing machines can handle interaction just fine, using oracle tapes. It works are follows: from the point of view of a computer that handles interaction, the input of the operator is simply another sequence of bits that it sent into the computer from time to time. We all know that a lazy sysadmin could write a script ...
Recently ACM held Ubiquity symposium '[What is Computation?](http://ubiquity.acm.org/article.cfm?id=1883611)' in which Peter Wegner published an article which reflects his views on Interactive computing. Here are two excerpts from the article by Peter Wegner: > > One new concept, missing from early Turing machines, ...
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
Recently ACM held Ubiquity symposium '[What is Computation?](http://ubiquity.acm.org/article.cfm?id=1883611)' in which Peter Wegner published an article which reflects his views on Interactive computing. Here are two excerpts from the article by Peter Wegner: > > One new concept, missing from early Turing machines, ...
Check this out :) "***Turing's Ideas and Models of Computations***" <https://www.cs.montana.edu/~elser/turing%20papers/Turing%27s%20Ideas%20and%20Models%20of%20Computation.pdf>
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
Turing machines can handle interaction just fine, using oracle tapes. It works are follows: from the point of view of a computer that handles interaction, the input of the operator is simply another sequence of bits that it sent into the computer from time to time. We all know that a lazy sysadmin could write a script ...
I do not think models with IO are "more powerful" than Turing machines, they just model different things. In theory, you could view IO as (noisy?) oracle. With a perfect oracle you can computer Turing-uncomputable functions; but where to get the oracle from? Humans are the only "super-Turing" choice (if there is any) ...
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
I do not think models with IO are "more powerful" than Turing machines, they just model different things. In theory, you could view IO as (noisy?) oracle. With a perfect oracle you can computer Turing-uncomputable functions; but where to get the oracle from? Humans are the only "super-Turing" choice (if there is any) ...
Check this out :) "***Turing's Ideas and Models of Computations***" <https://www.cs.montana.edu/~elser/turing%20papers/Turing%27s%20Ideas%20and%20Models%20of%20Computation.pdf>
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
Turing machines can handle interaction just fine, using oracle tapes. It works are follows: from the point of view of a computer that handles interaction, the input of the operator is simply another sequence of bits that it sent into the computer from time to time. We all know that a lazy sysadmin could write a script ...
Turning Machines model computation, and don't have a concept of interaction. In that sense a machine that supported interaction with an outside system can do things a Turning Machine can't. But the computation done *between* bit of input from an outside source can obviously always be modelled by a Turing Machine, so ev...
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
Turing machines can handle interaction just fine, using oracle tapes. It works are follows: from the point of view of a computer that handles interaction, the input of the operator is simply another sequence of bits that it sent into the computer from time to time. We all know that a lazy sysadmin could write a script ...
Check this out :) "***Turing's Ideas and Models of Computations***" <https://www.cs.montana.edu/~elser/turing%20papers/Turing%27s%20Ideas%20and%20Models%20of%20Computation.pdf>
438
I've heard the motto [**interaction is more powerful than algorithms**](http://www.cs.brown.edu/people/pw/papers/ficacm.ps) from [Peter Wegner](http://www.cs.brown.edu/~pw/). The basis of the idea is that a (classical) Turing Machine cannot handle interaction, that is, communication (input/output) with the outside worl...
2012/03/16
[ "https://cs.stackexchange.com/questions/438", "https://cs.stackexchange.com", "https://cs.stackexchange.com/users/31/" ]
Turning Machines model computation, and don't have a concept of interaction. In that sense a machine that supported interaction with an outside system can do things a Turning Machine can't. But the computation done *between* bit of input from an outside source can obviously always be modelled by a Turing Machine, so ev...
Check this out :) "***Turing's Ideas and Models of Computations***" <https://www.cs.montana.edu/~elser/turing%20papers/Turing%27s%20Ideas%20and%20Models%20of%20Computation.pdf>
3,049,658
I have Silverlight problem. I have to deal with fairly large legacy application that has some web services exposed (regular asmx, not wcf). What I need to do is to build Silverlight app that consumes those web services. Due to business logic I need to have the same web method to be called from Silverlight app synchron...
2010/06/15
[ "https://Stackoverflow.com/questions/3049658", "https://Stackoverflow.com", "https://Stackoverflow.com/users/333948/" ]
Silverlight does not support sync calls. Even the TCP/IP stack is async. In some cases where you need the results of "WebServiceCall-A" to send to "WebServiceCall-B", you will have to write code to chain those together. For example, webservice-call-a -> callback-a -> process data -> webservice-b -> callback-b -> proce...
Just FYI: I have found the article by Daniel Vaughan today. Here is the link: <http://www.codeproject.com/KB/silverlight/SynchronousSilverlight.aspx> It explains how you can actually do Synchronous Web Service Calls with Silverlight.
4,224,844
I currently have a Nagios monitoring solution installed on one of our App Servers in our DEV environment, and I'd like this solution to monitor all other other App servers in this network (3 in total). We also have a separate Web server, and I'm having difficulty configuring the web interface on this remote server. Al...
2010/11/19
[ "https://Stackoverflow.com/questions/4224844", "https://Stackoverflow.com", "https://Stackoverflow.com/users/506074/" ]
You should check [Thruk](http://www.thruk.org/) Nagios web interface
I think it can be possible to configure web interface on the same server where nagios is and then create a virtual host in apache and point the right ip-address to it in your domain configuration file.
4,224,844
I currently have a Nagios monitoring solution installed on one of our App Servers in our DEV environment, and I'd like this solution to monitor all other other App servers in this network (3 in total). We also have a separate Web server, and I'm having difficulty configuring the web interface on this remote server. Al...
2010/11/19
[ "https://Stackoverflow.com/questions/4224844", "https://Stackoverflow.com", "https://Stackoverflow.com/users/506074/" ]
The nagios webinterface needs access to the status.dat, so it has to be on the same machine as nagios. However, you could, as already suggested, have a look at the [Thruk](http://thruk.org) interface which supports remote installations through a livestatus connection.
I think it can be possible to configure web interface on the same server where nagios is and then create a virtual host in apache and point the right ip-address to it in your domain configuration file.
4,224,844
I currently have a Nagios monitoring solution installed on one of our App Servers in our DEV environment, and I'd like this solution to monitor all other other App servers in this network (3 in total). We also have a separate Web server, and I'm having difficulty configuring the web interface on this remote server. Al...
2010/11/19
[ "https://Stackoverflow.com/questions/4224844", "https://Stackoverflow.com", "https://Stackoverflow.com/users/506074/" ]
The nagios webinterface needs access to the status.dat, so it has to be on the same machine as nagios. However, you could, as already suggested, have a look at the [Thruk](http://thruk.org) interface which supports remote installations through a livestatus connection.
You should check [Thruk](http://www.thruk.org/) Nagios web interface
87,020
Sometimes I see the search bar inside already present text "Search ..." and that once clicked is replaced by what the user wants to write: Which is a better UX design? a) leave the search bar empty and clean? b) insert the text "Search ..."?
2015/11/16
[ "https://ux.stackexchange.com/questions/87020", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/74706/" ]
Use a prompt ============ I've tested this in ecomm and enterprise contexts in the past and providing some kind of "placeholder prompt" text has always been the winner. An empty field doesn't capture the same level of engagement. As with all things, test with your users to validate.
I guess none of your options are close to how an internet user think about it. It's just telling you there is a BAR for search, if you need. I guess an internet user needs a search function while she/he is looking for something. I guess an computer user knows what is about the processing of search. So, if a guest do...
87,020
Sometimes I see the search bar inside already present text "Search ..." and that once clicked is replaced by what the user wants to write: Which is a better UX design? a) leave the search bar empty and clean? b) insert the text "Search ..."?
2015/11/16
[ "https://ux.stackexchange.com/questions/87020", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/74706/" ]
I would say that having "Search" as a placeholder or having a blank search input amounts to pretty much the same thing. What I do as a pattern is using that placeholder to help the user by suggesting what to search, as in if you're doing a grocery site then just say "Search for vegetables, meat, fish..." according to ...
I guess none of your options are close to how an internet user think about it. It's just telling you there is a BAR for search, if you need. I guess an internet user needs a search function while she/he is looking for something. I guess an computer user knows what is about the processing of search. So, if a guest do...
87,020
Sometimes I see the search bar inside already present text "Search ..." and that once clicked is replaced by what the user wants to write: Which is a better UX design? a) leave the search bar empty and clean? b) insert the text "Search ..."?
2015/11/16
[ "https://ux.stackexchange.com/questions/87020", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/74706/" ]
Use a prompt ============ I've tested this in ecomm and enterprise contexts in the past and providing some kind of "placeholder prompt" text has always been the winner. An empty field doesn't capture the same level of engagement. As with all things, test with your users to validate.
As long as it's an obvious input field with the word “Search” and/or the icon either within the field or as a label for the field you should be fine. Facebook had some problems with this when they implemented graph search. Fastco wrote an [interesting article](http://www.fastcodesign.com/1673209/how-facebook-fixed-the...
87,020
Sometimes I see the search bar inside already present text "Search ..." and that once clicked is replaced by what the user wants to write: Which is a better UX design? a) leave the search bar empty and clean? b) insert the text "Search ..."?
2015/11/16
[ "https://ux.stackexchange.com/questions/87020", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/74706/" ]
I would say that having "Search" as a placeholder or having a blank search input amounts to pretty much the same thing. What I do as a pattern is using that placeholder to help the user by suggesting what to search, as in if you're doing a grocery site then just say "Search for vegetables, meat, fish..." according to ...
As long as it's an obvious input field with the word “Search” and/or the icon either within the field or as a label for the field you should be fine. Facebook had some problems with this when they implemented graph search. Fastco wrote an [interesting article](http://www.fastcodesign.com/1673209/how-facebook-fixed-the...
107,421
I am wondering if the common sign up strategy shared by almost all websites is always the best: 1. Provide username 2. Provide password and e-mail or mobile number 3. Provide more information and confirm e-mail or mobile phone I was thinking about tracking the users and let them interact with the website just as if t...
2017/04/26
[ "https://ux.stackexchange.com/questions/107421", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/32309/" ]
I design enterprise software and this problem has come up many times. Firstly if your users want a different and simplified UX, you don't need to provide those features in your Primary Search. For Primary Search **keep it simple** - one simple search box is all you need (think Google). For all those other features y...
you can simplify that like this into a single unit which is easily understandable and usable compared to the existing model. 1. with add as the first element in the drop down 2. And edit option only visible after hovering the particular item in the drop down. [![enter image description here](https://i.stack.imgur.com...
406,318
Here is my current setup, 2 VGA Monitors Mouse & Keyboard Speakers I would like a KVM switch that would allow me to use both monitors as consoles and then connect computers to the KVM Switch so I can assign each computer to one monitor. I haven't really been able to find a solution for this in my searching. I don't...
2012/03/29
[ "https://superuser.com/questions/406318", "https://superuser.com", "https://superuser.com/users/89330/" ]
I don't know of a single utility that will handle everything, but some useful options are: 1. strings (from the binutils package) 2. lesspipe (from the less package) 3. antiword 4. odt2txt 5. pdftotext (from poppler-utils) Anything else, and you'll probably need to run /usr/bin/file and see if you can find a package ...
No, the set of all filetypes and text-encodings is too large for a single program to be able to parse them all. Consider for example * Amiga Noisetracker mod file format (contains instrument names etc) * IBM VSAM file containing EBCDIC? * OS/2 Lotus Notes file (encrypted)
406,318
Here is my current setup, 2 VGA Monitors Mouse & Keyboard Speakers I would like a KVM switch that would allow me to use both monitors as consoles and then connect computers to the KVM Switch so I can assign each computer to one monitor. I haven't really been able to find a solution for this in my searching. I don't...
2012/03/29
[ "https://superuser.com/questions/406318", "https://superuser.com", "https://superuser.com/users/89330/" ]
Since all of your needed filetypes are [here](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35287) and [Google Desktop](http://googledesktop.blogspot.com/) has been discontinued I would try [Desktop Search Engines](http://en.wikipedia.org/wiki/List_of_search_engines#Desktop_search_engines) or look for...
No, the set of all filetypes and text-encodings is too large for a single program to be able to parse them all. Consider for example * Amiga Noisetracker mod file format (contains instrument names etc) * IBM VSAM file containing EBCDIC? * OS/2 Lotus Notes file (encrypted)
406,318
Here is my current setup, 2 VGA Monitors Mouse & Keyboard Speakers I would like a KVM switch that would allow me to use both monitors as consoles and then connect computers to the KVM Switch so I can assign each computer to one monitor. I haven't really been able to find a solution for this in my searching. I don't...
2012/03/29
[ "https://superuser.com/questions/406318", "https://superuser.com", "https://superuser.com/users/89330/" ]
Since all of your needed filetypes are [here](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35287) and [Google Desktop](http://googledesktop.blogspot.com/) has been discontinued I would try [Desktop Search Engines](http://en.wikipedia.org/wiki/List_of_search_engines#Desktop_search_engines) or look for...
I don't know of a single utility that will handle everything, but some useful options are: 1. strings (from the binutils package) 2. lesspipe (from the less package) 3. antiword 4. odt2txt 5. pdftotext (from poppler-utils) Anything else, and you'll probably need to run /usr/bin/file and see if you can find a package ...
57,938
Are the buldging rules applicable in generalized linear models? Specifically, to transform the independent variables? I've only seen it disscused/used in OLS regression. Thanks in advance
2013/05/02
[ "https://stats.stackexchange.com/questions/57938", "https://stats.stackexchange.com", "https://stats.stackexchange.com/users/22552/" ]
A main point about GLM is that using a link function (assuming it's not the identity link) replaces transforming the response or outcome. (Why still use the poor term "dependent variable"?) Indeed, the GLM argument here is that you get the best of both worlds, namely that predictions are on the original scale, and the ...
I am interested by the term "Bulging rule" so I try to provide my answer here. Short answer: you can transform independent variables, but generalized linear model can do much more. I think Bulging rule can transform y and/or x into a linear relationship, but it may not work well for multiple regression, e.g. y ~ x1 +...
26,562
I have overhead, several times, that templates should not be used on video game consoles; however, I never heard why, or understood why. Why shouldn't templates be used on video game consoles, and if they are to be used, what are some ways to avoid the negativity?
2012/04/01
[ "https://gamedev.stackexchange.com/questions/26562", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/8507/" ]
The answer to your question is one thing, but I think you probably meant something slightly different, so I'll answer both. **Using Templates** There is absolutely no reason to avoid templates on a console any more than anywhere else. Templates by definition only really affect compile time, not runtime. There is an ...
While I have not heard the 'do not use templates on a console', I can maybe give a personal experience as to why people may say this. Working on a very memory limited console, you of course want the compiler to strip out unused code to compact the exe as small as possible. This actually gave us issues on one platform ...
156,725
I'm not sure if the death troopers speak entirely in what I assume is code or if it's just a very noticeable part of their communication and they do speak normally at times. Is there are a canon (and out of universe would be very interesting) reason for this?
2017/04/07
[ "https://scifi.stackexchange.com/questions/156725", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/46963/" ]
Most special forces have their own special battle cant that is gibberish to anybody else hearing it. Comms can be intercepted but decoding a specialised jargon or language would take insider knowledge. Just take a look at [Enigma code](https://en.wikipedia.org/wiki/Enigma_machine) from WW2. Best codebreakers of the al...
They have encryption modules within their helmets that allow them to be able to understand what other Death Troopers are saying, but that prevents normal people without these encryption modules from being able to understand them. If you have read *Thrawn: Treason* you would know that Death Troopers are specially traine...
115,818
I build a Zig-Zag-mechanic from a bone chain and enabled Inverse Kinematics for the first bone and the whole chain. When contracted it should look like this: VVVVVVV Currently it is a straight line of bones like this: --------------- Now the fun part ;) How can I force the bones to always build this ZigZag-Pattern if ...
2018/08/11
[ "https://blender.stackexchange.com/questions/115818", "https://blender.stackexchange.com", "https://blender.stackexchange.com/users/-1/" ]
By making a Group Node you can easily adjust specific inputs. 1. Go the Node Editor 2. Select all Nodes **except** the Node you want to be flexible, in this case every node except the Color Node 3. Hit Ctrl+G 4. Hit Tab to toggle between the general node view and group node 5. Now you can use this group node in your o...
You can use the Pass Index to discriminate between objects with the same material. * In Object Properties > Relations, assign a Pass index to each object, between 1 and [ your number of distinct colors ]. You can assign the index to multiple selected objects by right-clicking the Pass Index field on the active object,...
109,993
In the past, some of my projects have required me to create a movie version of a fullscreen Flash application. The easiest way to do this has been to get a screen capture. However, capturing anything over 1024x768 has resulted in choppy video, which is unacceptable. I understand that there are hardware based solutions ...
2008/09/21
[ "https://Stackoverflow.com/questions/109993", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2715/" ]
Various professional products support full HD capture: <http://www.decklink.com/products/hd/> <http://www.aja.com/> There are others. Capturing the full, uncompressed digital or analog stream is a pretty heavy requirement. -Adam
With a bit of luck your graphic adapter already has a analog video output. You could hook up a dvd recorder and just digitze the video signal on a stand alone hardware box. That won't give you 1920x1080 though. If you really need to get captures higher than dvd resolution you need professional (and *incredible* expen...
109,993
In the past, some of my projects have required me to create a movie version of a fullscreen Flash application. The easiest way to do this has been to get a screen capture. However, capturing anything over 1024x768 has resulted in choppy video, which is unacceptable. I understand that there are hardware based solutions ...
2008/09/21
[ "https://Stackoverflow.com/questions/109993", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2715/" ]
Various professional products support full HD capture: <http://www.decklink.com/products/hd/> <http://www.aja.com/> There are others. Capturing the full, uncompressed digital or analog stream is a pretty heavy requirement. -Adam
If the Flash application is non-interactive, there are many tools that can get non-realtime capture (but completely smooth and perfect) to either an AVI file or a series of PNGs. If it is interactive and you absolutely need realtime capture, FRAPS might actually be able to do the job, at least on Vista, where its not ...
109,993
In the past, some of my projects have required me to create a movie version of a fullscreen Flash application. The easiest way to do this has been to get a screen capture. However, capturing anything over 1024x768 has resulted in choppy video, which is unacceptable. I understand that there are hardware based solutions ...
2008/09/21
[ "https://Stackoverflow.com/questions/109993", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2715/" ]
If the Flash application is non-interactive, there are many tools that can get non-realtime capture (but completely smooth and perfect) to either an AVI file or a series of PNGs. If it is interactive and you absolutely need realtime capture, FRAPS might actually be able to do the job, at least on Vista, where its not ...
With a bit of luck your graphic adapter already has a analog video output. You could hook up a dvd recorder and just digitze the video signal on a stand alone hardware box. That won't give you 1920x1080 though. If you really need to get captures higher than dvd resolution you need professional (and *incredible* expen...
109,993
In the past, some of my projects have required me to create a movie version of a fullscreen Flash application. The easiest way to do this has been to get a screen capture. However, capturing anything over 1024x768 has resulted in choppy video, which is unacceptable. I understand that there are hardware based solutions ...
2008/09/21
[ "https://Stackoverflow.com/questions/109993", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2715/" ]
Various professional products support full HD capture: <http://www.decklink.com/products/hd/> <http://www.aja.com/> There are others. Capturing the full, uncompressed digital or analog stream is a pretty heavy requirement. -Adam
[Phillips dvdr3575h](http://www.google.com/products/catalog?rlz=1C1GGLS_enUS291&sourceid=chrome&ie=UTF-8&q=dvd+recoreder+hdd&um=1&cid=9245182892068372171&sa=X&oi=product_catalog_result&resnum=1&ct=result#ps-tech-specs) and other set-top boxes may be the simplest. However, I don't believe they support the resolution you...
109,993
In the past, some of my projects have required me to create a movie version of a fullscreen Flash application. The easiest way to do this has been to get a screen capture. However, capturing anything over 1024x768 has resulted in choppy video, which is unacceptable. I understand that there are hardware based solutions ...
2008/09/21
[ "https://Stackoverflow.com/questions/109993", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2715/" ]
Various professional products support full HD capture: <http://www.decklink.com/products/hd/> <http://www.aja.com/> There are others. Capturing the full, uncompressed digital or analog stream is a pretty heavy requirement. -Adam
<http://rgb.com/> I've looked at their product before - very high end/expensive but perfect video and it's a hardware solution so it's not processor intensive on the machine you are trying to do the demo on.
109,993
In the past, some of my projects have required me to create a movie version of a fullscreen Flash application. The easiest way to do this has been to get a screen capture. However, capturing anything over 1024x768 has resulted in choppy video, which is unacceptable. I understand that there are hardware based solutions ...
2008/09/21
[ "https://Stackoverflow.com/questions/109993", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2715/" ]
If the Flash application is non-interactive, there are many tools that can get non-realtime capture (but completely smooth and perfect) to either an AVI file or a series of PNGs. If it is interactive and you absolutely need realtime capture, FRAPS might actually be able to do the job, at least on Vista, where its not ...
[Phillips dvdr3575h](http://www.google.com/products/catalog?rlz=1C1GGLS_enUS291&sourceid=chrome&ie=UTF-8&q=dvd+recoreder+hdd&um=1&cid=9245182892068372171&sa=X&oi=product_catalog_result&resnum=1&ct=result#ps-tech-specs) and other set-top boxes may be the simplest. However, I don't believe they support the resolution you...
30,994
I'm testing a tool i.e. Draw tool. The tool enables the user to draw on a map using the available graphics and to export drawing from local disk. The user is able to draw, but export drawing sub function is not working at all. In this case, what do we consider the severity of the defect related to the work stoppage of ...
2017/12/13
[ "https://sqa.stackexchange.com/questions/30994", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/29177/" ]
According to what you have described, it is definitely an issue, but how do you define "critical" in your organisation? * Is critical of the most severity within your organisation? I personally consider this issue should be a ***show stopper*** as its functionality is not met. What is the purpose of drawing something...
As per your description about the Draw tool, it has two functionality:- Firstly, it allow user to draw and Secondly allows user to exports its drawing. Both the functionality makes the tool alive as single one. Otherwise no one will be interested to work on half alive tool. As per the experience in [software testing s...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
**Radiation belts.** <https://astronomy.com/magazine/ask-astro/2020/02/what-is-the-source-of-jupiters-radiation> > > Any charged particles in the space around Jupiter will experience the > planet’s strong magnetic field and get accelerated to high energies. > These negatively charged electrons and positively charged...
We have examples of life which has evolved to thrive in hostile environment. [Deinococcus radiodurans](https://en.wikipedia.org/wiki/Deinococcus_radiodurans) is famous for tolerating radiation > > Deinococcus radiodurans is an extremophilic bacterium and one of the most radiation-resistant organisms known. It can sur...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
We have examples of life which has evolved to thrive in hostile environment. [Deinococcus radiodurans](https://en.wikipedia.org/wiki/Deinococcus_radiodurans) is famous for tolerating radiation > > Deinococcus radiodurans is an extremophilic bacterium and one of the most radiation-resistant organisms known. It can sur...
You asked specifically about "radioactively hostile" but in case you just meant "very unhealthy in the longer term" - radiation on the surface could be much higher than on Earth (e.g. like Mars) from cosmic sources, either due to the stellar neighborhood or to a weaker magnetic field (again, like Mars). As a total non-...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
We have examples of life which has evolved to thrive in hostile environment. [Deinococcus radiodurans](https://en.wikipedia.org/wiki/Deinococcus_radiodurans) is famous for tolerating radiation > > Deinococcus radiodurans is an extremophilic bacterium and one of the most radiation-resistant organisms known. It can sur...
Increased Resilience to Errors in Genetic Information ===================================================== One of the biggest problems caused by radiation to humans is the damage done to our cells' DNA, which lead to [The Hallmarks of Cancer](https://en.wikipedia.org/wiki/The_Hallmarks_of_Cancer). In short, if the ri...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
**Radiation belts.** <https://astronomy.com/magazine/ask-astro/2020/02/what-is-the-source-of-jupiters-radiation> > > Any charged particles in the space around Jupiter will experience the > planet’s strong magnetic field and get accelerated to high energies. > These negatively charged electrons and positively charged...
Ramsar, Mazandaran ------------------ [![Lovely Ramsar (Wikipedia)](https://i.stack.imgur.com/fXdX7.jpg)](https://i.stack.imgur.com/fXdX7.jpg) is a city in Iran known for levels of background radiation 80 times the acceptable level from artificial sources. There is radium in the ground water and radon gas coming up i...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
Ramsar, Mazandaran ------------------ [![Lovely Ramsar (Wikipedia)](https://i.stack.imgur.com/fXdX7.jpg)](https://i.stack.imgur.com/fXdX7.jpg) is a city in Iran known for levels of background radiation 80 times the acceptable level from artificial sources. There is radium in the ground water and radon gas coming up i...
You asked specifically about "radioactively hostile" but in case you just meant "very unhealthy in the longer term" - radiation on the surface could be much higher than on Earth (e.g. like Mars) from cosmic sources, either due to the stellar neighborhood or to a weaker magnetic field (again, like Mars). As a total non-...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
Ramsar, Mazandaran ------------------ [![Lovely Ramsar (Wikipedia)](https://i.stack.imgur.com/fXdX7.jpg)](https://i.stack.imgur.com/fXdX7.jpg) is a city in Iran known for levels of background radiation 80 times the acceptable level from artificial sources. There is radium in the ground water and radon gas coming up i...
Increased Resilience to Errors in Genetic Information ===================================================== One of the biggest problems caused by radiation to humans is the damage done to our cells' DNA, which lead to [The Hallmarks of Cancer](https://en.wikipedia.org/wiki/The_Hallmarks_of_Cancer). In short, if the ri...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
**Radiation belts.** <https://astronomy.com/magazine/ask-astro/2020/02/what-is-the-source-of-jupiters-radiation> > > Any charged particles in the space around Jupiter will experience the > planet’s strong magnetic field and get accelerated to high energies. > These negatively charged electrons and positively charged...
You asked specifically about "radioactively hostile" but in case you just meant "very unhealthy in the longer term" - radiation on the surface could be much higher than on Earth (e.g. like Mars) from cosmic sources, either due to the stellar neighborhood or to a weaker magnetic field (again, like Mars). As a total non-...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
**Radiation belts.** <https://astronomy.com/magazine/ask-astro/2020/02/what-is-the-source-of-jupiters-radiation> > > Any charged particles in the space around Jupiter will experience the > planet’s strong magnetic field and get accelerated to high energies. > These negatively charged electrons and positively charged...
Increased Resilience to Errors in Genetic Information ===================================================== One of the biggest problems caused by radiation to humans is the damage done to our cells' DNA, which lead to [The Hallmarks of Cancer](https://en.wikipedia.org/wiki/The_Hallmarks_of_Cancer). In short, if the ri...
206,053
I am writing a story that involves the colonization of an exoplanet with very similar properties to Earth. This exoplanet would be orbiting a red dwarf, but due to certain factors (it's atmosphere and the presence of one or several moons) it is NOT tidally locked. Upon arrival from humans, to their surprise this planet...
2021/06/24
[ "https://worldbuilding.stackexchange.com/questions/206053", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/84700/" ]
Increased Resilience to Errors in Genetic Information ===================================================== One of the biggest problems caused by radiation to humans is the damage done to our cells' DNA, which lead to [The Hallmarks of Cancer](https://en.wikipedia.org/wiki/The_Hallmarks_of_Cancer). In short, if the ri...
You asked specifically about "radioactively hostile" but in case you just meant "very unhealthy in the longer term" - radiation on the surface could be much higher than on Earth (e.g. like Mars) from cosmic sources, either due to the stellar neighborhood or to a weaker magnetic field (again, like Mars). As a total non-...
10,173
If I were to ask a question on using separate fonts to represent distorted or alien speech, <or enclose some kind of bracket to represent talking in another language>, how well would that question be received?
2017/04/12
[ "https://english.meta.stackexchange.com/questions/10173", "https://english.meta.stackexchange.com", "https://english.meta.stackexchange.com/users/219667/" ]
I don't think it's [on-topic](https://english.stackexchange.com/help/on-topic) here, as it doesn't specifically deal with the *English* language. I don't know the context of your question (it might be good to add it!) but if you're writing a book, you might want to visit our sister sites [Writers](https://writers.stac...
I don't think that kind of question is on-topic here. I agree with Glorfindel's suggestion to consider [Writers](https://writers.stackexchange.com/help/on-topic), since the help center says > > Questions on these topics are welcome here: > > > * Non-fiction, technical, scholarly, or journalistic writing. > * Writi...
14,641
I understand that using encryption for email isn't particularly mainstream (a fraction of a percentage of users, at a guess). Is that the only reason that banks and other sensitive companies do not offer some kind of encryption for email notifications? For example, my bank sends me an email every month: > > **Subjec...
2012/05/05
[ "https://security.stackexchange.com/questions/14641", "https://security.stackexchange.com", "https://security.stackexchange.com/users/3119/" ]
Key management is the primary challenge and barrier for peer-to-peer like implementation of encryption (be it email or otherwise). There are companies (like Zixcorp) that simplify data protection for larger organizations. Zixcorp is more commonly used in healthcare than banking. Other vendors such as Messagelabs, Web...
I think it's the lack of widespread usage. I can't think of any technical reason that your bank or any other party couldn't send automated, encrypted emails to you, simply instead I think it's that so few people use any form of encrypted email (and therefore most of the public don't have public keys) that from their po...
14,641
I understand that using encryption for email isn't particularly mainstream (a fraction of a percentage of users, at a guess). Is that the only reason that banks and other sensitive companies do not offer some kind of encryption for email notifications? For example, my bank sends me an email every month: > > **Subjec...
2012/05/05
[ "https://security.stackexchange.com/questions/14641", "https://security.stackexchange.com", "https://security.stackexchange.com/users/3119/" ]
I think it's the lack of widespread usage. I can't think of any technical reason that your bank or any other party couldn't send automated, encrypted emails to you, simply instead I think it's that so few people use any form of encrypted email (and therefore most of the public don't have public keys) that from their po...
(I think you are really asking about signing the email, not encrypting it. Signing is the relevant cryptographic primitive, since you want to verify the origin of the email.) **Overview.** It is far from trivial for the bank to send all of its customers signed email. There are three major challenges: * **Deployment.*...
14,641
I understand that using encryption for email isn't particularly mainstream (a fraction of a percentage of users, at a guess). Is that the only reason that banks and other sensitive companies do not offer some kind of encryption for email notifications? For example, my bank sends me an email every month: > > **Subjec...
2012/05/05
[ "https://security.stackexchange.com/questions/14641", "https://security.stackexchange.com", "https://security.stackexchange.com/users/3119/" ]
Key management is the primary challenge and barrier for peer-to-peer like implementation of encryption (be it email or otherwise). There are companies (like Zixcorp) that simplify data protection for larger organizations. Zixcorp is more commonly used in healthcare than banking. Other vendors such as Messagelabs, Web...
(I think you are really asking about signing the email, not encrypting it. Signing is the relevant cryptographic primitive, since you want to verify the origin of the email.) **Overview.** It is far from trivial for the bank to send all of its customers signed email. There are three major challenges: * **Deployment.*...
5,005,753
What is the time complexity of the Newton-Raphson square method? * [Wikipedia: Newton's method](http://en.wikipedia.org/wiki/Newton%27s_method)
2011/02/15
[ "https://Stackoverflow.com/questions/5005753", "https://Stackoverflow.com", "https://Stackoverflow.com/users/435645/" ]
From <http://en.citizendium.org/wiki/Newton%27s_method#Computational_complexity>: > > Using Newton's method as described > above, the time complexity of > calculating a root of a function f(x) > with n-digit precision, provided that > a good initial approximation is known, > is O((\log n) F(n)) where F(n) is the...
This [article](http://en.citizendium.org/wiki/Newton%27s_method#Computational_complexity) gives a relevant approach as to how to consider the method's complexity.
171,684
I have decided to switch from Window to Linux. Should I use Ubuntu or Kubuntu? Or there are other handy alternatives? I'm a LAMP based developer. Any help would be appreciated.
2010/08/04
[ "https://superuser.com/questions/171684", "https://superuser.com", "https://superuser.com/users/-1/" ]
I enjoyed reading this: [Ubuntu VS Kubuntu](http://www.latest-technews.com/kubuntu-vs-ubuntu-or-ubuntu-kubuntu/) In the end I think the beauty of Linux is that *you don't have to pay* for it. So, why not try both? There are **Live CD** versions of both systems available for download!
I think both have a live cd, try them out and figure out which one you like better. There are tons and tons of choices, which one works for you will be 100% up to you. Basically you are asking about gnome vs kde, which is a basically a religious war :)
171,684
I have decided to switch from Window to Linux. Should I use Ubuntu or Kubuntu? Or there are other handy alternatives? I'm a LAMP based developer. Any help would be appreciated.
2010/08/04
[ "https://superuser.com/questions/171684", "https://superuser.com", "https://superuser.com/users/-1/" ]
The two use different environment. Ubuntu is Gnome , and Kubutu is KDE. <http://www.psychocats.net/ubuntu/kdegnome>
I think both have a live cd, try them out and figure out which one you like better. There are tons and tons of choices, which one works for you will be 100% up to you. Basically you are asking about gnome vs kde, which is a basically a religious war :)
171,684
I have decided to switch from Window to Linux. Should I use Ubuntu or Kubuntu? Or there are other handy alternatives? I'm a LAMP based developer. Any help would be appreciated.
2010/08/04
[ "https://superuser.com/questions/171684", "https://superuser.com", "https://superuser.com/users/-1/" ]
It all boils down to personal preference. Since this is Linux after all, I'd suggest downloading and trying both out and sticking with whichever you're more comfortable with. Its the same underlying system but with a different "wrapper." My personal preference is Gnome or [XFCE](http://www.xfce.org/about/). XFCE can b...
I think both have a live cd, try them out and figure out which one you like better. There are tons and tons of choices, which one works for you will be 100% up to you. Basically you are asking about gnome vs kde, which is a basically a religious war :)
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I'm not a huge fan of the built in mics on any of the smaller recorders but in a pinch they can do the job. My small discrete rig is the SONY PCM-M10 with a sounddevices MP2 mixer as a front end. The entire package fits into a tiny hip pack.
I bought the recorder and only have one major grievance with it: each different mode is limited with a different bit/sample rate as opposed to them all being able to record up to 24bit 96kHz broadcast wav. It goes like this: Stereo: max 24bit 96kHz wav 4 Channel: max 24bit 48Khz wav multitrack: 16bit 44.1kHz wav As I...
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I bought the recorder and only have one major grievance with it: each different mode is limited with a different bit/sample rate as opposed to them all being able to record up to 24bit 96kHz broadcast wav. It goes like this: Stereo: max 24bit 96kHz wav 4 Channel: max 24bit 48Khz wav multitrack: 16bit 44.1kHz wav As I...
I did some comparisons (Zoom H1, H2, H4n, and Sony D-50) and really the Sony PCM D-50 is the best what You can get from a handheld recorder. Just take a look at these samples: <http://www.wingfieldaudio.com/portable-recorder-sound-samples.html>
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I'm not a huge fan of the built in mics on any of the smaller recorders but in a pinch they can do the job. My small discrete rig is the SONY PCM-M10 with a sounddevices MP2 mixer as a front end. The entire package fits into a tiny hip pack.
I did some comparisons (Zoom H1, H2, H4n, and Sony D-50) and really the Sony PCM D-50 is the best what You can get from a handheld recorder. Just take a look at these samples: <http://www.wingfieldaudio.com/portable-recorder-sound-samples.html>
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I love mine...Always in my briefcase, and often in my booth. I don't find the XLR's on my version to be noisy (not that I'm recording REALLY quiet sounds with it) - assuming you have your phantom power set correctly. The H4n has both 24 and True 48 volts phantom power, and I have found a lot of mics don't like the 24...
I spent a year with it, recording corporates...short films etc and I have to say that it got me through them, albeit clumsily. For field recording, I'm sure you can get some really nice results, but for stuff like shorts, I had no-where near enough control…but that's why you pay for something like the SD744 I guess. ...
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I have that recorder as my *keep in the bag at all times recorder - just in case*. I gotta say I really do like it. The reason I bought was for the multi-track recording and the M/S decoder. I thought I would use it as a travel recorder with my Sennheiser MKH418s (M/S), but turns out that I only ever use the on-board...
i'm really hoping to see a new product from zoom that addresses the "hissing", the upcoming IBC 2011 show would really be a swell time to announce it. h4n really could use an update. that sony d-50 and their pcm m10 indeed have excellent, low-noise recording and good user interfaces (but sadly do not double as a comput...
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I love my Zoom H4n, but be VERY AWARE that the 1/4inch "line level" inputs that they advertise are actually -10db High impedance guitar level inputs, not +4db low impedance professional line inputs. I got caught on that one when I tried to hook up my Sound Devices MM1 external preamp to clean up the mic inputs and ther...
Interesting questions - I'm currently considering selling my Fostex FR2 LE and buying a H4N; the Fostex just isn't convenient enough for me, its too bulky! I love it, but it spends most of its life sat on the shelf, I need something more handheld.
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I love mine...Always in my briefcase, and often in my booth. I don't find the XLR's on my version to be noisy (not that I'm recording REALLY quiet sounds with it) - assuming you have your phantom power set correctly. The H4n has both 24 and True 48 volts phantom power, and I have found a lot of mics don't like the 24...
I bought the recorder and only have one major grievance with it: each different mode is limited with a different bit/sample rate as opposed to them all being able to record up to 24bit 96kHz broadcast wav. It goes like this: Stereo: max 24bit 96kHz wav 4 Channel: max 24bit 48Khz wav multitrack: 16bit 44.1kHz wav As I...
3,547
There are so many reviews spread around the web about the Zoom H4N, some of them praise this recorder, other say some things about bad preamps, hissy mics etc... Who has had experiences with this device? Would you recommend it? How are the internal mics? I am thinking about going out into the woods to record ambient s...
2010/09/14
[ "https://sound.stackexchange.com/questions/3547", "https://sound.stackexchange.com", "https://sound.stackexchange.com/users/258/" ]
I love my Zoom H4n, but be VERY AWARE that the 1/4inch "line level" inputs that they advertise are actually -10db High impedance guitar level inputs, not +4db low impedance professional line inputs. I got caught on that one when I tried to hook up my Sound Devices MM1 external preamp to clean up the mic inputs and ther...
I love mine...Always in my briefcase, and often in my booth. I don't find the XLR's on my version to be noisy (not that I'm recording REALLY quiet sounds with it) - assuming you have your phantom power set correctly. The H4n has both 24 and True 48 volts phantom power, and I have found a lot of mics don't like the 24...
87,304
I'm reading *The Count of Monte Cristo* at the moment and found this sentence: > > One can't expect the son of a Girondin to be entirely free from the spice of the old leaven. > > >
2016/04/12
[ "https://ell.stackexchange.com/questions/87304", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/31660/" ]
It's a very clumsy translation from the French. The original is "One cannot be the son of a Girondin and not preserve a *goût de terroir*". * A *Girondin* is literally an inhabitant of the Gironde, a region in western France; but during the Revolution (a generation before the time at which this epsisode is set) the...
Without knowing anything about the context, it seems the sentence means something about the son (his personality most likely) has been influenced by his family. It's like an old fashion way of saying "The apple doesn't fall too far from the tree."
243,255
I'm using the Feeds module and entity references heavily on my site to add, update, and link content. Unfortunately, the data I'm using has a number of records that are named the same, which causes issues when matching Entity References through GUID. Is there a way to import entity reference fields through Feeds but ...
2017/08/06
[ "https://drupal.stackexchange.com/questions/243255", "https://drupal.stackexchange.com", "https://drupal.stackexchange.com/users/77872/" ]
I believe I've found an answer to this problem. Using the Feeds Tamper module, I can add use the Entity Fields Query Finder plugin to lookup against any other field belonging to a particular content type. In my case I'm saving the lookup key I need in a field, and then matching against that field & content type.
> > Title **and** content-type > > > By default, there is no way to do that. So you have 2 choices: A) Go by the referenced nid instead. B) Create a custom parser, see the [The developer's guide to Feeds](https://www.drupal.org/node/622700).
17,817,631
I'm distributing a chrome app internally at our company and due to spec changes, it will need to include 500MB of files. Will Chrome allow that to be installed? Is there a size restriction? (This is an App, not an Extension)
2013/07/23
[ "https://Stackoverflow.com/questions/17817631", "https://Stackoverflow.com", "https://Stackoverflow.com/users/857025/" ]
Yes, There is a limit of 2 GB while this answer is being posted. Here is a link for ref. <https://developer.chrome.com/webstore/faq#apps>
I think not. Google Chromium is not just trying to be a browser or OS for specific devices, its trying to be a platform. See this link from GigaOM: <http://gigaom.com/2013/05/22/how-google-plans-to-rule-the-computing-world-through-chrome/> From the article: "A good example of a native client app is a game I played on ...
63,105
This is my first question here in Information Security SE. Is there a recommendation to help telling the scenarios where authentication should precede authorization from the ones where authorization comes first? I experienced both situations at different workplaces (the situation was very similar, switching to a syste...
2014/07/14
[ "https://security.stackexchange.com/questions/63105", "https://security.stackexchange.com", "https://security.stackexchange.com/users/51924/" ]
How can you know who you authorise if you haven't authenticated? Authentication always comes first, except when everyone is authorised or noone is authorised. **Edit:** seems like you have two questions now :) **1)** You were refused most likely because there is an access control policy that prevents your own origina...
I agree with both answers given thus far by [Thomas Pornin](https://security.stackexchange.com/users/655/thomas-pornin) and [Steve DL](https://security.stackexchange.com/users/49936/steve-dl). Authorization always comes after authentication since authorization is the act of looking at a given user's claims and determi...
2,521,302
I have made an grailsapplication. Now i have to make it complaint with the REST protocol. how do i do this ? can i get any material where i have examples of how to carry out this process ??groovygrails
2010/03/26
[ "https://Stackoverflow.com/questions/2521302", "https://Stackoverflow.com", "https://Stackoverflow.com/users/302301/" ]
See section 13.1 of the manual at the following link. <http://www.grails.org/doc/1.0.x/guide/13.%20Web%20Services.html>
there is a great grails plugin called jaxrs www.grails.org/plugin/jaxrs. to install it on your grails app just run grails install-plugin jaxrs get more info here <http://code.google.com/p/grails-jaxrs/>
196,652
I switched to a dark theme (Dolorean Dark). I like it and I think--it is better for eyes. However I have problems in some web pages. Most pages are intended to be shown on white background. On dark theme form controls have black background and mostly the font is also black, so the content of forms are invisible. I woul...
2012/10/05
[ "https://askubuntu.com/questions/196652", "https://askubuntu.com", "https://askubuntu.com/users/92867/" ]
changing userContent.css solves problem ; more information is [here](http://ubuntuforums.org/showthread.php?t=1715679) also dolerean theme comes with the firefox tweak more information is [here](http://gnome-look.org/content/show.php/DeLorean-Dark?content=153866); just installing it is enough
You cannot do anything with it, except changing to a white theme! EDIT: This is wrong. Please check the below comment given by OP for correct answer
11,148
I am looking for a good antonym for reducing/simplifying equivalent fractions: 'reduce' and 'simplify' both make sense to me when dividing, but I'm struggling to name what it is we do when we multiply a fraction by 2/2, or 7/7, or any of their Unity Sisters! Ideas that came to mind: increasing? complexifying?
2016/06/20
[ "https://matheducators.stackexchange.com/questions/11148", "https://matheducators.stackexchange.com", "https://matheducators.stackexchange.com/users/6885/" ]
I thought the standard terminology was ***expanding*** fractions, at least it is in my language. Some support for this term found by googling: [Expanding and Reducing Fractions](https://www.wyzant.com/resources/lessons/math/elementary_math/fractions/expanding_and_reducing_fractions) [Expanding Fractions](http://www....
How about : rescaling the fraction. This could refer to going in either direction.
1,012
Over on [Politics SE](https://politics.stackexchange.com/), we often have questions about law enforcement policies and crime statistics, especially when big events related to law enforcement occur (i.e, the last couple weeks in the US). The questions about policies are fully on-topic there, but questions purely about c...
2020/06/18
[ "https://law.meta.stackexchange.com/questions/1012", "https://law.meta.stackexchange.com", "https://law.meta.stackexchange.com/users/32077/" ]
Depends on the question ----------------------- Crime statistics on its own is not a good fit. However, if the question is about the effect of laws or legal systems and natural experiments caused by different jurisdictions or different epochs and the *focus* is on the legal aspects then it's a definite maybe. Other s...
I don't think so. These are fundamentally not questions about the law or legal process. Asking for statistics that help illuminate a particular point of law or explain something about the legal process should be fine, the same as asking about cases that show it. Asking about statistics of what happened where is no mo...
1,012
Over on [Politics SE](https://politics.stackexchange.com/), we often have questions about law enforcement policies and crime statistics, especially when big events related to law enforcement occur (i.e, the last couple weeks in the US). The questions about policies are fully on-topic there, but questions purely about c...
2020/06/18
[ "https://law.meta.stackexchange.com/questions/1012", "https://law.meta.stackexchange.com", "https://law.meta.stackexchange.com/users/32077/" ]
Depends on the question ----------------------- Crime statistics on its own is not a good fit. However, if the question is about the effect of laws or legal systems and natural experiments caused by different jurisdictions or different epochs and the *focus* is on the legal aspects then it's a definite maybe. Other s...
No: Such questions are most likely off topic here. -------------------------------------------------- Law.SE tries to deal with *what the law is*. We generally reject questions about *why the law is what it is* (see [Can "\*Why\* a law exists" be on topic?](https://law.meta.stackexchange.com/q/904/10)), and I believe ...
120,172
Which is correct? > > Was the cheese taste delicious? > > > or > > Did the cheese taste delicious? > > > I know that we should use 'did' when we want to ask some question in the past simple form, but I'm not sure about this case. When we use "did" in this sentence, it sounds like supposition about cheese ta...
2017/02/21
[ "https://ell.stackexchange.com/questions/120172", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/49962/" ]
TL;DR; You should use "did", because your main verb is preceded by no auxiliaries. There's a phenomenon in questions called 'subject–auxiliary inversion'. You already probably know what a subject is; it's "Max" in "Max had lunch in a restaurant." 'auxiliary' is a type of verb, but not the normal type. You're familia...
Because you're using "taste", you need to use "did". > > Did the cheese taste delicious? > > > However, if you omit "taste", you would use "was". I would argue that this form is much more common because, in general, "taste" is implied with "delicious". > > Was the cheese delicious? > > > The former would b...
3,980
I was looking into applications of Quantum Computing for machine learning and encountered the following pre-print from 2003. [Quantum Convolution and Correlation Algorithms are Physically Impossible](https://arxiv.org/abs/quant-ph/0309070). The article doesn't appear to have been published in any journals, but it has b...
2018/08/08
[ "https://quantumcomputing.stackexchange.com/questions/3980", "https://quantumcomputing.stackexchange.com", "https://quantumcomputing.stackexchange.com/users/4298/" ]
Speaking as a computer scientist without any physics background making contributions to quantum computing: yes, computer scientists without any physics background can make contributions to quantum computing. Though I think it was always that way; it has nothing to do with the field being "mature". If you understand th...
It has pretty much always been like that. You can study the book by Nielsen & Chuang without knowing about physics. There is the [introduction by Mermin](https://arxiv.org/abs/quant-ph/0207118) aimed at computer scientists. There are probably lots of other resources (I'm pretty sure e.g. that Aaronson's book -- based o...
3,980
I was looking into applications of Quantum Computing for machine learning and encountered the following pre-print from 2003. [Quantum Convolution and Correlation Algorithms are Physically Impossible](https://arxiv.org/abs/quant-ph/0309070). The article doesn't appear to have been published in any journals, but it has b...
2018/08/08
[ "https://quantumcomputing.stackexchange.com/questions/3980", "https://quantumcomputing.stackexchange.com", "https://quantumcomputing.stackexchange.com/users/4298/" ]
It has pretty much always been like that. You can study the book by Nielsen & Chuang without knowing about physics. There is the [introduction by Mermin](https://arxiv.org/abs/quant-ph/0207118) aimed at computer scientists. There are probably lots of other resources (I'm pretty sure e.g. that Aaronson's book -- based o...
Quantum computing is totally understandable without physics background for several reasons: 1. Quantum computing is sufficiently written in abstract mathematical language (Linear Algebra). 2. Quantum computing does not include dynamical equations such as Schrodinger equations. Moreover, all operations can be understoo...
3,980
I was looking into applications of Quantum Computing for machine learning and encountered the following pre-print from 2003. [Quantum Convolution and Correlation Algorithms are Physically Impossible](https://arxiv.org/abs/quant-ph/0309070). The article doesn't appear to have been published in any journals, but it has b...
2018/08/08
[ "https://quantumcomputing.stackexchange.com/questions/3980", "https://quantumcomputing.stackexchange.com", "https://quantumcomputing.stackexchange.com/users/4298/" ]
Speaking as a computer scientist without any physics background making contributions to quantum computing: yes, computer scientists without any physics background can make contributions to quantum computing. Though I think it was always that way; it has nothing to do with the field being "mature". If you understand th...
As I can relate in my experience, I will say yes. One can indeed design algorithms without physics knowledge. For me it is so far Maths concepts. I remember once I watched a course about quantum computing from Scott Aaronson and he quoted : > > Quantum computing is really "easy" when you take the physics out of it....
3,980
I was looking into applications of Quantum Computing for machine learning and encountered the following pre-print from 2003. [Quantum Convolution and Correlation Algorithms are Physically Impossible](https://arxiv.org/abs/quant-ph/0309070). The article doesn't appear to have been published in any journals, but it has b...
2018/08/08
[ "https://quantumcomputing.stackexchange.com/questions/3980", "https://quantumcomputing.stackexchange.com", "https://quantumcomputing.stackexchange.com/users/4298/" ]
As I can relate in my experience, I will say yes. One can indeed design algorithms without physics knowledge. For me it is so far Maths concepts. I remember once I watched a course about quantum computing from Scott Aaronson and he quoted : > > Quantum computing is really "easy" when you take the physics out of it....
Quantum computing is totally understandable without physics background for several reasons: 1. Quantum computing is sufficiently written in abstract mathematical language (Linear Algebra). 2. Quantum computing does not include dynamical equations such as Schrodinger equations. Moreover, all operations can be understoo...
3,980
I was looking into applications of Quantum Computing for machine learning and encountered the following pre-print from 2003. [Quantum Convolution and Correlation Algorithms are Physically Impossible](https://arxiv.org/abs/quant-ph/0309070). The article doesn't appear to have been published in any journals, but it has b...
2018/08/08
[ "https://quantumcomputing.stackexchange.com/questions/3980", "https://quantumcomputing.stackexchange.com", "https://quantumcomputing.stackexchange.com/users/4298/" ]
Speaking as a computer scientist without any physics background making contributions to quantum computing: yes, computer scientists without any physics background can make contributions to quantum computing. Though I think it was always that way; it has nothing to do with the field being "mature". If you understand th...
Quantum computing is totally understandable without physics background for several reasons: 1. Quantum computing is sufficiently written in abstract mathematical language (Linear Algebra). 2. Quantum computing does not include dynamical equations such as Schrodinger equations. Moreover, all operations can be understoo...
83,456
I'm new to web applications. I have developed a web application using ASP.net. After hearing about jquery and going through some examples, I changed the existing application and used jquery to do most of the ajax work. On the server side I used html handlers for db connections and data processing. Because I'm using jq...
2011/06/13
[ "https://softwareengineering.stackexchange.com/questions/83456", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/27627/" ]
jQuery is not a programming language. It is a JavaScript framework. Your AJAX code is not any more visible just because you switched to jQuery. No matter what, AJAX relies on JavaScript in the client, so that code is visible to whomever uses the web application. (Afterall, AJAX stands for Asynchronous Javascript And XM...
No. JQuery is executed in the browser, an from a security point of view, the browser is always unreliable. No matter how much JavaScript you use or which JS frameworks, it's always under control of the attacker. Security has to implemented on the server side. It's a common mistake beginners make, to place security chec...
83,456
I'm new to web applications. I have developed a web application using ASP.net. After hearing about jquery and going through some examples, I changed the existing application and used jquery to do most of the ajax work. On the server side I used html handlers for db connections and data processing. Because I'm using jq...
2011/06/13
[ "https://softwareengineering.stackexchange.com/questions/83456", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/27627/" ]
jQuery is not a programming language. It is a JavaScript framework. Your AJAX code is not any more visible just because you switched to jQuery. No matter what, AJAX relies on JavaScript in the client, so that code is visible to whomever uses the web application. (Afterall, AJAX stands for Asynchronous Javascript And XM...
Any javascript is visible to attackers, that is just the way the web works, browser downloads the script file and then executes it. Making a request for a script file, is the exact same process as making a request for a webpage. For example, if you are using Google Chrome right now (and for web development you should ...
83,456
I'm new to web applications. I have developed a web application using ASP.net. After hearing about jquery and going through some examples, I changed the existing application and used jquery to do most of the ajax work. On the server side I used html handlers for db connections and data processing. Because I'm using jq...
2011/06/13
[ "https://softwareengineering.stackexchange.com/questions/83456", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/27627/" ]
No. JQuery is executed in the browser, an from a security point of view, the browser is always unreliable. No matter how much JavaScript you use or which JS frameworks, it's always under control of the attacker. Security has to implemented on the server side. It's a common mistake beginners make, to place security chec...
Any javascript is visible to attackers, that is just the way the web works, browser downloads the script file and then executes it. Making a request for a script file, is the exact same process as making a request for a webpage. For example, if you are using Google Chrome right now (and for web development you should ...
53,242
I've got a Windows 2003 Active Directory infrastructure, and there are times (such as when terminating an employee) that I want instantaneous propagation across both of my AD servers. Currently, I make the change in both places, which I suspect is unhealthy, but it's the only way I know to make sure that the account is...
2009/08/12
[ "https://serverfault.com/questions/53242", "https://serverfault.com", "https://serverfault.com/users/4392/" ]
There is an even easier change. Just reset the users password. That is one of the few instant replications that AD performs. No need to run site replication EDIT: Small edit. It's not completely instant. What is does is forward the change in an out-of-band update. (It doesn't wait for normal replication cycles) howe...
There 's also the possibility to make this using *repadmin.exe* with the /sync switch or you can even script it using *ReplicaSync* wich is included in the IADsTools. You might see [this](http://support.microsoft.com/?scid=kb;en-us;232072&x=11&y=10) kb article wich discuss the availables options.
53,242
I've got a Windows 2003 Active Directory infrastructure, and there are times (such as when terminating an employee) that I want instantaneous propagation across both of my AD servers. Currently, I make the change in both places, which I suspect is unhealthy, but it's the only way I know to make sure that the account is...
2009/08/12
[ "https://serverfault.com/questions/53242", "https://serverfault.com", "https://serverfault.com/users/4392/" ]
If you go into Active Directory Sites and Services, you can force replications. Open the Server object and click on the NTDS Settings. This will give you a list of their replication partners for GC data as well as regular DC-DC traffic. As I understand it, you can force replication by going to each of the connections, ...
[**Here's a Technet articl**](http://technet.microsoft.com/en-us/library/cc772726(WS.10).aspx#w2k3tr_repup_how_huzs)e that outlines the AD replication model. Look at the Urgent Replication section for a discussion of what gets replicated immediately and doesn't require a forced replication. Mostly it's critical user se...
53,242
I've got a Windows 2003 Active Directory infrastructure, and there are times (such as when terminating an employee) that I want instantaneous propagation across both of my AD servers. Currently, I make the change in both places, which I suspect is unhealthy, but it's the only way I know to make sure that the account is...
2009/08/12
[ "https://serverfault.com/questions/53242", "https://serverfault.com", "https://serverfault.com/users/4392/" ]
There is an even easier change. Just reset the users password. That is one of the few instant replications that AD performs. No need to run site replication EDIT: Small edit. It's not completely instant. What is does is forward the change in an out-of-band update. (It doesn't wait for normal replication cycles) howe...
[**Here's a Technet articl**](http://technet.microsoft.com/en-us/library/cc772726(WS.10).aspx#w2k3tr_repup_how_huzs)e that outlines the AD replication model. Look at the Urgent Replication section for a discussion of what gets replicated immediately and doesn't require a forced replication. Mostly it's critical user se...
53,242
I've got a Windows 2003 Active Directory infrastructure, and there are times (such as when terminating an employee) that I want instantaneous propagation across both of my AD servers. Currently, I make the change in both places, which I suspect is unhealthy, but it's the only way I know to make sure that the account is...
2009/08/12
[ "https://serverfault.com/questions/53242", "https://serverfault.com", "https://serverfault.com/users/4392/" ]
If you go into Active Directory Sites and Services, you can force replications. Open the Server object and click on the NTDS Settings. This will give you a list of their replication partners for GC data as well as regular DC-DC traffic. As I understand it, you can force replication by going to each of the connections, ...
There is an even easier change. Just reset the users password. That is one of the few instant replications that AD performs. No need to run site replication EDIT: Small edit. It's not completely instant. What is does is forward the change in an out-of-band update. (It doesn't wait for normal replication cycles) howe...
67,090
My wife and I just bought our first house. I think that we discovered that our dryer vent is going to require some regular maitenence to keep it clean and able to dry our clothes. When we moved in, we found that the vent opening in our laundry room was absolutely full of lint (solid). I got the vacuum cleaner and suc...
2015/06/02
[ "https://diy.stackexchange.com/questions/67090", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/33924/" ]
They're often called dryer booster fans. They aren't particularly difficult to install, and they are reasonably effective. However, they also have some significant downsides - the fan itself obstructs the the vent pipe, which makes it much more difficult to effectively clean the vent, and it will further reduce airflow...
Check the vent on the outside. The vent on my house had a screen behind the flap, which is not appropriate for a dryer vent but ok for a bathroom fan. Removing the screen fixed the constant clogging behavior in my system.
67,090
My wife and I just bought our first house. I think that we discovered that our dryer vent is going to require some regular maitenence to keep it clean and able to dry our clothes. When we moved in, we found that the vent opening in our laundry room was absolutely full of lint (solid). I got the vacuum cleaner and suc...
2015/06/02
[ "https://diy.stackexchange.com/questions/67090", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/33924/" ]
Dryer vents need regular maintenance. Period. No one ever does it, of course, which is why every time you buy a new house, you pretty much need to replace the old vent because no one ever cleaned it out. Ideally, you'd clean the lint out every 6 months or so. A booster fan can help, but doesn't necessarily eliminate...
Check the vent on the outside. The vent on my house had a screen behind the flap, which is not appropriate for a dryer vent but ok for a bathroom fan. Removing the screen fixed the constant clogging behavior in my system.
67,090
My wife and I just bought our first house. I think that we discovered that our dryer vent is going to require some regular maitenence to keep it clean and able to dry our clothes. When we moved in, we found that the vent opening in our laundry room was absolutely full of lint (solid). I got the vacuum cleaner and suc...
2015/06/02
[ "https://diy.stackexchange.com/questions/67090", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/33924/" ]
They're often called dryer booster fans. They aren't particularly difficult to install, and they are reasonably effective. However, they also have some significant downsides - the fan itself obstructs the the vent pipe, which makes it much more difficult to effectively clean the vent, and it will further reduce airflow...
Definitely get the booster fan. We installed one in our old house. It worked quite well. They cost about $200 and you can pick them up at places like Home Depot. It sounds like your venting tube is probably very long. The booster fan will help force the gunk out.
67,090
My wife and I just bought our first house. I think that we discovered that our dryer vent is going to require some regular maitenence to keep it clean and able to dry our clothes. When we moved in, we found that the vent opening in our laundry room was absolutely full of lint (solid). I got the vacuum cleaner and suc...
2015/06/02
[ "https://diy.stackexchange.com/questions/67090", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/33924/" ]
They're often called dryer booster fans. They aren't particularly difficult to install, and they are reasonably effective. However, they also have some significant downsides - the fan itself obstructs the the vent pipe, which makes it much more difficult to effectively clean the vent, and it will further reduce airflow...
Dryer vents need regular maintenance. Period. No one ever does it, of course, which is why every time you buy a new house, you pretty much need to replace the old vent because no one ever cleaned it out. Ideally, you'd clean the lint out every 6 months or so. A booster fan can help, but doesn't necessarily eliminate...
67,090
My wife and I just bought our first house. I think that we discovered that our dryer vent is going to require some regular maitenence to keep it clean and able to dry our clothes. When we moved in, we found that the vent opening in our laundry room was absolutely full of lint (solid). I got the vacuum cleaner and suc...
2015/06/02
[ "https://diy.stackexchange.com/questions/67090", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/33924/" ]
Dryer vents need regular maintenance. Period. No one ever does it, of course, which is why every time you buy a new house, you pretty much need to replace the old vent because no one ever cleaned it out. Ideally, you'd clean the lint out every 6 months or so. A booster fan can help, but doesn't necessarily eliminate...
Definitely get the booster fan. We installed one in our old house. It worked quite well. They cost about $200 and you can pick them up at places like Home Depot. It sounds like your venting tube is probably very long. The booster fan will help force the gunk out.
357,285
I was looking at a question that I had answered, and the person who had asked the question had many badges (including a gold badge and 6 silver badges), but only 1 point. And when I click on the profile of that person, the profile says that it is suspended until **November of 2021** because of "voting irregularities." ...
2020/11/30
[ "https://meta.stackexchange.com/questions/357285", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/888841/" ]
There's not really much that we can talk about in public about a specific user but someone doesn't generally make it to a year long suspension without having done something repeatedly after several warnings. That's how we guide moderators - generally a warning followed by 7, 30, and finally 365-day suspensions for repe...
> > Is it fair for these committed users (across all sites) that obviously add to the community to be suspended for such a long period of time over something as inconclusive as "voting irregularities?" > > > Objectively, **yes**. You don't know any further details other than the fact that they were suspended for ...
410,647
Suppose that magnetic wire with resistivity similar to copper but with non-negligible permeability existed. What effect would magnetic wire have on the coil inductance versus a copper coil of the same size/construction? This is of course a purely academic exercise, since such a material does not exist, though it could...
2018/12/05
[ "https://electronics.stackexchange.com/questions/410647", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/159890/" ]
The [IR2110](https://www.infineon.com/dgdl/ir2110.pdf?fileId=5546d462533600a4015355c80333167e) is designed to supply +/-2A to drive the gate of your output devices. You have an asymmetric drive caused by the 47 Ohm and diode across it. You have not specified what 2VM1 is, but assuming it's no more than a 15V supply ...
You have problem with charging the bootstrap capacitor cause its charging thru 2l at very high frequency he will never charge for needed value.
18,701,297
My problem is that I can't get the full width and height, I have tried lots of things but I can't get it right and now I am asking you guys to help me. <http://i.imgur.com/tjACREv.png> <http://imgur.com/tjACREv> What you are seeing here is a picture of my header. Everything works but I can't remove the background l...
2013/09/09
[ "https://Stackoverflow.com/questions/18701297", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2761832/" ]
Given that you do not want to use a third party tool then this is not achievable with SSRS. Assuming end users have some PDF Reader - granted a third party tool, but probably already in use - then is exporting the report in PDF format a suitable alternative?
With SoftArtisans OfficeWriter's SSRS integration, you can create do this by turning on worksheet protection in the template Excel file that is embedded in the RDL when the report is designed with OfficeWriter's client-side designer (an Excel add-in). The output file will be locked and protected. See: [OfficeWriter for...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
Hand them the mouse. The mouse pointer is designed to point to things at the screen. On a regular basis I hand the mouse over to colleagues standing by my desk. Not as much to prevent them from touching the screen, but because the "now click here" leads to misinterpretation. If you do that with a smooth gesture when t...
Install a surge protector with a large, silent switch underneath your desk with only your monitor plugged into it. When your co-worker touches your screen, stealthily turn off the monitor with your foot. Now pretend that your monitor always breaks when it is touched, but it can be easily fixed if they'll just wait a mo...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
If you're worried that they will be mad at your for asking them to change their ways, you have to take a big breath and either put up with the smears (which do appear to bother you more than most people) or put up with them thinking you're weird for caring. You can try to minimize the extent to which they will be mad ...
Perhaps I'm misunderstanding the question, but I'm surprised that no one has suggested [an anti-dust, anti-fingerprint screen protector](https://www.google.com.tw/search?newwindow=1&client=firefox-b-ab&q=monitor%20screen%20protectors%20fingerprints&oq=monitor%20screen%20protectors%20fingerprints&gs_l=serp.3...1177.5360...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
If you're worried that they will be mad at your for asking them to change their ways, you have to take a big breath and either put up with the smears (which do appear to bother you more than most people) or put up with them thinking you're weird for caring. You can try to minimize the extent to which they will be mad ...
> > You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed invisible becomes a slew of very visible scattered smudges making my monitor look all dirty and hard to read. > > > I have a different point of view here. It sounds like lighting ergonomics are a significant factor...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
Install a surge protector with a large, silent switch underneath your desk with only your monitor plugged into it. When your co-worker touches your screen, stealthily turn off the monitor with your foot. Now pretend that your monitor always breaks when it is touched, but it can be easily fixed if they'll just wait a mo...
If I were you I'd be putting a "Please Wash Your Hands" sign in the bathroom or something! I've been trying to reproduce your oily fingerprint problem after reading this post, and no matter what angle I look at it relative to the sun & the lights I can't see any mark on it... It may be seen as a bit overly sensitive t...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
Make a small, colorful sign that says "PLEASE DONT TOUCH MY SCREEN." Include some clip art of a fingerprint. Attach the sign to the frame of your monitor in a conspicuous spot. There you go.
If I were you I'd be putting a "Please Wash Your Hands" sign in the bathroom or something! I've been trying to reproduce your oily fingerprint problem after reading this post, and no matter what angle I look at it relative to the sun & the lights I can't see any mark on it... It may be seen as a bit overly sensitive t...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
You have to ask yourself two questions—"what do I really want?" and "will I really get it?" You can certainly push very hard on the "don't touch my monitor" angle, from cleaning the screen when ever someone touches it, to putting up a sign. The question is, what will you get out of that? As you've noted, it will proba...
Install a surge protector with a large, silent switch underneath your desk with only your monitor plugged into it. When your co-worker touches your screen, stealthily turn off the monitor with your foot. Now pretend that your monitor always breaks when it is touched, but it can be easily fixed if they'll just wait a mo...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
You don't. Your next question would be how do keep people from throwing their trash away in my trash can. Then how can I keep pens from getting stolen on my desk. Then how can I keep people from borrowing my chair when I am not there. This is in essence like the cleaning crew at my company standing next to the glass en...
Install a surge protector with a large, silent switch underneath your desk with only your monitor plugged into it. When your co-worker touches your screen, stealthily turn off the monitor with your foot. Now pretend that your monitor always breaks when it is touched, but it can be easily fixed if they'll just wait a mo...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
You have to ask yourself two questions—"what do I really want?" and "will I really get it?" You can certainly push very hard on the "don't touch my monitor" angle, from cleaning the screen when ever someone touches it, to putting up a sign. The question is, what will you get out of that? As you've noted, it will proba...
You don't. Your next question would be how do keep people from throwing their trash away in my trash can. Then how can I keep pens from getting stolen on my desk. Then how can I keep people from borrowing my chair when I am not there. This is in essence like the cleaning crew at my company standing next to the glass en...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
If you're worried that they will be mad at your for asking them to change their ways, you have to take a big breath and either put up with the smears (which do appear to bother you more than most people) or put up with them thinking you're weird for caring. You can try to minimize the extent to which they will be mad ...
You don't. Your next question would be how do keep people from throwing their trash away in my trash can. Then how can I keep pens from getting stolen on my desk. Then how can I keep people from borrowing my chair when I am not there. This is in essence like the cleaning crew at my company standing next to the glass en...
54,312
It bothers me when a coworker who is talking with me at my desk reaches out and stabs a finger into the screen, leaving fingerprints/skin oil (sometimes repeatedly and lingeringly rolling that finger around for emphasis). You can't see the marks, maybe, but later, as the sun moves into the right position, what seemed i...
2015/09/11
[ "https://workplace.stackexchange.com/questions/54312", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/5483/" ]
> > You can't see the marks, maybe, but later, as the sun moves into the > right position, what seemed invisible becomes a slew of very visible > scattered smudges making my monitor look all dirty and hard to read. > > > [...] > > > I thought about having screen cleaning materials out and very > obviously clean...
If I were you I'd be putting a "Please Wash Your Hands" sign in the bathroom or something! I've been trying to reproduce your oily fingerprint problem after reading this post, and no matter what angle I look at it relative to the sun & the lights I can't see any mark on it... It may be seen as a bit overly sensitive t...