Re: [dev] [PATCH] sbase: add cut

2012-08-01 Thread Niki Yoshiuchi
Why would you use awk or Perl when you have the best programming language available: Ruby? On Aug 1, 2012 8:55 AM, "Martin Kopta" wrote: > On 08/01/2012 02:36 PM, Uriel wrote: > >> Use awk. >> > > Use Perl. > > >

Re: [dev] unsubscribe

2012-06-13 Thread Niki Yoshiuchi
Well then un-sign me up! On Wed, Jun 13, 2012 at 10:02 AM, hiro <23h...@googlemail.com> wrote: > Everyone who participates in unsubscribe gets the chance to win 10 > Bitcoins. > >

Re: [dev] Suckless Desktop Environment

2011-11-07 Thread Niki Yoshiuchi
Can I vote this "best of"? On Mon, Nov 7, 2011 at 3:07 PM, Kurt H Maier wrote: > The very use of the phrase "Desktop Environment" betrays your > low-lying commitment to the capitalist patriarchal conspiracy to > restrict social mobility of non-institutional entity-computer > interfaces. Your at

Re: [dev] Anti-GPL hipsters

2011-10-24 Thread Niki Yoshiuchi
So I guess that means no auto-tuned Richard Stallman huh? On Mon, Oct 24, 2011 at 10:46 AM, Stephen Paul Weber < singpol...@singpolyma.net> wrote: > Somebody claiming to be mikshaw wrote: > >> From: Kurt H Maier >> >>> only an idiot compares a software license to slavery. >>> >> As far as the

Re: [dev] Suckless UML

2011-05-10 Thread Niki Yoshiuchi
Good luck. UML sucks so I doubt there has been any attempt to make suckless UML software. If I were you I'd just struggle with crummy tools for a semester since you will never use UML again. On Tue, May 10, 2011 at 10:36 AM, CHABOT Simon wrote: > Hi all, > Today, an UML lesson have been given

Re: [dev] dwm: monocle view

2011-03-02 Thread Niki Yoshiuchi
all the commands are independent of what mode you are in, and should remain that way. What you are suggesting is adding special rules to one mode. -Niki Yoshiuchi On Wed, Mar 2, 2011 at 6:08 AM, Marcin Szamotulski wrote: > > > -- Forwarded message -- > From: > To: > Date

Re: [dev] [st] Separating the wheat (terminal emulation) from the chaff (X)

2011-01-24 Thread Niki Yoshiuchi
On Fri, Jan 21, 2011 at 4:25 PM, Ross Mohn wrote: > > Scrollback buffer is also useful with SIGWINCH. Let's say you're in > dwm's default tiling mode with a screenful of output on the left-hand st > and 4 st's stacked up on the right; you swap, then swap back and you've > lost 75% of the output on

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Niki Yoshiuchi
27;lqj' from dvtm within > st. Not sure what's going on now. :-/ > > > On 12/30/2010 02:50 PM, Niki Yoshiuchi wrote: >> The problem is with dvtm, specifically older versions.  dvtm 0.5.2 >> definitely has this problem and I know that the HEAD of the git >&g

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Niki Yoshiuchi
The problem is with dvtm, specifically older versions. dvtm 0.5.2 definitely has this problem and I know that the HEAD of the git repository does not. According to the git log it was fixed by you: commit 163a07d5fb99f2b187e1da0f66084f14d6459626 Author: Marc Andre Tanner Date: Fri Dec 17 21:01

[dev] Reflow v0.1

2010-10-29 Thread Niki Yoshiuchi
I've been doing a lot of development over ssh and have come to rely heavily on dvtm. dvtm doesn't reflow text on resize, so I decided to write a program to do that. At the moment it simply maintains a buffer and on resize prints out the entire buffer. The text is then reflowed by the controlling

Re: [dev] Re: [dvtm] buffered text on resize

2010-10-08 Thread Niki Yoshiuchi
I've been using your patch pretty heavily and everything seems to be working. On Fri, Oct 8, 2010 at 7:09 AM, Marc Andre Tanner wrote: > Niki Yoshiuchi wrote: > >> Thanks! I just installed the patch and I will let you know if I still see >> any garbage data. >> &

Re: [dev] Re: [dvtm] buffered text on resize

2010-10-01 Thread Niki Yoshiuchi
Thanks! I just installed the patch and I will let you know if I still see any garbage data. On Fri, Oct 1, 2010 at 11:42 AM, Marc Andre Tanner wrote: > On Sun, Sep 26, 2010 at 02:22:50AM -0400, Niki Yoshiuchi wrote: > > I would absolutely love to see text reflowing but I think that

Re: [dev] Re: [dvtm] buffered text on resize

