dkoch | 1 year ago | on: Ask HN: Who is hiring? (October 2024)
dkoch's comments
dkoch | 10 years ago | on: SnappyData: OLTP and OLAP Database Built on Apache Spark
Any plans to expose a Python API in addition to the Scala API?
dkoch | 12 years ago | on: Glacier redux
dkoch | 12 years ago | on: VPS Classic: The most afforable VPS
Here's a 512MB DO writing a large file:
dd if=/dev/zero of=/tmp/out bs=1M count=4k; rm -f /tmp/out
4096+0 records in
4096+0 records out
4294967296 bytes (4.3 GB) copied, 16.1503 s, 266 MB/s
A 2GB Linode of mine doing the same: dd if=/dev/zero of=/tmp/output bs=1M count=4k; rm -f /tmp/output
4096+0 records in
4096+0 records out
4294967296 bytes (4.3 GB) copied, 36.4609 seconds, 118 MB/sdkoch | 12 years ago | on: VPS Classic: The most afforable VPS
dkoch | 12 years ago | on: SQLite vs MySQL vs PostgreSQL
Both of the two biggest engines (MyISAM, InnoDB) support full-text search. It was added to InnoDB in MySQL 5.6/Maria 10.
dkoch | 12 years ago | on: Why Puppet, Chef, Ansible aren't good enough
Its "playbooks" are by default meant to be idempotent -- you can run them over and over ensuring that a system is in a consistent state.
dkoch | 12 years ago | on: Email (let's drop the hyphen) (2003)
dkoch | 12 years ago | on: Only 90s Web Developers Remember This
dkoch | 12 years ago | on: Only 90s Web Developers Remember This
dkoch | 12 years ago | on: Rolls-Royce Drone Ships Challenge $375B Freight Industry
Or are they just there to fill minimum crew size regulations and babysit ships that mostly drive themselves anyways?
dkoch | 12 years ago | on: Ask HN: do you use App.net?
I have not been back.
dkoch | 12 years ago | on: Show HN: Abacus – Killing The Expense Report
dkoch | 12 years ago | on: How to Offer Google's Health Benefits on a Small Business Budget
dkoch | 12 years ago | on: Django 1.7 alpha 1 released
dkoch | 12 years ago | on: San Jose Is Hell On Earth (1996)
"prefab hell" http://www.theatlantic.com/past/docs/issues/96sep/kunstler/k...
"sushi" http://www.lauralemay.com/essays/death-by-wasabi.html
dkoch | 12 years ago | on: Ask HN: Do you bake AMIs for AWS deployments?
Ansible can deploy all of your dependencies, keep them updated, push out configuration changes, and deploy your main application code.
I don't use AutoScaling, but no reason it couldn't be used with Ansible. The docs have a bit of detail on how to do it. http://docs.ansible.com/guide_aws.html
dkoch | 12 years ago | on: Ask HN: Do you bake AMIs for AWS deployments?
Updates are easier this way versus having to rebake images.
dkoch | 12 years ago | on: Show HN: web app to create flippable brochures/magazines
Reminds me a bit of treesaverjs.com, which created automatic magazine-like page layouts for any size screen, but unfortunately seems to have run out of steam.
Do you plan on offering a complete solution for publishers including CMS integrations?
dkoch | 12 years ago | on: Must-have Django packages
Aidentified (https://www.aidentified.com) is a fast growing Series-B company working on big data and machine learning challenges.
* Front End Engineer: https://careers.aidentified.com/jobs/67199-senior-front-end-...
* Data Engineer: https://careers.aidentified.com/jobs/66399-senior-data-engin...