Re: [dev] st mouse binding with scroll

2020-06-25 Thread Kai Hendry
On Tue, 23 Jun 2020, at 11:30 PM, Greg Reagle wrote: > Hello. Did you get this resolved yet? I don't think I completely > understand your question. No, I guess I supposed to use some other random control character for mouse scroll {up,down}.

Re: [dev] st mouse binding with scroll

2020-06-23 Thread Kai Hendry
Hey Greg, I don't want to use the patches, I want to use https://git.suckless.org/scroll/ as st >= 0.8.3 is designed for. https://www.reddit.com/r/suckless/comments/g96ejd/st_083_released/fp0x91z/ Just noticed someone else with my complaint:

Re: [dev] st: use mouse to paste from clipboard

2020-06-23 Thread Kai Hendry
Hi Greg, have you seen https://st.suckless.org/patches/clipboard/ ?

[dev] st mouse binding with scroll

2020-06-21 Thread Kai Hendry
Hi there, Since the mouse wheel bindings are disabled by default in scroll, what are the alternative bindings people can suggest? https://git.suckless.org/scroll/file/config.def.h.html Would be kindof awesome to be able to scroll with a mouse. Many thanks,

Re: [dev] scroll swallows ctrl+e keybinding while used with st

2020-05-20 Thread Kai Hendry
This bug has been addressed in tip https://git.suckless.org/scroll/commit/9ff6fdb25513e49abbe3750668b8ee6903326f15.html

Re: [dev] [st] BadLength

2020-05-20 Thread Kai Hendry
Use the libxft-bgra package on Arch. 

Re: [dev] [st] crashes with BadLength

2020-04-08 Thread Kai Hendry
libxft-bgra is the Archlinux package with libXft with BGRA glyph (color emoji) rendering & scaling patches by Maxime Coste

Re: [dev] Pandoc replacement that sucks less

2019-04-28 Thread Kai Hendry
I recommend using HTML aka http://css4.pub/ Convert to PDF using a Web browser. Though the best "CSS Paged Media" support can only be found in the proprietary https://www.princexml.com It sucks less than Latex imho. /me adornes flame suit

Re: [dev] Fix for dwm crash due to emoji in window titles

2018-09-09 Thread Kai Hendry
Tried rolling back to dwm 6.0 but couldn't get font rendering to work. :/ https://s.natalian.org/2018-09-10/font.png Now I am using Alexander Krotov's original patch, which works. So thanks for that.

Re: [dev] Fix for dwm crash due to emoji in window titles

2018-09-09 Thread Kai Hendry
On Mon, 23 Jul 2018, at 11:41 PM, Silvan Jegen wrote: > It feels like the source for this ominous crash has finally been found > after what feels like an eternity. According to the bug report there > won't be a fix in Xft any time soon though since they suggest to > people to just not use Xft...

Re: [dev] Fix for dwm crash due to emoji in window titles

2018-07-23 Thread Kai Hendry
Thanks for agreeing with me Laslo, On Mon, 23 Jul 2018, at 12:05 PM, Laslo Hunhold wrote: > I agree with you in the given case, but the robustness principle > probably brought us SGML and all its implications. Be careful what you > wish for, as being liberal with what input you accept can lead to

Re: [dev] Fix for dwm crash due to emoji in window titles

2018-07-22 Thread Kai Hendry
On Thu, 19 Jul 2018, at 11:41 PM, Hiltjo Posthuma wrote: > It is not a fix, it will just ignore the error. Shouldn't https://en.wikipedia.org/wiki/Robustness_principle apply? Draconian error handling was the hallmark of XML. > The emoji crash is a bug in Xft. Do you happen to have the bug

Re: [dev] Re: What would a well-designed voice assistant program look like?

2018-03-22 Thread Kai Hendry
Every voice driven thing I've used suffers from the fundamental problem that it's impossible to correct what you said. Alexa didn't understand or worse did the wrong thing? Start over from scratch. Incredibly frustrating. If someone came up with the "readline" of voice input, I'd think it would

Re: [dev] st b1338e issues

