search for: sadistically

Displaying 14 results from an estimated 14 matches for "sadistically".

2002 Jul 23
1
VP3/QT: A new kdxlqt_CodecVersion patch
The new 3.2.6.1 codecs work great with QuickTime 6 (thank you!), but there's no way for an application to identify them. And since the older 3.2.1.x and 3.2.2.x installers will actually *downgrade* the installed version of VP3, it would be nice if an application could warn the user. The attached patch increments kdxlqt_CodecVersion (and documents all the Component Manager arcana involved).
2006 Apr 26
0
JOB: Bandzoogle.com
Bandzoogle.com, the leading website builder for bands, is looking a web application developer to join our team. We are a stable, profitable, fun and fast growing web company with a tremendously supportive user base. Some symptoms that you might fit in at Bandzoogle: - You get really excited when you play with elegant web frameworks like Rails, Dojo, and Prototype (uncontrollable giggling is an
2009 Jul 15
1
predictive punishment module (was: Re: Simple cat statement - output truncated)
>>> Duncan Murdoch <murdoch at stats.uwo.ca> 15/07/2009 15:04:29 >>> >* R has a new predictive punishment module. It punishes you for things >it knows you will do later. Dang! Does that mean it'll return errors for the statistical idiocy I haven't yet got around to committing? ;-) Steve E
2012 Apr 24
2
[Mass Effect] I feel myself awfully tired
...I can only see the Earth on the screen and game freezes. With wine 1.5 I doubled that by getting the loading screen grayscale (switching to 1.4 makes it coloured back). Byt the Earth is still freezed... Today I've booted to Win XP for first time after many month of pure work with Linux. And it sadistically demonstrated me, that all works fine... I hate it. I will not be patient until victory on that. If you could help me - AWWWRRRR?I?WANT?YOUR?ANSWERS?NOW.
2003 Jun 18
1
HTML emails (was: New Member seeks advice.)
> You didn't send unsubscribe messages to the lists, so what's left? Right: > you sent HTML emails! Come to think of it, you just did it again. :^) Actually, he didn't. He sent a multipart message, with a "text/html" section and an equivalent message in "text/plain". Other than a little extra bandwidth, I don't think anyone minds multipart messages.
2003 Jun 18
2
New Member seeks advice.
Sorry about that! I realized I had made the mistake of just changing the subject title minutes after I had posted. If I broke a second rule I am not sure what it was but if two out of three is all I managed to break, with almost no effort on my part I am sure I could bat 1000! I will check the Speex cite you recommended. I will likely have some questions. Thanks, Michael
2009 Apr 03
3
Conversions From standard to metric units
I am starting to use R for almost any sort of calculation that I need. I am a biologist that works in the states, and there is often a need to convert from standard units to metric units. Is there a package in R for this already? If not I believe that I am going to write some of the most often used in function form. My question is should I include this in my StreamMetabolism package. It is
2010 Mar 15
3
I stream read - stale NFS file handle
Hi, I am running dovecot/postfix/amavisd within a jail on freebsd. I have a nullfs mounted within the jail that links back to an NFS server. I am constantly getting these errors and my mail never gets delivered. I am hoping someone has a fix for me! Mar 15 18:26:02 deliver(boomer at vximultimedia.com): Error: copy: i_stream_read() failed: Stale NFS file handle Mar 15 18:26:02 deliver(boomer
2010 Mar 10
34
[Patch RFC] nouveau accelerated on Xen pv-ops kernel
Hi, Following is a simple patch that is needed in nouveau to get accelerated X on a Xen dom0 pv_ops kernel. The kernel is jeremy's 2.6.31.6 as of 20100222. The whole gpu tree of nouveau (which is almost the mainline merge), was substituted into the kernel-tree. All components of X (mesa, Xorg-server-7.5, xf86-nouveau, libdrm) used of the same day. Patch: diff -Naur
2010 Mar 10
34
[Patch RFC] nouveau accelerated on Xen pv-ops kernel
Hi, Following is a simple patch that is needed in nouveau to get accelerated X on a Xen dom0 pv_ops kernel. The kernel is jeremy's 2.6.31.6 as of 20100222. The whole gpu tree of nouveau (which is almost the mainline merge), was substituted into the kernel-tree. All components of X (mesa, Xorg-server-7.5, xf86-nouveau, libdrm) used of the same day. Patch: diff -Naur
2006 Dec 12
1
OpenVPN, proxy ARP for an entire subnet (Linux endpoints)
"A Tale of TTL Troubles" I was hired to implement VPN for a subnet. The owner has a /27 at his home site, and he wanted to have the machines there answering BOTH on those IP addresses and some addresses at a remote colocation provider. Make sense? Not to me either. :( I think he''s trying to fool his customers into thinking he has a physical presence in the colocation city.
2004 Apr 25
7
R vs Matlab: which is more "programmer friendly"?
Hi, The department of economics at our university (Budapest) is planning a course on numerical methods in economics. They are trying to decide which software to use for that, and I would like to advocate R. The other alternative is Matlab. I have found comparisons in terms of computational time for matrix algebra, but I don't think that is relevant: the bottleneck for economists is usually
2006 Jun 11
47
Ruby on Rails and CakePHP Comparison
>From a development standpoint, what are the features that make Ruby on Rails a better choice compared to CakePHP? -- Posted via http://www.ruby-forum.com/.
2006 Jan 05
40
RoR sucks, and heres why...
Well now that I got your attention.... Why RoR sucks: 1. It''s smarter than me. Just when I think I''ll have to do some mundane thing (like I use to in PHP or ASP), I find out RoR does it already for me. 2. It takes about half or less code to put my stuff together in RoR than it did in PHP, ASP, ASP.NET, etc. It seems so unnatural that I can have a method with only 4 lines