Re: [dev] Why use Mercurial?

2010-02-14 Thread Preben Randhol
On Sun, 14 Feb 2010 13:29:51 +0100 Christoph Schied wrote: > On Sun, Feb 14, 2010 at 01:24:22PM +0100, Preben Randhol wrote: > > What a braindamaged statement, especially as git uses perl... > > I thought the irony was clearly visible... > > Nevertheless, git's core

Re: [dev] Why use Mercurial?

2010-02-14 Thread Preben Randhol
On Sun, 14 Feb 2010 13:10:16 +0100 Christoph Schied wrote: > And i think every suckless-alarm-bell should ring when you merely can > hear the word python ;) What a braindamaged statement, especially as git uses perl...

Re: [dev] Why use Mercurial?

2010-02-14 Thread Preben Randhol
On Sat, 13 Feb 2010 21:14:55 -0600 Matthew Bauer wrote: > Why do Wmii and DWM use Mercurial? > Aren't they targeted at Linux systems and isn't Git a lot faster on > Linux? > > I just wanted to know, because Wmii in my opinion is one of the most > Unix like projects out there, and I wanted to kno

Re: [dev] Why use Mercurial?

2010-02-14 Thread Preben Randhol
On Sat, 13 Feb 2010 21:14:55 -0600 Matthew Bauer wrote: > Why do Wmii and DWM use Mercurial? > Aren't they targeted at Linux systems and isn't Git a lot faster on > Linux? > > I just wanted to know, because Wmii in my opinion is one of the most > Unix like projects out there, and I wanted to kno

Re: [dev] Why use Mercurial?

2010-02-14 Thread Preben Randhol
See also : http://rg03.wordpress.com/2009/04/07/mercurial-vs-git/

Re: [dev] a suckless computer algebra system

2009-11-24 Thread Preben Randhol
Of course you can make x applications that each solve a spesific mathematical problem, but what a mess it creates when you have to combine applications. I have work with such systems and the time wasted in transfering data from one to the other is a big problem. Not to say the errors this can introduce

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Preben Randhol
t was avoided in f.ex Python. It is said to be dynamic, but mostly it seems to be statical with dynamic options. What I like is that it is strongly typed and has automated memory handling. It is sad that in 2009 we still have multiple security problems due to poor memory management. -- Preben Randhol

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Preben Randhol
t seems very much more like the > next generation of Limbo or Alef than anything else, the more I > look at it. Why not? Ada is a great language. -- Preben Randhol

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Preben Randhol
On Wed, 11 Nov 2009 12:04:07 + Anselm R Garbe wrote: > Well there is gccgo for performance worried people. At the moment the gccgo is slower than the 6g compiler, but according to Rob the compiled code is better with gccgo At the moment speed is 10-20% slower than pure C, but you get all t

[dev] [OT]: Go programming language