2017-09-17 Thread Kai Hendry
On Sat, 16 Sep 2017, at 10:24 PM, lukáš Hozda wrote: > 2) has a simple solution. Just do: > xmodmap -e 'keycode val=' > where val is the keycode of all involved keys. You're joking right? Disable the keys in order for st not to print them?!

Re: [dev] st b1338e issues

2017-09-15 Thread Kai Hendry
On Sat, 16 Sep 2017, at 03:39 AM, Draco Metallium(Rodrigo S. Cañibano) wrote: > Do you have color codes on your PS1? If you do, try removing them. Tried removing them with no executing my bashrc like so: ./st -i -g =80x20 -f "Terminus (TTF):pixelsize=48:antialias=true:autohint=true" -e bash

[dev] st b1338e issues

2017-09-15 Thread Kai Hendry
Hi Hiltjo, I have a couple issues with st https://s.natalian.org/2017-09-15/st.mp4 They are still reproduciable on b1338e91ed632adbcd08388de37e46cf25326e01 1) Some readline isn't showing the line properly after a long input line or I presume some line wrapping 2) When I hit key combos

Re: [dev] Suckless e-comerce script proposal

2016-09-22 Thread Kai Hendry
Yes, make the site static & host on S3/CloudFront. Generate from a DB of your stock/inventory. Go lang's html/template makes this painless. Dynamic bits should be ReactJS chatting with Stripe APIs. I would go so far as use Stripe to store the customer object et al. You can get it back out easy

Re: [dev] [OT] software recommendations

2016-04-07 Thread Kai Hendry
I've happily used syslinux forever but on those new fangled UEFI systems, `bootctl install` works well for me once that weirdo FAT /boot partition (aka the EFI System Partition aka ESP) is mounted. /me ducks

[dev] Linux SLOC graphed

2016-03-03 Thread Kai Hendry
http://s.natalian.org/2016-03-04/linux.svg data source: http://s.natalian.org/2016-03-04/linux-v4.4-rc2-14-ge817c2f.csv Wrote a script to help generate graphs for git maintained projects here: https://github.com/kaihendry/graphsloc I tried to have a separate work tree [1] but the original git

Re: [dev] Filtering HTML attachments

2015-08-12 Thread Kai Hendry
Hi Christoph, I made changes to the mlmmj suckless configuration some years ago, to control/access and text/access IIRC. http://mlmmj.org/archive/mlmmj/2013-07/008.html Aren't they working? Cheers,

Re: [dev] [dvtm] Commands document, one page PDF

2015-08-12 Thread Kai Hendry
Would be better if it was just HTML or markdown. Cheers,

Re: [dev] [surf] HTML5 player no sound video lag on raspberry pi

2015-07-07 Thread Kai Hendry
It's an issue with Webkit. Remember surf is just a tiny wrapper on top of Webkit. For more information, checkout http://archlinuxarm.org/forum/viewtopic.php?f=64t=8673 Unfortunately the rpi video playback work that the Raspberry Pi foundation paid Collabra to do is for webkit1 and not webkit2.

Re: [dev] [surf] new surf2 branch

2015-07-04 Thread Kai Hendry
Thank you for doing this Quentin. webkit1 (webkitgtk2 in Arch) is pretty stale now, so we needed to move to http://webkitgtk.org/ aka webkit2 (webkit2gtk in Arch) sooner than later. I've packaged it in Arch here: https://aur4.archlinux.org/packages/surf2/ I'm using surf2 in a product:

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Kai Hendry
My 2 cents: Suggestions to use 3 keys to copy paste SUCK Can we please have feature parity with MacOSX? cmd-c, cmd-v I guess cmd is that Windows key (keycode 133, Super_L?) on non-Apple hardware. Heavens know how to make cmd-c, cmd-v work in Chrome. BONUS: Keep selection in the clipboard

Re: [dev] suckless wiki engine?

2014-05-31 Thread Kai Hendry
For recent changes you could link to github or gitweb's log/ ? This is my interpretation of a suckless wiki. Could suck less though. http://ws.dabase.com/

Re: [dev] Screencasts?

