cmaggard
|
3 years ago
|
on: Dice baseball: a tabletop tradition
Echoing this, it's a fantastic game for what it is. The author also just finished funding a Kickstarter for a "Junior" version of the game as well.
cmaggard
|
6 years ago
|
on: 16-inch MacBook Pro
Why not both? My QMK mechanical keyboards (and, I just noticed, Karabiner Elements) can support turning Caps Lock into Ctrl+KEY if pressed with something else, and ESC if pressed by itself. Best of all possible worlds.
cmaggard
|
6 years ago
|
on: My Kid Lost a Game of 'Magic' to Its Creator But Scored a Piece of Its Art
MTG Arena, their latest online effort, also has a "learn to play" mechanism built in.
cmaggard
|
6 years ago
|
on: Zachtronics: Ten Years of Terrible Games (2017) [video]
cmaggard
|
8 years ago
|
on: United States v. Microsoft Corp. Dismissed [pdf]
cmaggard
|
8 years ago
|
on: Solving Minesweeper and making it better (2015)
cmaggard
|
8 years ago
|
on: H3: A Hexagonal Hierarchical Geospatial Indexing System
cmaggard
|
8 years ago
|
on: Working with time in Postgres
Remove the comma before the SELECT?
cmaggard
|
9 years ago
|
on: Where the hell are the new MacBooks?
They'll hold off on hardware announcements until they can ship them with macOS 12 already on them. Why would they announce new hardware that you'd have to do a full OS upgrade on in a few months?
cmaggard
|
9 years ago
|
on: ‘Worms’ or bust: Britain’s most tenacious indie games company
A sequel implies some sort of continued story or major overhaul, not what would be 1.99 DLC in this day and age.
cmaggard
|
9 years ago
|
on: ‘Worms’ or bust: Britain’s most tenacious indie games company
Not sure about the team bits, but Worms in the 2000s was basically ultra-DLC before DLC even existed. Every 'new' game for a long time kept the vast majority of the old bits from the previous games, added a few new items, and charged full retail for the privilege.
cmaggard
|
10 years ago
|
on: E-Cigarettes, as Used, Aren’t Helping Smokers Quit, Study Shows
If you feel like you can't make the jump straight to 0 yet, some places make 1.5mg liquid.
cmaggard
|
10 years ago
|
on: Dozens of oil tankers cluster off the coast of Texas due to oil price fall
It's amazing, but at the same time it's OOP with a reprint anytime soon being unlikely. It would probably be very easy to rig up a print-and-play copy however.
cmaggard
|
10 years ago
|
on: EFF asks appeals court to “shut down the Eastern District of Texas”
Couldn't you simply stipulate in your ToS that if you reside in that area that you are not allowed to use said service?
cmaggard
|
10 years ago
|
on: The Little Printf
Some of these characters are hitting a little too close to home.
What a great read.
cmaggard
|
10 years ago
|
on: 100M games played
Take the existing list and add a sixteen-character word to it.
cmaggard
|
10 years ago
|
on: Netflix – Chasing 60fps [video]
Not to mention the nightmare that accessibility would be if you were just rendering polygons on a canvas.
cmaggard
|
10 years ago
|
on: Agar.io Clone DMCA
Probably an honest mistake considering it's GitHub's 'dmca' repo.
cmaggard
|
10 years ago
|
on: 1/999999999999999999999998999999999999999999999999
I've seen it both ways- "Divide four by two" is equivalent to "Divide two into four" in my experience.
cmaggard
|
10 years ago
|
on: MonolithFirst
We experienced similar to this at our company. When my coworker and I first arrived, the prior engineers had built the system as a set of microservices but it was completely overarchitected. Our first act was to pull all the parts together into one application.
Now that it's grown, we're starting to look at the microservice approach again, but it's been almost four years since we pulled everything together so it makes much more sense given the load/functionality we have now relative to then.