ev'ning,
Nice idea!
I'm definitly interested in that project, so please report further progress.
v4hn
pgpNadfWQRjtq.pgp
Description: PGP signature
erybody laughed at me.
That just reminded me of an old xkcd comic :)
http://xkcd.com/154/
v4hn
pgpEKCGSloach.pgp
Description: PGP signature
ev'ning everyone,
i got some obscure behaviour of gcc/icc over here,
is there anyone able to tell my why this happens/works?
> v4hn 18:52:19 ~/repos/netscan $ gcc -lpthread -lpcap *.o -o portscan
network.o: In function `default_device':
network.c:(.text+0x5d5): undefined
> portscan.o scan.o -lpthread
while this works:
> icc -o portscan network.o -lpcap column.o common.o hosts.o parse.o ports.o
> portscan.o scan.o -lpthread
It seems like -lpcap has to be behind network.o
Why the hack?
v4hn
pgpaFsjBU1JLQ.pgp
Description: PGP signature
> defined."
Hm, never noticed that behaviour before..
> If it works with the following I will push it into repository.
> $(CC) -o $(PROG) $(OBJS) $(LDFLAGS)
That does work.
There are also some minor changes attached
in order to remove warnings/notices from icc / gcc -Wextra.
v4h
How about this one?
http://stalonetray.sourceforge.net/
v4hn
On Sun, Jan 03, 2010 at 07:20:53PM +0100, Julien Pecqueur wrote:
> Hi,
>
> First, i wish you a happy new year :)
>
> I have a suggestion for DWM. I use DWM for about months and i miss one
> functionality : a
Thank you Elmo!
On Wed, May 19, 2010 at 12:09:33PM +0200, Premysl Hruby wrote:
> Well, I (and others possibly) have no concern about cache miss, my files
> in $PATH doesn't changes every five minutes :-)
mine do about three times a week.
I use a source based distro over here on my netbook(Samsun
rds is for root-shells and maintaining-tasks
and sometimes i fork and use 6 upward for another process..
v4hn
pgpQJSICwPPxr.pgp
Description: PGP signature
flag for each tag, while I really like pertag.
So I hacked pertag, to keep one boolean showbar,
while layout and mfact are stored per tag.
All patched are attached, have fun :)
v4hn
diff -NU5 -r dwm-5.8.2/bstack.c dwm-5.8.2-bstack/bstack.c
--- dwm-5.8.2/bstack.c 1970-01-01 01:00:00.0
> On 15 June 2010 18:04, v4hn wrote:
> > dwm-5.8.2 $ cat ../dwm-5.8.2-bstack.diff \
> > ../dwm-5.8.2-fibonacci.diff \
> > ../dwm-5.8.2-gridmode.diff \
> > ../dwm-5.8.2-monocle_count.diff \
> > ../dwm-5.8.
amer)?
It definitely does it's job,
and since TeX seems to be a standard anyway?
v4hn
pgpBX48cshF4r.pgp
Description: PGP signature
a reply,
that's where we are.
v4hn
pgpp7NikTCTwy.pgp
Description: PGP signature
,
but I'm quite sure, this wouldn't become suckless software.
v4hn
pgp2KrlVXUGNs.pgp
Description: PGP signature
library on its own..
But on the other hand, if it's needed in a number of different
projects. Why not? One could still provide libdraw and 'libsselp'
as one package of suckless GUI libs.
v4hn
pgpcz8D4sZc8B.pgp
Description: PGP signature
2b-talk.pdf
> Maybe C++ is 'complex' but doing things with it is 'simple',[...]
That's exactly one of the problems.
As mentioned in the slides:
- C++ makes using good libraries very nice
- C++ makes writing good libraries almost impossible
v4hn
pgp297TvpD3Lj.pgp
Description: PGP signature
especially with C/C++ code.
And in security research those corner cases are the most interesting ones.
v4hn
pgppiU9ckNLqY.pgp
Description: PGP signature
two tag sets. Still works for me
> though. I find this new interface to be much nicer than the
> seperate toggle functions. Thanks for all the help!
hey,
sounds quite interesting, but what's wrong with a simple
diff-file instead of instructions where to insert c-code? -.-
v4hn
pgp92byv8bwFd.pgp
Description: PGP signature
-- like surf-flavour (e.g. vertical and token match and xyz ),
> dwm-flavour, someones-music-player-flavour -- might make more sense... not
> sure.
That's another option, but keeping track of applied patches on each branch
will become a pile of work imho, so this again would result in m
ncompetence of arch
> linux.
> netbsd is run by crackpots.
> freebsd is decent but not as nice as openbsd
yeah, everything's fubar,
so I wonder why you even take your time writing such an idiotic mail...
Go and fix it :P
v4hn
pgpsK8fVHqAt6.pgp
Description: PGP signature
On Tue, Mar 29, 2011 at 02:36:00PM -0400, Josh Rickmar wrote:
> identi.ca (free and distributed) works reasonably well,
It's a working alternative to twitter.
> but is unfortunately overloaded with gnu freetards.
If you think that's true, change that by using it.
v4hn
p
nce.
Would be great to see this working, thanks!
v4hn
pgpYWrPMT4Gr7.pgp
Description: PGP signature
it into such a project if you want to,
just send me an email if you do so.
have fun
v4hn
pgpKRa1CE5J8H.pgp
Description: PGP signature
sorry for double post, missed the attachment.
v4hn
/* simple chess implementation by v4hn @ 2009 */
#include
#include
#include
typedef enum {
BLACK = 0x00,
WHITE = 0x20
} chess_color;
typedef unsigned short chess_move;
typedef signed char chess_pos;
typedef char* chess_board;
#define
t still
> like clicking a video file with a mouse in a file manager, when editing
> happens only in console.
If your girlfriend uses your pc and got problems with suckless/non-bloated
software then get her a parallel setup of debian/arch/.. with a nice KDE/Gnome.
(works quite fine over here ;))
r perl-programmers who know what they're doing.
v4hn
pgpKZS70fuuW0.pgp
Description: PGP signature
are fine,
but the details of your discussions are of no relevance to the whole list.
Enjoy your weekend,
v4hn
pgpUZ0onaoqc4.pgp
Description: PGP signature
On Tue, Nov 18, 2014 at 01:50:18PM -0800, Evan Gates wrote:
> This patch makes
> cat -- -foo
> cat the file ./foo and not stdin.
You meant to write "./-foo", didn't you?
v4hn
pgpnP77Se1hZh.pgp
Description: PGP signature
On Sun, Nov 23, 2014 at 10:20:44PM +, Henrique Lengler wrote:
> Hi,
>
> What is the situation of GCC, is it bloated?
On Wed, Nov 19, 2014 at 10:35:52PM +, doa379 wrote:
> There's an incredible amount of spam and OT on this list isn't there!
Indeed.
v4hn
pgpxKlk
From 3823c33f284a9c11d3db7a020957775b6d59d4e3 Mon Sep 17 00:00:00 2001
From: v4hn
Date: Thu, 14 May 2015 15:36:57 +0200
Subject: [PATCH] set selection to IDLE on clear
Otherwise a tangling bmotion event will consider
the selection still valid and selnormalize segfaults
because of an invalid
l set of patches.
Ross' latest mails beautifully illustrate I'm not the only one with that
problem.
v4hn
pgpRrZsSKKNi7.pgp
Description: PGP signature
ree(21626)
Fix your setup. Spawning two shells is stupid already,
but to keep the outer shell (your "generic sh") running
is insane.
exec could help, but reviewing the spawn process to avoid sh
to spawn "your" shell would be better.
v4hn
pgpSk08HZcSAu.pgp
Description: PGP signature
ot;enough" of the visible spectrum
for all intended use-cases of farbfeld?
>The largest image in existence is still 7 orders of magnitude
>smaller than the largest image possibly expressed in
>(2^32-1)x(2^32-1) pixels.
Now I'm curious. What do you consider to be `
7;s example yields a slide with *one*
rather small "A" at the top center.
Also I just noticed that `./sent <(python -c 'print "A"*4000')` (might vary
with screen size/available fonts?)
gives me a number of rather big As partially overlaying each other,
wherea
As I'm not sure when I will finally get around to setup sbase/ubase
on my workstation, I don't feel obliged to implement this myself at the moment.
v4hn
signature.asc
Description: PGP signature
community should look like
just this week in a different thread.
Where's the backtrace?
What system are you using?
Are you sure your terminfo file is up2date and TERM is correct?
"Steps to reproduce" do not produce a segfault over here as well.
v4hn
signature.asc
Description: PGP signature
g me
because it can't contact a gnome screensaver service)
Thanks for sharing it,
v4hn
signature.asc
Description: PGP signature
ionbt.com/ticket/6065
He is not "resisting". He simply wants to know whether you will
*maintain* your C port. He doesn't want to add a new dep if it
is dead code from the start. You didn't answer to that yet.
v4hn
signature.asc
Description: PGP signature
,
or, in case you share your office: get yourself a wooden box and lock your
workstation in in when you leave the room.
v4hn
signature.asc
Description: PGP signature
nto standard patch.
> > 2) Should it be able to do a dry run, would be another flag
> >that can be used independently of -w?
>
> Yes it would be nice to support a dry run flag regardless of
> whether -w is specified or not.
gnu patch supports --dry-run. It probably makes sense
to support this flag either way.
v4hn
signature.asc
Description: PGP signature
ding git-submodules).
Though git-repo project is the first I know of
that throws xml at it...
v4hn
signature.asc
Description: PGP signature
o this code
are PropertyNotify and SelectionNotify and for both of them property
should be deleted.
v4hn
From dacb3e0593aedd191604d25571bf7f8fe9e35c6f Mon Sep 17 00:00:00 2001
From: v4hn
Date: Thu, 19 May 2016 12:16:57 +0200
Subject: [PATCH] delete clipboard properties after pasting them
https://tr
till available, although the project moved on to github to stay
hipster...
I'll probably look into the new versions one of these days, thanks for the
pointer.
v4hn
---
[0] -
https://github.com/lunar-linux/moonbase-other/tree/master/x11-utils/synergy
signature.asc
Description: PGP signature
ying around somewhere on their own and
instead decide to waste everyones time by sending user-request-mails.
This is not launchpad.
v4hn
signature.asc
Description: PGP signature
Where's the patch?
On Tue, Jul 19, 2016 at 07:43:26PM +0200, Jan Christoph Ebersbach wrote:
> Hi,
>
> I just stumbled upon the compositor compton and came across this wiki
> page that describes that shadows don't work properly in combination with
> dwm and dmenu:
> https://wiki.archlinux.org/inde
ed for over the last years.
v4hn
[0] - https://github.com/v4hn/snotes
signature.asc
Description: PGP signature
ong.
Sure, so let's add *more* stuff to the protocol.
Clearly, that would make it more easy to get things right.
v4hn
--
[0] https://events.ccc.de/congress/2010/Fahrplan/events/4017.en.html
[1]
http://ftp.ccc.de/congress/27c3/mp4-h264-HQ/27c3-4017-en-desktop_on_the_linux.mp4
signature.asc
Description: PGP signature
v/1301/14371.html
v4hn
signature.asc
Description: PGP signature
go ahead and minify. Nobody will look at your sources
and that might make you sleep better.
It's not likely people will ever try to read your websites anyway...
v4hn
signature.asc
Description: PGP signature
olved with "elegant" software design.
v4hn
On Fri, Jun 29, 2018 at 11:42:36AM +0200, Jens Staal wrote:
> Dear all,
>
> Do you have any reading suggestions (preferably academic papers, but books
> might also work) in alignment with the "suckless philosophy" (or
oftware projects that need this functionality?
Happy hacking,
v4hn
--
Michael 'v4hn' Görner, M.Sc. Cognitive Science, PhD Student
Universität Hamburg
Faculty of Mathematics, Informatics and Natural Sciences
Department of Informatics
Group Technical Aspects of Multimodal Systems
Vo
hat everyone
either
uses the patch or something they think of as a workaround for a missing feature.
Either way people seem to welcome the idea to have it upstream.
So do I.
v4hn
--
Michael 'v4hn' Görner, M.Sc. Cognitive Science, PhD Student
Universität Hamburg
Faculty of Mathematics, In
cal screen
association
and thus move all existing windows to a different physical screen.
Maybe it's a different bug altogether though, I did not have time to
investigate.
v4hn
On Fri, Nov 12, 2021 at 09:18:22AM +0100, Laslo Hunhold wrote:
> On Thu, 11 Nov 2021 19:34:08 +0100
>
unhides
whatever window you focused before you opened dmenu. :)
v4hn
--
Michael 'v4hn' Görner, M.Sc. Cognitive Science, Research Associate
Universität Hamburg
Faculty of Mathematics, Informatics and Natural Sciences
Department of Informatics
Group Technical Aspects of Multimodal Syste
> still sucks on this machine.
> Is there still no cloud service taking
> random URLs and bringing you download links to all embedded media?
What's suckless about software as a service?
v4hn
pgpcmESQVwtYZ.pgp
Description: PGP signature
omain on the internet suckless!
If you do, then I agree with you in the following...
> suckless people suck more and more.
v4hn
pgpIb5ZZ5smEV.pgp
Description: PGP signature
WTH?! Those freaking jerks!
They remove Ctrl+Alt+Backspace, but introduce a backdoor like this in passing?!
pgpZXc94gM0Hv.pgp
Description: PGP signature
know
where to start looking. Could someone who knows a bit more about
X internals than me please investigate this problem!
v4hn
pgprnaa8wbtim.pgp
Description: PGP signature
detection used. Is there a standardized way of doing this?
Could the authors of the respective code lines please have a look at this?
v4hn
On Tue, Aug 14, 2012 at 03:33:45PM +0200, Martti Kühne wrote:
> [1] for dwm, [2] for dmenu, accordingly.
> I did publish it before, no idea where it go
can't implement this
without further thinking, then how do you expect to properly understand
anything else?
Decide for yourself.
v4hn
pgpR5kJADh6a0.pgp
Description: PGP signature
sizes for non-tiling WM?
- further improve layout
v4hn
diff --git a/config.def.h b/config.def.h
index 1cba4d7..3065c73 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,6 +11,7 @@ static char *progress_proxy_untrust = "#FF6600";
static char *stylefile = "~/.surf/style.cs
Hey again,
On Sun, Jan 27, 2013 at 06:00:16PM +0100, v4hn wrote:
> because I hit a nasty bug with https and the wget
> downloader("Not authorized") I ported the internal
> downloader patch to surf 0.5. I tried to improve
> the interface a bit and add a progress bar.
Dig
s my universities
students platform and you would need a login(obviously).
As I just saw, you provided a curl-patch that works. Thank you!
v4hn
pgpFZ2GBOywsK.pgp
Description: PGP signature
mail.
It is available from https://github.com/v4hn/snotes .
Its major selling points are independence from all big platforms
normally associated with note organizers, like Mono, GTK/Qt or emacs,
and simplicity by design. The whole project is approx. 200 lines of
sh code at the moment and integ
7;.'' instead of ''source'', it's POSIX.
I consider ``source'' more readable than ``.'' but given that the first
is less portable I changed it.
Is the rest of the code dash-friendly? Because I normally don't care about
debian & friends.
v4hn
pgpDD2N7P9_At.pgp
Description: PGP signature
...).
However, that's definitely no sane default. :)
So I was looking for a common graphical editor.
"xterm -e vim" is a nice workaround, thanks.
v4hn
---
[0] -- http://luced.org
pgpfiCKlHmXPX.pgp
Description: PGP signature
http://tools.suckless.org .
How do I get a tarball pushed to dl.suckless.org/tools/?
v4hn
pgpwzpNLDVsSk.pgp
Description: PGP signature
On Mon, Feb 04, 2013 at 10:09:25PM +0100, markus schnalke wrote:
> [2013-02-04 20:57] v4hn
> > On Mon, Feb 04, 2013 at 11:46:51PM +0800, Chris Down wrote:
> >> SNOTES_EDITOR=${VISUAL:+xterm -e $VISUAL}
> >> : "${SNOTES_EDITOR:=${EDITOR:-vim}}"
> >
> &
On Tue, Feb 05, 2013 at 12:10:12PM +0100, markus schnalke wrote:
> [2013-02-05 00:54] v4hn
> > I see. Thanks for note. I've changed it to the following now,
> > which should work for all reasonable setups.
> > If this doesn't work for someone, honestly, I couldn&
On Tue, Feb 05, 2013 at 02:18:18PM +0100, markus schnalke wrote:
> [2013-02-05 13:16] v4hn
> > SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}}
> > SNOTES_EDITOR="xterm -e $SNOTES_EDITOR"
> > cat > $HOME/.snotes/config < > SNOTES_EDITOR="$SNOTES_EDITOR"
an simply read it out with `ps
-ax`.
v4hn
pgpYQFNQWC9OS.pgp
Description: PGP signature
On Thu, Mar 28, 2013 at 01:18:53PM +0100, Martti Kühne wrote:
> wow. java...
> go team university coders! ;-)
excuse me, _what_?
v4hn
pgpzfageZU41W.pgp
Description: PGP signature
bug to me, am I wrong?
You're wrong, that's a feature.
(Although it can be pretty annoying when using snotes)
strings separated by space are considered to be separate tokens
describing the same menu entry. If you want to return
"lorem l" in your case press SHIFT+ENTER to select the string.
v4hn
pgp1VcamzveYQ.pgp
Description: PGP signature
Fine by me!
Disregarded until they've learnt their lesson.
v4hn
pgp_fcb_3EQPm.pgp
Description: PGP signature
rsions/package urls, word translations...
> Don't you rather use w3m?
Never tried it, let me have a look...
Hm, doesn't compile without patches with current glibc,
as well as with current gc. lynx does. :)
v4hn
pgpNU5SBxkGgf.pgp
Description: PGP signature
Also
$ tar cjf file.tar.bz2 folder
$ tar cJf file.tar.xz folder
and
$ tar xf filename.tar.
On Sat, Jul 06, 2013 at 08:30:39PM +1000, Daniel Bryan wrote:
> tar xzf filename.tar.gz ~/scratch/
> On 06/07/2013 8:20 PM, "Dmitrij Czarkoff" wrote:
>
> > On Jul 6, 2013 12:16 PM, "Galos, David"
> > w
Just wanted to say thanks (for a change ;) )!
This is one of the many tiny quirks I never bothered
to look into but always found annoying!
Now I at least know how to work around that.
v4hn
On Wed, Sep 18, 2013 at 05:12:58PM +0100, Raphaël Proust wrote:
> On Wed, Sep 18, 2013 at 4:55 PM, Egm
On Wed, Oct 16, 2013 at 12:00:05PM -0500, Strake wrote:
> On 16/10/2013, Jochen Sprickerhof wrote:
> > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn
> > for testing and improving first versions.
>
> Thanks! This was the last reason against my
bility quite far even in terms of suckless,
but whatever. I only think this could result in worse code
than the current patch..
v4hn
pgpgFHK_Vb_Bx.pgp
Description: PGP signature
On Mon, Dec 02, 2013 at 11:18:25AM +0100, FRIGN wrote:
> at least for me, not having to learn yet another config-
> interface for package xy.
/me nods.
The way dwm uses C syntax to encapsulate its config is
quite the standard when compared to e.g. YAML.
v4hn
pgpyGEtPg0Ij0.pgp
Descriptio
79 matches
Mail list logo