2014-03-09 Thread Kai Hendry
I think screencasts are a good idea. I use this script https://github.com/kaihendry/recordmydesktop2.0 to create screencasts I upload to http://r2d2.webconverger.org/ The trouble I have when watching (work flow) screencasts are the keystrokes aren't seen. Need a project is to log keyboard strokes

Re: [dev] Screencasts?

2014-03-09 Thread Kai Hendry
Videos should be easier to store (if they are self-contained), create and consume. Anyway, there is room for both mediums. Though a video needs good sound. ;)

Re: [dev] Re: Suckless pinyin input?

2014-02-23 Thread Kai Hendry
When I was working on this for Webconverger, fcitx was the best option. I did manage to build it without a crap ton of bullshit, but then I lost interest trying to integrate it with Debian Wheezy. I need to redo Webconverger in Archlinux and bring fcitx back and support CJK. Kind regards,

Re: [dev] wswsh: a mksh web framework

2013-12-13 Thread Kai Hendry
On 14 December 2013 00:16, Charlie Kester corky1...@comcast.net wrote: RSS is dead? Did I miss the obituary? What, if anything, has replaced it? In all honesty twitter / facebook announcement links. If that doesn't happen I expect to be able to sign up to some announce list, so that I get

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Kai Hendry
This sucks Why mksh? Can't you use POSIX shell? .wshtml is used in your README. Actually only TXT works by default. smu is on my path, why interp? config files suck https://twitter.com/rob_pike/status/360557625756229632 setting up prefix in the Makefile sucks RSS is dead. why bother? You

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Kai Hendry
On 13 December 2013 14:01, Chris Down ch...@chrisdown.name wrote: You generate .html URLs. bit 90s and fugly. urls should be clean /2013/blogpost/ Huh? That's the job of the web server. how? you want foo.html to be exposed by your httpd as /foo/ ? Only generate one index.html per directory.

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Kai Hendry
On 13 December 2013 14:20, Chris Down ch...@chrisdown.name wrote: Did you really just say that every file should just be abstracted as a directory... how much of that web 2.0 Kool-Aid did you drink? Is there an easier way to encourage clean URLs? Without resorting to crazy rewrites?

Re: [dev] IRC on Free node

2013-11-01 Thread Kai Hendry
irc://irc.oftc.net/suckless

Re: [dev] daemon for DWM

2013-08-16 Thread Kai Hendry
Hi guys, I've improved a shell version of a dwm status daemon which has the feature of showing network ups and downs. http://s.natalian.org/2013-08-17/dwm_status.png https://github.com/kaihendry/Kai-s--HOME/blob/master/bin/dwm_status Please free to critique the code and suggest improvements. I

Re: [dev] daemon for DWM

2013-07-29 Thread Kai Hendry
Hello there, On 29 July 2013 01:02, Silvan Jegen s.je...@gmail.com wrote: Comments and criticism is welcome. The net monitor is something I'm looking for, though I'm not sure how I would integrate it with my current shell script: https://github.com/kaihendry/Kai-s--HOME/blob/master/.xinitrc#L43

[dev] tmux export buffer to pastebin

2013-07-12 Thread Kai Hendry
Hi guys, Since hopefully most of you are running http://st.suckless.org/ and tmux, perhaps you'll find this bind interesting: bind-key p capture-pane -S -32768 \; save-buffer /tmp/tmux-buffer \; run cat /tmp/tmux-buffer | curl -F 'sprunge=-' http://sprunge.us | tmux load-buffer -; tmux

Re: [dev] Suckless Laser GUI

2013-07-01 Thread Kai Hendry
Write your UI as a Web application.

Re: [dev] Suckless Laser GUI

2013-07-01 Thread Kai Hendry
On 2 July 2013 10:36, Chris Down ch...@regentmarkets.com wrote: On 2 July 2013 10:22, Calvin Morrison mutanttur...@gmail.com wrote: He's joking You wouldn't be so sure if you knew the man. It's Kai we're talking about here; the web shines out of his every orifice. :-D That's right. I'm not

Re: [dev] upload via html?

