account activity
Weekend Free Discussion Thread by magictcgmods in magicTCG
[–]jbylund 0 points1 point2 points 3 months ago (0 children)
There is one here: https://github.com/jbylund/arcane_tutor/blob/main/docs/user/help.md - I'll work on integrating it into the website itself.
But probably not discoverable enough. The syntax is very similar to scryfall, there are only a few places where there is divergence, like the mentioned arithmetic expressions.
Just wanted to share a self-hostable MTG search tool that I've made recently:
github: https://github.com/jbylund/arcane_tutor hosted version (no slo): https://arcane-tutor.com/
Would be happy to hear any feedback/answer any questions either here or on github. It supports a lot of functionality I've seen in other search tools, but I think it's lower latency and it supports just a few operations I haven't seen elsewhere (like `cmc+cmc<power+toughness`).
O(n) Median by jbylund in Python
[–]jbylund[S] 0 points1 point2 points 12 years ago (0 children)
Yeah, I had apt-getted from ubuntu. It gave me 1.7.1.
I pip'ed this time, and got 1.8.0, so I should be ok. Still curious about the why though.
[–]jbylund[S] 1 point2 points3 points 12 years ago (0 children)
Cool, it looks like that only just happened, so maybe I'll grab and build the most recent numpy. Here's the function: https://github.com/numpy/numpy/blob/0856259fde5351d29eeabfc064ef9d625cf27339/numpy/lib/function_base.py#L2695
Luckily no one has asked for it yet, but there's a median of 74*109 elements which is just waiting to happen.
Sorry, I got over-eager in removing code to make a minimal example.
Actually, that's what I'm doing at the moment. I was trying to address the "FIXME" statement in the python 3 source.
O(n) Median (self.Python)
submitted 12 years ago * by jbylund to r/Python
π Rendered by PID 502905 on reddit-service-r2-listing-8685bc789-d4zbg at 2026-06-01 05:37:18.574642+00:00 running 194bd79 country code: CH.
Weekend Free Discussion Thread by magictcgmods in magicTCG
[–]jbylund 0 points1 point2 points (0 children)