oldpatricka | 1 year ago | on: Exploring Commercial Products for the NES Expansion Port
oldpatricka's comments
oldpatricka | 1 year ago | on: Affordable DE10-Nano compatible boards for MiSTer FPGA retro platform
oldpatricka | 4 years ago | on: Decompressing a Gzip File by Hand
oldpatricka | 4 years ago | on: Learning About the GeoTIFF File Format with a Hex Editor (2018)
oldpatricka | 4 years ago | on: Ask HN: Who is hiring? (May 2021)
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
If you're at all interested you should buy this.
oldpatricka | 13 years ago | on: Robots.txt
oldpatricka | 14 years ago | on: Indie Game: The Movie released on Steam
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: Caltech/UVic Team breaks Internet data transfer speed record
oldpatricka | 14 years ago | on: Winamp for Mac
oldpatricka | 14 years ago | on: Immigrant entrepreneur arrested to meet quotas
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
I was hoping Build and Analyze would be more of the same, but the show took another direction.
oldpatricka | 14 years ago | on: Brightbox release new cloud service pricing
oldpatricka | 14 years ago | on: Reasons why Google+ is interesting UI
oldpatricka | 14 years ago | on: Firefox 8 is 20% faster than Firefox 5, matches Chrome 14
oldpatricka | 15 years ago | on: RIM adds Android app support to BlackBerry 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
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: How To Use Amazon EC2 as Your Desktop
oldpatricka | 15 years ago | on: On Why Open Source Developers run Mac OS X
$ brew install python pip gfortran # Fortran's for scipy...
$ pip install numpy
$ pip install svn+http://svn.scipy.org/svn/scipy/trunk/#egg=scipy
If you don't want to use the SVN version of SciPy, you can just use:
$ pip install scipy
Homebrew and pip are the first things I've ever used that made me not miss apt on debian.
oldpatricka | 15 years ago | on: Announcing VM Import for Amazon EC2
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.