Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Don Kirkby

@donkirkby@hachyderm.io
  • Open on hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

0 Followers
0 Following
11 Posts
Joined December 30, 2022
home-page:
https://donkirkby.github.io
book:
https://www.lulu.com/shop/don-kirkby/donimoes/paperback/product-eg54rm.html
t-shirts:
https://www.teepublic.com/user/don-kirkby

Posts

Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Mar 26, 2026
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

Since I was going to the Terminal City Tabletop Convention in Vancouver last week, I finally got around to writing up my rules changes to Oneonta Whist. It's a #Solitaire #TrickTaking #CardGame, that I think has an interesting decision to make with each hand. Over the past few years, it's become my favourite solitaire. As a bonus, I also included Cribbage Solitaire, another solitaire with interesting decisions in each hand.
https://donkirkby.github.io/oneonta-whist

0
0
1
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Feb 28, 2026
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

I don't know if I'd ever have the nerve to really use it, but this writing tool forces you to keep writing until you reach a time goal or a word count goal. If you pause for too long, it deletes everything! It's like "Speed III: At The Keyboard". Hard-core mode doesn't even let you read or edit what you've written until you reach your goal.
https://www.squibler.io/dangerous-writing-prompt-app

0
0
0
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Feb 28, 2026
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

Here's a description of some nice features I didn't know about in #PyTest's parameterize() decorator. My favourite is how to avoid really long names for test cases.

https://nedbatchelder.com/blog/202602/pytest_parameter_functions

#python

2
0
2
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Feb 11, 2026
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

I published a new release of my Live Coding in #Python plugin for #PyCharm today.

https://plugins.jetbrains.com/plugin/9742

* Support PyCharm 2025.1.2 and higher.
* Stop the window from scrolling away after you undo in live coding mode.
* Fix Read access error in PyCharm.
* Highlight small differences in LiveImageDiffer.
* Fix rounding error in live turtle coordinates.
* Improve Pytest support.
* Support Python 3.14.

hachyderm.io

Hachyderm.io

0
0
0
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Feb 11, 2026
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

The schedule was recently published for the @pycascades@hachyderm.io #python conference at https://pretalx.com/pycascades-2026/schedule/

No link to it yet from the main conference website, though.

My talk is second last on Sunday afternoon, so I hope people stick around.

1
1
1
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Jan 01, 2026
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

I just noticed that Python 3.14 deprecated argparse.FileType. I use that quite often to automatically open input and output files for command-line utility scripts, but I guess there's a failure mode where one argument successfully truncates an output file and then a later argument is invalid and aborts the script. They're saying you should validate all the arguments before you open any files.
Guess I have some cleanup to do.

0
0
0
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Nov 05, 2025
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io
Replying to @rpardee@hachyderm.io
@rpardee I may be naive, but AI oligarchs might be interested in giving credit if it made their products more trustworthy and therefore more profitable, or if it motivated human creators to contribute content for training. The motivation from points and badges, as well as the vague connection between reputation and answer trustworthiness were what made Stack Overflow so great at its peak.
1
0
0
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Nov 04, 2025
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

Sad analysis of the traffic decline on Stack Overflow:
https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/
I've spent a lot of time on SO over the years, but it hasn't been the same since the founders left. The site claims my posts have helped 13 million developers, so I think it was worth the time.
I wonder if any AI tool will figure out how to give credit to its sources. One of the things that SO did so well in the early days was motivate developers to share their knowledge by letting them know when their answers had been helpful.
#StackOverflow #DevTools

6
2
2
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Sep 27, 2025
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

I love it when you find the right algorithm. I've been working on a #Python project to cover a crossword grid with Tetris blocks, and I used evolutionary search, because I couldn't think of anything better. Then recently, I learned about Knuth's dancing links and exact cover algorithm. I even found a couple of Python implementations.
The new algorithm dropped my search time from hours to milliseconds.
https://github.com/miniexact/miniexact

hachyderm.io

Hachyderm.io

1
0
0
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Sep 23, 2025
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

I added another sorted words #puzzle to my Book Blender collection of #WordGames. It's "The Kiss", by #KateChopin - somewhere between a romcom and a comedy of
manners.

https://donkirkby.github.io/book-blender/the-kiss.pdf
#ShortFiction #Fun

0
0
0
0
Open post
donkirkby
Don Kirkby @donkirkby@hachyderm.io · Aug 24, 2025
Don Kirkby
@donkirkby@hachyderm.io

Playful Programming - I write bioinformatics software at the BC Centre for Excellence in HIV/AIDS, and I design board games and puzzles for fun.

hachyderm.io

Played a nice block pushing puzzle: Loopholes. Each level has an extra rule and you have to find the loophole.

https://ninabirb.itch.io/loopholes

0
0
0
0

Remote instance

hachyderm.io
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 17:58:42 UTC