2010-09-25 Thread Niki Yoshiuchi
been zeroed. I'll try and fix that later this week. -Niki On Sat, Sep 25, 2010 at 10:59 AM, Marc Andre Tanner wrote: > On Fri, Sep 10, 2010 at 12:57:09AM -0400, Niki Yoshiuchi wrote: > > There is a serious bug in my patch that can cause dvtm to crash which > > I have f

Re: [dev] Re: [dvtm] buffered text on resize

2010-09-09 Thread Niki Yoshiuchi
t run into this). Anyway, I've attached the updated patch. -Niki On 9/9/10, Niki Yoshiuchi wrote: > Thanks! :) > > And I realized that my patch is fine. I couldn't compile it at work, but > then I remembered that I couldn't compile dvtm using c99 at work because &

Re: [dev] Re: [dvtm] buffered text on resize

2010-09-09 Thread Niki Yoshiuchi
at 5:20 PM, Nikhilesh S wrote: > On Thu, Sep 09, 2010 at 02:02:10PM -0700, Suraj Kurapati wrote: > > On 9/8/10, Niki Yoshiuchi wrote: > > > even a Gnome user should be able to figure out how to fix it. > > > > Haha, well said, that quote is an instant classic! :-) > >

[dev] Re: [dvtm] buffered text on resize

2010-09-08 Thread Niki Yoshiuchi
t 12:41 AM, Niki Yoshiuchi wrote: > When resizing a window in dvtm, the text buffers for each row are resized > to reflect the number of columns. When making a window smaller, this has > the effect of deleting all the text that has gone off the edge of the > window. If you then make t

[dev] [dvtm] buffered text on resize

