HN user

robmil

335 karma

https://robm.me.uk r@robm.me.uk

[ my public key: https://keybase.io/robmil; my proof: https://keybase.io/robmil/sigs/x_AOtOjtMev0kghH-FH4D5BvfrDlPtKBKlRF83jdcxs ]

Posts43
Comments78
View on HN
www.immigrationbarrister.co.uk 12y ago

Crowd-fund your way to a UK visa

robmil
1pts0
github.com 12y ago

Cleanmachine – from fresh install to usable OS X web dev machine

robmil
2pts1
robm.me.uk 12y ago

Using Nokogiri to screen-scrape from the command line

robmil
2pts0
www.immigrationbarrister.co.uk 12y ago

UK to introduce preferential visas for "tech experts"

robmil
1pts0
robm.me.uk 12y ago

Ruby's -e, -n, and -p switches

robmil
1pts0
www.gizmag.com 12y ago

Asahi develops robotic beer pourer

robmil
1pts0
robm.me.uk 12y ago

Accessing WordPress from Ruby #3: GravityForms

robmil
1pts0
www.hrw.org 12y ago

Winter Olympics journalists harassed by Russian police

robmil
2pts0
robm.me.uk 12y ago

Accessing WordPress from Ruby

robmil
2pts0
github.com 12y ago

Ruby-wpdb: a Ruby object mapping for WordPress

robmil
2pts0
github.com 12y ago

Cutcsv: Unix cut for CSV files

robmil
2pts1
github.com 12y ago

Patrick Toomey is a GitHubber

robmil
2pts0
github.com 12y ago

Varnisher, a Varnish purging tool

robmil
2pts0
gist.github.com 13y ago

Useful Git aliases

robmil
2pts0
gist.github.com 13y ago

Git merge-log and merge-diff: show what a merge introduced

robmil
1pts0
github.com 13y ago

Fruity: a Ruby benchmarking/comparison tool

robmil
1pts0
github.com 13y ago

Precis: emails you daily/weekly summaries of your Git repos

robmil
1pts0
github.com 13y ago

Batchtapaper: batch-add URLs to Instapaper

robmil
1pts0
blogs.reuters.com 13y ago

The one man bank

robmil
1pts0
github.com 13y ago

Focus: an editor theme for focussing on content

robmil
44pts14
gist.github.com 13y ago

Script for tidying up Git repos

robmil
1pts0
legalmap.robm.me.uk 13y ago

World map of international law

robmil
2pts0
github.com 13y ago

The world map of international law

robmil
2pts0
github.com 13y ago

Expurgate: serve HTTP images over HTTPS

robmil
1pts0
david-smith.org 13y ago

Fighting spam callers on the iPhone

robmil
1pts0
github.com 13y ago

Vim movements for variables

robmil
2pts0
blogs.hbr.org 13y ago

The rise of the nano-multinational

robmil
1pts0
github.com 13y ago

Batchtapaper: bulk-add URLs to Instapaper

robmil
2pts0
github.com 13y ago

Vim-movar: movements for variables

robmil
2pts0
www.guardian.co.uk 13y ago

Activists destroy CCTV cameras in Germany

robmil
5pts0

Vim ships with a command called `view` that will start it in read-only mode, and makes it very much a viewer — not just an editor.

If you don't want to appear rich or a good robbery target, why buy a Ferrari in the first place? Plenty of other rich people somehow manage to get by without such extravagant displays of wealth.

It's at such a fragile point, though. Monetising a previously entirely free service is risky at any time, but there's lots more risk than usual here (fickleness of audience, existence of competitors, fundamental simplicity of offering).

We've seen plenty of startups fail at this point before; is there anything to suggest Snapchat will beat the odds?

You don't need to take the brain-space — use a password manager like 1Password or LastPass, plus a YubiKey for two-factor auth, and you can use unique passwords everywhere.

There's also the issue of repository size; both BitBucket and GitHub have (entirely reasonable) fair use policies that seem to limit repos' sizes to 1GB or so. Yes, Git sucks with big files, but sometimes it's necessary to exceed this total size.

[dead] 13 years ago

Yes indeed; it's particularly odd to see in the eyes, where the milky blankness we're used to seeing in marble statues actually used to have a painted iris and pupil on them.

It's hard to know whether it's just a bias from a life spent associating unpainted statues with high culture, but I much prefer them unpainted.

[dead] 13 years ago

I'm not sure what this sub-Breivik material is doing on HN, but there we go.

Sass Style Guide 13 years ago

SCSS actually makes this easier, given that you can have partials; it makes it easy to separate out layout and visual style and then combine them into a compressed stylesheet automatically.

It's happened quite a lot in the last few years, e.g. following the collapse of a black football player, Fabrice Muamba.[1]

You have to consider the different context at play here; the UK has never had a history of "fundamentalist" (for want of a better word) free speech like there is in the US. There are plenty of laws on the books, from sending malicious communications to inciting racial hatred, that prevent speech that would be entirely legal in the US.

I think that's something that's reflected (either a cause or an effect, I'm not sure which) in public opinion, too; there's certainly no widespread outcry here at these types of arrest. The only recent case I can think of where the ruling was against free speech and where public opinion was significantly against the ruling was the Robin Hood Airport tweet, where someone tweeted an obviously incredible threat to blow up an airport.[2]

[1] http://www.guardian.co.uk/uk/2012/mar/27/student-jailed-fabr...

[2] http://www.bbc.co.uk/news/uk-england-19009344

Is there any way to get around the fact that adding a new machine involves adding N*2 remotes? (That is, one remote on each of the current machines to represent the new one; and then on the new machine, one remote for each existing machine). This seems like it would be the sticking point with Git annex.

I was hoping this was going to be something where the files themselves were distributed so that they didn't take up space on everyone's machines, a la MogileFS[1], but alas.

This is always a point of pain for us: in our studios we work from a central file server, so our shiny iMacs with their 1TB drives all have about 90% capacity on them — but we don't have any easy way to pool all that extra capacity and use it even as overflow for our central fileserver.

The search continues...

[1] https://code.google.com/p/mogilefs/

I've long since abandoned trying to do programming tests when interviewing coders. Instead, I work through a problem with them in a sort of socratic method; I play devil's advocate to them while they flesh out how they'd approach the problem.

It's far more illuminating, and a far better reflection of their worth as a candidate, than their ability to go off into a room somewhere and work through a problem alone. I'm much more interested in someone who thinks well than who codes well (since the latter can easily be trained).