Re: [dev] Plain text editor that sucks less - an alternative to VIM?

2014-07-02 Thread Ryan O’Hara
On Wed, Jul 2, 2014 at 7:30 AM, Lee Fallat ircsurfe...@gmail.com wrote: On Wed, Jul 2, 2014 at 10:21 AM, Charlie Kester corky1...@comcast.net wrote: On Wed 02 Jul 2014 at 04:49:23 PDT FRIGN wrote: Yes, highlighting comments makes sense, as even the article suggests, but this is not a central

Re: [dev] Plain text editor that sucks less - an alternative to VIM?

2014-07-02 Thread Ryan O’Hara
On Wed, Jul 2, 2014 at 7:45 AM, Chris Down ch...@chrisdown.name wrote: Ryan O’Hara writes: Quick, tell me whether /^http:(\/\/(?:[^/]+\/)+[/]final)$/ parses in Ruby. If you're writing regexes like that, you really should be using a method that has a real understanding of URIs instead

Re: [dev] Plain text editor that sucks less - an alternative to VIM?

2014-06-30 Thread Ryan O’Hara
On Mon, Jun 30, 2014 at 1:18 PM, Lee Fallat ircsurfe...@gmail.com wrote: This may not be an alternative to VIM, but it is inspired by its ancestor vi, and other editors like ed, sam, and acme. It is a graphical text editor. The main reason why I choose graphical is because TUIs are just a hack

Re: [dev] Why do you use tmux/screen?

