search for: braindump

Displaying 20 results from an estimated 23 matches for "braindump".

2006 May 07
1
Anyone care for a braindump?
I have this problem with records that have to be alligned on end- and startdate. I came up with the following. but am not convinced that this is the best way to tackle this problem. Anyone care for a braindump? def head_to_tail # Remove days that have startdate >= self.startdate AND enddate <= self.enddate # # before after # # |=====| |=====| # <----|--|----> <---| |----> # # @days_inside_new_day = Day.find(:all, :condit...
2004 Aug 06
4
Chopping off the wideband?
On Tue, Feb 18, 2003 at 09:06:16PM -0500, Jean-Marc Valin wrote: > BTW, when you have something working and stable, I could include it in > the main Speex distribution. Hmmm, define working and stable :) <braindump topic="speexcat"> It began as a merge between speexdec and speexenc from 1.0beta3, with the encoding/decoding removed, and simply piped in and out from ogg streams. I never expected it would work joining different bitrate/encoding streams, but just then I tested joining an 8000Hz narro...
2004 May 30
2
Route P2P on separate link
Hello, Is there a way to route p2p traffic on a separate ISP connection, just as you would choose a separate connection for http traffic? I tried all sorts of setups based on: http://www.braindump.dk/en/wiki/?wikipage=PolicyRouting but with no luck. Please help :) (ipp2p is up and running) _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2015 Jan 08
4
[LLVMdev] RFP: Metadata is being used poorly to paper over missing IR constructs
...ing to write down here because none of us are going to be able to prioritize working on this soon. If anyone else ends up needing facilities related to this or having time to make this part of LLVM better, that would be awesome. Hence, a request for patches more than a request for comments. =D <braindump> (and apologies if this is poorly structured or rambly) I'm aware of at least two quite strange uses of metadata at the moment (Duncan, Eric, jump in with more I missed): 1) The need for an arbitrary (often target-specific) symbolic string in the IR that can be used with intrinsics and/or...
2007 Apr 12
8
test
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <TITLE>Message</TITLE> <META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD> <BODY> <DIV>&nbsp;</DIV></BODY></HTML>
2004 Aug 06
3
Chopping off the wideband?
On Tue, Feb 18, 2003 at 06:09:43PM -0500, Jean-Marc Valin wrote: > Le mar 18/02/2003 ? 17:38, John Hayes a ?crit : > > If I encode something in ultra-wideband, can I decode it in wideband by > > chopping off bytes in every frame? > > All you have to do is use the --force-wb switch with speexdec. It will > decode as if the file were wideband, ignoring the ultra-wideband
2007 May 21
3
defining client/server configs
Still very new to puppet, so go easy :-) Bit of a braindump I''m afraid, but I''d really appreciate any "Yep", "interesting", "No!!!" comments. I''ll start with an example - adding NTP support. This primarily consists of two configs: a) NTP clients - this is quite easy, it''s a templated fi...
2012 Nov 04
9
Migrate to Linux Server
Hi, In our company we have a DL380 ( 16gb ram) server with Windows server 2003 x86, this run only tomcat 6. We have 2 options: a) upgrade to windows 2008 x64 and b) migrate to Linux ( I mean centos 6 x64). I want to make some benchmarks. Please help me to compare a and b. How I can make this benchmark? -- Best Regards, Ashkan R
2004 Aug 06
0
Chopping off the wideband?
> Hmmm, define working and stable :) By that I mean that you're fine with releasing it with your name on it and not be afraid to get flamed. > <braindump topic="speexcat"> > It began as a merge between speexdec and speexenc from 1.0beta3, > with the encoding/decoding removed, and simply piped in and out from > ogg streams. I never expected it would work joining different > bitrate/encoding streams, but just then I tested joi...
2011 Apr 01
0
on "BSD derived RFC3173 IPComp encapsulation will expand arbitrarily nested payload"
Hi, as some IPSec users might be worried about the "BSD derived RFC3173 IPComp encapsulation will expand arbitrarily nested payload" from http://seclists.org/fulldisclosure/2011/Apr/0 , here's some braindump: To be affected it's believed that you need to 1) manually compile in IPSEC (not done in GENERIC or the release), 2) have an entry for ipcomp in your security associations. You may also want to check what you negotiate with trusted peers if you use IKE. 3) an attacker needs to know...
2018 Apr 29
0
R 3.5.0 binaries for Debian and Ubuntu
...e offical library for the r-base image mirroring this. - Travis remains an issue if and when you mix with preinstalled packages. We probably want to wait there. - Michael uses the excellent Ubuntu PPA infrastructure, but uploads are in fact manual. Please be patient. This was just a quick braindump to put some facts out there while the noise level keeps escalating on Twitter. It is not efficient for me to try to follow each conversation there. If we could, let's please keep the meat of the discussion HERE and feel free to distribute some common knowledge established over whichever socia...
2018 Apr 29
2
R 3.5.0 Binaries for Ubuntu now available
On 04/29/2018 09:30 AM, Jeroen Ooms wrote: > On Sat, Apr 28, 2018 at 10:00 PM, Michael Rutter <marutter at gmail.com> wrote: >> These have not been mirrored to CRAN as I want to have the other r-cran >> packages built against R 3.5 before adding to CRAN. Worried about breaking >> working systems currently on R 3.4.4. > > Thanks, Michael. I did some simple tests,
2008 Jan 15
1
inbound Audio problems probably not NAT related?
Hello all, Was hoping to get a sanity check along with a question. Below is the output from top run with normal defaults, except to show both CPU's, on a SuSE 10.2 box with Asterisk v1.4.15. top - 10:00:58 up 3 days, 5:54, 4 users, load average: 0.15, 0.05, 0.01 Tasks: 110 total, 2 running, 108 sleeping, 0 stopped, 0 zombie Cpu0 : 0.2%us, 0.2%sy, 0.0%ni, 97.3%id, 2.2%wa, 0.1%hi, 0.0%si,
2014 Aug 30
2
[LLVMdev] Loop vectorizer preamble
...For example: for (i = 0; i < n/2; ++i) p[i] = q[i+1]; for (i = n/2; i < n; ++i) p[i] = q[i-1]; Really, these two loops should share a common preamble which checks between the range [0, n). Now, they have two preambles, one checking [0, n/2) and the other [n/2, n). Sorry for the braindump, and for probably missing many issues! Cheers, James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140830/bba752a5/attachment.html>
2016 Jul 15
5
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...nting caching across the > intervening module pass in a case like > `module(cgscc(require<foo-cgscc-analysis>),some-module-pass-that-makes-no-changes,cgscc(some-cgscc-pass-that-uses-foo-cgscc-analysis))` > but that seems like a restriction we can live with. > Again, sorry for the braindump. > -- Sean Silva > > We've obviously outgrown this model with examples like LAA, > > AssumptionCacheTracker, etc. that hack around this in the old PM. > > We > > may want to have a fresh re-examination of what problems we are > > exactly trying to solve. >...
2016 Jul 15
2
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...e pass in a case like > > > `module(cgscc(require<foo-cgscc-analysis>),some-module-pass-that-makes-no-changes,cgscc(some-cgscc-pass-that-uses-foo-cgscc-analysis))` > > > but that seems like a restriction we can live with. > > > > > > Again, sorry for the braindump. > > > > > > -- Sean Silva > > > > > > > We've obviously outgrown this model with examples like LAA, > > > > AssumptionCacheTracker, etc. that hack around this in the old > > > > PM. > > > > We > > > >...
2016 Jul 15
2
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...e pass in a case like > > > `module(cgscc(require<foo-cgscc-analysis>),some-module-pass-that-makes-no-changes,cgscc(some-cgscc-pass-that-uses-foo-cgscc-analysis))` > > > but that seems like a restriction we can live with. > > > > > > Again, sorry for the braindump. > > > > > > -- Sean Silva > > > > > > > We've obviously outgrown this model with examples like LAA, > > > > AssumptionCacheTracker, etc. that hack around this in the old > > > > PM. > > > > We > > > >...
2016 Jul 15
4
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...intervening module pass in a case like >> `module(cgscc(require<foo-cgscc-analysis>),some-module-pass-that-makes-no-changes,cgscc(some-cgscc-pass-that-uses-foo-cgscc-analysis))` >> but that seems like a restriction we can live with. >> >> >> Again, sorry for the braindump. >> >> >> -- Sean Silva >> >> >>> We've obviously outgrown this model with examples like LAA, >>> AssumptionCacheTracker, etc. that hack around this in the old PM. We may >>> want to have a fresh re-examination of what problems we are exa...
2016 Aug 08
2
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...like >>> `module(cgscc(require<foo-cgscc-analysis>),some-module-pass- >>> that-makes-no-changes,cgscc(some-cgscc-pass-that-uses-foo-cgscc-analysis))` >>> but that seems like a restriction we can live with. >>> >>> >>> Again, sorry for the braindump. >>> >>> >>> -- Sean Silva >>> >>> >>>> We've obviously outgrown this model with examples like LAA, >>>> AssumptionCacheTracker, etc. that hack around this in the old PM. We may >>>> want to have a fresh re-examina...
2006 May 19
9
Resize uploaded image file without creating temp file?
...is it better for performance and maintenance reasons to use files and just save the location of the image file? Finally, does anyone have any working code snippet which does these kind of things using either Magick or preferably, MiniMagick that they can share, as a starting point? Sorry for the braindump and flood of questions, but I was hoping people could save me from spending a lot of time writing something only to realise that I should have done it another way :-) Many thanks, Matt.