Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Anselm R Garbe
On 24 August 2017 at 00:45, hiro <23h...@gmail.com> wrote: > Any responsible suckless person should not download Aaron's software. > I cannot guarantee it's not ransomware! > But I also made a github and my checksums and signatures are certified > by the German cybersecurity department of the TüV.

[dev] Question about arg.h

2017-08-23 Thread Daniel Xu
I'm currently familiarizing myself with various pieces of suckless code. One thing keeps bothering me, though: What is EARGF() and ARGF() shorthand for? I can more or less tell what they do but the best I can come up with is "Error arg flag" and "Arg flag", respectively. Hopefully someone can scr

[dev] less(1) replacement?

2017-08-23 Thread fao_
Is the suckless project packing a replacement to my favorite pager, less(1)? Or is the advice to just use something like screen or tmux. I don't really want to bother installing and learning those when `less` meets my needs perfectly. As far as I can tell, there isn't. But I could have missed s

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread hiro
Any responsible suckless person should not download Aaron's software. I cannot guarantee it's not ransomware! But I also made a github and my checksums and signatures are certified by the German cybersecurity department of the TüV. My githab is called honestachmet. Please add me to your linkedin.

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Markus Teich
Mattias Andrée wrote: > * An alternative to signature files is to sign the tags in Git, and those > that care enough could pull releases from git instead. That is a nice idea. It doesn't require any extra signature/checksum file cruft on the webserver. It can easily be made optional and is in th

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Mattias Andrée
On Wed, 23 Aug 2017 22:29:17 +0200 Markus Teich wrote: > Mattias Andrée wrote: > > If the server's authenticity can be proven with HTTPS, > > what additional secure does PGP-signatures provide? > > Some people trust persons they know more than they trust random corporations > with questionable

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Markus Teich
Mattias Andrée wrote: > If the server's authenticity can be proven with HTTPS, > what additional secure does PGP-signatures provide? Some people trust persons they know more than they trust random corporations with questionable security policies. Other people think PGP sucks. I don't know which gr

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Mattias Andrée
On Wed, 23 Aug 2017 22:03:41 +0200 Markus Teich wrote: > Hiltjo Posthuma wrote: > > Checksums are available in each project directory, yesterday I've added > > SHA256 checksums. > > > > For example: > > SHA256: http://dl.suckless.org/dwm/sha256sums.txt > > SHA1: http://dl.suckless.org/

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Markus Teich
Hiltjo Posthuma wrote: > Checksums are available in each project directory, yesterday I've added > SHA256 checksums. > > For example: > SHA256: http://dl.suckless.org/dwm/sha256sums.txt > SHA1: http://dl.suckless.org/dwm/sha1sums.txt > MD5:http://dl.suckless.org/dwm/md5sums

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Aaron Toponce
On Wed, Aug 23, 2017 at 08:21:45PM +0200, Hiltjo Posthuma wrote: > Checksums are available in each project directory, yesterday I've added > SHA256 checksums. > > For example: > SHA256: http://dl.suckless.org/dwm/sha256sums.txt > SHA1: http://dl.suckless.org/dwm/sha1sums.txt >

Re: [dev] dl.suckless.org file integrity github project

2017-08-23 Thread Hiltjo Posthuma
On Wed, Aug 23, 2017 at 12:04:46PM -0600, Aaron Toponce wrote: > I noticed most software available on http://dl.suckless.org does not provide > checksums and digital signatures for the compressed tarballs, and other files. > I sought to remedy this, by creating a Github repository of only checksums

[dev] dl.suckless.org file integrity github project

2017-08-23 Thread Aaron Toponce
I noticed most software available on http://dl.suckless.org does not provide checksums and digital signatures for the compressed tarballs, and other files. I sought to remedy this, by creating a Github repository of only checksums and digital signatures. It's available at: https://github.com/a

[dev] Re: st, spurious character in paste?

2017-08-23 Thread Andy Valencia
David Phillips : > Sounds to me like you are accidentally rolling your scroll wheel net.wisdom wins again. Thanks for the insight! I'm already running keynav, so pasting from there takes care of the issue. Thanks again, Andy

Re: [dev] st, spurious character in paste?

2017-08-23 Thread Thomas Levine
And even if that isn't the issue, I think find your process to be faster if you bind a key in vim to "xclip -o". On Wed, Aug 23, 2017, at 06:04, David Phillips wrote: > Sounds to me like you are accidentally rolling your scroll wheel. > > Thanks > David >