On 29 January 2010 19:37, jokke wrote:
> Just suckless-porn 8-P~
...who wants porn with less suck?
Seriously? too easy.
--
=
http://jessta.id.au
On 1 February 2010 07:47, Nathan Neff wrote:
> Does anyone know of a non-tiling window manager that allows you to tag
> windows like wmii does?
just get dwm and disable the tiling layout mode.
You could even write a new layout that suites your needs.
- jessta
--
27;s good to note that Apple has been putting lots of effort in to the
llvm c compiler (clang) because it parsers header files much faster
than gcc and the current way Apple does includes is to have one
include file that includes everything else you'd ever need.
Which i
e
> binary file, as one can easily read it with `strings slock'.
Yeah, accept that you'd need permission to read the slock binary, in which case
you'd need access to the user's account and thus would already have
the access you'd be trying to obtain.
Doesn
2009/12/12 markus schnalke :
> Please refrain from adding full quotes a the end of your reply, it's
> such a pain to read.
Your war will never be won until there is a tool that enforces it and
then people will complain about the tool.
--
=
http://jessta.id.au
putting structs inside other structs and has nothing to do
with the methods associated with those structs. It's almost exactly
like you'd do it in C except a bit nicer.
The problem with inheritance has nothing to do with the data
structures and everything to do with the methods.
- Jessta
--
=
http://jessta.id.au
roblem and there is lots of
behaviour that doesn't fit well in to this. Consistancy can make
things intuitive, but you shouldn't sacrifice intuitiveness for
consistancy.
- Jessta
--
=
http://jessta.id.au
On 31/10/2009, Nils wrote:
> On Fri, Oct 30, 2009 at 09:06:29PM -0400, Andrew Antle wrote:
>> Because it's hilarious! Especially when Lamb Sandwich starts whining.
>
> It's nothing but arrogant, unfriendly and wannabe-elitist to talk like
> this on a public mailing list.
But totally hilarious.
Mo
I quite like the idea of a http session manager, that holds session
data and a page cache, that other programs can make requests to. It
might also help with how I used to use tabs to cache pages in advance
of viewing them.
--
=
http://jessta.id.au
On 22/10/2009, pancake wrote:
> sORRY FOR THE NOISE, BUT I FIND IT INTERESTING TO SHARE THIS CELEBRATION
> WITH
> ALL YOU. tODAY IS THE INTERNATIONAL CAPS LOCK DAY.
>
> HTTP://CAPSLOCKDAY.COM
>
OH...THANKS!
--
=
http://jessta.id.au
On 16/10/2009, Moritz Wilhelmy wrote:
>> But yeah, the human hand is used for manipulating 3d objects and is
>> mostly useless for 2d, except for the pointer finger.
>
> so some gloves or hand tracking would be better?
>
>
>
sure, if you can come up with a use for interacting with virtural 3d obj
On 16/10/2009, Bobby wrote:
> I misread your email as meaning he never used more than two fingers.
> You are correct, and I agree with your comments. In addition, I think
> that the main hurdle in all of this is that my hands are moved away
> from the keyboard yet again to a different device that
On 16/10/2009, Bobby wrote:
> I believe that later in the video he does use three and four finger
> gestures.
>
As I said, the 3 and 4 finger gestures are only used to switch to a
mode to interact with the window manager. Seeing as window management
is really just a housekeeping task it seems insa
The interface supports the use of 10 fingers, and he talks about the
"bandwidth" of using 10 fingers as better than using a single mouse
pointer.
But then he goes on to only use anything more than 2 fingers to define
different modes of interacting with the window manager(I can do the
same thing usi
On 09/10/2009, Marc Andre Tanner wrote:
> What is missing is a good libimap written in C. Or is there one that I am
> not aware of? The last time I googled for it everything I found was either
> ugly
> or written in a scripting language.
>
Yeah there is c-client from uw-imap which is the referen
On 04/10/2009, markus schnalke wrote:
> [2009-10-01 13:51] pancake
>>
>>* ved (visual mode for ed..like vim, but using ed, indent, etc.. that
>> is
>>reimplement the basics of visual text editor using ed and other
>> scripts as backend)
>
> vi is the visual mode for ed (for ex, to be exac
I haven't had a printer in 9 years, I don't even have CUPS installed
and in that time I've only ever had to print things out a few times
and only for other people's needs.
My suckless version of typesetting is to not typeset anything at all.
On 30/09/2009, Anselm R Garbe wrote:
> 2009/9/29 Kris
hen your computer is
obviously misconfigured and you should call some kind of technical
support and get it fixed.
- jessta
--
=
http://jessta.id.au
I haven't been able to get this to work on surf-0.1.2, the script
doesn't seem to run and I can't see in the surf source anywhere it is
specified.
Is there a patch I'm missing?
On 25/09/2009, Szabolcs Nagy wrote:
> On 9/25/09, hailukah wrote:
>> Hi all,
>>
>> The user.js at http://surf.suckless
On 24/09/2009, Dieter Plaetinck wrote:
> On Thu, 24 Sep 2009 16:28:15 +1000
> Jessta wrote:
>
>> On 24/09/2009, Nils wrote:
>> > On Thu, Sep 24, 2009 at 10:16:28AM +1000, Jessta wrote:
>> >> I don't think url parameter replacement is really the domain o
On 24/09/2009, Nils wrote:
> On Thu, Sep 24, 2009 at 10:16:28AM +1000, Jessta wrote:
>> I don't think url parameter replacement is really the domain of the
>> web browser
>
> Oh yeah, you're right. My window manager should do it.
>
I don't think url parame
On 24/09/2009, Antoni Grzymala wrote:
> hailukah dixit (2009-09-23, 12:42):
>
>> After some tinkering I've come up with a method that works for me. It
>> involves a single file and three commands to manipulate it. I have a
>> file at ~/.surf/stack. I can add urls (stack), and pull from them
>>
On 23/09/2009, Nils wrote:
> Hi,
>
> I wrote a little patch for surf which allows you to define custom search
> engines, so you can google for "foo bar" simply by loading the url "g
> foo bar" (or any other search engine you prefer).
>
I don't think url parameter replacement is really the domain o
smart people
use it, but I've never been able to work out how to use it so that it
doesn't feel cumbersome.and clunky, I'm sure I must be missing
something.
- jessta
--
=
http://jessta.id.au
Of course, only time and experience with the
> construct would tell how much of an improvement it really is.
What is the difference between traits and an abstract class?
They look exactly the same to me.
- Jessta
--
=
http://jessta.id.au
Melbourne Wireless Node: GNE
nd of ugly.
Links are added to the list by copying them to the clipboard and using
gselt to append them to the tabs file.
It works alright for my purposes, it even has persistance.
- Jessta
--
=
http://jessta.id.au
Melbourne Wireless Node: GNE
I tend to use tabs as a stack of temporary bookmarks, I navigate to a
page and open all the links I want to see on to tabs, closed that
pages and move through all the tabs, it pretty much makes the back
button redundant.
Mostly I'm just putting things on the stack or pulling them off, I
don't tend
27 matches
Mail list logo