oldpatricka's comments

oldpatricka | 4 years ago | on: Ask HN: Who is hiring? (May 2021)

Planet Labs | Software Engineer | San Francisco, CA / REMOTE North America

Planet designs, builds, and operates the largest constellation of imaging satellites in history. This constellation delivers an unprecedented dataset of empirical information via a revolutionary cloud-based platform to authoritative figures in commercial, environmental, and humanitarian sectors. We are both a space company and data company all rolled into one.

We're looking for someone to join us to work on Planet’s Mission Control, a web-based application that empowers spacecraft operators and analysts to monitor, control, and study our growing fleet of satellites. We work with Django and React and deploy to AWS. See more details in the job posting.

Apply on our website here: https://www.planet.com/company/careers/?office=View%20All&de...

oldpatricka | 7 years ago | on: Announcing Building Git

I have been working through this book in rust, and I have to say, the book is a real joy. Extremely clear writing, very good pacing, and excellent explanations of technical topics.

If you're at all interested you should buy this.

oldpatricka | 13 years ago | on: Robots.txt

I find the perspective of the SEO guy interesting, even if I find what he does kind of skeezy and annoying.

oldpatricka | 14 years ago | on: Indie Game: The Movie released on Steam

This movie is incredible. It's amazing how everyone making a game in this movie explicitly states that they feel like they are going to die or kill themselves.

  Interviewer (paraphrased): What if you don't finish your game?
  Phil Fish: I will kill myself, That's my incentive to finish it.

oldpatricka | 14 years ago | on: Winamp for Mac

I don't think Justin Frankel has worked for Winamp for some time. He's over at Cockos these days.

oldpatricka | 14 years ago | on: Immigrant entrepreneur arrested to meet quotas

This seems pretty different from the Canadian asset requirement [1]. The Canadian asset requirement is meant to ensure that new (skilled worker) immigrants can support themselves (and it's on the order of $10 000. The immigrant keeps this money and can spend it however he likes.

Canada does have something similar to this visa though[2], but the investment is managed by the government.

1. http://www.cic.gc.ca/english/immigrate/skilled/funds.asp

2. http://www.cic.gc.ca/english/immigrate/business/investors/in...

oldpatricka | 14 years ago | on: Introducing Instapaper 4.0 for iPad and iPhone

Core Intuition (http://www.coreint.org/), is a really great podcast by two iOS/Mac developers (Daniel Jalkut of MarsEdit fame, and Manton Reece of tweetmarker). Daniel's shtick is that he's a punkass, but it's immediately apparent that both of them are pretty humble, and always trying to keep it positive. The most insightful part of the show they take questions from the audience and answer them.

I was hoping Build and Analyze would be more of the same, but the show took another direction.

oldpatricka | 14 years ago | on: Firefox 8 is 20% faster than Firefox 5, matches Chrome 14

Diffeent platforms use different font rendering algorithms. I'll avoid saying that one is better than the other, but it's off putting to see one rendering alongside another on the same display. Apple got into trouble with this when they ported Safari to Windows, and used OS X font rendering on that platform.

oldpatricka | 15 years ago | on: RIM adds Android app support to BlackBerry PlayBook

What incentive is there to create great Playbook Native apps when you can just make 1 web app that "will work" in a "browser" for Playbook?

Developers who really care about the platform will create native apps, and ones who merely want Playbook users to be able to run their app will go with some cross platform thing. (The web, Android, etc).

oldpatricka | 15 years ago | on: One with Vim

I think so long as you're satisfied with your tool, you should just keep using it. If you "don't believe the hype", then doesn't just that mean that the benefits that people describe from their experience with vim/emacs/whatever aren't that important to you? If when people describe how they like being able to delete 10 lines with 10dd, or use '.' to repeat the last thing they did, and that doesn't sound interesting to you, then don't worry about it.

Personally, I love vim, and have been using it for years and years, and feel hobbled without it, but if you're satisfied with your tool, and don't long for something better, stick with it.

oldpatricka | 15 years ago | on: Announcing VM Import for Amazon EC2

Yeah. It's just a Xen VM. I do this every month or so. You just have to make sure that you have a kernel and modules you can boot the image with on your local Xen host. This is pretty easy, you can do it with whatever package manager your distro comes with, or if you created the image on a local Xen machine, you probably already have this. (yum install kernel-xen works on rhel)

It's true that you can't really do this with a live VM, since the AMI on EC2 will be whatever you had on the image before you last booted it. But you can do a ec2-bundle-vol on your live image to create a new AMI, then do your ec2-download-bundle on your new AMI.

You're really not as "locked in" to EC2 as some people think. You can easily pull your images off there, and then install Nimbus or OpenStack or something and run a local cloud. That's what we do at my job.

page 1