tony_landis | 8 months ago | on: What explains the liberal-conservative happiness gap?
tony_landis's comments
tony_landis | 1 year ago | on: Show HN: All-in-one AI web assistant (open-source)
Thanks for making this!
tony_landis | 2 years ago | on: American Consumer Sentiment Just Logged Its Biggest Jump in Decades
tony_landis | 2 years ago | on: Wayfair CEO tells employees to 'work longer hours' in year-end email
tony_landis | 2 years ago | on: We wrote the OpenAI Wanderlust app in pure Python using Solara
tony_landis | 3 years ago | on: Show HN: Inquery (YC W23) – Real-time events for Postgres
tony_landis | 4 years ago | on: Next.js 10.2
tony_landis | 9 years ago | on: Kayak founder Paul English launches a new concierge travel venture
tony_landis | 11 years ago | on: Peru: The Future of Gastronomy
tony_landis | 11 years ago | on: ClojureScript development environment with Vim
tony_landis | 11 years ago | on: Fotopedia is shutting down
tony_landis | 11 years ago | on: Show HN: MTailor – Get measured by your iPhone's camera for a custom shirt
tony_landis | 11 years ago | on: Show HN: Bitfuture – Lock in the Bitcoin exchange rate
tony_landis | 12 years ago | on: DataScript – Datomic in ClojureScript
tony_landis | 12 years ago | on: Viber Replaces MongoDB with Couchbase
tony_landis | 12 years ago | on: Poll: How many hours a day are you looking at a screen?
tony_landis | 12 years ago | on: MariaDB 10.0 Beta launched
tony_landis | 12 years ago | on: Datomic Pro Starter Edition
Here is one of the better explanations I have seen:
http://www.flyingmachinestudios.com/programming/datomic-for-...
tony_landis | 12 years ago | on: MariaDB 10.0 Beta launched
I have to agree that MariaDB's main stronghold being MySQL drop in. The other MySQL drop in out there is MemSQL, which is closed and they really keep pricing under wraps.
TokuDB is a great engine. I don't think Postgres has a storage engine that matches the benefits TokuDB brings, but other than that I don't see many benefits over Postgres for a new project, but haven't compared the replication features closely.
Migrating a big codebase to Postgres from MySQL can be kind of a pain unless everything wrapped everything in an ORM like sqlalchemy. The main pain point for me in a recent migration was how postgres handles mixed case in table/column names. Most of the function differences between the two are fairly easy to resolve.
Can anyone with experience with JSON in both Postgres and MariaDB make a comparison?
tony_landis | 12 years ago | on: Datomic Pro Starter Edition