search for: pimps

Displaying 20 results from an estimated 326 matches for "pimps".

Did you mean: pimpl
2007 Mar 06
0
[PIMP] Topfunky''s httperf PeepCode screencast
Hey Everyone, Topfunky (Geoffry) has created a great PeepCode screencast on using httperf to performance measure your web applications: http://nubyonrails.topfunky.com/articles/2007/03/05/peepcode-page-caching-and-httperf http://peepcode.com/products/benchmarking-with-httperf Topfunky put a ton of work into this and really got it right. The attention to detail is very good and he researched
2011 Aug 16
2
[PATCH] test: Add signal nodefer
From: Matt Fleming <matt at console-pimps.org> Uncovered a bug in avr32 signal handling, might come handy in testing other archs signal. Signed-off-by: Matt Fleming <matt at console-pimps.org> Signed-off-by: maximilian attems <max at stro.at> --- Seen on lmkl, any objections to add your test to klibc: http://git.kernel.or...
2006 Aug 11
0
pimp my code?? Using self.new in class methods, brittle design & testing such methods
It''s way past midnight and I''m about to go to sleep. I''m having doubts about my code now that I''m trying to test as I go. Now my model follows the pattern of the LineItem model in the rails book. Basically the User has one Group and this one Group has many Friends (polymorphic two-way as "befriender" and "befriended"--users). from
2020 Sep 17
0
[PATCH v2 00/18] drm/i915: Pimp DP DFP handling
On Tue, Sep 08, 2020 at 02:34:24PM -0400, Lyude Paul wrote: > With the nitpicks addressed (note there were a couple of other spots where we > wanted to use Return: in the kdocs, but I didn't bother pointing all of them > out), all but patch 07 is: > > Reviewed-by: Lyude Paul <lyude at redhat.com> Thanks for the review. I fixed up the missing/bad docs and pushed the lot
2007 Mar 06
4
[PIMP] Topfunky''s httperf PeepCode screencast (Zed A. Shaw)
Hi, Thanks Zed - this is very interesting. One item in particular caught my eye: Does anyone on this list have any comments or validation that Rails 1.2.1 is 2-4 times as slow as Rails 1.1.6? Topfunky provided a link that purports what looks like really horrible performance and memory characteristics for Rails 1.2.1, even v. 1.1.6:
2013 Jun 24
2
Syslinux 6.00 released
On Sat, 22 Jun, at 05:24:21PM, Ferenc Wagner wrote: > Matt Fleming <matt at console-pimps.org> writes: > > > Please do test out the release and report any regressions. > > Unfortunately, I can't make it under Debian wheezy + experimental > gnu-efi (ie. 3.0u+debian-1): > > $ make installer [...] > make[3]: *** No rule to make target `/home/wferi/sysl...
2004 Sep 10
0
Should FLAC join Xiph?
Really, it's a case of resource management and helping things along in an inclusive manner, as opposed to an exclusive manner. Sure, we could just start building on it and give it out, but that's not really our style. I'd much prefer to take some of the resources we have and offer them to a project that has proven that it can kick a lot of ass on its own. There's no question in my
2013 Jul 24
2
Chaining with chain.c32 from syslinux 6.01 error
...and/or length. ? ERR: Cant't find myself on the drive I booted from Adding 'relax' option to chain.c32 invocation resolves the problem. ? In qemu the boot and chaining works ok (without 'relax' option). ________________________________ From: Matt Fleming <matt at console-pimps.org> To: Adrian Irimia <adixtx at yahoo.com> Cc: "syslinux at zytor.com" <syslinux at zytor.com> Sent: Wednesday, July 24, 2013 9:57 AM Subject: Re: [syslinux] Chaining with chain.c32 from syslinux 6.01 error On Tue, 23 Jul, at 08:06:46AM, Adrian Irimia wrote: > Ye...
2013 Jun 27
2
syslinux6 EFI fail to boot via pxe
Am 27. Juni 2013 17:44:58 schrieb Matt Fleming <matt at console-pimps.org>: > OK, now that's just weird. You don't see any response whatsoever from > tapping at the keys? That's correct. Nothing happen. > If you set a TIMEOUT, can you run a DEFAULT even though you cannot type? > That's one way to figure out whether the machine is dead...
2010 Jul 01
3
[LLVMdev] MC: Object file specific parsing
...n I don't think this approach is really tenable. I'm going to start hacking on an alternate approach, which should end up with the same result. Please ping me again if you don't hear anything in a day or two. - Daniel On Mon, Jun 28, 2010 at 12:52 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, Jun 22, 2010 at 12:26:00AM +0100, Matt Fleming wrote: >> Hi Daniel, >> >> attached is a patch that pushes most of the object file specific parsing >> out of AsmParser and down into MachOAsmParser. This was done as a >> cleanup for the ELF wo...
2013 Aug 05
4
syslinux 6.01 boot into GPT EFI hdd
On Fri, 02 Aug, at 07:51:12PM, Jonas Keidel wrote: > So will the patch be applied in 6.02? It's in 6.02-pre16. -- Matt Fleming, Intel Open Source Technology Center
2007 Jan 10
2
Dream Ledger
Hello Fellow Campers, I''m feeling crazy tonight and thought I''d go ahead and announce my new little project riding on the Camping framework: Dream Ledger (http://www.dreamledger.com). The app was written to scratch a personal itch, which is the simple fact that I wanted an easy way to record my nightly dreams and sleep experiences. Think about it as ''dream
2013 Sep 30
2
[PATCH v2] core: Check size of ldlinux.sys at building time.
...n file systems (such as BTRFS and UFS2) will rely on ldlinux.sys being installed on the 0-64k range, thus it can't exceed the limit, otherwise the superblock would be corrupted. Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com> Suggested-by: Matt Fleming <matt at console-pimps.org> --- core/Makefile | 1 + core/ldlinux_limit.pl | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 0 deletions(-) create mode 100755 core/ldlinux_limit.pl diff --git a/core/Makefile b/core/Makefile index a7503ef..635d8ab 100644 --- a/co...
2013 Sep 17
2
[PATCH][git-pull] lwIP PXE fixes
On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: >> Gene Cumm (1): >> Allow for UNDIIF_ID_DEBUG in 1 mk line >> >> are available in the git repository at: >&...
2010 Jul 11
0
[LLVMdev] MC: Object file specific parsing
On Thu, 1 Jul 2010 13:11:14 -0700, Daniel Dunbar <daniel at zuster.org> wrote: > Hi Matt, > > After looking at this again I don't think this approach is really > tenable. I'm going to start hacking on an alternate approach, which > should end up with the same result. Please ping me again if you don't > hear anything in a day or two. Ping?
2008 Dec 17
2
Spacewalk howto for CentOS 5
Hi, I would like to contribute a howto page about the configuration of Spacewalk for package management under CentOS 5. Spacewalk is the upstream project for the source of RedHat Network Satellite. It provides a management interface for software updates across registered servers and desktops. Here is were I would like to put this page: <http://www.redhat.com/red_hat_network/>
2006 Sep 22
1
isolinux/el torito
hello a while ago i posted a question about my troubles remastering isolinux bootable cds. after that Steffen Winterfeldt helped me out a lot and now my problems are gone. i wrote a document about my experiences and i thought i'd share it with you: http://littlesvr.ca/isomaster/eltoritosuppl.php and since i'm in pimping mode, my interest in isolinux is purely because of iso master (
2012 May 14
4
Boot sector file testcases
Does anyone have a collection of bootable .bs, .bss, .bin and .img files that I could use for testing the booting functionality on the elflink branch? A copy of the files and config file lines should be enough to produce a testcase. -- Matt Fleming, Intel Open Source Technology Center
2013 Jul 22
1
[PATCH][git-pull] UNDIIF packet header debug
On Mon, Jul 22, 2013 at 11:43 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Sat, 20 Jul, at 09:33:53AM, Gene Cumm wrote: >> The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52: >> Matt Fleming (1): >> Merge branch 'dynamic-debug' into elflink >> >> are available in the git reposi...
2013 Jul 23
2
Chaining with chain.c32 from syslinux 6.01 error
Yes. Prior versions (all to 6.01 inclusive) are working very well. ?And yes it fail before invoking chain.c32 (as I said in qemu there is no errors). ________________________________ From: Matt Fleming <matt at console-pimps.org> To: Adrian Irimia <adixtx at yahoo.com> Cc: "syslinux at zytor.com" <syslinux at zytor.com> Sent: Tuesday, July 23, 2013 5:16 PM Subject: Re: [syslinux] Chaining with chain.c32 from syslinux 6.01 error On Mon, 22 Jul, at 12:50:46PM, Adrian Irimia wrote: > ? &g...