John McFarlane
JSAMcFarlane@mastodon.ie
<p>Shot clog, flâneur, ne'er-do-well. Not the markdown guy.</p>
Posts
-
Post #4150817
I happened to be listening to an episode of I'm Sorry, I'll Read That Again yesterday on a train journey. Bill Oddie wrote and performed all the songs and many of the jokes. I was quite surprised. Bye bye, Bill. #billoddie https://www.bbc.co.uk/sounds/play/b00r92l4 (sadly unavailable outside the UK)
-
Post #2234520
UPFs have overtaken smoking as the #1 killer: https://youtu.be/kBvhtgucc5s?is=qChbeOd31DK2qxmp
-
Post #2234519
The greatest trick Waterfall ever pulled was convincing the world it was Agile.
-
Post #2234518
Just paid €25.91 for ADHD meds with the exact change and the pharmacist *didn&#39;t* say &#39;perfect&#39;. This supports my theory that &#39;perfect&#39; is the Irish word for &#39;imperfect&#39;. Worried my research might be ending today tho.
-
Post #2234517
&quot;Do to ints as you would have ints do to you.&quot; Scott, 7:12
-
Post #2234516
RE: https://mastodon.social/@MrLovenstein/116527854999021509 day in the life of James Comey
-
Post #2234515
&quot;These forged knives at €99 are flying off the shelves&quot; 😟
-
Post #2234512
Don&#39;t want to jinx it, but it&#39;s looking hopeful for the SNP.
-
Post #2132246
Can someone help me figure out how to optimise this XOR away? Nothing seems to work! ``` int main() { auto return_value{0}; return return_value ^ return_value; } ``` 😜
-
Post #769364
RE: https://mastodon.social/@workchronicles/116283869435137095 Best of luck in Croydon!
-
Post #27302
Reminder: whenever you see examples of 'cursed' C or C++, run it built on GCC/Clang with -Werror -Wall -Wextra -fsanitize=undefined,address and see how far it gets. These flags should be enabled by default in IDEs, build systems and for testing and development.