HN user

kraymer

134 karma

blog at kray.me

Posts31
Comments21
View on HN
kray.me 7y ago

Autokill detached anonymous EC2 instances

kraymer
1pts0
kray.me 7y ago

Cron jobs execution monitoring in slack

kraymer
1pts0
kray.me 8y ago

Creative use of `git blame` for slack deploys notifications

kraymer
1pts0
kray.me 8y ago

Highlighting lines in Git blame output based on dates

kraymer
1pts0
github.com 8y ago

Show HN: Cronicle, backup archives rotation triggered by cron

kraymer
1pts1
github.com 8y ago

Zeus, AWS Auditing and Hardening Tool

kraymer
10pts0
github.com 9y ago

Django-encrypted-filefield – Encrypt uploaded file, stream it back unencrypted

kraymer
1pts0
cryptup.org 9y ago

CryptUp browser extension brings PGP encryption for Gmail

kraymer
3pts0
kray.me 9y ago

Show HN: High.py, get emails of people involved with github repository

kraymer
1pts4
github.com 9y ago

Show HN: ezkill, 'pkill -f' with a confirmation prompt

kraymer
1pts0
github.com 9y ago

ST3 plugin: display current class/function in status bar

kraymer
2pts1
github.com 10y ago

Show HN: Setupgoon – Better setup.py by extorting information from files

kraymer
1pts1
github.com 10y ago

Show HN: F-dotfiles, GNU stow with healthy organization guidelines

kraymer
3pts1
github.com 10y ago

Monitoring your Attic backup status via terminal welcome message

kraymer
1pts0
github.com 10y ago

Show HN: flinck.py, neatly organize your movies using symlinks

kraymer
10pts0
github.com 10y ago

Show HN: Flinck, organize your movie collection using symlinks

kraymer
3pts0
github.com 10y ago

Deus_ex_tmachina.sh, folders whitelist for Time Machine

kraymer
1pts1
github.com 10y ago

Qifqif 0.5.0: tag your .qif transactions based on rules

kraymer
1pts0
www.wired.com 10y ago

How That Spinning Spacecraft from the Martian Novel Would Work

kraymer
1pts0
news.ycombinator.com 11y ago

Show HN: Qifqif removes the pain from GnuCash .qif imports process

kraymer
2pts0
messymatters.com 12y ago

Nominology: objective criterias for naming your projects (2011)

kraymer
1pts0
kray.me 13y ago

Use smart playlists to monitor your library sanity

kraymer
1pts0
kray.me 13y ago

Observations on iTunes 11

kraymer
2pts2
open-impact.r12.railsrumble.com 13y ago

Open Source Impact: show your open-source commitment to the world

kraymer
2pts0
github.com 14y ago

Show HN: Replica, id3 file cloner

kraymer
1pts0
www.forbes.com 14y ago

Greg Smith Doesn't Shock Me And I'm Not Selling Goldman

kraymer
1pts1
www.summly.com 14y ago

Summly, a simpler way to browse and search the web

kraymer
2pts1
ge.tt 14y ago

Ge.tt new low-cost premium service

kraymer
2pts0
evolver.fm 14y ago

Former Google engineer builds Turntable clone

kraymer
14pts9
www.spotifyclassical.com 15y ago

Spotify bitrategate: 320kbps premium quality not there yet

kraymer
89pts79

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.

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.

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.

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.

G is for Google 11 years ago

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

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

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!

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)

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!