2013-05-14 Thread Kai Hendry
On 13 May 2013 23:11, hiro 23h...@gmail.com wrote: how can you chadbands use a file transfer protocol without XML?! XML is for the file listing. :-) https://s3-ap-southeast-1.amazonaws.com/krkl

Re: [dev] upload via html?

2013-05-13 Thread Kai Hendry
On 13 May 2013 17:17, Thuban thu...@singularity.fr wrote: I was wondering what tool or method you would use to purpose simple file upload on your server (via an html form as example)? CGI? PHP? Other? PHP is the simplest way I've found https://github.com/kaihendry/FTP2.0

Re: [dev] suckless.org seems to be down

2013-02-27 Thread Kai Hendry
On 28 February 2013 15:01, Edgaras dev...@gmail.com wrote: Seems to be working well for me. Maybe you'r having routing problems. Sam correctly pointed out that the httpd was down, it just came back up. http://stats.webconverger.org/h2/suckless.org/059.csv

Re: [dev] Makefile/markdown based static site generator

2013-02-20 Thread Kai Hendry
Thanks Nick for sharing that Makefile. I've decided to use the first HTML comment in the markdown as the page title. https://github.com/kaihendry/sg-hackandtell/blob/master/Makefile If you can suggest something that sucks less than: grep -m1 -oP '(?=!-- ).*?(?= --)' # i'd be grateful ;)

Re: [dev] Makefile/markdown based static site generator

2013-02-20 Thread Kai Hendry
On 21 February 2013 13:20, Sam Watkins s...@nipl.net wrote: Why not make it the same as the main heading? You mean the first h1? That's not always the case. or use the first line of the markdown? Sometimes we use HTML or use the file name / folder name (for index), somehow filtered? I

Re: [dev] Makefile/markdown based static site generator

2013-02-20 Thread Kai Hendry
On 21 February 2013 14:11, Sam Watkins s...@nipl.net wrote: foo/bar/index.mdwm - index.html , title bar expressing that as a Makefile is really hard. So hard I gave up. Not sure it's worth it. What about the all to common /srv/www/index.mdwn case? A page title of www ? wtf? :) If you are a

[dev] Makefile/markdown based static site generator

2013-02-19 Thread Kai Hendry
Hey guys, https://github.com/kaihendry/sg-hackandtell/blob/master/Makefile For bonus points I have a plan9 mk version here: https://github.com/kaihendry/sg-hackandtell/blob/master/mkfile Enjoy and I would love to hear if it could suck less or if there are similar projects I could learn from.

Re: [dev] Makefile/markdown based static site generator

2013-02-19 Thread Kai Hendry
Hey Carlos, thanks for taking a look. On 20 February 2013 12:29, Carlos Torres vlaadbr...@gmail.com wrote: i started looking through the repo and found the list thingy list/maillist it looks like the List-Unsubscribe header http url says unsub rather than unsubscribe on line 28, not sure if

Re: [dev] gregkh likes us

2013-02-17 Thread Kai Hendry
On 17 February 2013 20:56, Nico Golde n...@ngolde.de wrote: This picture is pretty much meaningless for judging how much the kernel sucks given the amount of new driver code, file systems etc. that get added over time. Hi Nico, Crikey nm the SLOC then. Though I thought btrfs was sucky! Focus

Re: [dev] gregkh likes us

2013-02-16 Thread Kai Hendry
Since gregkh maintains the stable kernels, I thought I'd take this opportunity to bitch about the 3.7.x series ruining my life. My X220 overheats all the time. https://bugzilla.kernel.org/show_bug.cgi?id=48721#c42 My wifi drops out all the time. https://bugzilla.kernel.org/show_bug.cgi?id=48921

Re: [dev] Suckless and Wayland

2013-02-13 Thread Kai Hendry
There is nice new LWN coverage on Wayland here: http://lwn.net/Articles/536862/ Embrace change :)

[dev] Suckless graphs

