User Peter - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T05:47:04Zhttp://stackoverflow.com/feeds/user/42475http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/469445/last-words-of-a-programmer96Last words of a ??? programmerPeter2009-01-22T15:01:53Z2009-11-11T22:42:37Z
<p>What will the last words of some kind of programmer be?</p>
<p>Like:
LW of a Perl programmer: </p>
<blockquote>
<p>I don't have to write documentation. The source is
formatted so well, I can read it
anytime later...</p>
</blockquote>
<p>or</p>
<blockquote>
<p>Im just going to write a regular
expression to find this, then I'm
done...</p>
</blockquote>
http://stackoverflow.com/questions/468753/how-do-you-start-learning-a-new-programming-language2How do you start learning a new programming language?Peter2009-01-22T11:29:02Z2009-10-11T01:42:46Z
<p>A few days ago I came over this question:</p>
<p><a href="http://stackoverflow.com/questions/111859/did-you-ever-switch-from-one-programming-language-to-another">Did you ever switch from one programming language to another?</a></p>
<p>and it seems, that almost everyone had this problem more than just once.</p>
<p>What is your starting point for learning a new, </p>
<ol>
<li><p>similar (i.e. C to C++) or </p></li>
<li><p>completely different (i.e. Perl to JAVA)</p></li>
</ol>
<p>new programming language?</p>
<p>Do you use webcasts, ebooks, printed books, online tutorials, courses,...</p>
http://stackoverflow.com/questions/536350/sql-server-2005-drop-all-the-tables-stored-procedures-triggers-constriants-an/536369#5363693Answer by Peter for SQL SERVER 2005: Drop all the tables, stored procedures, triggers, constriants and all the dependencies in one sql statement.Peter2009-02-11T11:21:38Z2009-09-25T11:21:58Z<p>I'd do it in two statements: <a href="http://msdn.microsoft.com/de-de/library/ms178613.aspx" rel="nofollow"><code>DROP DATABASE ???</code></a></p>
<p>and then <a href="http://msdn.microsoft.com/de-de/library/ms176061.aspx" rel="nofollow"><code>CREATE DATABASE ???</code></a></p>
http://stackoverflow.com/questions/468259/library-for-using-svg-in-windows-forms-wpf3Library for using SVG in Windows Forms / WPF?Peter2009-01-22T06:58:43Z2009-09-23T19:49:49Z
<p>Are there any libraries which</p>
<ol>
<li>Allow to draw svg direct to a Windows Forms application</li>
<li>to a WPF application</li>
</ol>
<p>I draw graphics and design everything with <a href="http://www.inkscape.org" rel="nofollow">Inkscape</a>, because I love that program.
Then I have those stunning svgs and have to either export them to png (WinForm) to use them or convert them to xaml-code (WPF) (<a href="http://www.kaxaml.com/" rel="nofollow">Kaxaml</a> helps me).</p>
<p>Is there a way to directly use my svgs?</p>
http://stackoverflow.com/questions/439091/what-company-would-you-like-to-work-for0What company would you like to work for?Peter2009-01-13T14:19:29Z2009-09-02T21:53:04Z
<p>I'm often thinking of which company would be the "best" ones to work for.</p>
<p>Best working conditions, best payment, personal responsibility, freedom, and so on.</p>
<p>Is it a pure software development company or is it automotive, medicine,... what else?</p>
<p>Would it be a big company like Google, Microsoft or SAP or could it even be a very small company with less than 5 people somewhere in the outback of the bavarian woods?</p>
<p>What do you think about the company your working for (don't have to name/blame it) if you don't like it (any more).</p>
http://stackoverflow.com/questions/464674/what-is-your-most-useful-programming-related-website7What is your most useful programming related website?Peter2009-01-21T10:09:27Z2009-08-24T20:08:51Z
<p>Which is your most useful and important website for programming?</p>
<p>I don't want to know which website you visit daily like <a href="http://stackoverflow.com/questions/333701/which-are-the-must-visit-daily-websites-for-programmers">discussed here</a>, but where do you go to get your programming problems solved? </p>
<p>(Except stackoverflow, of course)</p>
http://stackoverflow.com/questions/1246455/error-missing-a-using-directive-or-an-assembly-reference/1246506#12465061Answer by Peter for Error: missing a using directive or an assembly reference?Peter2009-08-07T19:16:21Z2009-08-07T19:16:21Z<p>Are you really sure, "dsOLDData" is a Dropdownlist. The errormessage seems to say it's an instance of System.Web.UI.WebControls.LinqDataSource</p>
<p>The "ds" at the beginning of "dsOLDData" would be a sign for me, too, that it's a <strong>D</strong>ata <strong>S</strong>ource</p>
http://stackoverflow.com/questions/456829/compression-library-using-nvidias-cuda4Compression library using Nvidia's CUDAPeter2009-01-19T07:54:50Z2009-08-07T17:40:23Z
<p>Does anyone know a project which implements standard compression methods (like Zip, GZip, BZip2, LZMA,...) using NVIDIA's <a href="http://www.nvidia.com/object/cuda_home.html" rel="nofollow">CUDA library</a>?</p>
<p>I was wondering if algorithms which can make use of a lot of parallel tasks (like compression) wouldn't run much faster on a graphics card than with a dual or quadcore CPU.</p>
<p>What do you think about the pros and cons of such an approach?</p>
<p><hr /></p>
<p>Edit: Removed the "TAR" (Copy&Paste mistake) as mentioned by martinus. </p>
http://stackoverflow.com/questions/1101961/how-can-i-connect-to-mysql-from-windows-forms/1101973#11019732Answer by Peter for How can I connect to MySQL from windows forms?Peter2009-07-09T05:30:00Z2009-07-21T05:15:46Z<p>Use the <a href="http://www.mysql.de/products/connector/" rel="nofollow">Connector from here</a>.
There's a <a href="http://dev.mysql.com/doc/refman/5.0/en/connector-net.html" rel="nofollow">documentation</a> too.</p>
http://stackoverflow.com/questions/442347/geeky-desk-accessory4Geeky (desk) accessoryPeter2009-01-14T09:07:19Z2009-07-19T14:28:05Z
<p>What geeky accessory do you have (on your desk)?
What do you think every programmer has to have?</p>
<p>e.g. </p>
<ul>
<li>VI Mousepad</li>
<li>USB Laser Guided Missile Launcher (for customers asking dumb questions)</li>
</ul>
<p><img src="http://www.thinkgeek.com/images/products/front/rocket_launcher_v2.jpg" alt="alt text" /></p>
<p><hr /></p>
<p>Edit: Where can one get your accessory?</p>
<p>Edit2: Renamed the question, to fit for all geek accessory, so you can suggest something like my "Favorite Non-Desk Geek Accessory", the WIFI-Shirt, too.</p>
<p><img src="http://www.thinkgeek.com/images/products/front/wifi_shirt_anim.gif" alt="alt text" /></p>
http://stackoverflow.com/questions/954327/hidden-features-of-html/954339#95433913Answer by Peter for Hidden Features of HTMLPeter2009-06-05T05:02:34Z2009-07-09T19:49:24Z<p>The <a href="http://www.w3schools.com/tags/tag%5FDOCTYPE.asp" rel="nofollow">"!DOCTYPE" declaration</a>.
Don't think it's a hidden feature, but it seems it's not well known but very useful.</p>
<p>e.g.</p>
<pre><code><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
</code></pre>
http://stackoverflow.com/questions/1102074/symbian-uiq/1102119#11021191Answer by Peter for Symbian UIQPeter2009-07-09T06:20:07Z2009-07-09T06:20:07Z<p>Maybe you start at <a href="http://en.wikipedia.org/wiki/UIQ" rel="nofollow">Wikipedia</a> for a basic overview.</p>
<p>UIQ (User Interface Quartz) is a framework (mostly) for the Userinterface as the name says, like <a href="http://en.wikipedia.org/wiki/S60%5Fplatform" rel="nofollow">S60</a> or <a href="http://pepper.troll.no/s60prereleases/" rel="nofollow">QT</a>.</p>
<p>Before you start to invest to much work in UIQ, it's woth to mention:</p>
<blockquote>
<p>...UIQ will cease to exist. S60 is the UI choice of Symbian Foundation; UIQ will contribute its assets to the foundation</p>
</blockquote>
http://stackoverflow.com/questions/1102077/how-to-change-this-regular-expression-to-be-case-insenstive-looking-for-src-tag/1102083#11020830Answer by Peter for How to change this regular expression to be case insenstive (looking for src tag)Peter2009-07-09T06:08:31Z2009-07-09T06:08:31Z<p>Have a look <a href="http://www.exampledepot.com/egs/java.util.regex/Case.html" rel="nofollow">here</a></p>
<p>You have to set case insensitivity in the pattern constructor.</p>
http://stackoverflow.com/questions/1101965/how-can-i-disable-the-touch-detection/1102005#11020050Answer by Peter for How can I disable the touch detection???Peter2009-07-09T05:39:45Z2009-07-09T05:39:45Z<p>Why don't you use some kind of (simple version) boolean to remember i.e. isInAction = true and after the action finished isInAction = false...</p>
<p>So when someone clicks, u use something like</p>
<pre><code>if (!isInAction) {
isInAction=true;
try {
doYourAction;
} catch {
...
} finally {
isInAction=false;
}
}
</code></pre>
<p>// The Code is some kind of pseudocode, because I haven't yet programmed for the IPhone, just to visualize what I mean.</p>
http://stackoverflow.com/questions/1096264/which-is-best-framework-or-technolgy-for-a-community-site-development/1096288#10962881Answer by Peter for which is best framework or technolgy for a community site development?Peter2009-07-08T05:44:38Z2009-07-08T05:44:38Z<p>Do you want an MVC framework or a CMS?</p>
<p>For MVC frameworks, there isn't simply the best. It's always about what you need, but here is a short overview of the most common <a href="http://www.phpit.net/demo/framework%20comparison/chart.php" rel="nofollow">frameworks.</a></p>
<p>If you're looking for a CMS I'd suggest <a href="http://www.drupal.org" rel="nofollow">Drupal</a> for community like functionality.</p>
<blockquote>
<p>or is it better to develop that in a
pure php with OOPs concept?</p>
</blockquote>
<p>If you really need that last little bit of speed, do it in pure php...
I'd suggest, use a good stable Framework like <a href="http://cakephp.org/" rel="nofollow">CakePHP</a>, <a href="http://www.symfony-project.org/" rel="nofollow">symfony</a> or <a href="http://codeigniter.com/" rel="nofollow">CodeIgniter</a>. It'll help you avoid a lot of mistakes you'd make if you do it all by yourself and it makes development (not the page) a lot faster.</p>
http://stackoverflow.com/questions/1096251/what-is-span-spantag/1096255#109625511Answer by Peter for What is <span></span>tag?Peter2009-07-08T05:36:38Z2009-07-08T05:36:38Z<p>From <a href="http://www.w3schools.com/TAGS/tag%5Fspan.asp" rel="nofollow">here</a>:</p>
<blockquote>
<p><strong>Definition and Usage</strong></p>
<p>The tag provides no visual
change by itself.</p>
<p>The tag provides a way to add a
hook to a part of a text or a part of
a document.</p>
<p>When the text is hooked in a span
element you can add styles to the
content, or manipulate the content
with for example JavaScript.</p>
</blockquote>
<p>So, the short version is, it's to style some text (without a paragraph or linebreak which is different from <div> tag)</p>
http://stackoverflow.com/questions/1067358/are-there-any-alternatives-to-fastsharp/1067370#10673701Answer by Peter for Are there any alternatives to FastSharp?Peter2009-07-01T05:11:29Z2009-07-01T05:11:29Z<p>Are you looking for <a href="http://www.sliver.com/dotnet/SnippetCompiler/" rel="nofollow">SnippetCompiler</a>?</p>
http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/1021600#10216000Answer by Peter for List of freely available programming booksPeter2009-06-20T13:16:26Z2009-06-20T13:16:26Z<p>A bunch of free books can be found on <a href="http://www.galileocomputing.de/openbook" rel="nofollow">Galileo Computing - <openbook></a> (Only in German)</p>
http://stackoverflow.com/questions/867249/javafx-designer1JavaFX DesignerPeter2009-05-15T06:27:43Z2009-06-11T19:25:13Z
<p>At the moment I'm using JavaFX only for fun and learning it.</p>
<p>What I find annoying is designing the graphics by coding them and watching the result in a preview window - you know what I mean?</p>
<p>Is there something for JavaFX like what Expression Blend is for Silverlight.</p>
http://stackoverflow.com/questions/954327/hidden-features-of-html/954361#9543611Answer by Peter for Hidden Features of HTMLPeter2009-06-05T05:15:07Z2009-06-05T05:15:07Z<p><a href="http://de.selfhtml.org/html/referenz/zeichen.htm" rel="nofollow">Special characters</a> for math, greek,... not known very well</p>
http://stackoverflow.com/questions/949825/is-this-possible-with-visual-studio-snippets/949962#9499621Answer by Peter for Is this possible with Visual Studio snippets?Peter2009-06-04T11:31:31Z2009-06-04T11:31:31Z<p>I think you have to modify it to something like</p>
<pre><code>$accessability$ $returntype$ $method$($arguments$)
{
//SteveC_TODO: implement $method$
$end$throw new $Exception$("The method or operation is not implemented.");
}
</code></pre>
<p>You have to declare the literals accessability, returntype, method, arguments,...</p>
<p>Have a look here for <a href="http://www.switchonthecode.com/tutorials/csharp-tutorial-visual-studio-code-snippets" rel="nofollow">how to create codesnippets</a></p>
http://stackoverflow.com/questions/949165/report-viewer-width-problem-in-mozila/949859#9498590Answer by Peter for Report viewer width problem in MozilaPeter2009-06-04T11:00:09Z2009-06-04T11:00:09Z<p>That helped me for the width problem...</p>
<blockquote>
<p>Browse to C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\Pages\ReportViewer.aspx</p>
<p>Add info to the tag style property.</p>
</blockquote>
<pre><code><RS:ReportViewerHost style="display:table; margin: 0px; overflow: auto" ID="ReportViewerControl" runat="server" .....
</code></pre>
<p>from <a href="http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/d5157c21-f271-4f17-bac4-3e27dbc9e0cf" rel="nofollow">here</a>.</p>
<p>Print and search won't work. We create the pdf-document and use that for printing and searching...</p>
http://stackoverflow.com/questions/949740/subversion-for-sourcesafe-users/949838#9498383Answer by Peter for Subversion for SourceSafe usersPeter2009-06-04T10:53:56Z2009-06-04T10:53:56Z<p><a href="http://www.neilstuff.com/subversion/svn-tutorial-for-vss-users.htm" rel="nofollow">Subversion for VSS Users</a> is a good comparison what differs in SVN over VSS</p>
http://stackoverflow.com/questions/924531/how-would-you-build-a-database-filesystem-dbfs/924560#924560-1Answer by Peter for How would you build a database filesystem (DBFS)?Peter2009-05-29T05:46:10Z2009-05-29T05:46:10Z<p>Maybe <a href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp%5Fwaterloo" rel="nofollow">this</a> is a good starting point for getting an idea how it could work.</p>
<p>It's a <a href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp%5Fwaterloo" rel="nofollow">basic overview</a> of the <a href="http://www.firebirdsql.org" rel="nofollow">Firebird</a> architecture.</p>
<p>Firebird is an opensource RDBMS, so you can have a real deep insight look, too, if you're interested.</p>
http://stackoverflow.com/questions/886700/dual-screen-programming-issue/886776#8867764Answer by Peter for dual screen programming issuePeter2009-05-20T08:17:06Z2009-05-20T08:26:01Z<p><a href="http://msdn.microsoft.com/de-de/library/system.windows.forms.screen.allscreens.aspx" rel="nofollow">System.Windows.Forms.Screen.AllScreens</a></p>
<blockquote>
<p>Gets an array of all displays on the
system.</p>
</blockquote>
<p>The property <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.screen.primary.aspx" rel="nofollow">Primary</a></p>
<blockquote>
<p>Gets a value indicating whether a particular display is the primary device. </p>
</blockquote>
<p>And the <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.screen.bounds.aspx" rel="nofollow">Bounds</a> property may be the solution for the rest.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.systeminformation.virtualscreen.aspx" rel="nofollow">System.Windows.Forms.SystemInformation.VirtualScreen</a> Property</p>
<p>Might be usefull for you, to determine if the primary monitor is cloned or extended.</p>
<p>VirtualScreen resolution higher than the ones of primary -> extended...</p>
<p>VirtualScreen resolution = the ones of primary -> cloned...</p>
http://stackoverflow.com/questions/877882/using-a-string-as-function-name/877927#8779270Answer by Peter for Using a string as Function namePeter2009-05-18T14:07:13Z2009-05-18T14:07:13Z<p>Don't know what language you are using, but some languages i.e. Perl have an <a href="http://perldoc.perl.org/functions/eval.html" rel="nofollow">eval()</a> functions which does what you are trying.</p>
<p>If you use Perl or Python you might try something like</p>
<blockquote>
<p>@temp = eval("get_"+acc[1]+"_data")</p>
</blockquote>
http://stackoverflow.com/questions/877769/does-div-cause-line-breaks/877781#8777811Answer by Peter for Does <div> cause line breaks?Peter2009-05-18T13:37:56Z2009-05-18T13:48:46Z<p><code><span></code> is what you are looking for</p>
<p>Especially for menus you might have a look at <a href="http://www.alistapart.com/articles/dropdowns/" rel="nofollow">suckerfish dropdown menus</a></p>
http://stackoverflow.com/questions/489706/how-to-explain-open-source-to-your-boss/877484#8774841Answer by Peter for How to explain Open-Source to your boss?Peter2009-05-18T12:25:41Z2009-05-18T12:25:41Z<p><a href="http://producingoss.com/" rel="nofollow">Here you can find a great EBook</a> that explains how Open-Source works.</p>
<p>It helped me to understand why to spend time/work and how they finance those projects.</p>
http://stackoverflow.com/questions/867018/svn-command-line-dialogs/867064#8670641Answer by Peter for SVN command line dialogsPeter2009-05-15T05:17:15Z2009-05-15T05:17:15Z<p>Did you try the "--quiet" switch?</p>
http://stackoverflow.com/questions/856108/how-to-change-settings-in-netbeans-6-5-to-run-web-application-in-not-default-brow/856189#8561891Answer by Peter for How to change settings in Netbeans 6.5 to run web application in not default browser?Peter2009-05-13T05:21:34Z2009-05-13T05:21:34Z<p>In Netbeans 6.5 under Tools->Options->General there's an option on top called Web Browser. Did you try to change that? Doesn't that work for you? </p>
<p>[Edit]: Maybe you have to make changes <a href="http://wiki.netbeans.org/TaT%5FFixExternalWebBrowserInRCPApp" rel="nofollow">that way</a></p>
http://stackoverflow.com/questions/1283993/what-to-do-beside-programming/1284020#1284020Comment by Peter on What to do beside programming?Peter2009-08-16T11:01:14Z2009-08-16T11:01:14ZI'd like to upvote this a few times... just forgot about lego, but can't get an overview of how "repeat(many, 100)" hours I tried to be imaginative with lego.http://stackoverflow.com/questions/1283993/what-to-do-beside-programming/1284000#1284000Comment by Peter on What to do beside programming?Peter2009-08-16T10:52:08Z2009-08-16T10:52:08ZYou'll spend a lot of your sparetime doing something you hopefully like - yes, I'd say it's a hobby, toohttp://stackoverflow.com/questions/1283993/what-to-do-beside-programming/1284001#1284001Comment by Peter on What to do beside programming?Peter2009-08-16T10:51:08Z2009-08-16T10:51:08ZI like that, too (downhill, yeaha), but how does it depend on your skills as a programmer (that's what I'm interested in)http://stackoverflow.com/questions/1283993/what-to-do-beside-programming/1284000#1284000Comment by Peter on What to do beside programming?Peter2009-08-16T10:49:57Z2009-08-16T10:49:57ZAmen! (I'm not religious, but don't find a better word for your answer)http://stackoverflow.com/questions/1283993/what-to-do-beside-programmingComment by Peter on What to do beside programming?Peter2009-08-16T10:48:26Z2009-08-16T10:48:26ZYes I did, I wrote one to find the easiest route between to subway stations. Maybe not the hardest one, but one to get a feeling of what I'm talking about (used that one <a href="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm" rel="nofollow">en.wikipedia.org/wiki/Dijkstra%27s_algorithm/…</a> if you're interested)http://stackoverflow.com/questions/1141250/why-html-javascript-css-are-not-compiled-languages-and-will-they-ever-be/1141275#1141275Comment by Peter on Why HTML/JavaScript/CSS are not compiled languages and will they ever be?Peter2009-07-17T05:10:29Z2009-07-17T05:10:29ZDon't forget to mention JavaFX as Suns choice for dynamic web (everywhere) content...http://stackoverflow.com/questions/1096251/what-is-span-spantagComment by Peter on What is <span></span>tag?Peter2009-07-08T08:28:56Z2009-07-08T08:28:56Z@Wedge: little typo <span style="font-family: Arial">some test</font> should be <span style="font-family: Arial">some test</span>http://stackoverflow.com/questions/1096264/which-is-best-framework-or-technolgy-for-a-community-site-development/1096288#1096288Comment by Peter on which is best framework or technolgy for a community site development?Peter2009-07-08T08:25:48Z2009-07-08T08:25:48ZThe three I mentioned, where just examples. As fas as I tested, Zend Framework is best for combining different web services (building "mashups"), but at the moment it's not the most recommended MVC framework. I found tutorials, to combine Zend Framework with CakePhp. Maybe with some research this could be a very powerfull combination.http://stackoverflow.com/questions/954327/hidden-features-of-html/954351#954351Comment by Peter on Hidden Features of HTMLPeter2009-06-05T05:10:48Z2009-06-05T05:10:48ZAs I know, marquee is not html specific, but depends on IEhttp://stackoverflow.com/questions/886737/for-loop-in-window-forms-applications/886764#886764Comment by Peter on for loop in window forms applicationsPeter2009-05-20T08:35:32Z2009-05-20T08:35:32ZIt's to check if the Item (String) is already in the list...http://stackoverflow.com/questions/867249/javafx-designer/867306#867306Comment by Peter on JavaFX DesignerPeter2009-05-15T06:53:11Z2009-05-15T06:53:11ZI use NetBeans, but where's the designer? I can drag&drop components in the source, so the source is "automagically" created and I can use the preview, but I don't find a way to "draw" like i.e. I can do for SVG in Inkscape.http://stackoverflow.com/questions/856228/how-can-i-improve-this-square-root-method/856254#856254Comment by Peter on How can I improve this square root method?Peter2009-05-13T05:47:33Z2009-05-13T05:47:33ZI think that won't work, because x>1 will be "true" or "false" it should be >> instead.http://stackoverflow.com/questions/806753/how-can-i-stop-using-a-mouse-while-programming-in-my-ide/806760#806760Comment by Peter on How can I stop using a mouse while programming in my IDE?Peter2009-04-30T13:49:57Z2009-04-30T13:49:57ZI just had to try how many tabs I would need to come here, but just with tabs it isn't possible.... it tabs from link -> edit -> picture of andrew hare -> andrew hare -> theotherscott -> lieven -> andrew Hare -> next comment link,...http://stackoverflow.com/questions/132359/how-is-google-so-fast/255119#255119Comment by Peter on How is Google so fast?Peter2009-04-30T10:59:26Z2009-04-30T10:59:26ZIf they get rats to work for them, too, two of the most usesless and annoying creatures would have a job...http://stackoverflow.com/questions/795027/code-golf-hex-to-raw-binary-conversion/795452#795452Comment by Peter on Code golf - hex to (raw) binary conversionPeter2009-04-28T13:41:30Z2009-04-28T13:41:30ZWhat about a for loop?
main(i){for(;scanf("%2x",&i)>0;putchar(i))}
Did I miss a semicolon? I have no c ompiler here at the moment...