2014-06-30 Thread Ryan O’Hara
-BEGIN RSA SIGNED MESSAGE- On Mon, Jun 30, 2014 at 5:48 PM, Dimitris Zervas dzer...@dzervas.gr wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, After a year or so in the list, I think each and every one is using tmux or screen (I think more tmux, but do not start a war

Re: [dev] suckless distro

2014-06-25 Thread Ryan O’Hara
On Wed, Jun 25, 2014 at 7:40 AM, Sylvain BERTRAND sylw...@legeek.net wrote: My arguments are perfectly sensible from the perspective of making SDKs suckless: the avoidance of technically expensive components in small SDKs. To look at things another way: simple projects don’t require

Re: [dev] suckless distro

2014-06-24 Thread Ryan O’Hara
On Tue, Jun 24, 2014 at 8:19 AM, FRIGN d...@frign.de wrote: On Tue, 24 Jun 2014 11:09:11 -0400 Andrew Gwozdziewycz w...@apgwoz.com wrote: … Don't want pulseaudio? Fine, don't install it. Don't want GNOME? Don't install it. The number of *available* packages has no impact on that, but it sure

Re: [dev] suckless distro

2014-06-24 Thread Ryan O’Hara
On Tue, Jun 24, 2014 at 8:35 AM, FRIGN d...@frign.de wrote: On Tue, 24 Jun 2014 08:28:42 -0700 Ryan O’Hara rni...@gmail.com wrote: How do you usually get around Skype being Skype? It was an example. People seriously using Skype now are forced to have PA installed. And many people have

Re: [dev] suckless distro

2014-06-24 Thread Ryan O’Hara
On Tue, Jun 24, 2014 at 8:33 AM, Dimitris Papastamos s...@2f30.org wrote: On Tue, Jun 24, 2014 at 08:28:42AM -0700, Ryan O’Hara wrote: How do you usually get around Skype being Skype? Have a separate /emul namespace for crapware. Use ns-tools[0] to manage it. This also helps with multilib

Re: [dev] [st] [PATCH] Fix typo in config.def.h

2014-06-18 Thread Ryan O’Hara
On Wed, Jun 18, 2014 at 6:39 AM, Eric Pruitt eric.pru...@gmail.com wrote: When I submitted my patch with the bounding-box scaling / kerning implementation, I made a typo in config.def.h. Unfortunately I didn't notice until after it was applied, and it's been haunting me ever since. Attached is

Re: [dev] C coded cross-platform youtube video viewer

2014-05-19 Thread Ryan O’Hara
On Mon, May 19, 2014 at 5:34 AM, Sylvain BERTRAND sylw...@legeek.net wrote: You missed the points. I don't want standard distro integration to be a massive work. Now it's near unreasonable to integrate a proper desktop distro alone, and it's quite worse from a SDK point of view. It's good

Re: [dev] C coded cross-platform youtube video viewer

2014-05-15 Thread Ryan O’Hara
On Thu, May 15, 2014 at 7:08 AM, Sylvain BERTRAND sylw...@legeek.net wrote: Hi, Unfortunately, libquvi on gentoo expects a system installed lua (with additional modules). I don't want this high level script language as a system dependency. I would prefer lua being packaged internally into

Re: [dev] C coded cross-platform youtube video viewer

2014-05-15 Thread Ryan O’Hara
On Thu, May 15, 2014 at 9:45 PM, Markus Wichmann nullp...@gmx.net wrote: Why would you do this? It's bloody idiotic, if you think about it. It would be like having all C programs ship their own libc. Have you seen how big perl is? Do you really want to have two perl installations just because

Re: [dev] C coded cross-platform youtube video viewer

2014-05-07 Thread Ryan O’Hara
On Wed, May 7, 2014 at 10:29 AM, patrick295767 patrick295767 patrick295...@gmail.com wrote: Hi, I was watching a movie on youtube, and finally I realized that we still haven't coded an application, such as we were doing 10-20 years ago. Why we still so heavily use the browser, when so much

Re: [dev] [st] Understading st behaviour

2014-04-15 Thread Ryan O’Hara
On Tue, Apr 15, 2014 at 5:36 PM, Amadeus Folego amadeusfol...@gmail.com wrote: It looks like I am spawning st with tmux (e.g. st -e tmux), and the issue is that tmux is reparenting the process id to tmux's daemon. Example: tmux | \_newsbeuter | \_vim st.c It is not

Re: [dev] Shell vs C where is the border?

2014-03-10 Thread Ryan O’Hara
On Mon, Mar 10, 2014 at 12:39 PM, Szymon Olewniczak szymon.olewnic...@rid.pl wrote: So what solution would be better in your opinion? When we should use shell scripts and when write new C programs to achieve our goals? When it makes sense.

Re: [dev] XML vs HTML (was: Article about suckless on root.cz)

2014-02-21 Thread Ryan O’Hara
On Fri, Feb 21, 2014 at 1:15 PM, Hadrian Węgrzynowski hadr...@hawski.com wrote: It's utter nonsense to not restrict paragraph length (at 80 characters or something). It's utter nonsense to assume that everyone is using maximised browser window at 1080p. 80-character paragraphs don’t sound

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Ryan O’Hara
On Thu, Dec 12, 2013 at 9:06 AM, Nicholas Hall ngh...@gmail.com wrote: On Thu, Dec 12, 2013 at 8:57 AM, YpN y...@autistici.org wrote: I wrote a shell script using mksh, which generates websites. This looks pretty cool. I'm sick of all the shitty hip offline website generators, and the

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Ryan O’Hara
On Thu, Dec 12, 2013 at 9:23 AM, Nicholas Hall ngh...@gmail.com wrote: On Thu, Dec 12, 2013 at 11:13 AM, Ryan O’Hara rni...@gmail.com wrote: On Thu, Dec 12, 2013 at 9:06 AM, Nicholas Hall ngh...@gmail.com wrote: On Thu, Dec 12, 2013 at 8:57 AM, YpN y...@autistici.org wrote: I wrote a shell

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Ryan O’Hara
On Thu, Dec 12, 2013 at 8:00 PM, Kai Hendry hen...@webconverger.com wrote: You generate .html URLs. bit 90s and fugly. urls should be clean /2013/blogpost/ Not the job of the static website generator.

Re: [dev] Re: [st] System freeze when killing X after using st-git

2013-11-30 Thread Ryan O’Hara
. Ryan O’Hara

Re: [dev] [st] System freeze when killing X after using st-git

2013-11-26 Thread Ryan O’Hara
/viewtopic.php?id=167086 Ryan O’Hara On Tue, Nov 26, 2013 at 10:40 AM, Alexander Huemer alexander.hue...@xx.vu wrote: On Tue, Nov 26, 2013 at 07:14:27PM +0100, Andreas Marschall wrote: I'd like to report a serious bug that I have for quite some time now with st-git. When I install the git version

Re: [dev] [st] System freeze when killing X after using st-git

2013-11-26 Thread Ryan O’Hara
On Tue, Nov 26, 2013 at 8:00 PM, Szilágyi Szilveszter szilvesz...@gmx.co.uk wrote: Hello, I use the same environment for 6 months and there were no problem at all. Szilveszter Okay, dwm-git, st-git, Arch Linux, MacBook Pro 2012 seems to be what most people reproduce it on.

Re: [dev] Desktop warping for DWM?

2013-11-14 Thread Ryan O’Hara
For a primarily tiling window manager that encourages the use of a keyboard over a mouse and uses the concept of tags rather than multiple desktops… “desktop warping” seems awful.

Re: [dev] Mailing list behavior - was: Question about arg.h

2013-11-07 Thread Ryan O’Hara
You can type below, it's just a PiTA Not possible on the JavaScriptless web client.

[dev] [st] Changing system clock backwards disables st

2013-10-26 Thread Ryan O’Hara
When setting the system clock backwards in time (in my particular case, it was using ntpd -qg), st appears to stop painting for the difference. (Is it worth dealing with? The last one was 97 seconds, but it’s no problem at all to just open another terminal.) Ryan O’Hara