2013-02-03 Thread Kai Hendry
Hi guys, I thought collectd/statsd/munin/graphite etc etc were a bit too sucky, so I idiotically created my own framework in the spirit of suckless. https://github.com/kaihendry/sg The basic idea is to handle time series data, epoch value(s), give it a sensible hierarchy. Collect them remotely

Re: [dev] Suckless graphs

2013-02-03 Thread Kai Hendry
On 4 February 2013 12:39, Chris Down ch...@chrisdown.name wrote: I noticed a few bugs/improvements in the main code. Do you want me to submit using git's format-patch or GitHub's pull request system? Tbh Github's pull request system is easiest for me. If this project qualifies for

[dev] sites linkrot

2013-01-12 Thread Kai Hendry
Hi guys, Please rip this to shreds https://github.com/kaihendry/linkrot and perhaps guide me to a better script. Something that can do the http requests in parallel and hence much faster? I ran it over sites/ for i in *; do test -d $i || continue; linkrot $i $i.linkrot; done and the output is

Re: [dev] st - default keyboard shortcuts

2013-01-02 Thread Kai Hendry
On 2 January 2013 20:41, mikk...@gmail.com mikk...@gmail.com wrote: Specifically I haven't found the keyboard shortcut for scrolling up. That lack of scrollbackabilty should be in the FAQ. I recommend using screen since it seems to handle resized windows better than tmux.

Re: [dev] convergence

2013-01-01 Thread Kai Hendry
On 2 January 2013 10:58, Jacob Todd jaketodd...@gmail.com wrote: Please, unsubscribe from the list. Tried using the Gmail unsubscribe UI? http://s.natalian.org/2013-01-02/1357098599_1366x768.png

Re: [dev] [dwmstatus] wifi patch

2012-12-31 Thread Kai Hendry
I found having too much stuff in the `xsetroot -name` is too distracting, so I quite like looking at conky on an empty workspace when I need to: https://github.com/kaihendry/Kai-s--HOME/blob/master/.conkyrc http://s.natalian.org/2012-12-31/1356944593_1366x768.png *ducks*

Re: [dev] [st] font fallback

2012-12-29 Thread Kai Hendry
Initially I was worried that the newer version was somehow slower to the version I was running before. I can't tell the version I was running before, hence the silly patch. So I just compared a little before the font code change and I couldn't really see a difference tbh.

Re: [dev] Migration to git

2012-12-09 Thread Kai Hendry
On 29 November 2012 12:13, Calvin Morrison mutanttur...@gmail.com wrote: With the transfer to git, would it be possible for me to clone all of the suckless repositories in one fell sweep? curl -s http://git.suckless.org/ | xml sel -N x=http://www.w3.org/1999/xhtml; -t -m //x:a -v '@title' -n |

Re: [dev] Re: Starch has a web site

2012-12-07 Thread Kai Hendry
That forum at http://starchlinux.org/Forum/ is particularly bad. Stick to a mailing list with Web archives.

Re: [dev] [st] Terminus font

2012-12-04 Thread Kai Hendry
On 25 November 2012 17:25, Roberto E. Vargas Caballero k...@shike2.com wrote: Really, Terminus:file=ter-x16n.pcf.gz works. Maybe this question could be in the FAQ file in the source tree of st. The FAQ should go on http://st.suckless.org/ where it's more likely to be found. static char font[]

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-06 Thread Kai Hendry
On 7 November 2012 09:58, Alex Hutton highspeed...@gmail.com wrote: Which languages qualify as suckless? Have you not noticed http://hg.suckless.org/ ?

Re: [dev] [st] cjk input

2012-10-29 Thread Kai Hendry
On 29 October 2012 22:27, Petr Šabata con...@redhat.com wrote: Tested with scim; no issues with the input. People still use SCIM? I thought it was unmaintained. I thought RH supported ibus instead or are you just slow to move over ? http://en.wikipedia.org/wiki/Intelligent_Input_Bus I'm keen

[dev] HTML5 screencasts

2012-10-21 Thread Kai Hendry
Hi guys, Thought I'd share a new screencast tool that I've written over the weekend: https://github.com/kaihendry/recordmydesktop2.0 Example output: http://r2d2.webconverger.org/2012-10-21/5seconds.html Might save you time struggling with ffmpeg. *ducks* Hopefully this will prompt Pancake to

