>i've talked to my boss and he wants to buy the software for 1 million dollars.
>under the condition that you don't release the source to anyone else.
I am still unsure if releasing code is ever going to happen anyway :D
The annoying discussion that yields nothing has been going on for days alrea
On Mon, 25 Jul 2016 14:40:43 -0700
Eric Pruitt wrote:
> I see; I misread "curpos" as "cursor" when I glanced over it the first
> time. However, it still looks wrong to me, so I tested it to verify
> -- I believe the problem is that the characters aren't guaranteed to
> have a width of 8 or even b
On Mon, Jul 25, 2016 at 11:33:18PM +0200, FRIGN wrote:
> my suggestion prints as many asterisks as there are runes. try it
> out! :D
I see; I misread "curpos" as "cursor" when I glanced over it the first
time. However, it still looks wrong to me, so I tested it to verify -- I
believe the problem i
i've talked to my boss and he wants to buy the software for 1 million dollars.
under the condition that you don't release the source to anyone else.
On Mon, 25 Jul 2016 14:22:16 -0700
Eric Pruitt wrote:
Hey Eric,
> Personally, I like having the asterisks reflect the actual number of
> runes typed and think the cosmetics are worth the extra lines. Even if
> you're typing Latin characters, I think only getting feedback every 8
> key presses ki
On Mon, Jul 25, 2016 at 11:10:26PM +0200, FRIGN wrote:
> I looked more closely at the patch and I've found potential to simplify
> it. Why not go with a [...]
Personally, I like having the asterisks reflect the actual number of
runes typed and think the cosmetics are worth the extra lines. Even if
On Mon, 25 Jul 2016 11:39:55 -0700
Eric Pruitt wrote:
> The attached patch adds a "-g" flag to dmenu so it can be used for
> password entry. Typed text is replaced with asterisks.
I looked more closely at the patch and I've found potential to simplify
it. Why not go with a
static char as
Use more key files. That counts especially for gpg, ssh as well as luks.
This thread sounds like an attempt at slowly replacing whatever you
did with your terminal emulator before with dmenu. Does one line of
text suck less than several?
cheers!
mar77i
On Mon, Jul 25, 2016 at 10:21:09PM +0200, FRIGN wrote:
> On Mon, 25 Jul 2016 13:07:23 -0700
> Eric Pruitt wrote:
>
> > Again, no one is saying passwords should be sent via the command line.
> > Look at the patch. It uses stdout just like vanialla dmenu.
>
> Ah I see, thanks for clearing up that pa
On Mon, Jul 25, 2016 at 11:14:28PM -1100, mikan wrote:
> I was working on a similar thing but decided that password entry doesn't make
> sense in dmenu context (since it's a menu!) and made a separate tool instead
> and glue pinentry code to it.
I don't agree with this sentiment -- dmenu happily s
On Mon, 25 Jul 2016 13:07:23 -0700
Eric Pruitt wrote:
> Again, no one is saying passwords should be sent via the command line.
> Look at the patch. It uses stdout just like vanialla dmenu.
Ah I see, thanks for clearing up that part. Now, what do the other
people think about it?
Cheers
FRIGN
-
I was working on a similar thing but decided that password entry doesn't make
sense in dmenu context (since it's a menu!) and made a separate tool instead
and glue pinentry code to it.
You can look at it at http://gitgud.io/zavok/spine if you want.
On July 25, 2016 7:39:55 AM GMT-11:00, Eric Pru
On Mon, Jul 25, 2016 at 01:10:01PM -0700, Eric Pruitt wrote:
> On Mon, Jul 25, 2016 at 10:06:47PM +0200, FRIGN wrote:
> > I really would like to see if "example" actually exists. Does it
> > really make sense to do that and is it even safe?
>
> Off the top of my head. both GPG and luks accept passw
On Mon, Jul 25, 2016 at 10:06:47PM +0200, FRIGN wrote:
> I really would like to see if "example" actually exists. Does it
> really make sense to do that and is it even safe?
Off the top of my head. both GPG and luks accept passwords and keyfiles
via arbitrary files which can be regular files or pi
On Mon, Jul 25, 2016 at 10:03:34PM +0200, FRIGN wrote:
> So you pass passwords on the command line? Again, an example is really
> overdue.
I have no clue what you're talking about. What makes you think I'm
sending passwords over the command line? Dmenu sends the selection to
stdout, not argv, and
On Mon, 25 Jul 2016 12:53:04 -0700
Eric Pruitt wrote:
>
And to clear the terminology: With "command line", I mean inside the
actual arg-array, like
$ example "supersecretpassword"
If you actually mean a program that gets the password piped like
$ dmenu ... | example
I really wo
On Mon, 25 Jul 2016 12:53:04 -0700
Eric Pruitt wrote:
Hey Eric,
> There's an example in the description: entering passwords. I don't
> think any thing else needs to be said, but I will humor you:
So you pass passwords on the command line? Again, an example is really
overdue.
> > For me, this d
On Fri, 22 Jul 2016 20:46:50 +0200
Daniel V wrote:
Hey Daniel,
> Is there any interest in a small new computer language?
>
> A few years back I found a new way to make computer languages.
>
> [...] Bla Bla Bla [...]
>
> Is there any need for a new language, or is C good enough?
this is not t
On Mon, Jul 25, 2016 at 09:45:16PM +0200, FRIGN wrote:
> On Mon, 25 Jul 2016 11:39:55 -0700
> > The attached patch adds a "-g" flag to dmenu so it can be used for
> > password entry. Typed text is replaced with asterisks.
>
> Why would you need that? Can you give an example?
There's an example in
On Mon, 25 Jul 2016 11:39:55 -0700
Eric Pruitt wrote:
Hey Eric,
> The attached patch adds a "-g" flag to dmenu so it can be used for
> password entry. Typed text is replaced with asterisks.
Why would you need that? Can you give an example?
For me, this doesn't make any bloody sense and gives a
On Mon, Jul 25, 2016 at 11:39:55AM -0700, Eric Pruitt wrote:
> The attached patch adds a "-g" flag to dmenu so it can be used for
> password entry. Typed text is replaced with asterisks.
I've attached a slightly revised version of the patch which uses "sizeof
text" instead of BUFSIZ for the length
The attached patch adds a "-g" flag to dmenu so it can be used for
password entry. Typed text is replaced with asterisks.
Eric
>From 2014b6757b153df67b2213fe9ded6f34087275be Mon Sep 17 00:00:00 2001
From: Eric Pruitt
Date: Mon, 25 Jul 2016 11:38:19 -0700
Subject: [PATCH] Added option to prompt fo
Hi Ben,
Actually the patch I provided would remove the shadow from dmenu because
it would be flagged as "dock". However, I also realized that it might
be something useful for dmenu. For dwm I think it's totally useless and
it should definitely be flagged as dock.
Cheers.
Jan Christoph
On Sun
23 matches
Mail list logo