search for: pimping

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

Did you mean: limping
2007 Mar 06
0
[PIMP] Topfunky''s httperf PeepCode screencast
...s, covers basic statistics, and shows you how to figure out how fast your Mongrel setup can go. It''s much better watching someone else do it than reading a description. Everyone who constantly asks about how to performance measure their web apps should grab it and go through it. Why am I pimping it so hard? First, he''s giving me a cut of the dough and a brotha''s gotta eat. :-) Second, it is probably the first description of performance measurement and analysis I''ve seen that actually gets it right. Thanks for your time, and enjoy the day. -- Zed A. Shaw, MU...
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.org/?p=libs/klibc/klibc.git;a=summary We know archs were
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)
...ows you how to figure out how fast your Mongrel setup can go. >It''s much better watching someone else do it than reading a >description. > >Everyone who constantly asks about how to performance measure their >web >apps should grab it and go through it. > >Why am I pimping it so hard? First, he''s giving me a cut of the dough >and a brotha''s gotta eat. :-) Second, it is probably the first >description of performance measurement and analysis I''ve seen that >actually gets it right. > >Thanks for your time, and enjoy the day....
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
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
I just tested 6.02-pre10 version. ? On physsical machine it is booting ok now,?but chain.c32 result is the same errors :? ERR: Primary partition (in MBR) with invalid offset 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).
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 at that point > or not.
2010 Jul 01
3
[LLVMdev] MC: Object file specific parsing
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. - 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
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.
From: Raphael S. Carvalho <raphael.scarv at gmail.com> v2: Extract ADV_SIZE automatically from libinstaller/setadv.h. Calc the size of ldlinux.sys from ldlinux.bin, and check if it exceeds the limit. ldlinux.sys must fit between the bootsector and two copies of ADV whose size may vary. Thus, the size of ldlinux.sys can be at most: 65536 - 2 * ADV_SIZE - 512 (limit). Certain file systems
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
...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 ( http://littlesvr.ca/isomaster ). give it a shot, if you will. cheers andrew
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 repository at: >> >>
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