kraymer's comments

kraymer | 8 years ago | on: Show HN: Cronicle, backup archives rotation triggered by cron

The idea behind cronicle is that because doing backups via cron is so common (like triggering a pg_dump), why not add a line to your cronfile to take care of the backups rotation once your dump is done ?

cronicle takes care of organizing the data in daily/weekly/etc directories, and deduplication too : all organization is done using symlinks, underlying dumps are deleted when no more symlinks point to it.

Scratched my own itch, but interested to know if it brings something new or if existing tools use same approach.

kraymer | 9 years ago | on: Show HN: High.py, get emails of people involved with github repository

If you put your public email on your github profile, or put your email on public issue comments, you may be contacted regarding news of the repository you showed interest to. Like getting feedback, you know.

Personnaly I would be pretty pleased that a maintainer made that effort. I can totally understand that others person consider that spam ... Well just don't make your email public in that case.

It has nothing to do with the tool in itself.

kraymer | 9 years ago | on: Reabble – RSS Reader for E-ink Amazon Kindle

Yes, when it occurs it totally breaks the experience of reading long reads on the kindle. This, and the fact that multi-pages articles are sometimes not properly fetched.

I'm working on generating perfect (all images, all pages) .mobi periodical files from rss feeds, send me a mail (in my profile) if you want to test a MVP when it is ready.

kraymer | 10 years ago | on: Show HN: F-dotfiles, GNU stow with healthy organization guidelines

I decided to have a dotfiles repo a few months ago. Started with a @holman fork but was rebuted by the bootstrap/install scripts limitations.

Using stow resolved that.

Then I stumbled upon questions that did not have obvious gold standard way to do it :

- how do you differentiate folders meant to be stowed from others?

- how do you store config files saved at different locations depending on platform without duplicating content?

- how to deal with files with sensitive information?

So I used some guidelines to deal with theses cases, the result is F-dotfiles.

kraymer | 10 years ago | on: G is for Google

Ditto, registered abcetc.xyz instead ... who better captures the idea of alphabet now ?! :)

kraymer | 11 years ago | on: Toolz: A functional standard library for Python

Tangential but ... could someone give me the name of the python library that made the front page last month and that "extends the standard lib" (itertools recipes, dates helper functions, etc)? Can't find it using HN search. Email in my profile. thks

kraymer | 11 years ago | on: Show HN: Playlistful – Collaborative playlists for parties

You should give more details about what music can be played : from guests clients device and streamed to the host or solely music stored locally on the host computer ? I expected to find that info in the FAQ. An introduction video/screenshots on the front page would be good to. Love the idea!

kraymer | 12 years ago | on: I'm Building a GitHub for Writers

I thought the main technical hurdle (for not dev crowd) in my current workflow was git as there exist a lot of good Markdown editors on all platforms ;)

kraymer | 12 years ago | on: I'm Building a GitHub for Writers

I used to write my documents in Lyx too but spreading the tool amongst my colleagues involved a lot of evangelism. Markdown is a backend storage easier to adopt as developers are used to it (stackoverflow, github) but it produces output for the web : no pagination, header/footer, etc. Throw pandoc+tex template into the mix, and it starts to get really interesting : a quickly hacked markdown file transforms into nice pdf will all needed attributes. But why stop there? Now that you have a build process, move it to a server and add some hooks to injects traceability infos (author, last edit date, commit hash...) into the generated document, etc...

I went down this road, and it works surprisingly well. If you're trialling different solution for writing technical developer documentation, see a more precise description of the workflow that I pushed on my blog yesterday: http://kray.me/pro/doclegit-git-documentation-server/ (sorry for the copy quality, english not my first langage, corrections by mail are welcomed)

kraymer | 13 years ago | on: Show HN: Learn English with movies and TV Shows

I have coded a python app in my spare time to auto-sync two subtitles streams (any langage) and maximize the time each dual-subtitle is displayed on screen. It just tries to merge two srt as smartly as possible. I'm interested for feedbacks and test cases, my mail in my profile.

But sometimes, doubling amount text on screen is just not processable at a glance, fleex seems to have very appealing solutions to that : picking one of the langage based on difficulty, arrow key to get back in time and slow down playrate. Cant' wait to play with it!

page 1