Re: [dev] [ANNOUNCE] dvtm-0.8

2012-08-01 Thread Kai Hendry
Couldn't quite work out how to scroll back in the buffer. To add scrollbackabilty to st. http://natalian.org/archives/2012/07/31/dwm+tmux/ I'm thinking dvtm could replace tmux. I'm probably way off the mark.

Re: [dev] [ANNOUNCE] dvtm-0.8

2012-08-01 Thread Kai Hendry
Sorry, sent this message with the wrong From: address On 1 August 2012 16:10, Kai Hendry hen...@webconverger.com wrote: On 1 August 2012 15:18, Ross Mohn rpm...@waxandwane.org wrote: Try CTRL-g + PgUp I realise this could probably be rebound, but the default is pretty unusable. IIUC I need

Re: [dev] Build system: redo

2012-08-01 Thread Kai Hendry
On 1 August 2012 16:48, pancake panc...@youterm.com wrote: Anyone checked my cake? http://hg.youterm.com/cake What's your take on tup? http://gittup.org/building-firefox-with-tup.html

Re: [dev] st: improved double-buffering with Xdbe

2012-07-30 Thread Kai Hendry
Oops, posted from wrong email address. On 30 July 2012 17:37, Kai Hendry hen...@webconverger.com wrote: On 28 July 2012 14:39, Brandon Invergo bran...@invergo.net wrote: Enjoy, I'm enjoying st 0.2.1-tip though ctrl+c after opening `tail -f /var/log/everything.log` doesn't work for me anymore

Re: [dev] st: improved double-buffering with Xdbe

2012-07-30 Thread Kai Hendry
Ctrl+c under tmux+st is fine. WEIRD http://www.youtube.com/watch?v=p7ubcKeAHN4

Re: [dev] [patch] multiple slock instances make screen black

2012-07-30 Thread Kai Hendry
Thanks Andres for the contribution. Hopefully Anselm will get the time to review and merge in your code. Just wanted to quickly mention that https://github.com/scklss/slock/commits/master is now https://github.com/suckless/slock/commits/master Unfortunately github don't have any mechanisms to

Re: [dev] interested in issue tracker dev

2012-07-24 Thread Kai Hendry
The github issue tracker is pretty nice for issue tracking. On the subject of mbox viewer, hopefully Scott's work can be carried on https://github.com/bytbox/go-mail

Re: [dev] github mirror

2012-07-03 Thread Kai Hendry
WDYT of https://github.com/scklss ? Need to port across the descriptions. Happy to add more members. Just need your gitub id suckless community member. Greetings from Berlin, github-mirror.sh Description: Bourne shell script

Re: [dev] github mirror

2012-07-03 Thread Kai Hendry
On 3 July 2012 12:47, Nick suckless-...@njw.me.uk wrote: Is there any point in this other than as a distributed backup? I worry it may slightly fragment things, with people searching for dwm and using the github copy, rather than our primary one. Or sending us github pull requests rather than

[dev] Systems Software Research is Irrelevant

2012-07-03 Thread Kai Hendry
On the topic of odd finds, anyone heard of http://code.google.com/p/es-operating-system/ ? The included browser evidently has Acid2 support https://groups.google.com/forum/?fromgroups#!topic/es-operating-system/8oWtRZnDK_w which is a feat of engineering.

[dev] simple portscanner

2012-05-23 Thread Kai Hendry
Thanks, I was wondering where it went after the suck of nmap 6.0 landed. How do I use portscan if I just want to check in the same way I have done in the past with nmap, what ports are open on a machine? IIUC portscan has to specify ports individually which is a little cumbersome. Be good if it

Re: [dev] recommend suckless mail server

2012-04-20 Thread Kai Hendry
I recommend http://dovecot.org/ though tbh I use gmail. Regards,

Re: [dev] simple dhcp client

2012-04-19 Thread Kai Hendry
I know this is very lazy of me, though it would be good if you could have hints how to integrate it say with a typical Archlinux system and its /etc/network.d https://wiki.archlinux.org/index.php/Netcfg

