Somewhere Else
Taken at Three Rock, Co. Dublin.
Taken at Three Rock, Co. Dublin.
Taken at 56 Central, Galway.
\m/
This does not generate lexicographic permutations (use Lexicographer for that!); this plucks off one letter from the end and attaches it to the start: rotations = (str) -> Array(str.length).fill(str).map (rotation, index) -> while index-- rotation = rotation[-1..-1] + rotation[0..-2] rotation I liked my solution and wanted to share.
I enjoyed Magic: the Gathering, barbeque and a nightcap finger of whiskey.
I mean, while David Zindell did make up this shit, I didn’t make up my telling of it. Before you lies a description of the mighty dick of a race of hermaphroditic transhuman seal-people.
Taken at Eyre Square in Galway, May 1 2017.
How perfect and clear, hindsight! This was another “oh, duh” moment for me. Stupid means humble means another step closer to enlightenment, so that’s good. In our application a user may favourite content in a manner à la Facebook. When rendering views, the naive way (the Mark way before this post) is to test for […]
Another year, another version. My growth as a programmer strikes me when I compare previous versions with the latest code. Less code which works better. You may compare the last three versions together on GitHub. #!/usr/bin/env zsh # # Functions # # # Check if Photograph is (Approximately) Square # # While it was originally […]
17km there and back to Glencullen, but by Christ, I had the weather for it.
We chatted together for a while along the road to Glencullen, then went our ways.
Days like today-skies like today, I miss Nevada something fierce.
It was lovely there tonight. <3
I spent an enjoyable evening in reflection on the beach. :)
Taken at Howth, Co. Dublin.
Someone with the job title Recruiter viewed your profile.
This turned out to be quite useful at work today: for PSD in *.psd; do convert "${PSD}[0]" "${PSD/psd/png}"; done
This was the best of a set of panoramas I captured from the bus as it went through town. More than the rest, this one shows Moate’s character.
On the occasion of Ella’s religious thingy.
Taken while I leant out my bedroom window, of all places!
Taken from a bus somewhere in Westmeath.
This is the cross I bear. My niece is the worst. Woe is me. Life is pain.
I find nothing to complain about in such a crazy turn of events.
The Summer Day Who made the world? Who made the swan, and the black bear? Who made the grasshopper? This grasshopper, I mean- the one who has flung herself out of the grass, the one who is eating sugar out of my hand, who is moving her jaws back and forth instead of up and […]
Stack Overflow uses routes with the format /:id/:title for questions like this one, which I find to be more memorable than simply a terse ID. I’ve decided that I want this for my new project, a rewrite of this blog in Ruby on Rails 5. Small changes to a model and its routes are required […]