Re: [dev] [Idea] Using GitTorrent

2015-05-31 Thread Aditya Goturu
What are the exact reasons why github is harmful? I use github, but if there is anything wrong that I could not see till now, I would like to know it. Or do you mean the community of github is bad? On Sun, May 31, 2015 at 11:15 PM, Aditya Goturu wrote: > What are the exact reasons why git

Re: [dev] [Idea] Using GitTorrent

2015-05-31 Thread Aditya Goturu
PM, Aditya Goturu wrote: > What are the exact reasons why github is harmful? I use github, but if > there is anything wrong that I could not see till now, I would like to know > it. Or do you mean the community of github is bad? > > On Sun, May 31, 2015 at 11:15 PM, Aditya Goturu

Re: [dev] [Idea] Using GitTorrent

2015-06-01 Thread Aditya Goturu
sing my former employer) over Ubuntu Unity. there's > no reason for most people in the world to ever use a terminal > emulator. > -- Aditya Goturu Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway.

Re: [dev] surf release?

2015-06-01 Thread Aditya Goturu
e -V > option display the git commit id and timestamp. > > Just to clarify, I'm not saying that using the git commit id and/or > timestamp is better than or as good as a traditional version number. > What I'm saying is that, given an upstream that doesn't tag version

[dev] [PATCH] Add libmill

2015-11-19 Thread Aditya Goturu
libmill rocks. Patch attached -- Aditya Goturu From 0f40566cf816ee5bc9f851e46d7085451aca051d Mon Sep 17 00:00:00 2001 From: Aditya Goturu Date: Thu, 19 Nov 2015 19:47:10 +0530 Subject: [PATCH] Add libmill --- suckless.org/rocks.md | 1 + 1 file changed, 1 insertion(+) diff --git a

Re: [dev] [PATCH] Add libmill

2015-11-19 Thread Aditya Goturu
On Thu, Nov 19, 2015 at 8:10 PM, Greg Reagle wrote: > On 11/19/2015 09:21 AM, Aditya Goturu wrote: >> libmill rocks. Patch attached > > Wow, libmill looks really good, based on the tutorial, if it works as > advertised. > I find I can think more clearly in C, so not nee

Re: [dev] Lag in when changing view to a OpenGL window

2015-12-04 Thread Aditya Goturu
gt; /usr/share/xsessions/dwm.desktop to make dwm available in gdm. > -- Aditya Goturu "The most dangerous phrase in the language is, We’ve always done it this way" - Grace Hopper

Re: [dev] "Note On Webkit Versions"

2016-05-01 Thread Aditya Goturu
> Mitt Green writes: >> >> but find me portable and usable C UI toolkit >> >> without tons of dependencies >> > ‎ >> > Tcl/Tk >> >> Hell yeah +1 > > Tk x11 widget toolkit needs Tcl scripting language... > > Not a lean set of C libs.

Re: [dev] "Note On Webkit Versions"

2016-05-01 Thread Aditya Goturu
Argh. Compile failed. But i found out some more interesting things. The BUILD SYSTEM depends on python and DBUS. Also, when the compile finished, it popped up a GUI notification (!), on the machine on which i ssh -Yed into the build server... On Mon, May 2, 2016 at 10:53 AM, Aditya Goturu wrote

Re: [dev] "Note On Webkit Versions"

2016-05-01 Thread Aditya Goturu
WOW. The compile took 7 mins but there was only 1 (ONE) warning and NO errors after i installed libXmu-devel on my server. The bad news: it doesnt run on an X11 tunnel On Mon, May 2, 2016 at 10:56 AM, Aditya Goturu wrote: > Argh. Compile failed. But i found out some more interesting thi

Re: [dev] Linux distros that don't suck too too much

2016-05-11 Thread Aditya Goturu
some times now. > The only thing that breaks sometimes it's the package manager > and its build tree. But 99% of the time it turns up without any intervention. > More on it: it doesn't seem so shitty when you use it (I find it > better than apt), > but uses xml files (.plist

Re: [dev] [announce] ff2sixel: view farbfeld images in terminal

2017-03-20 Thread Aditya Goturu
One could argue its a little more convenient. I personally like it because it won't disturb any window layout I had open already. Here's a thought: Rather than adding all the code to the terminal, a simple patch could be made which detects a certain escape and will pipe everything after that for X

Re: [dev] [announce] ff2sixel: view farbfeld images in terminal

2017-03-20 Thread Aditya Goturu
After I thoroughly reconsidered by window manager configuration, yep I agree On 03/20/2017 07:30 PM, robin wrote: > On Mon, Mar 20, 2017 at 11:16:58AM +0100, hiro wrote: >> there's nothing convenient in your pityful setup. >> >> "won't disturb any window layout I had open already" >> fix your win

Re: [dev] [announce] ff2sixel: view farbfeld images in terminal

2017-03-20 Thread Aditya Goturu
Ah that patch does what I need. Thanks! On 03/20/2017 10:22 PM, Cág wrote: > Aditya Goturu wrote: > >> I personally like it because it won't disturb any window >> layout I had open already. > One could've used the swallow patch[0]. > > There's alrea

[dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
As we know, the greatest weakness of suckless apps is their dependence on bloated build systems like make. I tried porting to to gnu autotools, but while it helped, it still needed work. I am proposing we migrate to visual studio as our build system immediately. We must also start reimplementin

Re: [dev] [slock] [PATCH] Add option to show the password on the screen

2017-04-01 Thread Aditya Goturu
Actually, I have a better suggestion. Rather than burdening the user with things like passwords, we must make it such that it will simply allow the user to unlock as soon as the enter key is pressed. Perhaps we should integrate with Microsoft Active Directory to allow this. On 04/01/2017 02:26 PM

Re: [dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
Yes, I have considered yahoo groups. It will also allow us to view similar intellectually challenging questions on the same page, such as 'how is babby formed'. On 04/01/2017 03:03 PM, David Phillips wrote: > On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: >>

Re: [dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
On 04/01/2017 03:03 PM, David Phillips wrote: > On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: >> I am proposing we migrate to visual studio as our build system immediately. >> We must also start reimplementing some parts in modern languages like C# or >>

Re: [dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
Why don't you have a peak at that date On 04/02/2017 09:56 AM, Pickfire wrote: > Aditya Goturu wrote: > >> As we know, the greatest weakness of suckless apps is their dependence on >> bloated build systems like make. >> >> I tried porting to to gnu autot