Re: [dev] minimal wm request

2012-04-06 Thread Kai Hendry
On 6 April 2012 20:40, Martin Kopta mar...@kopta.eu wrote: Does someone know about some very basic wm, which would basicaly be just monocle dwm without any bar and shortcuts? I would use basic xorg, but I need to make the app maximized. It is sort of kiosk. Thanks for any advices. I've

Re: [dev] deprecated projects

2012-03-26 Thread Kai Hendry
On 26 March 2012 16:52, Nick suckless-...@njw.me.uk wrote: Does anyone use or care about dextra? If it was called homedirs or dotfiles it could be considered more viable. I was inspired by http://hg.suckless.org/dextra/file/tip/bluegray/vimrc on my

Re: [dev] Links on tutorial page

2012-02-25 Thread Kai Hendry
Oops, I've moved my homedir over to https://github.com/kaihendry/Kai-s--HOME/blob/master/.xinitrc Not sure if it's a good example. Lot of crap there tbh.

Re: [dev] install dwm

2012-01-25 Thread Kai Hendry
On 26 January 2012 04:28, Winston Weinert winst...@lavabit.com wrote: This may seem blatantly obvious and unspoken -- however: it is OK to install dwm to /usr/local or $HOME on the mentioned distros. It is a lot of work to roll packages per-setup and per-user. It also seems logical to put

Re: [dev] interested in issue tracker dev

2012-01-14 Thread Kai Hendry
On 14 January 2012 00:28, Paul Onyschuk bl...@bojary.koba.pl wrote: Right now best interfaces for issue trackers are search engines (e.g. Google site:adress_of_bug_tracker interesting issue) and mail archives (Gmane and so on) in my opinion. I don't think they are the best interfaces. It's the

Re: [dev] interested in issue tracker dev

2012-01-14 Thread Kai Hendry
On 13 January 2012 02:06, Anselm R Garbe garb...@gmail.com wrote: One aspect of this tracker could be to start with a proper mail archiving system and then writing the web stuff on top. This would +1 on decent HTML5 Web interface on a maildir or something. I think this is a precursor to any

Re: [dev] network usage graphs

2011-12-24 Thread Kai Hendry
On 25 December 2011 08:42, Anthony J. Bentley anthonyjbent...@gmail.com wrote: That’s a GNUism. I really like the convenience of `sed -i`. How can this be proposed to become some sort of POSIX standard (at a guess), so people can stop whining when I use it in scripts?

Re: [dev] [dwm] nicer web (was: 2000 SLOC)

2011-11-03 Thread Kai Hendry
On 3 November 2011 13:59, Kurt H Maier karmaf...@gmail.com wrote: Absolutely correct.  The problem is cultural, not technical, and no amount of standards revision will help. Ok we've formed an elitist enclave without those magazine-trained designers... so now what? Spend our days taking the

Re: [dev] Fwd: [hackers] printf(Rest in peace, Dennis\n); exit(0);

2011-10-13 Thread Kai Hendry
http://www.bbc.co.uk/news/technology-15287391 Complete with a horrendous link to plus.google.com. Geeks use that?

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 09:43, ilf i...@zeromail.org wrote: Could the releasers please start providing checksums (or PGP signatures) for releases? Might it be satisfactory to just supply some sort of DNS level security and/or use HTTPS? I dunno. I just know PGP checksums are a bit painful to say the

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 10:41, ilf i...@zeromail.org wrote: On 07-20 10:20, Kai Hendry wrote: Both HTTPS and SHA(1|256) shouldn't really be a problem. You mean HTTPS download and publishing the SHA somewhere? publishing the SHA sounds crappy to me. How do you do it? In a wiki? In a text file? All suck

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 10:54, Nick suckless-...@njw.me.uk wrote:  wget http://dl.suckless.org/tools/dmenu-4.4.tar.gz.sig  gpg --verify dmenu-0.4.tar.gz.sig is not that tricky. You've skipped over the part of how you exchange the public key, no? If it's not that tricky why doesn't Arch for example

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 11:06, Nick suckless-...@njw.me.uk wrote: But just downloading the key from a keyserver, even if it isn't trusted by your web of trust, is better than e.g. just distributing a hash, and as mentioned trusting CAs (HTTPS) is pretty problematic. Why is a random keyserver more

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 11:11, ilf i...@zeromail.org wrote: In the mail with the release announcement. checksums in the announcement is something as a package maintainer you can't automate and has to be manual and hence sucks. Of course X.509 is broken and everything sucks, but it's what we have to

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 11:06, Lukas Fleischer suckl...@cryptocrack.de wrote: pacman 4.0.0 will support package signatures and we'll sign all packages in the official repos ([core], [extra], [community]) soon. Debian IIRC just signs the package lists (including checksums) in practice, which is fine. I