2009-11-11 Thread Preben Randhol
I noticed that Google has released and opened sourced the Go language (http://golang.org). I watched the tech talk by Rob Pike and it seems interesting, although it didn't answer all questions. Go seems to be based on C, Python, Ada, Pascal/Modula/Oberon languages. Though it would be interesting a

Re: [dev] dwm: suckless way to monitor work hours

2009-09-05 Thread Preben Randhol
On Tue, 1 Sep 2009 10:07:47 +0300 Niklas Koponen wrote: > My plan is to take a snaphot of the root window at certain intervals > if there has been some mouse or keyboard activity. I also record the > amount of activity. Then I store the information and at the end of the > month I just generate a

Re: [dev] [last] lastfm interface

2009-09-05 Thread Preben Randhol
On Thu, 27 Aug 2009 21:12:38 -0400 Kris Maglione wrote: > I actually switched from Last.FM to Pandora a few months ago, so > I suppose things may have changed since the last time I used it. > I'll look into it later. Pandora is U.S. only.

Re: [dev] [last] lastfm interface

2009-09-05 Thread Preben Randhol
On Tue, 25 Aug 2009 16:22:35 +0200 Dieter Plaetinck wrote: > I know that last.fm stopped doing the free streaming. since march or > something you could still play a few hundred songs but then it > stopped working. unless you upgraded to a paid account. 30 tracks actually

Re: [dev] 9base-3

2009-08-14 Thread Preben Randhol
On Fri, 14 Aug 2009 05:43:23 +0200 Uriel wrote: > I don't have a lifetime to spend studying all the debian arcana and > follow their byzantine bureaucracy. But yet you use the "awful" Debian... Good that some thousand developer devote time to package software for you then. Put up or shut up...

Re: [dev] 9base-3

2009-08-13 Thread Preben Randhol
On Fri, 7 Aug 2009 22:00:48 +0200 Uriel wrote: > To me, the only difference is that unlike p9p, 9base does get packaged > into Debian. Aside from that I see little benefit. It is rather sad > that nobody packages p9p for Debian, but seems to be a lost battle http://www.debian.org/devel/join/

Re: [dev] mcabber (IM) and dwm?

2009-07-18 Thread Preben Randhol
On Sat, 18 Jul 2009 10:17:58 +0200 Christoph Schied wrote: > You will need to use a terminal which can set the X11 urgency hint > when a bell occurs in the terminal. > Using urxvt, you put the following in .Xdefaults: > URxvt*urgentOnBell: true > > Now you have to set mcabber to bell when a mes

[dev] mcabber (IM) and dwm?

2009-07-18 Thread Preben Randhol
Hi I'm using mcabber (http://mcabber.com/) as an IM client. I'm trying to get it to set it upso that on new messages the tag should be highlighted. I have noticed some other apps does this. But I'm a bit lost as to how to get this working. Anybody have a link to some general info on how to get pro

Re: [dev] DWM problem

2009-07-17 Thread Preben Randhol
On Fri, 17 Jul 2009 17:35:46 + Alexander Polakov wrote: > Take a look at dmesg, and make a search for .core files. > or syslog, x11 logs, auth logs etc...

Re: [dev] dwm-5.6

2009-07-17 Thread Preben Randhol
On Fri, 17 Jul 2009 19:51:47 +0200 Szabolcs Nagy wrote: > my problem was that it seems that c and ieee754 does not even require > that the arithmetic operations are well defined: same operation on > same numbers with same type does not necessary give the same result > (even on same architecture w

Re: [dev] dwm-5.6

2009-07-17 Thread Preben Randhol
and then indeed no unnecessary updates occur > > moral of the story: don't rely on (float)a/b == (float)a/b But of course! (float)*w/(float)*h != (float) (w/h) in most cases also... assuming w and h are ints. -- Preben Randhol

Re: OT: Re: [dev] mention suckless favorably in today's blog article A Quantum of Computing

2009-07-14 Thread Preben Randhol
On Tue, 14 Jul 2009 20:22:49 +0100 Jimmy Tang wrote: > On Tue, Jul 14, 2009 at 06:46:57PM +0200, Preben Randhol wrote: > > > quantum computing is indeed a god-made absurdity :P > > > > Which god is that then? Odin? Zeus? God? ... > > > > since its quantum

Re: OT: Re: [dev] mention suckless favorably in today's blog article A Quantum of Computing

2009-07-14 Thread Preben Randhol
On Tue, 14 Jul 2009 20:39:19 +0200 Szabolcs Nagy wrote: > these are misjudgments of possibilities Exactly :-) > i believe that quantum mechanics will be as absurd in 2020 as it was > in 1920 2020 yes, but later maybe...

Re: OT: Re: [dev] mention suckless favorably in today's blog article A Quantum of Computing

2009-07-14 Thread Preben Randhol
On Tue, 14 Jul 2009 19:16:22 +0200 Szabolcs Nagy wrote: > absurdity stems from the unintuitive laws of quantum mechanics, not > from the novelty of the technology, it won't change over time. perhaps not intuitively, but I also remember an IBM boss claiming 5 computers would be sufficient for the

Re: OT: Re: [dev] mention suckless favorably in today's blog article A Quantum of Computing

2009-07-14 Thread Preben Randhol
On Tue, 14 Jul 2009 19:16:22 +0200 Szabolcs Nagy wrote: > i'm not sure about your second comment. did you mean that cs is not a > proper science by the falsifiability definition (popper)? or that it > has less organized knowledge/less important than the others? No, it is young science. Comparin

Re: OT: Re: [dev] mention suckless favorably in today's blog article A Quantum of Computing

2009-07-14 Thread Preben Randhol
On Tue, 14 Jul 2009 10:07:51 +0100 Jimmy Tang wrote: > quantum computing is indeed a god-made absurdity :P Which god is that then? Odin? Zeus? God? ... I guess one says nano-technology was an absurdity if you go some decades back... CS is still a banal science compared to chemistry/physics/ma

Re: [dev] number of visible windows?

2009-07-12 Thread Preben Randhol
On Sat, 11 Jul 2009 17:49:13 -0500 Kurt H Maier wrote: > On Sat, Jul 11, 2009 at 4:36 PM, Preben Randhol > wrote: > > So what you are saying is that if a problem is making the code more > > complex one define that this is not a problem and ignore it? > > Yes. Hope yo

Re: [dev] number of visible windows?

2009-07-11 Thread Preben Randhol
On Fri, 10 Jul 2009 15:11:46 -0500 Kurt H Maier wrote: > Nothing, except it's completely opposed to the fundamental concept of > dwm. You do not have a per-tag layout. You have a layout. Be that as it may, but in terms of usability for me I prefer the per-tag layout as some programs I need t

Re: [dev] dwm in a window

2009-07-06 Thread Preben Randhol
g about X all the time. PLan 9 is for sure not the future... -- Preben Randhol

Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Preben Randhol
On Mon, 22 Jun 2009 21:59:28 +0200 Uriel wrote: > Hah! If only, last I tried to use ubuntu had to waste almost a whole > day trying to get ACPI to work on my thinkpad, I got so feed up with > it that I installed Windows XP. When was last time? Which version? Old versions were not good to say th

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread Preben Randhol
On Sun, 21 Jun 2009 22:22:47 +0100 (BST) "Kevin Nagel" wrote: > Hello, > > I am a wmii-2.5 user and like the tabbing concept much more than the > stacking concept in wmii-3. However, I've considered using dwm, but > would like to have these features there as well. Also the dynamic > control of c

Re: [dev] dmenu / enso

2009-06-22 Thread Preben Randhol
> I would admit that an interesting extension to dmenu would be the > ability to provide possible completions after each space, i.e.: > - open dmenu, list of commands shows up > - I type "opensshwi" > - dmenu calls getcompletions("opensshwindow"), which returns a list of > my favorite hosts: "suckl

Re: [dev] dmenu / enso

2009-06-22 Thread Preben Randhol
> Another neat thing is you could open, e.g. open openoffice writer, > type in "2+3/5", highlight, type in enso-terminal "calc this", and > the result replaces the "2+3/5" string in your document. They claim > that you can do this with other programs as well. I believe I can > program the parser as

Re: [dev] dwm development continues NOW

2009-06-21 Thread Preben Randhol
re window moving/resizing in the floating sense. That is suckless for me. Not the size of dwm. So if dwm will make it possible for different implementations depending on needs it would be very nice. I don't want pango as default, but I have at least one computer I would need it on or I will have to choose another wm. Best wishes Preben Randhol

Re: [dev] dwm development continues NOW

2009-06-21 Thread Preben Randhol
On Sun, 21 Jun 2009 02:56:46 +0200 Uriel wrote: > I thought we had agreed against having multiple drawing backends... > this will add considerable complexity for no gain at all. you misunderstand. Read Anselms mail. It is the Sensible Solution[tm] to do it the way he suggests. Separating interfa

Re: [dev] Re: last request for a dev-only list

2009-06-13 Thread Preben Randhol
On Sat, 13 Jun 2009 11:15:54 +0100 Alexander Clouter wrote: > Jeremy Jay wrote: > > > > As much as I love dwm and suckless projects in general, I could > > really do without all the off-topic conversations by the same 10 > > people. If there will not be split > > suckless-dev/suckless-discussio

Re: [dev] wmii and gtk fontsize

2009-06-06 Thread Preben Randhol
t; "Sans 12" in my ~/.gtkrc-2.0 It doesn't change anything. > I don't have this problem on other wm so it seems to me that it could > be wmii related. I really miss the ideas, help welcome : ) Try and see if xrandr --dpi 96 helps -- Preben Randhol