Re: [dev] [OT] performance monitoring using hardware counters

2012-08-31 Thread Valentin Ochs
On Fri, Aug 31, 2012 at 05:34:26PM -0700, Amit Uttamchandani wrote: > Thanks for the reply. > > Played around with Systemtap and it seems to have what I need. However, > I can't get user space probing to work! Apparently, you need > uprobes/utrace support, which debian kernels don't have. cd /usr

Re: [dev] dev+unsubscr...@suckless.org

2012-08-06 Thread Valentin Ochs
On Mon, Aug 06, 2012 at 10:13:01AM +0200, Anselm R Garbe wrote: > Read > > http://suckless.org/community > > to learn the unsubscription procedure. > Or the email headers...

Re: [dev] Futaba Linux

2011-09-20 Thread Valentin Ochs
On Tue, Sep 20, 2011 at 10:54:25PM +0100, Nick wrote: > Quoth Sir Cyrus: > > Thought a few of you might be interested in this: > > http://alrig.ht/newfutaba.html > > Sounds really nice. Pity they can't use musl, as ARM support is an > important use-case. musl

Re: [dev] [dwm] [patch] Fix for retarded clients that send unmapnotify events

2011-08-08 Thread Valentin Ochs
abide by the standard, even if that means we set the state > to Withdrawn when it, well, isn't. I blame Mathematica for that one. > > (Valentin, could you check whether this breaks the patch for Mathematica?) Nope, still works fine. --Valentin

Re: [dev] [dwm] [patch] Fix for retarded clients that send unmapnotify events

2011-08-07 Thread Valentin Ochs
Just found http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.4 So apparently the help window wants to go into WithdrawnState, get ignored by dwm, and draw its own icon or whatever right after being mapped. Makes sense to me...

[dev] [dwm] [patch] Fix for retarded clients that send unmapnotify events

2011-08-07 Thread Valentin Ochs
m not drunk and stoned enough to be able to think like Mathematica devs. But I have a simple patch attached, which ignores all UnmapNotify events that don't come from the server. --Valentin diff -r 131d4f6a8a1e dwm.c --- a/dwm.c Fri Jul 29 20:01:22 2011 +0200 +++ b/dwm.c Mon Aug 08

Re: [dev] [dwm] sloppy focus

2011-07-04 Thread Valentin Plechinger
> Well, the thing is, I don't ever use the mouse for window management, > but I sometimes move the mouse out of the way and in doing so > accidentally focus a completely different window. I personally would > rather dwm had no mouse support at all, but clearly that would be > controversial... Still

Re: [dev] DWM + Emacs key binding

2011-07-04 Thread Valentin Plechinger
If you have one, use the windows key as the modifier. I would probably go insane without that (also using emacs) At Mon, 04 Jul 2011 22:34:45 +0700, Toan Le wrote: > > [1 ] > [1.1 ] > Hi, > > I setup Arch linux on VMWare and decide to use DWM. I see some emacs > command does not work well und

Re: [dev] How to use tabbed with surf?

2011-06-21 Thread Valentin Plechinger
> I use dwm, through dmenu run "tabbed", get a full grey screen with "tabbed > 0.3" in the left top corner. Then I try "ctrl+shift+enter"; > "ctrl+alt+enter", nothing happens. > Where I can redefine the hotkeys? Maybe its something machine specific. > -- > Tian Start tabbed with a surf instance i

Re: [dev] mret

2011-05-25 Thread Valentin Ochs
ke moc)? Like mh, but for tunes. > > mpd with either mpc or pimpd2 as client. > *AND* doesn't try to build a database (like moc)? mpd has a database. A fairly big one, even: 14M /home/apo/data/mpd/db --Valentin

Re: [dev] wmii freezes momentarily and regularly

2011-01-19 Thread Valentin
On Thu, Jan 20, 2011 at 02:13:24AM +0100, Jan wrote: > Apparently wpa_cli -a doesn't pass the ssid as a parameter when executing > the script. I would consider this important when dealing with multiple > profiles. $WPA_ID_STR --Valentin pgpn8tydY5s0t.pgp Description: PGP signature

Re: [dev] wmii freezes momentarily and regularly

2011-01-19 Thread Valentin
hat wpa_cli -a can't do? --Valentin pgp33Q8UZ6WR5.pgp Description: PGP signature

Re: [dev] sfc - a flashcards program to learn languages

