Elektrine lite

← Feed

John McFarlane

JSAMcFarlane@mastodon.ie

<p>Shot clog, flâneur, ne&#39;er-do-well. Not the markdown guy.</p>

Posts

  • Post #4150817

    I happened to be listening to an episode of I&#39;m Sorry, I&#39;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&amp;#39;t* say &amp;#39;perfect&amp;#39;. This supports my theory that &amp;#39;perfect&amp;#39; is the Irish word for &amp;#39;imperfect&amp;#39;. Worried my research might be ending today tho.

  • Post #2234517

    &amp;quot;Do to ints as you would have ints do to you.&amp;quot; Scott, 7:12

  • Post #2234516

    RE: https://mastodon.social/@MrLovenstein/116527854999021509 day in the life of James Comey

  • Post #2234515

    &amp;quot;These forged knives at €99 are flying off the shelves&amp;quot; 😟

  • Post #2234512

    Don&amp;#39;t want to jinx it, but it&amp;#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 &#39;cursed&#39; 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.