2010-09-07 Thread Niki Yoshiuchi
redraw on each row everytime you resize (unless the number of columns doesn't change) but I think it's worth it. It also reduces the number of memory allocations/reallocations. -Niki Yoshiuchi buffer.diff Description: Binary data

Re: [dev] Suckless design in Games

2010-08-10 Thread Niki Yoshiuchi
osoft went through a lot of trouble to make things fairly obvious (although it still has its quirks). -Niki Yoshiuchi On Tue, Aug 10, 2010 at 2:43 AM, Jacob Todd wrote: > On Mon, Aug 09, 2010 at 09:02:53PM -0500, Matthew Bauer wrote: > > What game libraries are suckless? (SDL, Ope

Re: [dev] [dwm] dwm for windows?

2010-07-08 Thread Niki Yoshiuchi
I used a port called bug.n for a minute which worked okayish but wasn't polished and frankly, Windows wasn't made for this sort of thing. My duckduckgo-fu isn't good enough to find it anymore (but I didn't really try). However I did come across a newer attempt at a tiling window manager for Windo

Re: [dev] Convert Suckless Projects Documentation to a More Simple Language

2010-06-16 Thread Niki Yoshiuchi
Esperanto is to Euro-centric and uses ambiguous grammar. We should use Lojban. On Wed, Jun 16, 2010 at 5:06 PM, Matthew Bauer wrote: > sarcasm=1 > > I suggest converting suckless project documentation to a more simple > language, such as Esperanto. > English does not follow the Unix philosophy

Re: [dev] [dvtm] Fibonacci layout patch

2010-06-01 Thread Niki Yoshiuchi
I realized earlier that my patch has a compile error in it - I renamed a file and then diffed without changing an include in the header file. Anyway, this one should work. On Tue, Jun 1, 2010 at 9:10 AM, Niki Yoshiuchi wrote: > The biggest benefit I've found has simply been that th

Re: [dev] [dvtm] Fibonacci layout patch

2010-06-01 Thread Niki Yoshiuchi
wrote: > > I've been using dvtm at work a lot recently so I figured I'd port the > > Fibonacci spiral/dwindle layouts to dvtm. This patch is for 0.5.2. I > find > > it's not as useful as the Fibonacci layouts in dwm but I figure why not > > release it anywa

[dev] [dvtm] Fibonacci layout patch

2010-05-31 Thread Niki Yoshiuchi
I've been using dvtm at work a lot recently so I figured I'd port the Fibonacci spiral/dwindle layouts to dvtm. This patch is for 0.5.2. I find it's not as useful as the Fibonacci layouts in dwm but I figure why not release it anyway. -Niki Yoshiuchi diff --git a/config.h b

[dev] [dwm] Fibonacci layout for 5.8

2010-05-31 Thread Niki Yoshiuchi
ion (since it's identical) which I've attached. As a note, the patch does not add mod+key options to switch to the layouts, that I leave up to the user. -Niki Yoshiuchi diff --git a/config.def.h b/config.def.h index cca37df..91b91aa 100644 --- a/config.def.h +++ b/config.def.h @@ -26,

Re: [dev] Fwd: OT:GUI wireless connections management?

2010-05-29 Thread Niki Yoshiuchi
Ah, I stand corrected. On linux iwconfig is reponsible for connecting to wilreless networks. On Sat, May 29, 2010 at 7:37 PM, Josh Rickmar wrote: > On Sat, May 29, 2010 at 07:30:36PM -0400, Niki Yoshiuchi wrote: > > ifconfig doesn't work on wireless networks, but assuming you m

Re: [dev] Fwd: OT:GUI wireless connections management?

2010-05-29 Thread Niki Yoshiuchi
ifconfig doesn't work on wireless networks, but assuming you mean iwconfig, well that doesn't work with WPA encryption. And neither of them is automatic. I just wpa_supplicant, but I don't think it would work that well with switching between wireless networks while running. If you are generally

Re: [dev] vimium extension for chromium

2010-05-19 Thread Niki Yoshiuchi
On Wed, May 19, 2010 at 8:02 AM, Marvin Vek wrote: > On Wed, May 19, 2010 at 12:07:31PM +0200, markus schnalke wrote: > > Vimium and surf are very different; I see hardly any similarity. > > > > With s/surf/vimperator/ I can agree. > > Vimperator had version 0.4 released 30th of April 2007. First

Re: [dev] unsubscribe

2010-03-05 Thread Niki Yoshiuchi
In all likelihood Anselm already unsubscribed deleuze and he is not receiving any of these e-mails. So why are you guys continuing this thread? Why am I? Can we let this die? On Fri, Mar 5, 2010 at 12:25 PM, Mate Nagy wrote: > On Fri, Mar 05, 2010 at 06:15:32PM +0100, Uriel wrote: > > This ha

Re: [dev] GSoC 2010

2010-03-03 Thread Niki Yoshiuchi
This is supposed to be a discussion on the Google Summer of Code, not a nerd fight about whether grep or awk is better, and how to manage files. Can you guys fork your discussion? On Wed, Mar 3, 2010 at 2:13 PM, Chris Palmer wrote: > Anders Andersson writes: > > > p...@airwaves:~$ size `which a

Re: [dev] simple portscanner

2010-02-26 Thread Niki Yoshiuchi
I think he meant - prevent him from using their modified, re-released version. The BSD license has a similar "problem." On Fri, Feb 26, 2010 at 10:59 AM, hiro <23h...@googlemail.com> wrote: > How exactly would they prevent you from using it?! > > On 2/26/10, James PIC wrote: > > On Sat, Jan 2,

Re: [dev] AfD discussion of dwm Wikipedia article

2010-02-24 Thread Niki Yoshiuchi
I think we should try and get wikipedia to delete the article, then get some well known and "reliable" source to write an article about how dwm was removed from wikipedia thus making dwm notable. On Wed, Feb 24, 2010 at 10:57 AM, wrote: > As you said, it is the first hit and it points to suckles

Re: [dev] AfD discussion of dwm Wikipedia article

2010-02-24 Thread Niki Yoshiuchi
That's actually my point - wikipedia is artificially enforcing notability so we should artificially create notability.* *Not a serious suggestion. On Wed, Feb 24, 2010 at 1:26 PM, hiro <23h...@googlemail.com> wrote: > Well, that's exactly the point. > Wikipedia is trying to artificially enforce

Re: [dev] AfD discussion of dwm Wikipedia article

2010-02-24 Thread Niki Yoshiuchi
Maybe we should just lobby some "credible" tech blog and get them to make a post about dwm. Problem solved. On Wed, Feb 24, 2010 at 1:05 PM, Jason Ryan wrote: > I doubt it will have any impact at all; but as it does appear > discriminatory to me, I have posted a brief rant: > http://jasonwryan.

Re: [dev] dwm 5.8 movestack patch

2010-02-22 Thread Niki Yoshiuchi
Awesome! Thanks for updating it. I've been meaning to get around to it but I just haven't had the time. I guess I should get off my butt and update the fibonacci patch as well. Thanks again, -Niki Yoshiuchi On Mon, Feb 22, 2010 at 3:28 PM, Jonas H. wrote: > $ diff dwm-5.6.1-m

Re: [dev] [surf] projects with the same name

2010-01-28 Thread Niki Yoshiuchi
I thought it was for looking at pictures of cats with bad grammar. On Thu, Jan 28, 2010 at 5:22 PM, Samuel Baldwin wrote: > 2010/1/28 Moritz Wilhelmy : > > Why that? > > What else do people use the internet for these days? Certainly nothing > productive... > > -- > Samuel Baldwin - logik.li > >

Re: [dev] MoveStack patch

2009-12-02 Thread Niki Yoshiuchi
t makes it easier. On Tue, Dec 1, 2009 at 7:24 PM, Alex Matviychuk wrote: > Does anyone know why this is not in the main source branch? I think I > remember this functionality being a regular part of DWM. > > On Tue, Dec 1, 2009 at 11:31 PM, Niki Yoshiuchi wrote: > > Perha

Re: [dev] MoveStack patch

2009-12-01 Thread Niki Yoshiuchi
Perhaps this is a fools errand as push.c does the same thing, but I'll update movestack in a couple of days. On Tue, Dec 1, 2009 at 1:36 AM, Alex Matviychuk wrote: > Ah great. That works, thanks! > > On Tue, Dec 1, 2009 at 3:30 PM, Josh Rickmar > wrote: > > On Tue, Dec 01, 2009 at 02:25:16PM +0

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

2009-11-12 Thread Niki Yoshiuchi
On Thu, Nov 12, 2009 at 10:42 AM, Kurt H Maier wrote: > On Thu, Nov 12, 2009 at 9:37 AM, Niki Yoshiuchi wrote: > > Here is C++'s grammar: > http://www.csci.csusb.edu/dick/c++std/cd2/gram.html > > Here is Lisp's grammar: > > http://www.devincook.com/goldparser/

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

2009-11-12 Thread Niki Yoshiuchi
mmar: http://www.devincook.com/goldparser/doc/meta-language/grammar-LISP.htm Granted C++ is a beast but even C has a huge grammar compared to Lisp. Of course, that simplicity comes at a price - using the same token (parenthesis) for everything, RPN, etc. although not everyone sees that as a downside.

Re: [dev] UTF-8 copyright symbol

2009-10-22 Thread Niki Yoshiuchi
To attempt to bring it back on topic, here are my thoughts: Any software that can't handle utf-8 should be replaced with software that sucks less. However, anything that can be done to make the source code for suckless projects suck less (in regards to its interactions with software, some of whic

Re: [dev] [dwm] Fibonacci spiral and Movestack patches for dwm 5.6.1

2009-09-09 Thread Niki Yoshiuchi
't add any necessary functionality. -Niki Yoshiuchi On Wed, Sep 9, 2009 at 1:37 PM, Mate Nagy wrote: > Hiho, > > The Fibonacci spiral patch offers a new layout that arranges the clients > in > > a spiral - http://www.aplusbi.com/projects/dwm/dwm-5.6.1-fibonacci.diff &g

[dev] [dwm] Fibonacci spiral and Movestack patches for dwm 5.6.1

2009-09-09 Thread Niki Yoshiuchi
allows you to swap the selected client with the client before or after it (a clone of the Xmonad mod-shift-j and mod-shift-k functionality) - http://www.aplusbi.com/projects/dwm/dwm-5.6.1-movestack.diff -Niki Yoshiuchi

Re: [dev] [OT] Suckless Distro

2009-07-24 Thread Niki Yoshiuchi
Yeah well my distro is better than your distro! In all seriousness, I've been using Xubuntu for a couple of years but I think I'm going back to Debian. Ubuntu needs a suckless way of dealing with updates (and a suckless way for you to configure your system to use a different WM). On Fri, Jul 24,

Re: [dev] dwm default bindings

2009-07-23 Thread Niki Yoshiuchi
On Thu, Jul 23, 2009 at 11:27 AM, Donald Allen wrote: > > > I believe this would have the effect of changing alt- to > ctrl-alt- and also alt-shift- to > ctrl-alt-shift-, yes? > > If so, that makes sense to me. It preserves the current consistency, > which my fix does not, so in that way it is les

Re: [dev] dwm default bindings

2009-07-22 Thread Niki Yoshiuchi
Personally I use the windows key as my modifier, which I think makes the most sense. However there are keyboards out there that don't have a windows key so I don't know if it would be a good idea to use that as the default. On Wed, Jul 22, 2009 at 10:30 AM, Donald Allen wrote: > I think the defa

Re: [dev] [dwm] moving clients around

2009-05-21 Thread Niki Yoshiuchi
I'm glad it works! If you don't mind me asking, what version of dwm are you using? On May 21, 2009 7:24 PM, "Jacob Todd" wrote: On Thu, May 21, 2009 at 06:48:51PM -0400, Niki Yoshiuchi wrote: > I wrote a patch to do just that, w... It works! Thanks for the patch.

Re: [dev] [dwm] moving clients around

2009-05-21 Thread Niki Yoshiuchi
I wrote a patch to do just that, which is a little out of date but might still work with current dwm versions: http://www.aplusbi.com/projects/dwm/dwm-5.2-movestack.diff On Thu, May 21, 2009 at 6:39 PM, Jacob Todd wrote: > I was thinking about this the other day when I was messing around with my