2010-08-25 Thread Valentin
On Wed, Aug 25, 2010 at 07:57:51PM +0200, Szabolcs Nagy wrote: > i'm not sure why you needed signal.h I'm still planning to write the database on ^C, just... not now. =P --Valentin pgpyzPLst5e66.pgp Description: PGP signature

Re: [dev] sfc - a flashcards program to learn languages

2010-08-24 Thread Valentin
or the middle, etc. The end is obviously simple enough (just put the base in the word and let tags handle the rest), but if the stem changes as well... Bleh. If you do write a patch, just send it to me ;) --Valentin pgpAVUC8LdtQA.pgp Description: PGP signature

[dev] sfc - a flashcards program to learn languages

2010-08-24 Thread Valentin
at the project page [3] -- which doesn't really tell you much more than the README or this mail. I hope somebody can find a use for this; I'll probably stop learning in a few weeks anyway. ;) --Valentin [1] http://www.supermemo.com/english/ol/sm2.htm [2] http://0au.de/hgweb.cgi/sfc [

Re: [dev] three column layout / getting started writing patches

2010-08-12 Thread Valentin
us to me but I'm having trouble > understanding where and how setmfact() is being used. > > On Thu, Aug 12, 2010 at 2:11 PM, Valentin wrote: > > > On Thu, Aug 12, 2010 at 01:25:19PM -0500, Jaime Villarreal wrote: > > > Ah! missed that. Thanks! > > > > Yo

Re: [dev] three column layout / getting started writing patches

2010-08-12 Thread Valentin
On Thu, Aug 12, 2010 at 01:25:19PM -0500, Jaime Villarreal wrote: > Ah! missed that. Thanks! You did notice setmfact(), right? It's bound to M-[ and M-] by default... pgpZg6nfH9Ouk.pgp Description: PGP signature

Re: [dev] three column layout / getting started writing patches

2010-08-11 Thread Valentin
Forgot attaching the file... void tcl(Monitor *m) { int x, h, w, mw; unsigned int i, n; Client *c; for(n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++); if(n == 0) return; /* master */ c = nexttiled(m->clients); mw = m->mfact * m->ww; resize(c, n<3?m->wx:m->wx+(m->ww-mw

Re: [dev] three column layout / getting started writing patches

2010-08-11 Thread Valentin
ts for this application. Try the attached function, a quick hack of the normal tile() layout. After the first window, the next alternate between the right and left stack. --Valentin pgpg2w5iWgXmm.pgp Description: PGP signature

Re: [dev] [surf] GZip compression

2010-03-25 Thread Valentin
AFAIR. I think Gottox said that it works for him, though. --Valentin pgpcLDF73IKiK.pgp Description: PGP signature

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Valentin
On Thu, Mar 18, 2010 at 01:58:11PM +0100, QUINTIN Guillaume wrote: > > > > Scroll lock works for me in xterm. > > > > What is the escape sequence to lock scroll ? > No idea, I just hit scroll lock… pgpKRlt4SZqLn.pgp Description: PGP signature

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Valentin
. > > Kind regards, > Guillaume Quintin. > --Valentin pgpmYPqK1Iveo.pgp Description: PGP signature

Re: [dev] [OFFTOPIC] CAPSLOCKDAY

2009-10-22 Thread Valentin
How annoying, now I have press shift all the time so I get correctly cased characters. What a retarded idea. --Valentin pgpriaBLy6Avt.pgp Description: PGP signature

Re: [dev] dwm is awesome!

2009-08-27 Thread Valentin
gt; wmii too, mainly because I want the possibility of a grid layout (2x2 > for example) rather than master+stack. dwm has both a grid and gapless grid patch. ;) --Valentin

Re: [dev] [st] goals / non-goals for st?

2009-08-23 Thread Valentin
On Sun, Aug 23, 2009 at 08:28:02PM +0100, Anselm R Garbe wrote: > the planned st server that keeps > terminal sessions survive X shutdowns. Isn't that what screen's there for? :P

Re: [dev] Surf development

2009-08-19 Thread Valentin
It almost sounds like you want vimpression [1] ;) [1]: https://projects.ring0.de/webkitbrowser/ On Wed, Aug 19, 2009 at 07:44:47AM +, Jacob Todd wrote: > Alright then. I'm going to look at the source tonight hopefully and come up > with > a patch so that j & k move up and down, h & l move f