Re: [dev] dmenu-4.4

2011-07-20 Thread Kai Hendry
On 20 July 2011 11:32, ilf i...@zeromail.org wrote: Also I fail to see where package meintainers are involved. Lets pretend I'm the package maintainer for Debian and I need to ensure that the dmenu I download indeed came from suckless and was not tampered with. So would you be happy just with

Re: [dev] Recent vain attempts at suckless Web applications

2011-01-23 Thread Kai Hendry
Thanks Carmen for sharing. Anyone have anything sensible to say besides adhominen attacks on this person's unpopular colour taste? I quite like the idea of doing things in a browser. :P

Re: [dev] wicd and his little friends

2011-01-20 Thread Kai Hendry
Please let me know if you figure this problem out. http://natalian.org/archives/2011/01/20/Trying_to_get_Windows_hotplug_usability/ I've yet to debug why /etc/ifplugd/netcfg.action doesn't work for me. Code is hard to read at first glances.

Re: [dev] Recent vain attempts at suckless Web applications

2011-01-20 Thread Kai Hendry
On 20 January 2011 11:26, Danilo Bargen gez...@gmail.com wrote: I especially like fetch-tweets.sh. Would be cool to turn this into a nice Python script though. What's the point of it being in Python? It's several times the size of bloated bash! We are trying to make things suck less here, not

Re: [dev] Recent vain attempts at suckless Web applications

2011-01-10 Thread Kai Hendry
On 10 January 2011 00:10, hiro 23h...@googlemail.com wrote: I put in a word, press enter, but no grep visible here. But the concept reminded me of http://9fans.net/archive/ The first input is for the twitter username. Once you have the tweets you can query upon them:

[dev] Recent vain attempts at suckless Web applications

2011-01-09 Thread Kai Hendry
Hi guys, Thought I would share a couple of Web applications I've written lately that's inspired by suckless code: http://greptweet.com/ -- Uses grep for searching retrieved tweets http://cam.dabase.com/ -- Simple image / webcam viewer designed for mobile use Try be nice, :)

[dev] dmenu unicode regression

2010-12-12 Thread Kai Hendry
Hi guys, A debian user has noticed a regression in dmenu http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606356 which worked fine in 4.1.1. Could you please take a look at it? :) p.s. I've taken some responsibility for looking after Debian suckless packages from the esteemed Daniel Bauman

Re: [dev] Stripping html from email

2010-08-26 Thread Kai Hendry
I noticed no one mentioned http://packages.qa.debian.org/m/mpack.html `munpack` I noticed this as I began working on a maildir - Web archive thing last Sunday http://m.dabase.com/ Very early days still. I will definitely consider dmc-unpack instead of course.

Re: [dev] Stripping html from email

2010-08-24 Thread Kai Hendry
It would be great if there was a tool to convert HTML to markdown. ;)

Re: [dev] Usable typesetting system?

2010-08-22 Thread Kai Hendry
On 22 August 2010 12:15, Martin Kopta mar...@kopta.eu wrote: * input as plain text (NOT xml) * simple syntax/commands/language I suggest markdown and HTML * output as PDF (acceptable as thesis), may be indirectly I recommend the non-free software http://www.princexml.com/ It takes in HTML,

  1   2   >