HN user

remi

3,373 karma

Web developer from Quebec City. https://exomel.com.

@remi

[ my public key: https://keybase.io/remi; my proof: https://keybase.io/remi/sigs/12q6vsLXo-XrbEG9XYZY8VXcnubp0NbLW9ZHGFl2I9Q ]

Posts78
Comments96
View on HN
terriblesoftware.org 1y ago

What Doesn't Change

remi
1pts0
github.com 7y ago

Elixir Boilerplate – An Elixir setup with Phoenix, Ecto, Credo, Distillery, etc.

remi
3pts0
techno-weenie.net 11y ago

Change Hue bulb color based on current weather

remi
8pts3
betashop.com 12y ago

Introducing The Completely Redesigned Fab Website and Mobile App

remi
1pts0
blog.engineyard.com 12y ago

The Future of Rubinius

remi
5pts0
www.shopify.com 12y ago

Shopify POS

remi
265pts120
github.com 13y ago

Releases – a workflow for shipping software to end users

remi
485pts78
blog.linode.com 13y ago

Introducing Linode Managed

remi
64pts62
recurringdevelopments.com 13y ago

Arrested Development + Data Visualization

remi
5pts1
github.com 13y ago

Escape Velocity

remi
138pts37
blog.alexmaccaw.com 13y ago

Stripe Push Notifications

remi
49pts15
twitter.com 13y ago

Twitter.com LOLCat mode

remi
3pts0
github.com 13y ago

GitHub now supports Twitter Cards

remi
79pts18
jgn.me 13y ago

Pull requests: Be a gatekeeper

remi
1pts0
www.theregister.co.uk 13y ago

Hey, open sourcers: Who’s your code's daddy?

remi
1pts0
itunes.apple.com 13y ago

New Official Facebook Poke iOS Application

remi
67pts58
github.com 13y ago

GitHub Game Off Winners

remi
79pts17
github.com 13y ago

New GitHub Status Site

remi
115pts18
www.youtube.com 13y ago

Every Apple TV Ads (ever made)

remi
1pts0
github.com 13y ago

GitHub Game Off

remi
199pts40
github.com 13y ago

Huboard - Kanban board for your GitHub issues

remi
2pts0
news.ycombinator.com 13y ago

Show HN: My Ruby-powered web shop for cake decorating supplies

remi
2pts3
shauninman.com 13y ago

JavaScript + mod_rewrite to serve retina images

remi
4pts0
gist.github.com 13y ago

Find the most used verbs in your Git commit messages

remi
2pts0
blog.sanctum.geek.nz 14y ago

Vim misconceptions

remi
1pts0
gist.github.com 14y ago

Simple hack to add your own CSS styles to Rdio

remi
1pts0
www.yuriy-zubarev.com 14y ago

Cynical Agile and Scrum Dictionary

remi
11pts0
notes.exomel.com 14y ago

Her, an ORM for REST APIs

remi
6pts0
www.creativeapplications.net 14y ago

City Peaks – Digit Employees Climb the Shard Mountain

remi
1pts0
chrome.google.com 14y ago

Lengthy, an extension that adds a table of contents to README files on GitHub

remi
2pts0

Instead of using a service like this one (or Hound) that comments directly on pull requests, we chose to integrate the same tools in our build process with Phare (https://github.com/mirego/phare), a command-line tool we built which runs Rubocop, JSHint, JSCS, etc. and exits with a global status.

If the code has coding style violations, the build breaks. Exactly like it would if we pushed a failing test.

Personally, I’m not a fan of the noise generated by comments about coding style on pull requests.

Since this is a post about tmux, I feel obligated to tell you about teamocil (http://teamocil.com) a small utility I wrote to automatically create sessions, windows and panes in tmux with YAML files :)

Github turns five 13 years ago

Moderators edit titles all the time but now it’s been 7 hours and no one still has corrected "Github" to "GitHub"?

tmux 1.8 Released 13 years ago

You could achieve the same thing with shell scripts, but one of teamocil’s advantages is that it gives you the simplicity of YAML to build complex layouts.